.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b79b6c !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b79b6c !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border-color: #896f43 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #b79b6c;
  color: #b79b6c;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #896f43 !important;
  background-color: transparent!important;
  border-color: #896f43 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #b79b6c !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f673e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #b79b6c;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b79b6c;
  border-color: #b79b6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b79b6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1d5c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #b79b6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #b79b6c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b79b6c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b79b6c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b79b6c;
  border-bottom-color: #b79b6c;
}
.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: #b79b6c !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: #e4eedb !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='%23b79b6c' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #b79b6c !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tIu6cEcNya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-tIu6cEcNya .carousel {
  height: 800px;
}
.cid-tIu6cEcNya .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tIu6cEcNya .carousel-item,
.cid-tIu6cEcNya .carousel-inner {
  height: 100%;
}
.cid-tIu6cEcNya .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-tIu6cEcNya .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tIu6cEcNya .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tIu6cEcNya .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tIu6cEcNya .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tIu6cEcNya .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tIu6cEcNya .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tIu6cEcNya .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tIu6cEcNya .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tIu6cEcNya .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIu6cEcNya .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIu6cEcNya .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIu6cEcNya .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tIu6cEcNya .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tIu6cEcNya .carousel-indicators li.active {
  background-color: #5aac98;
}
.cid-tIu6cEcNya .carousel-indicators li.active,
.cid-tIu6cEcNya .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIu6cEcNya .carousel-indicators li::after,
.cid-tIu6cEcNya .carousel-indicators li::before {
  content: none;
}
.cid-tIu6cEcNya .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIu6cEcNya .carousel-indicators {
    display: none !important;
  }
}
.cid-tIu6cEcNya .btn.btn-primary-outline {
  border: 1px solid #b79b6c;
}
.cid-tIu6cEcNya .btn.btn-primary-outline:hover {
  background-color: #b79b6c !important;
  color: #ffffff !important;
}
.cid-tIu6cEcNya .btn.btn-secondary-outline {
  border: 1px solid #e4eedb;
}
.cid-tIu6cEcNya .btn.btn-secondary-outline:hover {
  background-color: #e4eedb !important;
  color: #ffffff !important;
}
.cid-tIu6cEcNya .btn.btn-success-outline {
  border: 1px solid #bdcdc6;
}
.cid-tIu6cEcNya .btn.btn-success-outline:hover {
  background-color: #bdcdc6 !important;
  color: #ffffff !important;
}
.cid-tIu6cEcNya .btn.btn-info-outline {
  border: 1px solid #e7d8d6;
}
.cid-tIu6cEcNya .btn.btn-info-outline:hover {
  background-color: #e7d8d6 !important;
  color: #ffffff !important;
}
.cid-tIu6cEcNya .btn.btn-warning-outline {
  border: 1px solid #c08598;
}
.cid-tIu6cEcNya .btn.btn-warning-outline:hover {
  background-color: #c08598 !important;
  color: #ffffff !important;
}
.cid-tIu6cEcNya .btn.btn-danger-outline {
  border: 1px solid #33363b;
}
.cid-tIu6cEcNya .btn.btn-danger-outline:hover {
  background-color: #33363b !important;
  color: #ffffff !important;
}
.cid-tIu6cEcNya .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tIu6cEcNya .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tIu6cEcNya .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tIu6cEcNya .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tIu6cEcNya .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tIu6cEcNya .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tIu6cEcNya .carousel-control {
    display: none;
  }
  .cid-tIu6cEcNya .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-tIu6cEcNya .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-tIu6cEcNya .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIu6cEcNya .mbr-text,
