body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.9rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.08rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.64rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.17rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.404rem;
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.936rem;
    font-size: calc( 1.0594999999999999rem + (1.17 - 1.0594999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0594999999999999rem + (1.17 - 1.0594999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #f9ad05 !important;
  border-color: #f9ad05 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7272d !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7272d !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f18386 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdde9a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.17rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.404rem;
}
blockquote {
  border-color: #e7272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e7272d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7272d;
  border-bottom-color: #e7272d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e7272d !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: #fbbe36 !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='%23e7272d' %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;
}
.cid-taHZD5DNdz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taHZD5DNdz .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-taHZD5DNdz .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-taHZD5DNdz .dropdown-item {
  color: #000000 !important;
}
.cid-taHZD5DNdz .dropdown-item:hover {
  color: #000000 !important;
}
.cid-taHZD5DNdz .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-taHZD5DNdz .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-taHZD5DNdz .btn-white {
  color: #e7272d !important;
}
.cid-taHZD5DNdz .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-taHZD5DNdz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHZD5DNdz .container {
  display: flex;
  margin: auto;
}
.cid-taHZD5DNdz .navbar.navbar-short .nav-link,
.cid-taHZD5DNdz .navbar.navbar-short .navbar-caption,
.cid-taHZD5DNdz .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-taHZD5DNdz .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-taHZD5DNdz .navbar-caption {
  padding-right: 3rem;
}
.cid-taHZD5DNdz .navbar.opened {
  background: #e7272d !important;
}
.cid-taHZD5DNdz .nav-item:focus,
.cid-taHZD5DNdz .nav-link:focus {
  outline: none;
}
.cid-taHZD5DNdz .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-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taHZD5DNdz .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-taHZD5DNdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHZD5DNdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHZD5DNdz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
}
.cid-taHZD5DNdz .navbar.opened {
  transition: all 0.3s;
}
.cid-taHZD5DNdz .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-taHZD5DNdz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHZD5DNdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHZD5DNdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHZD5DNdz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taHZD5DNdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHZD5DNdz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHZD5DNdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHZD5DNdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taHZD5DNdz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taHZD5DNdz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHZD5DNdz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taHZD5DNdz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-taHZD5DNdz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHZD5DNdz .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-taHZD5DNdz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taHZD5DNdz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taHZD5DNdz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taHZD5DNdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHZD5DNdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHZD5DNdz .dropdown-item.active,
.cid-taHZD5DNdz .dropdown-item:active {
  background-color: transparent;
}
.cid-taHZD5DNdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHZD5DNdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-taHZD5DNdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHZD5DNdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHZD5DNdz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taHZD5DNdz .navbar-buttons {
  text-align: center;
}
.cid-taHZD5DNdz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHZD5DNdz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-taHZD5DNdz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taHZD5DNdz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taHZD5DNdz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-taHZD5DNdz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taHZD5DNdz .navbar {
    height: 77px;
  }
  .cid-taHZD5DNdz .navbar.opened {
    height: auto;
  }
  .cid-taHZD5DNdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuub0qn9lJ {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uuub0qn9lJ H2 {
  color: #e7272d;
}
.cid-uuub0qn9lJ img {
  max-width: 500px;
  margin: auto;
}
.cid-uuub0qn9lJ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-uuub0qn9lJ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-uuub0qn9lJ .span-row {
  width: 100%;
}
.cid-uuub0qn9lJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuub0qn9lJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuub0qn9lJ .mbr-section-title,
.cid-uuub0qn9lJ .span-row {
  color: #fbbe36;
}
.cid-uuub0qn9lJ .span {
  color: #ffffff;
}
.cid-uuub0qn9lJ .title-background-box {
  background-color: rgba(19, 41, 42, 0.7);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #fbbe36;
  position: relative;
  z-index: 1;
}
.cid-uuub0qn9lJ .mbr-overlay {
  z-index: 0;
}
.cid-uu3545kYOI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7272d;
}
.cid-uu3545kYOI .mbr-section-title {
  text-align: center;
  margin-bottom: 20px;
  color: #ffd06e;
  letter-spacing: 5.2px;
}
.cid-uu3545kYOI .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-uu3545kYOI .button-align {
  text-align: center;
}
.cid-uu3545kYOI .mbr-section-btn {
  display: block;
}
.cid-uu3545kYOI .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-uu3545kYOI a.btn > span {
  margin-left: 0.5rem;
}
.cid-uu3545kYOI .mbr-text,
.cid-uu3545kYOI .button-align {
  color: #fbbe36;
}
.cid-uu3545kYOI a.btn {
  letter-spacing: 5.4px;
}
.cid-uuAFqh9SJd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuAFqh9SJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuAFqh9SJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuAFqh9SJd .row {
  flex-direction: row-reverse;
}
.cid-uuAG3Xk5Un {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuAG3Xk5Un .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuAG3Xk5Un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuAG3Xk5Un .row {
  flex-direction: row-reverse;
}
.cid-ufYNJB0Rnf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/stick-671x400.jpeg");
}
.cid-ufYNJB0Rnf .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-ufYNJB0Rnf .mbr-text {
  color: #767676;
}
.cid-ufYNJB0Rnf .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #fff4e2;
  border-radius: 9px;
}
.cid-ufYNJB0Rnf .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-ufYNJB0Rnf .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 155px;
  height: 155px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-ufYNJB0Rnf .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ufYNJB0Rnf .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