.cid-tIu6cEcNya .mbr-section-btn {
  color: #ffffff;
}
.cid-tDSzzuMiNe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDSzzuMiNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSzzuMiNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSzzuMiNe .col-title {
  margin-bottom: 32px;
}
.cid-tDSzzuMiNe .mbr-section-title {
  color: #24262b;
}
.cid-tDSzzuMiNe .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSzzuMiNe .cars-row {
  row-gap: 32px;
}
.cid-tDSzzuMiNe .card {
  border-radius: 0;
}
.cid-tDSzzuMiNe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tDSzzuMiNe .text-wrap {
  flex-grow: 1;
}
.cid-tDSzzuMiNe .card-title {
  color: #24262b;
}
.cid-tDSzzuMiNe .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSzzuMiNe .mbr-section-btn {
  margin-top: 12px;
}
.cid-tIuZfUPOIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-tIuZfUPOIi .row {
  justify-content: center;
}
.cid-tIuZfUPOIi .col-title {
  margin-bottom: 2.5rem;
}
.cid-tIuZfUPOIi .mbr-section-title {
  color: #b79b6c;
}
.cid-tIuZfUPOIi .mbr-section-subtitle {
  color: #FCF0D5;
  margin-top: 0.5rem;
}
.cid-tIuZfUPOIi .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tIuZfUPOIi .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tIuZfUPOIi .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tIuZfUPOIi .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tIuZfUPOIi .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.cid-tIuZfUPOIi .card-img {
  width: 100%;
  height: 400px;
}
@media (max-width: 991px) {
  .cid-tIuZfUPOIi .card-img {
    height: 460px;
  }
}
@media (max-width: 639px) {
  .cid-tIuZfUPOIi .card-img {
    height: auto;
  }
}
.cid-tIuZfUPOIi .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tIuZfUPOIi .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
}
.cid-tIuZfUPOIi .card-label {
  margin-bottom: 0.5rem;
  color: #1F1D1A;
  opacity: 0.8;
}
.cid-tIuZfUPOIi .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #75083A;
}
.cid-tIuZfUPOIi .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tIuZfUPOIi .mbr-section-btn {
  margin-top: 14px;
}
.cid-tIuZfUPOIi .card-title-1 {
  color: #000000;
}
.cid-tIx11nwgem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIx11nwgem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIx11nwgem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIx11nwgem .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIx11nwgem .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIx11nwgem .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIx11nwgem .list-box {
  width: 100%;
}
.cid-tIx11nwgem .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIx11nwgem .list a:hover:before {
  background-position: left !important;
}
.cid-tIx11nwgem .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIx11nwgem .news-item {
  width: 100%;
}
.cid-tIx11nwgem .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIx11nwgem .news-title {
  color: #303030;
}
.cid-tIx11nwgem .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tIvm0SUCio {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIvm0SUCio a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tIvm0SUCio a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tIvm0SUCio .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIvm0SUCio .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-tIvm0SUCio .form-control {
  background: none;
  border-radius: 0px;
}
.cid-tIvm0SUCio textarea.form-control {
  min-height: 214.5px;
}
.cid-tIvm0SUCio .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-tIvm0SUCio h4,
.cid-tIvm0SUCio p {
  margin: 0;
}
.cid-tIvm0SUCio h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-tIvm0SUCio h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-tIvm0SUCio .icon {
  color: #b79b6c;
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  .cid-tIvm0SUCio h2 {
    text-align: center;
  }
  .cid-tIvm0SUCio h3 {
    text-align: center;
  }
  .cid-tIvm0SUCio .input-group-btn {
    text-align: center;
  }
  .cid-tIvm0SUCio .social-list {
    text-align: center;
  }
}
.cid-tIvm0SUCio H2 {
  color: #656565;
}
.cid-tIvm0SUCio .content {
  text-align: left;
  color: #656565;
}
.cid-tIvm0SUCio .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-tIvm0SUCio .title1 {
  text-align: left;
}
.cid-tIvm0SUCio .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-tIvm0SUCio .title2 {
  color: #656565;
}
.cid-tIvm0SUCio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIvm0SUCio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIx11nwgem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIx11nwgem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIx11nwgem .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIx11nwgem .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIx11nwgem .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIx11nwgem .list-box {
  width: 100%;
}
.cid-tIx11nwgem .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIx11nwgem .list a:hover:before {
  background-position: left !important;
}
.cid-tIx11nwgem .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIx11nwgem .news-item {
  width: 100%;
}
.cid-tIx11nwgem .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIx11nwgem .news-title {
  color: #303030;
}
.cid-tIx11nwgem .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tICfbPiIDt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tICfbPiIDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tICfbPiIDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tICfbPiIDt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tICfbPiIDt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tICfbPiIDt .container {
    padding: 0 26px;
  }
}
.cid-tICfbPiIDt .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tICfbPiIDt .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tICfbPiIDt .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-tICfbPiIDt .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tICfbPiIDt .image-wrapper img {
    height: 300px;
  }
}
.cid-tICfbPiIDt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tICfbPiIDt .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tICfbPiIDt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tICfbPiIDt .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tICfbPiIDt .mbr-section-title {
  color: #ffffff;
}
.cid-tICfbPiIDt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tICfbPiIDt .mbr-text {
  color: #cacaca;
}
.cid-tIx11nwgem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIx11nwgem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIx11nwgem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIx11nwgem .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIx11nwgem .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIx11nwgem .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIx11nwgem .list-box {
  width: 100%;
}
.cid-tIx11nwgem .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIx11nwgem .list a:hover:before {
  background-position: left !important;
}
.cid-tIx11nwgem .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIx11nwgem .news-item {
  width: 100%;
}
.cid-tIx11nwgem .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIx11nwgem .news-title {
  color: #303030;
}
.cid-tIx11nwgem .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tIqd9lziNF {
  background-color: #000000;
}
.cid-tIqd9lziNF .container-fluid {
  padding: 0;
}
.cid-tIqd9lziNF .row {
  margin: 0;
}
.cid-tIqd9lziNF div[class*="col"] {
  padding: 0;
}
.cid-tIqd9lziNF .carousel,
.cid-tIqd9lziNF .carousel-inner,
.cid-tIqd9lziNF .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tIqd9lziNF .item-wrapper {
  width: 100%;
}
.cid-tIqd9lziNF img {
  height: 100%;
  object-fit: cover;
}
.cid-tIqd9lziNF .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tIqd9lziNF .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tIqd9lziNF .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tIqd9lziNF .carousel-control-prev {
  left: 20px;
}
.cid-tIqd9lziNF .carousel-control-next {
  right: 20px;
}
.cid-tIqd9lziNF .carousel-indicators .active,
.cid-tIqd9lziNF .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tIqd9lziNF .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tIqd9lziNF .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tIqd9lziNF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tIqd9lziNF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIqd9lziNF .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tIqd9lziNF .text-wrapper,
  .cid-tIqd9lziNF .nutrition,
  .cid-tIqd9lziNF .price,
  .cid-tIqd9lziNF .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tIqd9lziNF .text-wrapper,
  .cid-tIqd9lziNF .nutrition,
  .cid-tIqd9lziNF .price,
  .cid-tIqd9lziNF .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tIqd9lziNF .text-wrapper,
  .cid-tIqd9lziNF .nutrition,
  .cid-tIqd9lziNF .price,
  .cid-tIqd9lziNF .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tIqd9lziNF .text-wrapper,
  .cid-tIqd9lziNF .nutrition,
  .cid-tIqd9lziNF .price,
  .cid-tIqd9lziNF .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tIqd9lziNF .text-wrapper,
  .cid-tIqd9lziNF .nutrition,
  .cid-tIqd9lziNF .price,
  .cid-tIqd9lziNF .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tIqd9lziNF .content {
    text-align: center;
  }
}
.cid-tIqd9lziNF .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tIqd9lziNF .nutrition {
  margin-bottom: 40px;
}
.cid-tIqd9lziNF .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tIqd9lziNF .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tIqd9lziNF .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tIqd9lziNF .nutrition-wrap {
    width: 100%;
  }
}
.cid-tIqd9lziNF .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIqd9lziNF .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tIqd9lziNF .tile-one {
    margin-right: 25px;
  }
}
.cid-tIqd9lziNF .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tIqd9lziNF .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tIqd9lziNF .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tIqd9lziNF .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tIqd9lziNF .tile-four {
    margin-top: 25px;
  }
}
.cid-tIqd9lziNF svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tIqd9lziNF svg path {
  fill: #1f1437;
}
.cid-tIqd9lziNF .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tIqd9lziNF .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tIqd9lziNF .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tIqd9lziNF .price-text-wrap {
    justify-content: center;
  }
}
.cid-tIqd9lziNF .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tIqd9lziNF .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIqd9lziNF .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIqd9lziNF .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIqd9lziNF .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIqd9lziNF .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tIqd9lziNF .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tIx11nwgem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIx11nwgem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIx11nwgem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIx11nwgem .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIx11nwgem .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIx11nwgem .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIx11nwgem .list-box {
  width: 100%;
}
.cid-tIx11nwgem .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIx11nwgem .list a:hover:before {
  background-position: left !important;
}
.cid-tIx11nwgem .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIx11nwgem .news-item {
  width: 100%;
}
.cid-tIx11nwgem .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIx11nwgem .news-title {
  color: #303030;
}
.cid-tIx11nwgem .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tIvrNQfXyJ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-tIvrNQfXyJ img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tIvrNQfXyJ img {
    width: 100%;
  }
}
.cid-tIvrNQfXyJ a {
  text-decoration: underline;
}
.cid-tIvrNQfXyJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIvrNQfXyJ .mbr-section-title {
  color: #ffffff;
}
.cid-tIvrNQfXyJ .mbr-section-maintitle {
  color: #c1c1c1;
}
.cid-tIvrLX3hGE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d4045;
}
.cid-tIvrLX3hGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIvrLX3hGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIvrLX3hGE .container,
.cid-tIvrLX3hGE .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .container,
  .cid-tIvrLX3hGE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIvrLX3hGE .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tIvrLX3hGE .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tIvrLX3hGE .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tIvrLX3hGE .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tIvrLX3hGE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tIvrLX3hGE .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tIvrLX3hGE .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .address-wrapper {
    display: block;
  }
}
.cid-tIvrLX3hGE .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tIvrLX3hGE .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tIvrLX3hGE .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tIvrLX3hGE .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tIvrLX3hGE .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tIvrLX3hGE .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tIvrLX3hGE .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tIvrLX3hGE .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tIvrLX3hGE .links-wrapper .links-wrap a .mbr-email,
.cid-tIvrLX3hGE .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tIvrLX3hGE .mbr-section-title {
  color: #3d4045;
}
.cid-tIvrLX3hGE .mbr-section-subtitle,
.cid-tIvrLX3hGE .mbr-iconfont {
  color: #3d4045;
}
.cid-tIvrLX3hGE .mbr-email {
  color: #3d4045;
}
.cid-tIvrLX3hGE .mbr-phone {
  color: #3d4045;
}
.cid-tIx11nwgem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIx11nwgem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIx11nwgem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIx11nwgem .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIx11nwgem .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIx11nwgem .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIx11nwgem .list-box {
  width: 100%;
}
.cid-tIx11nwgem .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIx11nwgem .list a:hover:before {
  background-position: left !important;
}
.cid-tIx11nwgem .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIx11nwgem .news-item {
  width: 100%;
}
.cid-tIx11nwgem .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIx11nwgem .news-title {
  color: #303030;
}
.cid-tIx11nwgem .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tIBlxYiOgL {
  background-color: #000000;
}
.cid-tIBlxYiOgL .container-fluid {
  padding: 0;
}
.cid-tIBlxYiOgL .row {
  margin: 0;
}
.cid-tIBlxYiOgL div[class*="col"] {
  padding: 0;
}
.cid-tIBlxYiOgL .carousel,
.cid-tIBlxYiOgL .carousel-inner,
.cid-tIBlxYiOgL .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tIBlxYiOgL .item-wrapper {
  width: 100%;
}
.cid-tIBlxYiOgL img {
  height: 100%;
  object-fit: cover;
}
.cid-tIBlxYiOgL .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tIBlxYiOgL .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tIBlxYiOgL .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tIBlxYiOgL .carousel-control-prev {
  left: 20px;
}
.cid-tIBlxYiOgL .carousel-control-next {
  right: 20px;
}
.cid-tIBlxYiOgL .carousel-indicators .active,
.cid-tIBlxYiOgL .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tIBlxYiOgL .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tIBlxYiOgL .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tIBlxYiOgL .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tIBlxYiOgL .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBlxYiOgL .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tIBlxYiOgL .text-wrapper,
  .cid-tIBlxYiOgL .nutrition,
  .cid-tIBlxYiOgL .price,
  .cid-tIBlxYiOgL .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tIBlxYiOgL .text-wrapper,
  .cid-tIBlxYiOgL .nutrition,
  .cid-tIBlxYiOgL .price,
  .cid-tIBlxYiOgL .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tIBlxYiOgL .text-wrapper,
  .cid-tIBlxYiOgL .nutrition,
  .cid-tIBlxYiOgL .price,
  .cid-tIBlxYiOgL .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tIBlxYiOgL .text-wrapper,
  .cid-tIBlxYiOgL .nutrition,
  .cid-tIBlxYiOgL .price,
  .cid-tIBlxYiOgL .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tIBlxYiOgL .text-wrapper,
  .cid-tIBlxYiOgL .nutrition,
  .cid-tIBlxYiOgL .price,
  .cid-tIBlxYiOgL .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tIBlxYiOgL .content {
    text-align: center;
  }
}
.cid-tIBlxYiOgL .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tIBlxYiOgL .nutrition {
  margin-bottom: 40px;
}
.cid-tIBlxYiOgL .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tIBlxYiOgL .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tIBlxYiOgL .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tIBlxYiOgL .nutrition-wrap {
    width: 100%;
  }
}
.cid-tIBlxYiOgL .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIBlxYiOgL .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tIBlxYiOgL .tile-one {
    margin-right: 25px;
  }
}
.cid-tIBlxYiOgL .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tIBlxYiOgL .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tIBlxYiOgL .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tIBlxYiOgL .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tIBlxYiOgL .tile-four {
    margin-top: 25px;
  }
}
.cid-tIBlxYiOgL svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tIBlxYiOgL svg path {
  fill: #1f1437;
}
.cid-tIBlxYiOgL .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tIBlxYiOgL .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tIBlxYiOgL .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tIBlxYiOgL .price-text-wrap {
    justify-content: center;
  }
}
.cid-tIBlxYiOgL .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tIBlxYiOgL .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBlxYiOgL .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBlxYiOgL .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBlxYiOgL .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBlxYiOgL .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tIBlxYiOgL .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tIx11nwgem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIx11nwgem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIx11nwgem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIx11nwgem .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIx11nwgem .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIx11nwgem .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIx11nwgem .list-box {
  width: 100%;
}
.cid-tIx11nwgem .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIx11nwgem .list a:hover:before {
  background-position: left !important;
}
.cid-tIx11nwgem .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIx11nwgem .news-item {
  width: 100%;
}
.cid-tIx11nwgem .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIx11nwgem .news-title {
  color: #303030;
}
.cid-tIx11nwgem .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tIBmN6edjE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tIBmN6edjE nav.navbar {
  position: fixed;
}
.cid-tIBmN6edjE .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIBmN6edjE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIBmN6edjE .dropdown-item:hover,
.cid-tIBmN6edjE .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tIBmN6edjE .dropdown-item:hover span {
  color: white;
}
.cid-tIBmN6edjE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIBmN6edjE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIBmN6edjE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIBmN6edjE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIBmN6edjE .nav-link {
  position: relative;
}
.cid-tIBmN6edjE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tIBmN6edjE .container {
    flex-wrap: nowrap;
  }
}
.cid-tIBmN6edjE .navbar-caption:hover,
.cid-tIBmN6edjE .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tIBmN6edjE .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tIBmN6edjE .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tIBmN6edjE .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tIBmN6edjE .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tIBmN6edjE .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tIBmN6edjE .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tIBmN6edjE .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tIBmN6edjE .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tIBmN6edjE .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tIBmN6edjE .dropdown-menu,
.cid-tIBmN6edjE .navbar.opened {
  background: #ffffff !important;
}
.cid-tIBmN6edjE .nav-item:focus,
.cid-tIBmN6edjE .nav-link:focus {
  outline: none;
}
.cid-tIBmN6edjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIBmN6edjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIBmN6edjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIBmN6edjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIBmN6edjE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIBmN6edjE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIBmN6edjE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tIBmN6edjE .navbar.opened {
  transition: all 0.3s;
}
.cid-tIBmN6edjE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIBmN6edjE .navbar .navbar-logo img {
  width: auto;
}
.cid-tIBmN6edjE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIBmN6edjE .navbar.collapsed {
  justify-content: center;
}
.cid-tIBmN6edjE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIBmN6edjE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIBmN6edjE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tIBmN6edjE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIBmN6edjE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIBmN6edjE .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: 41%;
}
.cid-tIBmN6edjE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIBmN6edjE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIBmN6edjE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIBmN6edjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIBmN6edjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIBmN6edjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIBmN6edjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIBmN6edjE .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: 40%;
  }
  .cid-tIBmN6edjE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIBmN6edjE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIBmN6edjE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIBmN6edjE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIBmN6edjE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIBmN6edjE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIBmN6edjE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIBmN6edjE .navbar.navbar-short {
  min-height: 70px;
}
.cid-tIBmN6edjE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tIBmN6edjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIBmN6edjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIBmN6edjE .dropdown-item.active,
.cid-tIBmN6edjE .dropdown-item:active {
  background-color: transparent;
}
.cid-tIBmN6edjE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIBmN6edjE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIBmN6edjE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIBmN6edjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIBmN6edjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIBmN6edjE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIBmN6edjE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIBmN6edjE .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tIBmN6edjE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIBmN6edjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIBmN6edjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIBmN6edjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIBmN6edjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIBmN6edjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIBmN6edjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIBmN6edjE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIBmN6edjE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIBmN6edjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIBmN6edjE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIBmN6edjE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIBmN6edjE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIBmN6edjE .navbar {
    height: 70px;
  }
  .cid-tIBmN6edjE .navbar.opened {
    height: auto;
  }
  .cid-tIBmN6edjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIBmN6edjE .container-fluid {
  padding: 0 1rem !important;
}
.cid-tIBmN6edjE .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tIBmN6edjE .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tIBmN6edjE .navbar-collapse {
    width: 100%;
  }
  .cid-tIBmN6edjE .navbar-nav {
    width: 100%;
  }
  .cid-tIBmN6edjE .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tIBmN6ygd0 {
  background-color: #000000;
}
.cid-tIBmN6ygd0 .container-fluid {
  padding: 0;
}
.cid-tIBmN6ygd0 .row {
  margin: 0;
}
.cid-tIBmN6ygd0 div[class*="col"] {
  padding: 0;
}
.cid-tIBmN6ygd0 .carousel,
.cid-tIBmN6ygd0 .carousel-inner,
.cid-tIBmN6ygd0 .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tIBmN6ygd0 .item-wrapper {
  width: 100%;
}
.cid-tIBmN6ygd0 img {
  height: 100%;
  object-fit: cover;
}
.cid-tIBmN6ygd0 .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tIBmN6ygd0 .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tIBmN6ygd0 .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tIBmN6ygd0 .carousel-control-prev {
  left: 20px;
}
.cid-tIBmN6ygd0 .carousel-control-next {
  right: 20px;
}
.cid-tIBmN6ygd0 .carousel-indicators .active,
.cid-tIBmN6ygd0 .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tIBmN6ygd0 .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tIBmN6ygd0 .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tIBmN6ygd0 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tIBmN6ygd0 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBmN6ygd0 .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tIBmN6ygd0 .text-wrapper,
  .cid-tIBmN6ygd0 .nutrition,
  .cid-tIBmN6ygd0 .price,
  .cid-tIBmN6ygd0 .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tIBmN6ygd0 .text-wrapper,
  .cid-tIBmN6ygd0 .nutrition,
  .cid-tIBmN6ygd0 .price,
  .cid-tIBmN6ygd0 .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tIBmN6ygd0 .text-wrapper,
  .cid-tIBmN6ygd0 .nutrition,
  .cid-tIBmN6ygd0 .price,
  .cid-tIBmN6ygd0 .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tIBmN6ygd0 .text-wrapper,
  .cid-tIBmN6ygd0 .nutrition,
  .cid-tIBmN6ygd0 .price,
  .cid-tIBmN6ygd0 .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tIBmN6ygd0 .text-wrapper,
  .cid-tIBmN6ygd0 .nutrition,
  .cid-tIBmN6ygd0 .price,
  .cid-tIBmN6ygd0 .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tIBmN6ygd0 .content {
    text-align: center;
  }
}
.cid-tIBmN6ygd0 .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tIBmN6ygd0 .nutrition {
  margin-bottom: 40px;
}
.cid-tIBmN6ygd0 .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tIBmN6ygd0 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tIBmN6ygd0 .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tIBmN6ygd0 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tIBmN6ygd0 .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIBmN6ygd0 .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tIBmN6ygd0 .tile-one {
    margin-right: 25px;
  }
}
.cid-tIBmN6ygd0 .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tIBmN6ygd0 .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tIBmN6ygd0 .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tIBmN6ygd0 .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tIBmN6ygd0 .tile-four {
    margin-top: 25px;
  }
}
.cid-tIBmN6ygd0 svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tIBmN6ygd0 svg path {
  fill: #1f1437;
}
.cid-tIBmN6ygd0 .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tIBmN6ygd0 .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tIBmN6ygd0 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tIBmN6ygd0 .price-text-wrap {
    justify-content: center;
  }
}
.cid-tIBmN6ygd0 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tIBmN6ygd0 .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBmN6ygd0 .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBmN6ygd0 .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBmN6ygd0 .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tIBmN6ygd0 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tIBmN6ygd0 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tIBmN6W5Wt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIBmN6W5Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIBmN6W5Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIBmN6W5Wt .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIBmN6W5Wt .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIBmN6W5Wt .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIBmN6W5Wt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIBmN6W5Wt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIBmN6W5Wt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIBmN6W5Wt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIBmN6W5Wt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIBmN6W5Wt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIBmN6W5Wt .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIBmN6W5Wt .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIBmN6W5Wt .list-box {
  width: 100%;
}
.cid-tIBmN6W5Wt .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIBmN6W5Wt .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIBmN6W5Wt .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIBmN6W5Wt .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIBmN6W5Wt .list a:hover:before {
  background-position: left !important;
}
.cid-tIBmN6W5Wt .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIBmN6W5Wt .news-item {
  width: 100%;
}
.cid-tIBmN6W5Wt .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIBmN6W5Wt .news-title {
  color: #303030;
}
.cid-tIBmN6W5Wt .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tDSzbWjUPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSzbWjUPA nav.navbar {
  position: fixed;
}
.cid-tDSzbWjUPA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSzbWjUPA .dropdown-item:hover,
.cid-tDSzbWjUPA .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-item:hover span {
  color: white;
}
.cid-tDSzbWjUPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSzbWjUPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSzbWjUPA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSzbWjUPA .nav-link {
  position: relative;
}
.cid-tDSzbWjUPA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSzbWjUPA .navbar-caption:hover,
.cid-tDSzbWjUPA .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSzbWjUPA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSzbWjUPA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSzbWjUPA .dropdown-menu,
.cid-tDSzbWjUPA .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSzbWjUPA .nav-item:focus,
.cid-tDSzbWjUPA .nav-link:focus {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSzbWjUPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSzbWjUPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSzbWjUPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSzbWjUPA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSzbWjUPA .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSzbWjUPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSzbWjUPA .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSzbWjUPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSzbWjUPA .navbar.collapsed {
  justify-content: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSzbWjUPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSzbWjUPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSzbWjUPA .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: 41%;
}
.cid-tDSzbWjUPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSzbWjUPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSzbWjUPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSzbWjUPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSzbWjUPA .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: 40%;
  }
  .cid-tDSzbWjUPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSzbWjUPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSzbWjUPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSzbWjUPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSzbWjUPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSzbWjUPA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSzbWjUPA .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSzbWjUPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSzbWjUPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSzbWjUPA .dropdown-item.active,
.cid-tDSzbWjUPA .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSzbWjUPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSzbWjUPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSzbWjUPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSzbWjUPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSzbWjUPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSzbWjUPA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSzbWjUPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSzbWjUPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSzbWjUPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSzbWjUPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSzbWjUPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSzbWjUPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSzbWjUPA .navbar {
    height: 70px;
  }
  .cid-tDSzbWjUPA .navbar.opened {
    height: auto;
  }
  .cid-tDSzbWjUPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSzbWjUPA .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSzbWjUPA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSzbWjUPA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSzbWjUPA .navbar-collapse {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-nav {
    width: 100%;
  }
  .cid-tDSzbWjUPA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tIALO9oUuu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb;
}
.cid-tIALO9oUuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIALO9oUuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIALO9oUuu .row {
  justify-content: flex-start;
}
.cid-tIALO9oUuu .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tIALO9oUuu .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tIALO9oUuu .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tIALO9oUuu .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-tIALO9oUuu .main-col {
    min-height: 28.4rem;
  }
}
.cid-tIALO9oUuu .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tIALO9oUuu .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-tIALO9oUuu .main-col {
    max-width: 100%;
  }
}
.cid-tIALO9oUuu .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-tIALO9oUuu .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tIALO9oUuu .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-tIALO9oUuu .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tIALO9oUuu .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-tIALO9oUuu .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tIALO9oUuu .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIALO9oUuu .head-content {
    padding: 12px;
  }
}
.cid-tIALO9oUuu .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tIALO9oUuu .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-tIALO9oUuu .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-tIALO9oUuu .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-tIALO9oUuu .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tIALO9oUuu .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tIALO9oUuu .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-tIALO9oUuu .price-name {
  color: #727272;
}
.cid-tIALO9oUuu .price-number {
  color: #000000;
}
.cid-tIALO9oUuu .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-tIALO9oUuu .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-tIALO9oUuu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tIALO9oUuu .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tIALO9oUuu .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-tIx11nwgem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tIx11nwgem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIx11nwgem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIx11nwgem .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tIx11nwgem .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tIx11nwgem .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tIx11nwgem .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tIx11nwgem .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tIx11nwgem .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tIx11nwgem .list-box {
  width: 100%;
}
.cid-tIx11nwgem .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tIx11nwgem .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tIx11nwgem .list a:hover:before {
  background-position: left !important;
}
.cid-tIx11nwgem .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tIx11nwgem .news-item {
  width: 100%;
}
.cid-tIx11nwgem .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tIx11nwgem .news-title {
  color: #303030;
}
.cid-tIx11nwgem .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tICXgsMW9C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tICXgsMW9C nav.navbar {
  position: fixed;
}
.cid-tICXgsMW9C .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tICXgsMW9C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tICXgsMW9C .dropdown-item:hover,
.cid-tICXgsMW9C .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tICXgsMW9C .dropdown-item:hover span {
  color: white;
}
.cid-tICXgsMW9C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tICXgsMW9C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tICXgsMW9C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tICXgsMW9C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tICXgsMW9C .nav-link {
  position: relative;
}
.cid-tICXgsMW9C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tICXgsMW9C .container {
    flex-wrap: nowrap;
  }
}
.cid-tICXgsMW9C .navbar-caption:hover,
.cid-tICXgsMW9C .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tICXgsMW9C .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tICXgsMW9C .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tICXgsMW9C .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tICXgsMW9C .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tICXgsMW9C .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tICXgsMW9C .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tICXgsMW9C .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tICXgsMW9C .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tICXgsMW9C .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tICXgsMW9C .dropdown-menu,
.cid-tICXgsMW9C .navbar.opened {
  background: #ffffff !important;
}
.cid-tICXgsMW9C .nav-item:focus,
.cid-tICXgsMW9C .nav-link:focus {
  outline: none;
}
.cid-tICXgsMW9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tICXgsMW9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tICXgsMW9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tICXgsMW9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tICXgsMW9C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tICXgsMW9C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tICXgsMW9C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tICXgsMW9C .navbar.opened {
  transition: all 0.3s;
}
.cid-tICXgsMW9C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tICXgsMW9C .navbar .navbar-logo img {
  width: auto;
}
.cid-tICXgsMW9C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tICXgsMW9C .navbar.collapsed {
  justify-content: center;
}
.cid-tICXgsMW9C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tICXgsMW9C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tICXgsMW9C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tICXgsMW9C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tICXgsMW9C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tICXgsMW9C .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: 41%;
}
.cid-tICXgsMW9C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tICXgsMW9C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tICXgsMW9C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tICXgsMW9C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tICXgsMW9C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tICXgsMW9C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tICXgsMW9C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tICXgsMW9C .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: 40%;
  }
  .cid-tICXgsMW9C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tICXgsMW9C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tICXgsMW9C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tICXgsMW9C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tICXgsMW9C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tICXgsMW9C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tICXgsMW9C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tICXgsMW9C .navbar.navbar-short {
  min-height: 70px;
}
.cid-tICXgsMW9C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tICXgsMW9C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tICXgsMW9C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tICXgsMW9C .dropdown-item.active,
.cid-tICXgsMW9C .dropdown-item:active {
  background-color: transparent;
}
.cid-tICXgsMW9C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tICXgsMW9C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tICXgsMW9C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tICXgsMW9C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tICXgsMW9C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tICXgsMW9C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tICXgsMW9C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tICXgsMW9C .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tICXgsMW9C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tICXgsMW9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tICXgsMW9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tICXgsMW9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tICXgsMW9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tICXgsMW9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tICXgsMW9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tICXgsMW9C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tICXgsMW9C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tICXgsMW9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tICXgsMW9C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tICXgsMW9C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tICXgsMW9C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tICXgsMW9C .navbar {
    height: 70px;
  }
  .cid-tICXgsMW9C .navbar.opened {
    height: auto;
  }
  .cid-tICXgsMW9C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tICXgsMW9C .container-fluid {
  padding: 0 1rem !important;
}
.cid-tICXgsMW9C .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tICXgsMW9C .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tICXgsMW9C .navbar-collapse {
    width: 100%;
  }
  .cid-tICXgsMW9C .navbar-nav {
    width: 100%;
  }
  .cid-tICXgsMW9C .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tICXgtp6F0 {
  background-color: #000000;
}
.cid-tICXgtp6F0 .container-fluid {
  padding: 0;
}
.cid-tICXgtp6F0 .row {
  margin: 0;
}
.cid-tICXgtp6F0 div[class*="col"] {
  padding: 0;
}
.cid-tICXgtp6F0 .carousel,
.cid-tICXgtp6F0 .carousel-inner,
.cid-tICXgtp6F0 .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tICXgtp6F0 .item-wrapper {
  width: 100%;
}
.cid-tICXgtp6F0 img {
  height: 100%;
  object-fit: cover;
}
.cid-tICXgtp6F0 .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tICXgtp6F0 .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tICXgtp6F0 .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tICXgtp6F0 .carousel-control-prev {
  left: 20px;
}
.cid-tICXgtp6F0 .carousel-control-next {
  right: 20px;
}
.cid-tICXgtp6F0 .carousel-indicators .active,
.cid-tICXgtp6F0 .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tICXgtp6F0 .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tICXgtp6F0 .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tICXgtp6F0 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tICXgtp6F0 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICXgtp6F0 .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tICXgtp6F0 .text-wrapper,
  .cid-tICXgtp6F0 .nutrition,
  .cid-tICXgtp6F0 .price,
  .cid-tICXgtp6F0 .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tICXgtp6F0 .text-wrapper,
  .cid-tICXgtp6F0 .nutrition,
  .cid-tICXgtp6F0 .price,
  .cid-tICXgtp6F0 .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tICXgtp6F0 .text-wrapper,
  .cid-tICXgtp6F0 .nutrition,
  .cid-tICXgtp6F0 .price,
  .cid-tICXgtp6F0 .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tICXgtp6F0 .text-wrapper,
  .cid-tICXgtp6F0 .nutrition,
  .cid-tICXgtp6F0 .price,
  .cid-tICXgtp6F0 .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tICXgtp6F0 .text-wrapper,
  .cid-tICXgtp6F0 .nutrition,
  .cid-tICXgtp6F0 .price,
  .cid-tICXgtp6F0 .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tICXgtp6F0 .content {
    text-align: center;
  }
}
.cid-tICXgtp6F0 .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tICXgtp6F0 .nutrition {
  margin-bottom: 40px;
}
.cid-tICXgtp6F0 .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tICXgtp6F0 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tICXgtp6F0 .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tICXgtp6F0 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tICXgtp6F0 .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tICXgtp6F0 .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tICXgtp6F0 .tile-one {
    margin-right: 25px;
  }
}
.cid-tICXgtp6F0 .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tICXgtp6F0 .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tICXgtp6F0 .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tICXgtp6F0 .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tICXgtp6F0 .tile-four {
    margin-top: 25px;
  }
}
.cid-tICXgtp6F0 svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tICXgtp6F0 svg path {
  fill: #1f1437;
}
.cid-tICXgtp6F0 .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tICXgtp6F0 .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tICXgtp6F0 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tICXgtp6F0 .price-text-wrap {
    justify-content: center;
  }
}
.cid-tICXgtp6F0 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tICXgtp6F0 .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICXgtp6F0 .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICXgtp6F0 .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICXgtp6F0 .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICXgtp6F0 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tICXgtp6F0 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tICXgtXbhU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tICXgtXbhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tICXgtXbhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tICXgtXbhU .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tICXgtXbhU .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tICXgtXbhU .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tICXgtXbhU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tICXgtXbhU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tICXgtXbhU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tICXgtXbhU .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tICXgtXbhU .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tICXgtXbhU .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tICXgtXbhU .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tICXgtXbhU .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tICXgtXbhU .list-box {
  width: 100%;
}
.cid-tICXgtXbhU .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tICXgtXbhU .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tICXgtXbhU .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tICXgtXbhU .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tICXgtXbhU .list a:hover:before {
  background-position: left !important;
}
.cid-tICXgtXbhU .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tICXgtXbhU .news-item {
  width: 100%;
}
.cid-tICXgtXbhU .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tICXgtXbhU .news-title {
  color: #303030;
}
.cid-tICXgtXbhU .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tICYfiJE9O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tICYfiJE9O nav.navbar {
  position: fixed;
}
.cid-tICYfiJE9O .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tICYfiJE9O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tICYfiJE9O .dropdown-item:hover,
.cid-tICYfiJE9O .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tICYfiJE9O .dropdown-item:hover span {
  color: white;
}
.cid-tICYfiJE9O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tICYfiJE9O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tICYfiJE9O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tICYfiJE9O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tICYfiJE9O .nav-link {
  position: relative;
}
.cid-tICYfiJE9O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tICYfiJE9O .container {
    flex-wrap: nowrap;
  }
}
.cid-tICYfiJE9O .navbar-caption:hover,
.cid-tICYfiJE9O .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tICYfiJE9O .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tICYfiJE9O .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tICYfiJE9O .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tICYfiJE9O .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tICYfiJE9O .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tICYfiJE9O .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tICYfiJE9O .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tICYfiJE9O .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tICYfiJE9O .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tICYfiJE9O .dropdown-menu,
.cid-tICYfiJE9O .navbar.opened {
  background: #ffffff !important;
}
.cid-tICYfiJE9O .nav-item:focus,
.cid-tICYfiJE9O .nav-link:focus {
  outline: none;
}
.cid-tICYfiJE9O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tICYfiJE9O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tICYfiJE9O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tICYfiJE9O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tICYfiJE9O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tICYfiJE9O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tICYfiJE9O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tICYfiJE9O .navbar.opened {
  transition: all 0.3s;
}
.cid-tICYfiJE9O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tICYfiJE9O .navbar .navbar-logo img {
  width: auto;
}
.cid-tICYfiJE9O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tICYfiJE9O .navbar.collapsed {
  justify-content: center;
}
.cid-tICYfiJE9O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tICYfiJE9O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tICYfiJE9O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tICYfiJE9O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tICYfiJE9O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tICYfiJE9O .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: 41%;
}
.cid-tICYfiJE9O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tICYfiJE9O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tICYfiJE9O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tICYfiJE9O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tICYfiJE9O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tICYfiJE9O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tICYfiJE9O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tICYfiJE9O .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: 40%;
  }
  .cid-tICYfiJE9O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tICYfiJE9O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tICYfiJE9O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tICYfiJE9O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tICYfiJE9O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tICYfiJE9O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tICYfiJE9O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tICYfiJE9O .navbar.navbar-short {
  min-height: 70px;
}
.cid-tICYfiJE9O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tICYfiJE9O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tICYfiJE9O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tICYfiJE9O .dropdown-item.active,
.cid-tICYfiJE9O .dropdown-item:active {
  background-color: transparent;
}
.cid-tICYfiJE9O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tICYfiJE9O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tICYfiJE9O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tICYfiJE9O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tICYfiJE9O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tICYfiJE9O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tICYfiJE9O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tICYfiJE9O .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tICYfiJE9O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tICYfiJE9O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tICYfiJE9O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tICYfiJE9O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tICYfiJE9O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tICYfiJE9O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tICYfiJE9O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tICYfiJE9O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tICYfiJE9O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tICYfiJE9O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tICYfiJE9O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tICYfiJE9O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tICYfiJE9O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tICYfiJE9O .navbar {
    height: 70px;
  }
  .cid-tICYfiJE9O .navbar.opened {
    height: auto;
  }
  .cid-tICYfiJE9O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tICYfiJE9O .container-fluid {
  padding: 0 1rem !important;
}
.cid-tICYfiJE9O .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tICYfiJE9O .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tICYfiJE9O .navbar-collapse {
    width: 100%;
  }
  .cid-tICYfiJE9O .navbar-nav {
    width: 100%;
  }
  .cid-tICYfiJE9O .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tICYfjkBEk {
  background-color: #000000;
}
.cid-tICYfjkBEk .container-fluid {
  padding: 0;
}
.cid-tICYfjkBEk .row {
  margin: 0;
}
.cid-tICYfjkBEk div[class*="col"] {
  padding: 0;
}
.cid-tICYfjkBEk .carousel,
.cid-tICYfjkBEk .carousel-inner,
.cid-tICYfjkBEk .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tICYfjkBEk .item-wrapper {
  width: 100%;
}
.cid-tICYfjkBEk img {
  height: 100%;
  object-fit: cover;
}
.cid-tICYfjkBEk .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tICYfjkBEk .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tICYfjkBEk .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tICYfjkBEk .carousel-control-prev {
  left: 20px;
}
.cid-tICYfjkBEk .carousel-control-next {
  right: 20px;
}
.cid-tICYfjkBEk .carousel-indicators .active,
.cid-tICYfjkBEk .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tICYfjkBEk .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tICYfjkBEk .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tICYfjkBEk .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tICYfjkBEk .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICYfjkBEk .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tICYfjkBEk .text-wrapper,
  .cid-tICYfjkBEk .nutrition,
  .cid-tICYfjkBEk .price,
  .cid-tICYfjkBEk .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tICYfjkBEk .text-wrapper,
  .cid-tICYfjkBEk .nutrition,
  .cid-tICYfjkBEk .price,
  .cid-tICYfjkBEk .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tICYfjkBEk .text-wrapper,
  .cid-tICYfjkBEk .nutrition,
  .cid-tICYfjkBEk .price,
  .cid-tICYfjkBEk .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tICYfjkBEk .text-wrapper,
  .cid-tICYfjkBEk .nutrition,
  .cid-tICYfjkBEk .price,
  .cid-tICYfjkBEk .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tICYfjkBEk .text-wrapper,
  .cid-tICYfjkBEk .nutrition,
  .cid-tICYfjkBEk .price,
  .cid-tICYfjkBEk .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tICYfjkBEk .content {
    text-align: center;
  }
}
.cid-tICYfjkBEk .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tICYfjkBEk .nutrition {
  margin-bottom: 40px;
}
.cid-tICYfjkBEk .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tICYfjkBEk .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tICYfjkBEk .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tICYfjkBEk .nutrition-wrap {
    width: 100%;
  }
}
.cid-tICYfjkBEk .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tICYfjkBEk .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tICYfjkBEk .tile-one {
    margin-right: 25px;
  }
}
.cid-tICYfjkBEk .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tICYfjkBEk .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tICYfjkBEk .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tICYfjkBEk .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tICYfjkBEk .tile-four {
    margin-top: 25px;
  }
}
.cid-tICYfjkBEk svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tICYfjkBEk svg path {
  fill: #1f1437;
}
.cid-tICYfjkBEk .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tICYfjkBEk .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tICYfjkBEk .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tICYfjkBEk .price-text-wrap {
    justify-content: center;
  }
}
.cid-tICYfjkBEk .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tICYfjkBEk .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICYfjkBEk .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICYfjkBEk .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICYfjkBEk .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tICYfjkBEk .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tICYfjkBEk .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tICYfjPqmN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tICYfjPqmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tICYfjPqmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tICYfjPqmN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tICYfjPqmN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tICYfjPqmN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tICYfjPqmN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tICYfjPqmN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tICYfjPqmN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tICYfjPqmN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tICYfjPqmN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tICYfjPqmN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tICYfjPqmN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tICYfjPqmN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tICYfjPqmN .list-box {
  width: 100%;
}
.cid-tICYfjPqmN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tICYfjPqmN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tICYfjPqmN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tICYfjPqmN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tICYfjPqmN .list a:hover:before {
  background-position: left !important;
}
.cid-tICYfjPqmN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tICYfjPqmN .news-item {
  width: 100%;
}
.cid-tICYfjPqmN .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tICYfjPqmN .news-title {
  color: #303030;
}
.cid-tICYfjPqmN .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tID1W7nbP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tID1W7nbP8 nav.navbar {
  position: fixed;
}
.cid-tID1W7nbP8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID1W7nbP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tID1W7nbP8 .dropdown-item:hover,
.cid-tID1W7nbP8 .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID1W7nbP8 .dropdown-item:hover span {
  color: white;
}
.cid-tID1W7nbP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tID1W7nbP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tID1W7nbP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tID1W7nbP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tID1W7nbP8 .nav-link {
  position: relative;
}
.cid-tID1W7nbP8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tID1W7nbP8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tID1W7nbP8 .navbar-caption:hover,
.cid-tID1W7nbP8 .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tID1W7nbP8 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tID1W7nbP8 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tID1W7nbP8 .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tID1W7nbP8 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tID1W7nbP8 .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tID1W7nbP8 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tID1W7nbP8 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tID1W7nbP8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tID1W7nbP8 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID1W7nbP8 .dropdown-menu,
.cid-tID1W7nbP8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tID1W7nbP8 .nav-item:focus,
.cid-tID1W7nbP8 .nav-link:focus {
  outline: none;
}
.cid-tID1W7nbP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tID1W7nbP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tID1W7nbP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tID1W7nbP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID1W7nbP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tID1W7nbP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tID1W7nbP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tID1W7nbP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tID1W7nbP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tID1W7nbP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tID1W7nbP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tID1W7nbP8 .navbar.collapsed {
  justify-content: center;
}
.cid-tID1W7nbP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tID1W7nbP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tID1W7nbP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tID1W7nbP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tID1W7nbP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tID1W7nbP8 .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: 41%;
}
.cid-tID1W7nbP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tID1W7nbP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tID1W7nbP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tID1W7nbP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tID1W7nbP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tID1W7nbP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tID1W7nbP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tID1W7nbP8 .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: 40%;
  }
  .cid-tID1W7nbP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tID1W7nbP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tID1W7nbP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tID1W7nbP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tID1W7nbP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tID1W7nbP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tID1W7nbP8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tID1W7nbP8 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tID1W7nbP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tID1W7nbP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tID1W7nbP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tID1W7nbP8 .dropdown-item.active,