.cid-ufYNJB0Rnf .mbr-author-desc {
  display: block;
  color: #808080;
  text-align: left;
}
.cid-ufYNJB0Rnf .mbr-iconfont {
  background: white;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: inline-block;
  padding: 9px;
  margin: 0 2px;
}
@media (max-width: 300px) {
  .cid-ufYNJB0Rnf .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ufYNJB0Rnf .mbr-iconfont-social {
  font-size: 18px;
}
.cid-ufYNJB0Rnf .icon1 {
  color: #0e0e0e;
}
.cid-ufYNJB0Rnf .icon2 {
  color: #57468b;
}
.cid-ufYNJB0Rnf .icon3 {
  color: #5580ff;
}
.cid-ufYNJB0Rnf .social-list a:focus {
  text-decoration: none;
}
.cid-ufYNJB0Rnf .mbr-author-name {
  color: #0e0e0e;
  text-align: left;
}
.cid-ufYNJB0Rnf H2 {
  color: #e7272d;
}
.cid-ufYNJB0Rnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufYNJB0Rnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taHZAaLzMo {
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-taHZAaLzMo .logo {
  max-width: 140px;
  width: 100%;
  margin: 18px;
}
.cid-taHZAaLzMo this was auto .row {
  border-bottom: 1px solid #808080;
}
.cid-taHZAaLzMo H2 {
  color: #e7272d;
}
.cid-taHZAaLzMo .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-taHZAaLzMo .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-taHZAaLzMo .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-taHZAaLzMo .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-taHZAaLzMo .col-lg-12 {
  overflow: hidden;
}
.cid-taHZAaLzMo H4 {
  color: #fbbe36;
}
.cid-taHZAaLzMo .mbr-text,
.cid-taHZAaLzMo .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-taHZAaLzMo .logo-wrap:before {
    content: none;
  }
  .cid-taHZAaLzMo .logo-wrap:after {
    content: none;
  }
}
.cid-taHZAaLzMo .mbr-text,
.cid-taHZAaLzMo .mbr-section-btn P {
  text-align: center;
}
.cid-ujP6YNFFic .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ujP6YNFFic .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ujP6YNFFic .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-ujP6YNFFic .dropdown-item {
  color: #000000 !important;
}
.cid-ujP6YNFFic .dropdown-item:hover {
  color: #000000 !important;
}
.cid-ujP6YNFFic .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ujP6YNFFic .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ujP6YNFFic .btn-white {
  color: #e7272d !important;
}
.cid-ujP6YNFFic .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ujP6YNFFic .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujP6YNFFic .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujP6YNFFic .container {
  display: flex;
  margin: auto;
}
.cid-ujP6YNFFic .navbar.navbar-short .nav-link,
.cid-ujP6YNFFic .navbar.navbar-short .navbar-caption,
.cid-ujP6YNFFic .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-ujP6YNFFic .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-ujP6YNFFic .navbar-caption {
  padding-right: 3rem;
}
.cid-ujP6YNFFic .navbar.opened {
  background: #e7272d !important;
}
.cid-ujP6YNFFic .nav-item:focus,
.cid-ujP6YNFFic .nav-link:focus {
  outline: none;
}
.cid-ujP6YNFFic .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-ujP6YNFFic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujP6YNFFic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujP6YNFFic .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-ujP6YNFFic .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujP6YNFFic .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujP6YNFFic .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
}
.cid-ujP6YNFFic .navbar.opened {
  transition: all 0.3s;
}
.cid-ujP6YNFFic .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ujP6YNFFic .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujP6YNFFic .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujP6YNFFic .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujP6YNFFic .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ujP6YNFFic .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujP6YNFFic .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujP6YNFFic .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujP6YNFFic .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujP6YNFFic .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujP6YNFFic .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujP6YNFFic .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujP6YNFFic .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujP6YNFFic .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujP6YNFFic .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujP6YNFFic .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujP6YNFFic .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujP6YNFFic .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujP6YNFFic .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujP6YNFFic .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujP6YNFFic .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujP6YNFFic .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujP6YNFFic .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-ujP6YNFFic .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujP6YNFFic .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujP6YNFFic .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujP6YNFFic .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujP6YNFFic .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujP6YNFFic .dropdown-item.active,
.cid-ujP6YNFFic .dropdown-item:active {
  background-color: transparent;
}
.cid-ujP6YNFFic .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujP6YNFFic .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujP6YNFFic .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujP6YNFFic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-ujP6YNFFic .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujP6YNFFic .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujP6YNFFic ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujP6YNFFic .navbar-buttons {
  text-align: center;
}
.cid-ujP6YNFFic button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujP6YNFFic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujP6YNFFic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujP6YNFFic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujP6YNFFic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujP6YNFFic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujP6YNFFic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujP6YNFFic nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujP6YNFFic nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujP6YNFFic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujP6YNFFic .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ujP6YNFFic a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujP6YNFFic .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujP6YNFFic .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujP6YNFFic .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujP6YNFFic .navbar {
    height: 77px;
  }
  .cid-ujP6YNFFic .navbar.opened {
    height: auto;
  }
  .cid-ujP6YNFFic .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utWqqpmPCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utWqqpmPCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utWqqpmPCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utWqqpmPCZ img {
  border-radius: 50%;
}
.cid-utWqqpmPCZ .row {
  flex-direction: row-reverse;
}
.cid-utWqqpmPCZ .row {
  align-items: center;
}
.cid-utWqqpmPCZ .mbr-section-title {
  color: #0e0e0e;
  text-align: center;
}
.cid-utWqqpmPCZ .mbr-text,
.cid-utWqqpmPCZ .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-utWqqpmPCZ H1 {
  color: #0e0e0e;
  text-align: center;
}
.cid-utWqqpmPCZ H2 {
  color: #e7272d;
  text-align: right;
}
.cid-ujP7kaOzIm {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujP7kaOzIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP7kaOzIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP7kaOzIm .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-ujP7kaOzIm .title-wrapper .mbr-section-title span {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-ujP7kaOzIm .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujP7kaOzIm .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ujP7kaOzIm .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-ujP7kaOzIm .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ujP7kaOzIm .google-map iframe {
    height: 350px;
  }
}
.cid-ujP7kaOzIm .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-ujP7kaOzIm .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujP7kaOzIm .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-ujP7kaOzIm .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-ujP7kaOzIm .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-ujP7kaOzIm .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-ujP7kaOzIm .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-ujP7kaOzIm .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-ujP7kaOzIm .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #0e0e0e;
}
.cid-ujP7kaOzIm .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #0e0e0e;
}
.cid-ujP7kaOzIm .card {
  justify-content: center;
}
.cid-ujP7kaOzIm .mbr-section-title {
  color: #e7272d;
}
.cid-ujP7kaOzIm .mbr-desc {
  color: #51565c;
}
.cid-ujP7kaOzIm .mbr-address {
  color: #212529;
}
.cid-ujP7kaOzIm .list {
  color: #212529;
}
.cid-ujP6YREy0K {
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ujP6YREy0K .logo {
  max-width: 140px;
  width: 100%;
  margin: 18px;
}
.cid-ujP6YREy0K this was auto .row {
  border-bottom: 1px solid #808080;
}
.cid-ujP6YREy0K H2 {
  color: #e7272d;
}
.cid-ujP6YREy0K .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ujP6YREy0K .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ujP6YREy0K .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-ujP6YREy0K .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-ujP6YREy0K .col-lg-12 {
  overflow: hidden;
}
.cid-ujP6YREy0K H4 {
  color: #fbbe36;
}
.cid-ujP6YREy0K .mbr-text,
.cid-ujP6YREy0K .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ujP6YREy0K .logo-wrap:before {
    content: none;
  }
  .cid-ujP6YREy0K .logo-wrap:after {
    content: none;
  }
}
.cid-ujP6YREy0K .mbr-text,
.cid-ujP6YREy0K .mbr-section-btn P {
  text-align: center;
}
.cid-uth2UaWWc3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uth2UaWWc3 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uth2UaWWc3 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uth2UaWWc3 .dropdown-item {
  color: #000000 !important;
}
.cid-uth2UaWWc3 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uth2UaWWc3 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uth2UaWWc3 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uth2UaWWc3 .btn-white {
  color: #e7272d !important;
}
.cid-uth2UaWWc3 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uth2UaWWc3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uth2UaWWc3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uth2UaWWc3 .container {
  display: flex;
  margin: auto;
}
.cid-uth2UaWWc3 .navbar.navbar-short .nav-link,
.cid-uth2UaWWc3 .navbar.navbar-short .navbar-caption,
.cid-uth2UaWWc3 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-uth2UaWWc3 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-uth2UaWWc3 .navbar-caption {
  padding-right: 3rem;
}
.cid-uth2UaWWc3 .navbar.opened {
  background: #e7272d !important;
}
.cid-uth2UaWWc3 .nav-item:focus,
.cid-uth2UaWWc3 .nav-link:focus {
  outline: none;
}
.cid-uth2UaWWc3 .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-uth2UaWWc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uth2UaWWc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uth2UaWWc3 .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-uth2UaWWc3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uth2UaWWc3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uth2UaWWc3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
}
.cid-uth2UaWWc3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uth2UaWWc3 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uth2UaWWc3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uth2UaWWc3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uth2UaWWc3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uth2UaWWc3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uth2UaWWc3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uth2UaWWc3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uth2UaWWc3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uth2UaWWc3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uth2UaWWc3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uth2UaWWc3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uth2UaWWc3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uth2UaWWc3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uth2UaWWc3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uth2UaWWc3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uth2UaWWc3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uth2UaWWc3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uth2UaWWc3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uth2UaWWc3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uth2UaWWc3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uth2UaWWc3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uth2UaWWc3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uth2UaWWc3 .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-uth2UaWWc3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uth2UaWWc3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uth2UaWWc3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uth2UaWWc3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uth2UaWWc3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uth2UaWWc3 .dropdown-item.active,
.cid-uth2UaWWc3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uth2UaWWc3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uth2UaWWc3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uth2UaWWc3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uth2UaWWc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-uth2UaWWc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uth2UaWWc3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uth2UaWWc3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uth2UaWWc3 .navbar-buttons {
  text-align: center;
}
.cid-uth2UaWWc3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uth2UaWWc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uth2UaWWc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uth2UaWWc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uth2UaWWc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uth2UaWWc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uth2UaWWc3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uth2UaWWc3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uth2UaWWc3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uth2UaWWc3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uth2UaWWc3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uth2UaWWc3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uth2UaWWc3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uth2UaWWc3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uth2UaWWc3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uth2UaWWc3 .navbar {
    height: 77px;
  }
  .cid-uth2UaWWc3 .navbar.opened {
    height: auto;
  }
  .cid-uth2UaWWc3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uth2UbJnt7 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #fbbe36;
}
.cid-uth2UbJnt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uth2UbJnt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uth2UbJnt7 H2 {
  color: #e7272d;
}
.cid-utrTkCzBMc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/classic-pepperoni-pizza-1-550x825.jpg");
}
.cid-utrTkCzBMc H2 {
  color: #e7272d;
}
.cid-utrTkCzBMc img {
  max-width: 500px;
  margin: auto;
}
.cid-utrTkCzBMc H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-utrTkCzBMc .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-utrTkCzBMc .span-row {
  width: 100%;
}
.cid-utrTkCzBMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrTkCzBMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utrTkCzBMc .mbr-section-title,
.cid-utrTkCzBMc .span-row {
  color: #fbbe36;
}
.cid-utrTkCzBMc .span {
  color: #ffffff;
}
.cid-utrTkCzBMc .mbr-text,
.cid-utrTkCzBMc .mbr-section-btn {
  color: #0e0e0e;
}
.cid-utrTkCzBMc .colored-text {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
}
.cid-uth3tLbBmK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbbe36;
}
.cid-uth3tLbBmK img,
.cid-uth3tLbBmK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uth3tLbBmK .item:focus,
.cid-uth3tLbBmK span:focus {
  outline: none;
}
.cid-uth3tLbBmK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uth3tLbBmK .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uth3tLbBmK .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uth3tLbBmK .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uth3tLbBmK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uth3tLbBmK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uth3tLbBmK .item-title {
  text-align: left;
  margin-bottom: 1rem;
  color: #e7272d;
}
.cid-uth3tLbBmK .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uth3tLbBmK .mbr-text {
  text-align: left;
}
.cid-uth3tLbBmK .item-footer {
  margin-top: 14px;
}
.cid-uth3tLbBmK .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uth3tLbBmK .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uth3tLbBmK .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uth3tLbBmK .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uth3tLbBmK .mbr-price,
.cid-uth3tLbBmK .mbr-section-btn {
  color: #e7272d;
}
.cid-uth2UfJCmb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/classic-pepperoni-pizza-1-550x825.jpg");
}
.cid-uth2UfJCmb .mbr-section-title {
  color: #0e0e0e;
}
.cid-uth2UfJCmb .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-uth2UfJCmb .align-right,
  .cid-uth2UfJCmb .align-left {
    text-align: center;
  }
}
.cid-uth2UfJCmb .title {
  display: flex;
  align-items: center;
}
.cid-uth2UfJCmb .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 40px 0 lightgray;
}
@media (max-width: 767px) {
  .cid-uth2UfJCmb .row {
    padding: 2rem 1rem;
  }
}
.cid-uth2UfJCmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uth2UfJCmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uth2UgwJgq {
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-uth2UgwJgq .logo {
  max-width: 140px;
  width: 100%;
  margin: 18px;
}
.cid-uth2UgwJgq this was auto .row {
  border-bottom: 1px solid #808080;
}
.cid-uth2UgwJgq H2 {
  color: #e7272d;
}
.cid-uth2UgwJgq .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uth2UgwJgq .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uth2UgwJgq .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uth2UgwJgq .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uth2UgwJgq .col-lg-12 {
  overflow: hidden;
}
.cid-uth2UgwJgq H4 {
  color: #fbbe36;
}
.cid-uth2UgwJgq .mbr-text,
.cid-uth2UgwJgq .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uth2UgwJgq .logo-wrap:before {
    content: none;
  }
  .cid-uth2UgwJgq .logo-wrap:after {
    content: none;
  }
}
.cid-uth2UgwJgq .mbr-text,
.cid-uth2UgwJgq .mbr-section-btn P {
  text-align: center;
}
.cid-uC9a5KLni7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC9a5KLni7 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uC9a5KLni7 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uC9a5KLni7 .dropdown-item {
  color: #000000 !important;
}
.cid-uC9a5KLni7 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uC9a5KLni7 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uC9a5KLni7 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uC9a5KLni7 .btn-white {
  color: #e7272d !important;
}
.cid-uC9a5KLni7 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uC9a5KLni7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uC9a5KLni7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC9a5KLni7 .container {
  display: flex;
  margin: auto;
}
.cid-uC9a5KLni7 .navbar.navbar-short .nav-link,
.cid-uC9a5KLni7 .navbar.navbar-short .navbar-caption,
.cid-uC9a5KLni7 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-uC9a5KLni7 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-uC9a5KLni7 .navbar-caption {
  padding-right: 3rem;
}
.cid-uC9a5KLni7 .navbar.opened {
  background: #e7272d !important;
}
.cid-uC9a5KLni7 .nav-item:focus,
.cid-uC9a5KLni7 .nav-link:focus {
  outline: none;
}
.cid-uC9a5KLni7 .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-uC9a5KLni7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC9a5KLni7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC9a5KLni7 .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-uC9a5KLni7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC9a5KLni7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC9a5KLni7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #e7272d;
}
.cid-uC9a5KLni7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uC9a5KLni7 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uC9a5KLni7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC9a5KLni7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC9a5KLni7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC9a5KLni7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uC9a5KLni7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC9a5KLni7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC9a5KLni7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC9a5KLni7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC9a5KLni7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC9a5KLni7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC9a5KLni7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC9a5KLni7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC9a5KLni7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC9a5KLni7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC9a5KLni7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC9a5KLni7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC9a5KLni7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC9a5KLni7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC9a5KLni7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC9a5KLni7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uC9a5KLni7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC9a5KLni7 .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-uC9a5KLni7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC9a5KLni7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC9a5KLni7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC9a5KLni7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC9a5KLni7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC9a5KLni7 .dropdown-item.active,
.cid-uC9a5KLni7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uC9a5KLni7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC9a5KLni7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC9a5KLni7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC9a5KLni7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-uC9a5KLni7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC9a5KLni7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC9a5KLni7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC9a5KLni7 .navbar-buttons {
  text-align: center;
}
.cid-uC9a5KLni7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC9a5KLni7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC9a5KLni7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC9a5KLni7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC9a5KLni7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC9a5KLni7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC9a5KLni7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC9a5KLni7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC9a5KLni7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC9a5KLni7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC9a5KLni7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC9a5KLni7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uC9a5KLni7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC9a5KLni7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uC9a5KLni7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC9a5KLni7 .navbar {
    height: 77px;
  }
  .cid-uC9a5KLni7 .navbar.opened {
    height: auto;
  }
  .cid-uC9a5KLni7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC9a5LpatL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #fbbe36;
}
.cid-uC9a5LpatL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9a5LpatL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9a5LpatL H2 {
  color: #e7272d;
}
.cid-uC9a5LZTjA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/classic-pepperoni-pizza-1-550x825.jpg");
}
.cid-uC9a5LZTjA H2 {
  color: #e7272d;
}
.cid-uC9a5LZTjA img {
  max-width: 500px;
  margin: auto;
}
.cid-uC9a5LZTjA H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-uC9a5LZTjA .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-uC9a5LZTjA .span-row {
  width: 100%;
}
.cid-uC9a5LZTjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9a5LZTjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9a5LZTjA .mbr-section-title,
.cid-uC9a5LZTjA .span-row {
  color: #fbbe36;
}
.cid-uC9a5LZTjA .span {
  color: #ffffff;
}
.cid-uC9a5LZTjA .mbr-text,
.cid-uC9a5LZTjA .mbr-section-btn {
  color: #0e0e0e;
}
.cid-uC9a5LZTjA .colored-text {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
}
.cid-uC9bhLLBQF {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/untitled-design-1500x1080.png");
}
.cid-uC9bhLLBQF H2 {
  color: #e7272d;
}
.cid-uC9bhLLBQF img {
  max-width: 500px;
  margin: auto;
}
.cid-uC9bhLLBQF H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-uC9bhLLBQF .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-uC9bhLLBQF .span-row {
  width: 100%;
}
.cid-uC9bhLLBQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9bhLLBQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9bhLLBQF .mbr-section-title,
.cid-uC9bhLLBQF .span-row {
  color: #fbbe36;
}
.cid-uC9bhLLBQF .span {
  color: #ffffff;
}
.cid-uC9bhLLBQF .mbr-text,
.cid-uC9bhLLBQF .mbr-section-btn {
  color: #0e0e0e;
}
.cid-uC9bhLLBQF .colored-text {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
}
.cid-uC9a5NgQsS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/classic-pepperoni-pizza-1-550x825.jpg");
}
.cid-uC9a5NgQsS .mbr-section-title {
  color: #0e0e0e;
}
.cid-uC9a5NgQsS .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-uC9a5NgQsS .align-right,
  .cid-uC9a5NgQsS .align-left {
    text-align: center;
  }
}
.cid-uC9a5NgQsS .title {
  display: flex;
  align-items: center;
}
.cid-uC9a5NgQsS .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 40px 0 lightgray;
}
@media (max-width: 767px) {
  .cid-uC9a5NgQsS .row {
    padding: 2rem 1rem;
  }
}
.cid-uC9a5NgQsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9a5NgQsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9a5NVeGL {
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-uC9a5NVeGL .logo {
  max-width: 140px;
  width: 100%;
  margin: 18px;
}
.cid-uC9a5NVeGL this was auto .row {
  border-bottom: 1px solid #808080;
}
.cid-uC9a5NVeGL H2 {
  color: #e7272d;
}
.cid-uC9a5NVeGL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uC9a5NVeGL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uC9a5NVeGL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uC9a5NVeGL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uC9a5NVeGL .col-lg-12 {
  overflow: hidden;
}
.cid-uC9a5NVeGL H4 {
  color: #fbbe36;
}
.cid-uC9a5NVeGL .mbr-text,
.cid-uC9a5NVeGL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uC9a5NVeGL .logo-wrap:before {
    content: none;
  }
  .cid-uC9a5NVeGL .logo-wrap:after {
    content: none;
  }
}
.cid-uC9a5NVeGL .mbr-text,
.cid-uC9a5NVeGL .mbr-section-btn P {
  text-align: center;
}