.cid-tID1W7nbP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tID1W7nbP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tID1W7nbP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tID1W7nbP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tID1W7nbP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tID1W7nbP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tID1W7nbP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tID1W7nbP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tID1W7nbP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tID1W7nbP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tID1W7nbP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tID1W7nbP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tID1W7nbP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID1W7nbP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID1W7nbP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tID1W7nbP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID1W7nbP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tID1W7nbP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tID1W7nbP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID1W7nbP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tID1W7nbP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tID1W7nbP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tID1W7nbP8 .navbar {
    height: 70px;
  }
  .cid-tID1W7nbP8 .navbar.opened {
    height: auto;
  }
  .cid-tID1W7nbP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tID1W7nbP8 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tID1W7nbP8 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tID1W7nbP8 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tID1W7nbP8 .navbar-collapse {
    width: 100%;
  }
  .cid-tID1W7nbP8 .navbar-nav {
    width: 100%;
  }
  .cid-tID1W7nbP8 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tID1W82dke {
  background-color: #000000;
}
.cid-tID1W82dke .container-fluid {
  padding: 0;
}
.cid-tID1W82dke .row {
  margin: 0;
}
.cid-tID1W82dke div[class*="col"] {
  padding: 0;
}
.cid-tID1W82dke .carousel,
.cid-tID1W82dke .carousel-inner,
.cid-tID1W82dke .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tID1W82dke .item-wrapper {
  width: 100%;
}
.cid-tID1W82dke img {
  height: 100%;
  object-fit: cover;
}
.cid-tID1W82dke .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tID1W82dke .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tID1W82dke .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tID1W82dke .carousel-control-prev {
  left: 20px;
}
.cid-tID1W82dke .carousel-control-next {
  right: 20px;
}
.cid-tID1W82dke .carousel-indicators .active,
.cid-tID1W82dke .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tID1W82dke .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tID1W82dke .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tID1W82dke .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tID1W82dke .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID1W82dke .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tID1W82dke .text-wrapper,
  .cid-tID1W82dke .nutrition,
  .cid-tID1W82dke .price,
  .cid-tID1W82dke .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tID1W82dke .text-wrapper,
  .cid-tID1W82dke .nutrition,
  .cid-tID1W82dke .price,
  .cid-tID1W82dke .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tID1W82dke .text-wrapper,
  .cid-tID1W82dke .nutrition,
  .cid-tID1W82dke .price,
  .cid-tID1W82dke .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tID1W82dke .text-wrapper,
  .cid-tID1W82dke .nutrition,
  .cid-tID1W82dke .price,
  .cid-tID1W82dke .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tID1W82dke .text-wrapper,
  .cid-tID1W82dke .nutrition,
  .cid-tID1W82dke .price,
  .cid-tID1W82dke .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tID1W82dke .content {
    text-align: center;
  }
}
.cid-tID1W82dke .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tID1W82dke .nutrition {
  margin-bottom: 40px;
}
.cid-tID1W82dke .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tID1W82dke .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tID1W82dke .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tID1W82dke .nutrition-wrap {
    width: 100%;
  }
}
.cid-tID1W82dke .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tID1W82dke .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID1W82dke .tile-one {
    margin-right: 25px;
  }
}
.cid-tID1W82dke .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tID1W82dke .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID1W82dke .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tID1W82dke .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tID1W82dke .tile-four {
    margin-top: 25px;
  }
}
.cid-tID1W82dke svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tID1W82dke svg path {
  fill: #1f1437;
}
.cid-tID1W82dke .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tID1W82dke .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tID1W82dke .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tID1W82dke .price-text-wrap {
    justify-content: center;
  }
}
.cid-tID1W82dke .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tID1W82dke .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID1W82dke .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID1W82dke .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID1W82dke .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID1W82dke .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tID1W82dke .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tID1W8zoGS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tID1W8zoGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID1W8zoGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tID1W8zoGS .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tID1W8zoGS .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tID1W8zoGS .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tID1W8zoGS .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tID1W8zoGS .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tID1W8zoGS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tID1W8zoGS .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tID1W8zoGS .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tID1W8zoGS .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tID1W8zoGS .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tID1W8zoGS .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tID1W8zoGS .list-box {
  width: 100%;
}
.cid-tID1W8zoGS .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tID1W8zoGS .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tID1W8zoGS .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tID1W8zoGS .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tID1W8zoGS .list a:hover:before {
  background-position: left !important;
}
.cid-tID1W8zoGS .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tID1W8zoGS .news-item {
  width: 100%;
}
.cid-tID1W8zoGS .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tID1W8zoGS .news-title {
  color: #303030;
}
.cid-tID1W8zoGS .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tID2xXoJa9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tID2xXoJa9 nav.navbar {
  position: fixed;
}
.cid-tID2xXoJa9 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID2xXoJa9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tID2xXoJa9 .dropdown-item:hover,
.cid-tID2xXoJa9 .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID2xXoJa9 .dropdown-item:hover span {
  color: white;
}
.cid-tID2xXoJa9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tID2xXoJa9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tID2xXoJa9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tID2xXoJa9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tID2xXoJa9 .nav-link {
  position: relative;
}
.cid-tID2xXoJa9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tID2xXoJa9 .container {
    flex-wrap: nowrap;
  }
}
.cid-tID2xXoJa9 .navbar-caption:hover,
.cid-tID2xXoJa9 .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tID2xXoJa9 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tID2xXoJa9 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tID2xXoJa9 .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tID2xXoJa9 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tID2xXoJa9 .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tID2xXoJa9 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tID2xXoJa9 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tID2xXoJa9 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tID2xXoJa9 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID2xXoJa9 .dropdown-menu,
.cid-tID2xXoJa9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tID2xXoJa9 .nav-item:focus,
.cid-tID2xXoJa9 .nav-link:focus {
  outline: none;
}
.cid-tID2xXoJa9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tID2xXoJa9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tID2xXoJa9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tID2xXoJa9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID2xXoJa9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tID2xXoJa9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tID2xXoJa9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tID2xXoJa9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tID2xXoJa9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tID2xXoJa9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tID2xXoJa9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tID2xXoJa9 .navbar.collapsed {
  justify-content: center;
}
.cid-tID2xXoJa9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tID2xXoJa9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tID2xXoJa9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tID2xXoJa9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tID2xXoJa9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tID2xXoJa9 .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: 41%;
}
.cid-tID2xXoJa9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tID2xXoJa9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tID2xXoJa9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tID2xXoJa9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tID2xXoJa9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tID2xXoJa9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tID2xXoJa9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tID2xXoJa9 .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: 40%;
  }
  .cid-tID2xXoJa9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tID2xXoJa9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tID2xXoJa9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tID2xXoJa9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tID2xXoJa9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tID2xXoJa9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tID2xXoJa9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tID2xXoJa9 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tID2xXoJa9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tID2xXoJa9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tID2xXoJa9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tID2xXoJa9 .dropdown-item.active,
.cid-tID2xXoJa9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tID2xXoJa9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tID2xXoJa9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tID2xXoJa9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tID2xXoJa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tID2xXoJa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tID2xXoJa9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tID2xXoJa9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tID2xXoJa9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tID2xXoJa9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tID2xXoJa9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tID2xXoJa9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tID2xXoJa9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID2xXoJa9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID2xXoJa9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tID2xXoJa9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID2xXoJa9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tID2xXoJa9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tID2xXoJa9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID2xXoJa9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tID2xXoJa9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tID2xXoJa9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tID2xXoJa9 .navbar {
    height: 70px;
  }
  .cid-tID2xXoJa9 .navbar.opened {
    height: auto;
  }
  .cid-tID2xXoJa9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tID2xXoJa9 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tID2xXoJa9 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tID2xXoJa9 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tID2xXoJa9 .navbar-collapse {
    width: 100%;
  }
  .cid-tID2xXoJa9 .navbar-nav {
    width: 100%;
  }
  .cid-tID2xXoJa9 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tID2xXZzZH {
  background-color: #000000;
}
.cid-tID2xXZzZH .container-fluid {
  padding: 0;
}
.cid-tID2xXZzZH .row {
  margin: 0;
}
.cid-tID2xXZzZH div[class*="col"] {
  padding: 0;
}
.cid-tID2xXZzZH .carousel,
.cid-tID2xXZzZH .carousel-inner,
.cid-tID2xXZzZH .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tID2xXZzZH .item-wrapper {
  width: 100%;
}
.cid-tID2xXZzZH img {
  height: 100%;
  object-fit: cover;
}
.cid-tID2xXZzZH .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tID2xXZzZH .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tID2xXZzZH .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tID2xXZzZH .carousel-control-prev {
  left: 20px;
}
.cid-tID2xXZzZH .carousel-control-next {
  right: 20px;
}
.cid-tID2xXZzZH .carousel-indicators .active,
.cid-tID2xXZzZH .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tID2xXZzZH .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tID2xXZzZH .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tID2xXZzZH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tID2xXZzZH .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID2xXZzZH .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tID2xXZzZH .text-wrapper,
  .cid-tID2xXZzZH .nutrition,
  .cid-tID2xXZzZH .price,
  .cid-tID2xXZzZH .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tID2xXZzZH .text-wrapper,
  .cid-tID2xXZzZH .nutrition,
  .cid-tID2xXZzZH .price,
  .cid-tID2xXZzZH .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tID2xXZzZH .text-wrapper,
  .cid-tID2xXZzZH .nutrition,
  .cid-tID2xXZzZH .price,
  .cid-tID2xXZzZH .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tID2xXZzZH .text-wrapper,
  .cid-tID2xXZzZH .nutrition,
  .cid-tID2xXZzZH .price,
  .cid-tID2xXZzZH .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tID2xXZzZH .text-wrapper,
  .cid-tID2xXZzZH .nutrition,
  .cid-tID2xXZzZH .price,
  .cid-tID2xXZzZH .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tID2xXZzZH .content {
    text-align: center;
  }
}
.cid-tID2xXZzZH .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tID2xXZzZH .nutrition {
  margin-bottom: 40px;
}
.cid-tID2xXZzZH .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tID2xXZzZH .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tID2xXZzZH .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tID2xXZzZH .nutrition-wrap {
    width: 100%;
  }
}
.cid-tID2xXZzZH .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tID2xXZzZH .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID2xXZzZH .tile-one {
    margin-right: 25px;
  }
}
.cid-tID2xXZzZH .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tID2xXZzZH .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID2xXZzZH .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tID2xXZzZH .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tID2xXZzZH .tile-four {
    margin-top: 25px;
  }
}
.cid-tID2xXZzZH svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tID2xXZzZH svg path {
  fill: #1f1437;
}
.cid-tID2xXZzZH .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tID2xXZzZH .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tID2xXZzZH .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tID2xXZzZH .price-text-wrap {
    justify-content: center;
  }
}
.cid-tID2xXZzZH .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tID2xXZzZH .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID2xXZzZH .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID2xXZzZH .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID2xXZzZH .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID2xXZzZH .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tID2xXZzZH .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tID2xYxHve {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tID2xYxHve .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID2xYxHve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tID2xYxHve .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tID2xYxHve .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tID2xYxHve .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tID2xYxHve .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tID2xYxHve .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tID2xYxHve .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tID2xYxHve .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tID2xYxHve .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tID2xYxHve .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tID2xYxHve .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tID2xYxHve .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tID2xYxHve .list-box {
  width: 100%;
}
.cid-tID2xYxHve .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tID2xYxHve .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tID2xYxHve .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tID2xYxHve .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tID2xYxHve .list a:hover:before {
  background-position: left !important;
}
.cid-tID2xYxHve .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tID2xYxHve .news-item {
  width: 100%;
}
.cid-tID2xYxHve .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tID2xYxHve .news-title {
  color: #303030;
}
.cid-tID2xYxHve .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tID3iS3ZcB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tID3iS3ZcB nav.navbar {
  position: fixed;
}
.cid-tID3iS3ZcB .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID3iS3ZcB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tID3iS3ZcB .dropdown-item:hover,
.cid-tID3iS3ZcB .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID3iS3ZcB .dropdown-item:hover span {
  color: white;
}
.cid-tID3iS3ZcB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tID3iS3ZcB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tID3iS3ZcB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tID3iS3ZcB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tID3iS3ZcB .nav-link {
  position: relative;
}
.cid-tID3iS3ZcB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tID3iS3ZcB .container {
    flex-wrap: nowrap;
  }
}
.cid-tID3iS3ZcB .navbar-caption:hover,
.cid-tID3iS3ZcB .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tID3iS3ZcB .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tID3iS3ZcB .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tID3iS3ZcB .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tID3iS3ZcB .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tID3iS3ZcB .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tID3iS3ZcB .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tID3iS3ZcB .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tID3iS3ZcB .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tID3iS3ZcB .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID3iS3ZcB .dropdown-menu,
.cid-tID3iS3ZcB .navbar.opened {
  background: #ffffff !important;
}
.cid-tID3iS3ZcB .nav-item:focus,
.cid-tID3iS3ZcB .nav-link:focus {
  outline: none;
}
.cid-tID3iS3ZcB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tID3iS3ZcB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tID3iS3ZcB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tID3iS3ZcB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID3iS3ZcB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tID3iS3ZcB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tID3iS3ZcB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tID3iS3ZcB .navbar.opened {
  transition: all 0.3s;
}
.cid-tID3iS3ZcB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tID3iS3ZcB .navbar .navbar-logo img {
  width: auto;
}
.cid-tID3iS3ZcB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tID3iS3ZcB .navbar.collapsed {
  justify-content: center;
}
.cid-tID3iS3ZcB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tID3iS3ZcB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tID3iS3ZcB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tID3iS3ZcB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tID3iS3ZcB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tID3iS3ZcB .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: 41%;
}
.cid-tID3iS3ZcB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tID3iS3ZcB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tID3iS3ZcB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tID3iS3ZcB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tID3iS3ZcB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tID3iS3ZcB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tID3iS3ZcB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tID3iS3ZcB .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: 40%;
  }
  .cid-tID3iS3ZcB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tID3iS3ZcB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tID3iS3ZcB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tID3iS3ZcB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tID3iS3ZcB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tID3iS3ZcB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tID3iS3ZcB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tID3iS3ZcB .navbar.navbar-short {
  min-height: 70px;
}
.cid-tID3iS3ZcB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tID3iS3ZcB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tID3iS3ZcB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tID3iS3ZcB .dropdown-item.active,
.cid-tID3iS3ZcB .dropdown-item:active {
  background-color: transparent;
}
.cid-tID3iS3ZcB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tID3iS3ZcB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tID3iS3ZcB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tID3iS3ZcB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tID3iS3ZcB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tID3iS3ZcB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tID3iS3ZcB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tID3iS3ZcB .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tID3iS3ZcB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tID3iS3ZcB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tID3iS3ZcB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tID3iS3ZcB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID3iS3ZcB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID3iS3ZcB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tID3iS3ZcB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID3iS3ZcB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tID3iS3ZcB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tID3iS3ZcB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID3iS3ZcB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tID3iS3ZcB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tID3iS3ZcB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tID3iS3ZcB .navbar {
    height: 70px;
  }
  .cid-tID3iS3ZcB .navbar.opened {
    height: auto;
  }
  .cid-tID3iS3ZcB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tID3iS3ZcB .container-fluid {
  padding: 0 1rem !important;
}
.cid-tID3iS3ZcB .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tID3iS3ZcB .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tID3iS3ZcB .navbar-collapse {
    width: 100%;
  }
  .cid-tID3iS3ZcB .navbar-nav {
    width: 100%;
  }
  .cid-tID3iS3ZcB .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tID3iSHREe {
  background-color: #000000;
}
.cid-tID3iSHREe .container-fluid {
  padding: 0;
}
.cid-tID3iSHREe .row {
  margin: 0;
}
.cid-tID3iSHREe div[class*="col"] {
  padding: 0;
}
.cid-tID3iSHREe .carousel,
.cid-tID3iSHREe .carousel-inner,
.cid-tID3iSHREe .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tID3iSHREe .item-wrapper {
  width: 100%;
}
.cid-tID3iSHREe img {
  height: 100%;
  object-fit: cover;
}
.cid-tID3iSHREe .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tID3iSHREe .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tID3iSHREe .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tID3iSHREe .carousel-control-prev {
  left: 20px;
}
.cid-tID3iSHREe .carousel-control-next {
  right: 20px;
}
.cid-tID3iSHREe .carousel-indicators .active,
.cid-tID3iSHREe .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tID3iSHREe .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tID3iSHREe .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tID3iSHREe .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tID3iSHREe .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3iSHREe .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tID3iSHREe .text-wrapper,
  .cid-tID3iSHREe .nutrition,
  .cid-tID3iSHREe .price,
  .cid-tID3iSHREe .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tID3iSHREe .text-wrapper,
  .cid-tID3iSHREe .nutrition,
  .cid-tID3iSHREe .price,
  .cid-tID3iSHREe .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tID3iSHREe .text-wrapper,
  .cid-tID3iSHREe .nutrition,
  .cid-tID3iSHREe .price,
  .cid-tID3iSHREe .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tID3iSHREe .text-wrapper,
  .cid-tID3iSHREe .nutrition,
  .cid-tID3iSHREe .price,
  .cid-tID3iSHREe .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tID3iSHREe .text-wrapper,
  .cid-tID3iSHREe .nutrition,
  .cid-tID3iSHREe .price,
  .cid-tID3iSHREe .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tID3iSHREe .content {
    text-align: center;
  }
}
.cid-tID3iSHREe .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tID3iSHREe .nutrition {
  margin-bottom: 40px;
}
.cid-tID3iSHREe .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tID3iSHREe .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tID3iSHREe .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tID3iSHREe .nutrition-wrap {
    width: 100%;
  }
}
.cid-tID3iSHREe .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tID3iSHREe .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID3iSHREe .tile-one {
    margin-right: 25px;
  }
}
.cid-tID3iSHREe .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tID3iSHREe .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID3iSHREe .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tID3iSHREe .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tID3iSHREe .tile-four {
    margin-top: 25px;
  }
}
.cid-tID3iSHREe svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tID3iSHREe svg path {
  fill: #1f1437;
}
.cid-tID3iSHREe .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tID3iSHREe .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tID3iSHREe .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tID3iSHREe .price-text-wrap {
    justify-content: center;
  }
}
.cid-tID3iSHREe .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tID3iSHREe .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3iSHREe .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3iSHREe .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3iSHREe .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3iSHREe .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tID3iSHREe .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tID3iTejcL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tID3iTejcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID3iTejcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tID3iTejcL .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tID3iTejcL .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tID3iTejcL .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tID3iTejcL .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tID3iTejcL .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tID3iTejcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tID3iTejcL .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tID3iTejcL .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tID3iTejcL .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tID3iTejcL .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tID3iTejcL .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tID3iTejcL .list-box {
  width: 100%;
}
.cid-tID3iTejcL .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tID3iTejcL .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tID3iTejcL .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tID3iTejcL .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tID3iTejcL .list a:hover:before {
  background-position: left !important;
}
.cid-tID3iTejcL .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tID3iTejcL .news-item {
  width: 100%;
}
.cid-tID3iTejcL .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tID3iTejcL .news-title {
  color: #303030;
}
.cid-tID3iTejcL .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tID3XNoyKY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tID3XNoyKY nav.navbar {
  position: fixed;
}
.cid-tID3XNoyKY .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID3XNoyKY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tID3XNoyKY .dropdown-item:hover,
.cid-tID3XNoyKY .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID3XNoyKY .dropdown-item:hover span {
  color: white;
}
.cid-tID3XNoyKY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tID3XNoyKY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tID3XNoyKY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tID3XNoyKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tID3XNoyKY .nav-link {
  position: relative;
}
.cid-tID3XNoyKY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tID3XNoyKY .container {
    flex-wrap: nowrap;
  }
}
.cid-tID3XNoyKY .navbar-caption:hover,
.cid-tID3XNoyKY .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tID3XNoyKY .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tID3XNoyKY .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tID3XNoyKY .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tID3XNoyKY .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tID3XNoyKY .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tID3XNoyKY .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tID3XNoyKY .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tID3XNoyKY .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tID3XNoyKY .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID3XNoyKY .dropdown-menu,
.cid-tID3XNoyKY .navbar.opened {
  background: #ffffff !important;
}
.cid-tID3XNoyKY .nav-item:focus,
.cid-tID3XNoyKY .nav-link:focus {
  outline: none;
}
.cid-tID3XNoyKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tID3XNoyKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tID3XNoyKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tID3XNoyKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID3XNoyKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tID3XNoyKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tID3XNoyKY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tID3XNoyKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tID3XNoyKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tID3XNoyKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tID3XNoyKY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tID3XNoyKY .navbar.collapsed {
  justify-content: center;
}
.cid-tID3XNoyKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tID3XNoyKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tID3XNoyKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tID3XNoyKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tID3XNoyKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tID3XNoyKY .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: 41%;
}
.cid-tID3XNoyKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tID3XNoyKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tID3XNoyKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tID3XNoyKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tID3XNoyKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tID3XNoyKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tID3XNoyKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tID3XNoyKY .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: 40%;
  }
  .cid-tID3XNoyKY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tID3XNoyKY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tID3XNoyKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tID3XNoyKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tID3XNoyKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tID3XNoyKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tID3XNoyKY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tID3XNoyKY .navbar.navbar-short {
  min-height: 70px;
}
.cid-tID3XNoyKY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tID3XNoyKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tID3XNoyKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tID3XNoyKY .dropdown-item.active,
.cid-tID3XNoyKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tID3XNoyKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tID3XNoyKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tID3XNoyKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tID3XNoyKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tID3XNoyKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tID3XNoyKY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tID3XNoyKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tID3XNoyKY .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tID3XNoyKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tID3XNoyKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tID3XNoyKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tID3XNoyKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID3XNoyKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID3XNoyKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tID3XNoyKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID3XNoyKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tID3XNoyKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tID3XNoyKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID3XNoyKY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tID3XNoyKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tID3XNoyKY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tID3XNoyKY .navbar {
    height: 70px;
  }
  .cid-tID3XNoyKY .navbar.opened {
    height: auto;
  }
  .cid-tID3XNoyKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tID3XNoyKY .container-fluid {
  padding: 0 1rem !important;
}
.cid-tID3XNoyKY .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tID3XNoyKY .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tID3XNoyKY .navbar-collapse {
    width: 100%;
  }
  .cid-tID3XNoyKY .navbar-nav {
    width: 100%;
  }
  .cid-tID3XNoyKY .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tID3XO3Zlw {
  background-color: #000000;
}
.cid-tID3XO3Zlw .container-fluid {
  padding: 0;
}
.cid-tID3XO3Zlw .row {
  margin: 0;
}
.cid-tID3XO3Zlw div[class*="col"] {
  padding: 0;
}
.cid-tID3XO3Zlw .carousel,
.cid-tID3XO3Zlw .carousel-inner,
.cid-tID3XO3Zlw .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tID3XO3Zlw .item-wrapper {
  width: 100%;
}
.cid-tID3XO3Zlw img {
  height: 100%;
  object-fit: cover;
}
.cid-tID3XO3Zlw .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tID3XO3Zlw .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tID3XO3Zlw .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tID3XO3Zlw .carousel-control-prev {
  left: 20px;
}
.cid-tID3XO3Zlw .carousel-control-next {
  right: 20px;
}
.cid-tID3XO3Zlw .carousel-indicators .active,
.cid-tID3XO3Zlw .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tID3XO3Zlw .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tID3XO3Zlw .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tID3XO3Zlw .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tID3XO3Zlw .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3XO3Zlw .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tID3XO3Zlw .text-wrapper,
  .cid-tID3XO3Zlw .nutrition,
  .cid-tID3XO3Zlw .price,
  .cid-tID3XO3Zlw .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tID3XO3Zlw .text-wrapper,
  .cid-tID3XO3Zlw .nutrition,
  .cid-tID3XO3Zlw .price,
  .cid-tID3XO3Zlw .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tID3XO3Zlw .text-wrapper,
  .cid-tID3XO3Zlw .nutrition,
  .cid-tID3XO3Zlw .price,
  .cid-tID3XO3Zlw .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tID3XO3Zlw .text-wrapper,
  .cid-tID3XO3Zlw .nutrition,
  .cid-tID3XO3Zlw .price,
  .cid-tID3XO3Zlw .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tID3XO3Zlw .text-wrapper,
  .cid-tID3XO3Zlw .nutrition,
  .cid-tID3XO3Zlw .price,
  .cid-tID3XO3Zlw .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tID3XO3Zlw .content {
    text-align: center;
  }
}
.cid-tID3XO3Zlw .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tID3XO3Zlw .nutrition {
  margin-bottom: 40px;
}
.cid-tID3XO3Zlw .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tID3XO3Zlw .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tID3XO3Zlw .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tID3XO3Zlw .nutrition-wrap {
    width: 100%;
  }
}
.cid-tID3XO3Zlw .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tID3XO3Zlw .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID3XO3Zlw .tile-one {
    margin-right: 25px;
  }
}
.cid-tID3XO3Zlw .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tID3XO3Zlw .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID3XO3Zlw .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tID3XO3Zlw .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tID3XO3Zlw .tile-four {
    margin-top: 25px;
  }
}
.cid-tID3XO3Zlw svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tID3XO3Zlw svg path {
  fill: #1f1437;
}
.cid-tID3XO3Zlw .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tID3XO3Zlw .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tID3XO3Zlw .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tID3XO3Zlw .price-text-wrap {
    justify-content: center;
  }
}
.cid-tID3XO3Zlw .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tID3XO3Zlw .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3XO3Zlw .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3XO3Zlw .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3XO3Zlw .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID3XO3Zlw .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tID3XO3Zlw .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tID3XOBwmZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tID3XOBwmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID3XOBwmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tID3XOBwmZ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tID3XOBwmZ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tID3XOBwmZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tID3XOBwmZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tID3XOBwmZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tID3XOBwmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tID3XOBwmZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tID3XOBwmZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tID3XOBwmZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tID3XOBwmZ .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tID3XOBwmZ .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tID3XOBwmZ .list-box {
  width: 100%;
}
.cid-tID3XOBwmZ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tID3XOBwmZ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tID3XOBwmZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tID3XOBwmZ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tID3XOBwmZ .list a:hover:before {
  background-position: left !important;
}
.cid-tID3XOBwmZ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tID3XOBwmZ .news-item {
  width: 100%;
}
.cid-tID3XOBwmZ .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tID3XOBwmZ .news-title {
  color: #303030;
}
.cid-tID3XOBwmZ .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tID4xMEhJB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tID4xMEhJB nav.navbar {
  position: fixed;
}
.cid-tID4xMEhJB .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID4xMEhJB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tID4xMEhJB .dropdown-item:hover,
.cid-tID4xMEhJB .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID4xMEhJB .dropdown-item:hover span {
  color: white;
}
.cid-tID4xMEhJB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tID4xMEhJB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tID4xMEhJB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tID4xMEhJB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tID4xMEhJB .nav-link {
  position: relative;
}
.cid-tID4xMEhJB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tID4xMEhJB .container {
    flex-wrap: nowrap;
  }
}
.cid-tID4xMEhJB .navbar-caption:hover,
.cid-tID4xMEhJB .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tID4xMEhJB .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tID4xMEhJB .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tID4xMEhJB .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tID4xMEhJB .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tID4xMEhJB .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tID4xMEhJB .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tID4xMEhJB .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tID4xMEhJB .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tID4xMEhJB .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tID4xMEhJB .dropdown-menu,
.cid-tID4xMEhJB .navbar.opened {
  background: #ffffff !important;
}
.cid-tID4xMEhJB .nav-item:focus,
.cid-tID4xMEhJB .nav-link:focus {
  outline: none;
}
.cid-tID4xMEhJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tID4xMEhJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tID4xMEhJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tID4xMEhJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tID4xMEhJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tID4xMEhJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tID4xMEhJB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tID4xMEhJB .navbar.opened {
  transition: all 0.3s;
}
.cid-tID4xMEhJB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tID4xMEhJB .navbar .navbar-logo img {
  width: auto;
}
.cid-tID4xMEhJB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tID4xMEhJB .navbar.collapsed {
  justify-content: center;
}
.cid-tID4xMEhJB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tID4xMEhJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tID4xMEhJB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tID4xMEhJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tID4xMEhJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tID4xMEhJB .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: 41%;
}
.cid-tID4xMEhJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tID4xMEhJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tID4xMEhJB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tID4xMEhJB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tID4xMEhJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tID4xMEhJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tID4xMEhJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tID4xMEhJB .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: 40%;
  }
  .cid-tID4xMEhJB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tID4xMEhJB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tID4xMEhJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tID4xMEhJB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tID4xMEhJB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tID4xMEhJB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tID4xMEhJB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tID4xMEhJB .navbar.navbar-short {
  min-height: 70px;
}
.cid-tID4xMEhJB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tID4xMEhJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tID4xMEhJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tID4xMEhJB .dropdown-item.active,
.cid-tID4xMEhJB .dropdown-item:active {
  background-color: transparent;
}
.cid-tID4xMEhJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tID4xMEhJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tID4xMEhJB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tID4xMEhJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tID4xMEhJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tID4xMEhJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tID4xMEhJB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tID4xMEhJB .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tID4xMEhJB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tID4xMEhJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tID4xMEhJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tID4xMEhJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID4xMEhJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tID4xMEhJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tID4xMEhJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID4xMEhJB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tID4xMEhJB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tID4xMEhJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tID4xMEhJB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tID4xMEhJB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tID4xMEhJB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tID4xMEhJB .navbar {
    height: 70px;
  }
  .cid-tID4xMEhJB .navbar.opened {
    height: auto;
  }
  .cid-tID4xMEhJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tID4xMEhJB .container-fluid {
  padding: 0 1rem !important;
}
.cid-tID4xMEhJB .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tID4xMEhJB .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tID4xMEhJB .navbar-collapse {
    width: 100%;
  }
  .cid-tID4xMEhJB .navbar-nav {
    width: 100%;
  }
  .cid-tID4xMEhJB .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tID4xNgxtx {
  background-color: #000000;
}
.cid-tID4xNgxtx .container-fluid {
  padding: 0;
}
.cid-tID4xNgxtx .row {
  margin: 0;
}
.cid-tID4xNgxtx div[class*="col"] {
  padding: 0;
}
.cid-tID4xNgxtx .carousel,
.cid-tID4xNgxtx .carousel-inner,
.cid-tID4xNgxtx .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tID4xNgxtx .item-wrapper {
  width: 100%;
}
.cid-tID4xNgxtx img {
  height: 100%;
  object-fit: cover;
}
.cid-tID4xNgxtx .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tID4xNgxtx .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tID4xNgxtx .carousel-control:hover {
  background-color: #b79b6c;
}
.cid-tID4xNgxtx .carousel-control-prev {
  left: 20px;
}
.cid-tID4xNgxtx .carousel-control-next {
  right: 20px;
}
.cid-tID4xNgxtx .carousel-indicators .active,
.cid-tID4xNgxtx .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tID4xNgxtx .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tID4xNgxtx .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tID4xNgxtx .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tID4xNgxtx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID4xNgxtx .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tID4xNgxtx .text-wrapper,
  .cid-tID4xNgxtx .nutrition,
  .cid-tID4xNgxtx .price,
  .cid-tID4xNgxtx .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tID4xNgxtx .text-wrapper,
  .cid-tID4xNgxtx .nutrition,
  .cid-tID4xNgxtx .price,
  .cid-tID4xNgxtx .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tID4xNgxtx .text-wrapper,
  .cid-tID4xNgxtx .nutrition,
  .cid-tID4xNgxtx .price,
  .cid-tID4xNgxtx .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tID4xNgxtx .text-wrapper,
  .cid-tID4xNgxtx .nutrition,
  .cid-tID4xNgxtx .price,
  .cid-tID4xNgxtx .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tID4xNgxtx .text-wrapper,
  .cid-tID4xNgxtx .nutrition,
  .cid-tID4xNgxtx .price,
  .cid-tID4xNgxtx .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tID4xNgxtx .content {
    text-align: center;
  }
}
.cid-tID4xNgxtx .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tID4xNgxtx .nutrition {
  margin-bottom: 40px;
}
.cid-tID4xNgxtx .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tID4xNgxtx .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tID4xNgxtx .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tID4xNgxtx .nutrition-wrap {
    width: 100%;
  }
}
.cid-tID4xNgxtx .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tID4xNgxtx .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID4xNgxtx .tile-one {
    margin-right: 25px;
  }
}
.cid-tID4xNgxtx .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tID4xNgxtx .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tID4xNgxtx .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tID4xNgxtx .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tID4xNgxtx .tile-four {
    margin-top: 25px;
  }
}
.cid-tID4xNgxtx svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tID4xNgxtx svg path {
  fill: #1f1437;
}
.cid-tID4xNgxtx .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tID4xNgxtx .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tID4xNgxtx .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tID4xNgxtx .price-text-wrap {
    justify-content: center;
  }
}
.cid-tID4xNgxtx .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tID4xNgxtx .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID4xNgxtx .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID4xNgxtx .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID4xNgxtx .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tID4xNgxtx .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tID4xNgxtx .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tID4xNPn3G {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tID4xNPn3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID4xNPn3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tID4xNPn3G .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tID4xNPn3G .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tID4xNPn3G .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tID4xNPn3G .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tID4xNPn3G .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tID4xNPn3G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tID4xNPn3G .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tID4xNPn3G .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tID4xNPn3G .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tID4xNPn3G .mbr-title {
  color: #303030;
  margin-bottom: 14px;
  text-align: left;
}
.cid-tID4xNPn3G .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tID4xNPn3G .list-box {
  width: 100%;
}
.cid-tID4xNPn3G .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tID4xNPn3G .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tID4xNPn3G .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tID4xNPn3G .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tID4xNPn3G .list a:hover:before {
  background-position: left !important;
}
.cid-tID4xNPn3G .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tID4xNPn3G .news-item {
  width: 100%;
}
.cid-tID4xNPn3G .news-text {
  margin-bottom: 3px;
  color: #303030;
  text-align: left;
}
.cid-tID4xNPn3G .news-title {
  color: #303030;
}
.cid-tID4xNPn3G .copyright {
  margin-top: 20px;
  color: #303030;
}
