.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2b7a69 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7a69;
  color: #2b7a69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2b7a69 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2b7a69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b7a69;
  border-color: #2b7a69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b7a69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #2b7a69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2b7a69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b7a69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b7a69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b7a69;
  border-bottom-color: #2b7a69;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2b7a69 !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: #ffd7ef !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='%232b7a69' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tQ1Zq6ffNo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQ1Zq6ffNo .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;
}
@media (max-width: 767px) {
  .cid-tQ1Zq6ffNo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQ1Zq6ffNo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQ1Zq6ffNo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQ1Zq6ffNo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ1Zq6ffNo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ1Zq6ffNo .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQ1Zq6ffNo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQ1Zq6ffNo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQ1Zq6ffNo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tQ1Zq6ffNo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQ1Zq6ffNo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQ1Zq6ffNo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQ1Zq6ffNo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQ1Zq6ffNo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tQ1Zq6ffNo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQ1Zq6ffNo .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQ1Zq6ffNo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQ1Zq6ffNo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQ1Zq6ffNo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1Zq6ffNo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQ1Zq6ffNo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tQ1Zq6ffNo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1Zq6ffNo .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tQ1Zq6ffNo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ1Zq6ffNo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tQ1Zq6ffNo .nav-item:focus,
.cid-tQ1Zq6ffNo .nav-link:focus {
  outline: none;
}
.cid-tQ1Zq6ffNo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ1Zq6ffNo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ1Zq6ffNo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ1Zq6ffNo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ1Zq6ffNo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ1Zq6ffNo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ1Zq6ffNo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQ1Zq6ffNo .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ1Zq6ffNo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ1Zq6ffNo .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ1Zq6ffNo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQ1Zq6ffNo .navbar.collapsed {
  justify-content: center;
}
.cid-tQ1Zq6ffNo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ1Zq6ffNo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ1Zq6ffNo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tQ1Zq6ffNo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ1Zq6ffNo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ1Zq6ffNo .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-tQ1Zq6ffNo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ1Zq6ffNo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ1Zq6ffNo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1Zq6ffNo .navbar {
    min-height: 72px;
  }
  .cid-tQ1Zq6ffNo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1Zq6ffNo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ1Zq6ffNo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ1Zq6ffNo .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-tQ1Zq6ffNo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ1Zq6ffNo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQ1Zq6ffNo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ1Zq6ffNo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1Zq6ffNo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQ1Zq6ffNo .dropdown-item.active,
.cid-tQ1Zq6ffNo .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ1Zq6ffNo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ1Zq6ffNo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ1Zq6ffNo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ1Zq6ffNo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tQ1Zq6ffNo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQ1Zq6ffNo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQ1Zq6ffNo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ1Zq6ffNo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQ1Zq6ffNo .navbar-buttons {
    text-align: left;
  }
}
.cid-tQ1Zq6ffNo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ1Zq6ffNo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQ1Zq6ffNo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ1Zq6ffNo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1Zq6ffNo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1Zq6ffNo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ1Zq6ffNo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1Zq6ffNo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ1Zq6ffNo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ1Zq6ffNo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1Zq6ffNo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQ1Zq6ffNo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ1Zq6ffNo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQ1Zq6ffNo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQ1Zq6ffNo .navbar {
    height: 70px;
  }
  .cid-tQ1Zq6ffNo .navbar.opened {
    height: auto;
  }
  .cid-tQ1Zq6ffNo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQ1Zq6ffNo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQ1Zq6ffNo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQ1Zq6ffNo .navbar-brand {
    margin-right: auto;
  }
  .cid-tQ1Zq6ffNo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tQ1Zq6ffNo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQ1Zq6ffNo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1Zq6ffNo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQ1Zq6ffNo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQ1ZyuBo50 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tQ1ZyuBo50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ1ZyuBo50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ1ZyuBo50 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tQ1ZyuBo50 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tQ1ZyuBo50 .content-head {
  max-width: 800px;
}
.cid-tQ1ZyuBo50 .card1 {
  background: #000000;
}
.cid-tQ1ZyuBo50 .card2 {
  background: #000000;
}
.cid-tQ1ZyuBo50 .card3 {
  background: #000000;
}
.cid-tQ1ZyuBo50 .card4 {
  background: #000000;
}
.cid-tQ1ZyuBo50 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tQ1ZyuBo50 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tQ1ZyuBo50 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tQ1ZyuBo50 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tQ1ZyuBo50 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tQ1ZyuBo50 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tQ1ZyuBo50 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tQ1ZyuBo50 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1ZyuBo50 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tQ1ZyuBo50 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tQ1ZyuBo50 .tag1 {
  background: #000000;
  color: #502274;
}
.cid-tQ1ZyuBo50 .tag2 {
  background: #000000;
  color: #ffd7ef;
}
.cid-tQ1ZyuBo50 .tag3 {
  background: #000000;
  color: #232323;
}
.cid-tQ1ZyuBo50 .tag4 {
  background: #000000;
  color: #ffffff;
}
.cid-tQ1ZyuBo50 .card-text3,
.cid-tQ1ZyuBo50 .mbr-section-btn {
  color: #232323;
}
.cid-tQ1ZyuBo50 .card-text2,
.cid-tQ1ZyuBo50 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tQ1ZyuBo50 .card-text1,
.cid-tQ1ZyuBo50 .mbr-section-btn {
  color: #502274;
}
.cid-tQ1ZyuBo50 .card-title2,
.cid-tQ1ZyuBo50 .social-row {
  color: #ffd7ef;
}
.cid-tQ1ZyuBo50 .mbr-role3,
.cid-tQ1ZyuBo50 .social-row {
  color: #ffffff;
}
.cid-tQ1ZyuBo50 .card-title3,
.cid-tQ1ZyuBo50 .social-row {
  color: #232323;
}
.cid-tQ1ZyuBo50 .card-title4,
.cid-tQ1ZyuBo50 .social-row {
  color: #ffffff;
}
.cid-tQ1ZyuBo50 .mbr-role3 {
  color: #232323;
}
.cid-tQ1ZyuBo50 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tQ1ZyuBo50 .mbr-role4 {
  color: #ffffff;
}
.cid-tQ1ZyuBo50 .card-text4,
.cid-tQ1ZyuBo50 .mbr-section-btn {
  color: #ffffff;
}
.cid-tQ1ZyuBo50 .mbr-section-title {
  color: #ff7d19;
}
.cid-tPPxGOmOl7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPPxGOmOl7 .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;
}
@media (max-width: 767px) {
  .cid-tPPxGOmOl7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPPxGOmOl7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPPxGOmOl7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPPxGOmOl7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPPxGOmOl7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPPxGOmOl7 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPPxGOmOl7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPPxGOmOl7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPPxGOmOl7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPPxGOmOl7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPPxGOmOl7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPPxGOmOl7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPPxGOmOl7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPPxGOmOl7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPPxGOmOl7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPPxGOmOl7 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPPxGOmOl7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPPxGOmOl7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPPxGOmOl7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPPxGOmOl7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPPxGOmOl7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPPxGOmOl7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPPxGOmOl7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPPxGOmOl7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPPxGOmOl7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPPxGOmOl7 .nav-item:focus,
.cid-tPPxGOmOl7 .nav-link:focus {
  outline: none;
}
.cid-tPPxGOmOl7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPPxGOmOl7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPPxGOmOl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPPxGOmOl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPPxGOmOl7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPPxGOmOl7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPPxGOmOl7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPPxGOmOl7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPPxGOmOl7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPPxGOmOl7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPPxGOmOl7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPPxGOmOl7 .navbar.collapsed {
  justify-content: center;
}
.cid-tPPxGOmOl7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPPxGOmOl7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPPxGOmOl7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPPxGOmOl7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPPxGOmOl7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPPxGOmOl7 .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-tPPxGOmOl7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPPxGOmOl7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPPxGOmOl7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPPxGOmOl7 .navbar {
    min-height: 72px;
  }
  .cid-tPPxGOmOl7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPPxGOmOl7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPPxGOmOl7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPPxGOmOl7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPPxGOmOl7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPPxGOmOl7 .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-tPPxGOmOl7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPPxGOmOl7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPPxGOmOl7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPPxGOmOl7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPPxGOmOl7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPPxGOmOl7 .dropdown-item.active,
.cid-tPPxGOmOl7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPPxGOmOl7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPPxGOmOl7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPPxGOmOl7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPPxGOmOl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPPxGOmOl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPPxGOmOl7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPPxGOmOl7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPPxGOmOl7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPPxGOmOl7 .navbar-buttons {
    text-align: left;
  }
}
.cid-tPPxGOmOl7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPPxGOmOl7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPPxGOmOl7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPPxGOmOl7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPPxGOmOl7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPPxGOmOl7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPPxGOmOl7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPPxGOmOl7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPPxGOmOl7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPPxGOmOl7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPPxGOmOl7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPPxGOmOl7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPPxGOmOl7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPPxGOmOl7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPPxGOmOl7 .navbar {
    height: 70px;
  }
  .cid-tPPxGOmOl7 .navbar.opened {
    height: auto;
  }
  .cid-tPPxGOmOl7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPPxGOmOl7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPPxGOmOl7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPPxGOmOl7 .navbar-brand {
    margin-right: auto;
  }
  .cid-tPPxGOmOl7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPPxGOmOl7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPPxGOmOl7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPPxGOmOl7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPPxGOmOl7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPPxGOmOl7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPPxGLydeh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tPPxGLydeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPPxGLydeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPPxGLydeh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPPxGLydeh .item {
    margin-bottom: 1rem;
  }
}
.cid-tPPxGLydeh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tPPxGLydeh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPPxGLydeh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPPxGLydeh .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPPxGLydeh .carousel-control,
.cid-tPPxGLydeh .close {
  background: #1b1b1b;
}
.cid-tPPxGLydeh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPPxGLydeh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPPxGLydeh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPPxGLydeh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPPxGLydeh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPPxGLydeh .close::before {
  content: '\e91a';
}
.cid-tPPxGLydeh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPPxGLydeh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPPxGLydeh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPPxGLydeh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPPxGLydeh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPPxGLydeh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPPxGLydeh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPPxGLydeh .carousel-indicators li.active,
.cid-tPPxGLydeh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPPxGLydeh .carousel-indicators li::after,
.cid-tPPxGLydeh .carousel-indicators li::before {
  content: none;
}
.cid-tPPxGLydeh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPPxGLydeh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPPxGLydeh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPPxGLydeh .carousel-indicators {
    display: none;
  }
}
.cid-tPPxGLydeh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPPxGLydeh .carousel-inner > .active {
  display: block;
}
.cid-tPPxGLydeh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPPxGLydeh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPPxGLydeh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPPxGLydeh .carousel-control,
  .cid-tPPxGLydeh .carousel-indicators,
  .cid-tPPxGLydeh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPPxGLydeh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPPxGLydeh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPPxGLydeh .carousel-indicators .active,
.cid-tPPxGLydeh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPPxGLydeh .carousel-indicators .active {
  background: #fff;
}
.cid-tPPxGLydeh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPPxGLydeh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPPxGLydeh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPPxGLydeh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPPxGLydeh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPPxGLydeh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPPxGLydeh .carousel {
  width: 100%;
}
.cid-tPPxGLydeh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPPxGLydeh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPPxGLydeh .modal.fade .modal-dialog,
.cid-tPPxGLydeh .modal.in .modal-dialog {
  transform: none;
}
.cid-tPPxGLydeh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPPxGLydeh .content-head {
  max-width: 800px;
}
.cid-tPPxGLydeh H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPPxGLydeh H6 {
  color: #ff7d19;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPJPyDisSI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tPJPyDisSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJPyDisSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJPyDisSI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJPyDisSI .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJPyDisSI .item-wrapper {
  position: relative;
}
.cid-tPJPyDisSI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJPyDisSI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJPyDisSI .carousel-control,
.cid-tPJPyDisSI .close {
  background: #1b1b1b;
}
.cid-tPJPyDisSI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJPyDisSI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJPyDisSI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJPyDisSI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJPyDisSI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJPyDisSI .close::before {
  content: '\e91a';
}
.cid-tPJPyDisSI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJPyDisSI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJPyDisSI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJPyDisSI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJPyDisSI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJPyDisSI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJPyDisSI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJPyDisSI .carousel-indicators li.active,
.cid-tPJPyDisSI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJPyDisSI .carousel-indicators li::after,
.cid-tPJPyDisSI .carousel-indicators li::before {
  content: none;
}
.cid-tPJPyDisSI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJPyDisSI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJPyDisSI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJPyDisSI .carousel-indicators {
    display: none;
  }
}
.cid-tPJPyDisSI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJPyDisSI .carousel-inner > .active {
  display: block;
}
.cid-tPJPyDisSI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJPyDisSI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJPyDisSI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJPyDisSI .carousel-control,
  .cid-tPJPyDisSI .carousel-indicators,
  .cid-tPJPyDisSI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJPyDisSI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJPyDisSI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJPyDisSI .carousel-indicators .active,
.cid-tPJPyDisSI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJPyDisSI .carousel-indicators .active {
  background: #fff;
}
.cid-tPJPyDisSI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJPyDisSI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJPyDisSI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJPyDisSI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJPyDisSI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJPyDisSI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJPyDisSI .carousel {
  width: 100%;
}
.cid-tPJPyDisSI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJPyDisSI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJPyDisSI .modal.fade .modal-dialog,
.cid-tPJPyDisSI .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJPyDisSI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJPyDisSI .content-head {
  max-width: 800px;
}
.cid-tPJPyDisSI H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPJPyDisSI H6 {
  color: #ff7d19;
}
.cid-tPJPyDisSI H4 {
  color: #ffa25b;
}
.cid-tSVFn0i1JR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tSVFn0i1JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSVFn0i1JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSVFn0i1JR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tSVFn0i1JR .item {
    margin-bottom: 1rem;
  }
}
.cid-tSVFn0i1JR .item-wrapper {
  position: relative;
}
.cid-tSVFn0i1JR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tSVFn0i1JR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tSVFn0i1JR .carousel-control,
.cid-tSVFn0i1JR .close {
  background: #1b1b1b;
}
.cid-tSVFn0i1JR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tSVFn0i1JR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tSVFn0i1JR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tSVFn0i1JR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tSVFn0i1JR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tSVFn0i1JR .close::before {
  content: '\e91a';
}
.cid-tSVFn0i1JR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tSVFn0i1JR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tSVFn0i1JR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSVFn0i1JR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tSVFn0i1JR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tSVFn0i1JR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tSVFn0i1JR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tSVFn0i1JR .carousel-indicators li.active,
.cid-tSVFn0i1JR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tSVFn0i1JR .carousel-indicators li::after,
.cid-tSVFn0i1JR .carousel-indicators li::before {
  content: none;
}
.cid-tSVFn0i1JR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tSVFn0i1JR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tSVFn0i1JR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tSVFn0i1JR .carousel-indicators {
    display: none;
  }
}
.cid-tSVFn0i1JR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tSVFn0i1JR .carousel-inner > .active {
  display: block;
}
.cid-tSVFn0i1JR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSVFn0i1JR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSVFn0i1JR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tSVFn0i1JR .carousel-control,
  .cid-tSVFn0i1JR .carousel-indicators,
  .cid-tSVFn0i1JR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tSVFn0i1JR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tSVFn0i1JR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tSVFn0i1JR .carousel-indicators .active,
.cid-tSVFn0i1JR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tSVFn0i1JR .carousel-indicators .active {
  background: #fff;
}
.cid-tSVFn0i1JR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tSVFn0i1JR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tSVFn0i1JR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tSVFn0i1JR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tSVFn0i1JR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tSVFn0i1JR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tSVFn0i1JR .carousel {
  width: 100%;
}
.cid-tSVFn0i1JR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tSVFn0i1JR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tSVFn0i1JR .modal.fade .modal-dialog,
.cid-tSVFn0i1JR .modal.in .modal-dialog {
  transform: none;
}
.cid-tSVFn0i1JR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tSVFn0i1JR .content-head {
  max-width: 800px;
}
.cid-tSVFn0i1JR H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tSVFn0i1JR H6 {
  color: #ff7d19;
}
.cid-tSVFn0i1JR H4 {
  color: #ffa25b;
}
.cid-tQ1wovkXrc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQ1wovkXrc .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;
}
@media (max-width: 767px) {
  .cid-tQ1wovkXrc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQ1wovkXrc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQ1wovkXrc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQ1wovkXrc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ1wovkXrc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ1wovkXrc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQ1wovkXrc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQ1wovkXrc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQ1wovkXrc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tQ1wovkXrc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQ1wovkXrc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQ1wovkXrc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQ1wovkXrc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQ1wovkXrc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tQ1wovkXrc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQ1wovkXrc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQ1wovkXrc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQ1wovkXrc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQ1wovkXrc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1wovkXrc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQ1wovkXrc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tQ1wovkXrc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1wovkXrc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tQ1wovkXrc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ1wovkXrc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tQ1wovkXrc .nav-item:focus,
.cid-tQ1wovkXrc .nav-link:focus {
  outline: none;
}
.cid-tQ1wovkXrc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ1wovkXrc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ1wovkXrc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ1wovkXrc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ1wovkXrc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ1wovkXrc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ1wovkXrc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQ1wovkXrc .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ1wovkXrc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ1wovkXrc .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ1wovkXrc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQ1wovkXrc .navbar.collapsed {
  justify-content: center;
}
.cid-tQ1wovkXrc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ1wovkXrc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ1wovkXrc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tQ1wovkXrc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ1wovkXrc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ1wovkXrc .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-tQ1wovkXrc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ1wovkXrc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ1wovkXrc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1wovkXrc .navbar {
    min-height: 72px;
  }
  .cid-tQ1wovkXrc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1wovkXrc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ1wovkXrc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ1wovkXrc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ1wovkXrc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ1wovkXrc .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-tQ1wovkXrc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ1wovkXrc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQ1wovkXrc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ1wovkXrc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1wovkXrc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQ1wovkXrc .dropdown-item.active,
.cid-tQ1wovkXrc .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ1wovkXrc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ1wovkXrc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ1wovkXrc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ1wovkXrc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tQ1wovkXrc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQ1wovkXrc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQ1wovkXrc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ1wovkXrc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQ1wovkXrc .navbar-buttons {
    text-align: left;
  }
}
.cid-tQ1wovkXrc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ1wovkXrc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQ1wovkXrc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ1wovkXrc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1wovkXrc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1wovkXrc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ1wovkXrc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1wovkXrc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ1wovkXrc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ1wovkXrc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1wovkXrc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQ1wovkXrc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ1wovkXrc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQ1wovkXrc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQ1wovkXrc .navbar {
    height: 70px;
  }
  .cid-tQ1wovkXrc .navbar.opened {
    height: auto;
  }
  .cid-tQ1wovkXrc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQ1wovkXrc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQ1wovkXrc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQ1wovkXrc .navbar-brand {
    margin-right: auto;
  }
  .cid-tQ1wovkXrc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tQ1wovkXrc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQ1wovkXrc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQ1wovkXrc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1wovkXrc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQ1wovkXrc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQ1wovOabc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tQ1wovOabc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ1wovOabc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ1wovOabc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQ1wovOabc .item {
    margin-bottom: 1rem;
  }
}
.cid-tQ1wovOabc .item-wrapper {
  position: relative;
}
.cid-tQ1wovOabc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tQ1wovOabc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tQ1wovOabc .carousel-control,
.cid-tQ1wovOabc .close {
  background: #1b1b1b;
}
.cid-tQ1wovOabc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQ1wovOabc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQ1wovOabc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQ1wovOabc .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQ1wovOabc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQ1wovOabc .close::before {
  content: '\e91a';
}
.cid-tQ1wovOabc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQ1wovOabc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQ1wovOabc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1wovOabc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1wovOabc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ1wovOabc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQ1wovOabc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQ1wovOabc .carousel-indicators li.active,
.cid-tQ1wovOabc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQ1wovOabc .carousel-indicators li::after,
.cid-tQ1wovOabc .carousel-indicators li::before {
  content: none;
}
.cid-tQ1wovOabc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQ1wovOabc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1wovOabc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1wovOabc .carousel-indicators {
    display: none;
  }
}
.cid-tQ1wovOabc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQ1wovOabc .carousel-inner > .active {
  display: block;
}
.cid-tQ1wovOabc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1wovOabc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ1wovOabc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQ1wovOabc .carousel-control,
  .cid-tQ1wovOabc .carousel-indicators,
  .cid-tQ1wovOabc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQ1wovOabc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQ1wovOabc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ1wovOabc .carousel-indicators .active,
.cid-tQ1wovOabc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQ1wovOabc .carousel-indicators .active {
  background: #fff;
}
.cid-tQ1wovOabc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQ1wovOabc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQ1wovOabc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQ1wovOabc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQ1wovOabc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQ1wovOabc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQ1wovOabc .carousel {
  width: 100%;
}
.cid-tQ1wovOabc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQ1wovOabc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQ1wovOabc .modal.fade .modal-dialog,
.cid-tQ1wovOabc .modal.in .modal-dialog {
  transform: none;
}
.cid-tQ1wovOabc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQ1wovOabc .content-head {
  max-width: 800px;
}
.cid-tQ1wovOabc H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tQ1wovOabc H6 {
  color: #ff7d19;
}
.cid-tQ1wovOabc H4 {
  color: #ffa25b;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPJIj2sKmZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPJIj2sKmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJIj2sKmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJIj2sKmZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJIj2sKmZ .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJIj2sKmZ .item-wrapper {
  position: relative;
}
.cid-tPJIj2sKmZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJIj2sKmZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJIj2sKmZ .carousel-control,
.cid-tPJIj2sKmZ .close {
  background: #1b1b1b;
}
.cid-tPJIj2sKmZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJIj2sKmZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJIj2sKmZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJIj2sKmZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJIj2sKmZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJIj2sKmZ .close::before {
  content: '\e91a';
}
.cid-tPJIj2sKmZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJIj2sKmZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJIj2sKmZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJIj2sKmZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJIj2sKmZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJIj2sKmZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJIj2sKmZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJIj2sKmZ .carousel-indicators li.active,
.cid-tPJIj2sKmZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJIj2sKmZ .carousel-indicators li::after,
.cid-tPJIj2sKmZ .carousel-indicators li::before {
  content: none;
}
.cid-tPJIj2sKmZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJIj2sKmZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJIj2sKmZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJIj2sKmZ .carousel-indicators {
    display: none;
  }
}
.cid-tPJIj2sKmZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJIj2sKmZ .carousel-inner > .active {
  display: block;
}
.cid-tPJIj2sKmZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJIj2sKmZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJIj2sKmZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJIj2sKmZ .carousel-control,
  .cid-tPJIj2sKmZ .carousel-indicators,
  .cid-tPJIj2sKmZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJIj2sKmZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJIj2sKmZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJIj2sKmZ .carousel-indicators .active,
.cid-tPJIj2sKmZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJIj2sKmZ .carousel-indicators .active {
  background: #fff;
}
.cid-tPJIj2sKmZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJIj2sKmZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJIj2sKmZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJIj2sKmZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJIj2sKmZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJIj2sKmZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJIj2sKmZ .carousel {
  width: 100%;
}
.cid-tPJIj2sKmZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJIj2sKmZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJIj2sKmZ .modal.fade .modal-dialog,
.cid-tPJIj2sKmZ .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJIj2sKmZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJIj2sKmZ .content-head {
  max-width: 800px;
}
.cid-tPJIj2sKmZ H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPJIj2sKmZ H6 {
  color: #ff7d19;
}
.cid-tPJIj2sKmZ H4 {
  color: #ffa25b;
}
.cid-tPJIj3vXsu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPJIj3vXsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJIj3vXsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJIj3vXsu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJIj3vXsu .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJIj3vXsu .item-wrapper {
  position: relative;
}
.cid-tPJIj3vXsu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJIj3vXsu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJIj3vXsu .carousel-control,
.cid-tPJIj3vXsu .close {
  background: #1b1b1b;
}
.cid-tPJIj3vXsu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJIj3vXsu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJIj3vXsu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJIj3vXsu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJIj3vXsu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJIj3vXsu .close::before {
  content: '\e91a';
}
.cid-tPJIj3vXsu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJIj3vXsu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJIj3vXsu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJIj3vXsu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJIj3vXsu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJIj3vXsu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJIj3vXsu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJIj3vXsu .carousel-indicators li.active,
.cid-tPJIj3vXsu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJIj3vXsu .carousel-indicators li::after,
.cid-tPJIj3vXsu .carousel-indicators li::before {
  content: none;
}
.cid-tPJIj3vXsu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJIj3vXsu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJIj3vXsu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJIj3vXsu .carousel-indicators {
    display: none;
  }
}
.cid-tPJIj3vXsu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJIj3vXsu .carousel-inner > .active {
  display: block;
}
.cid-tPJIj3vXsu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJIj3vXsu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJIj3vXsu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJIj3vXsu .carousel-control,
  .cid-tPJIj3vXsu .carousel-indicators,
  .cid-tPJIj3vXsu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJIj3vXsu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJIj3vXsu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJIj3vXsu .carousel-indicators .active,
.cid-tPJIj3vXsu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJIj3vXsu .carousel-indicators .active {
  background: #fff;
}
.cid-tPJIj3vXsu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJIj3vXsu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJIj3vXsu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJIj3vXsu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJIj3vXsu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJIj3vXsu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJIj3vXsu .carousel {
  width: 100%;
}
.cid-tPJIj3vXsu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJIj3vXsu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJIj3vXsu .modal.fade .modal-dialog,
.cid-tPJIj3vXsu .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJIj3vXsu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJIj3vXsu .content-head {
  max-width: 800px;
}
.cid-tPJIj3vXsu H6 {
  color: #ff7d19;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPJIc0slQc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tPJIc0slQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJIc0slQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJIc0slQc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJIc0slQc .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJIc0slQc .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tPJIc0slQc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPJIc0slQc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJIc0slQc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJIc0slQc .carousel-control,
.cid-tPJIc0slQc .close {
  background: #1b1b1b;
}
.cid-tPJIc0slQc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJIc0slQc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJIc0slQc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJIc0slQc .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJIc0slQc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJIc0slQc .close::before {
  content: '\e91a';
}
.cid-tPJIc0slQc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJIc0slQc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJIc0slQc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJIc0slQc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJIc0slQc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJIc0slQc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJIc0slQc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJIc0slQc .carousel-indicators li.active,
.cid-tPJIc0slQc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJIc0slQc .carousel-indicators li::after,
.cid-tPJIc0slQc .carousel-indicators li::before {
  content: none;
}
.cid-tPJIc0slQc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJIc0slQc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJIc0slQc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJIc0slQc .carousel-indicators {
    display: none;
  }
}
.cid-tPJIc0slQc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJIc0slQc .carousel-inner > .active {
  display: block;
}
.cid-tPJIc0slQc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJIc0slQc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJIc0slQc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJIc0slQc .carousel-control,
  .cid-tPJIc0slQc .carousel-indicators,
  .cid-tPJIc0slQc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJIc0slQc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJIc0slQc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJIc0slQc .carousel-indicators .active,
.cid-tPJIc0slQc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJIc0slQc .carousel-indicators .active {
  background: #fff;
}
.cid-tPJIc0slQc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJIc0slQc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJIc0slQc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJIc0slQc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJIc0slQc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJIc0slQc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJIc0slQc .carousel {
  width: 100%;
}
.cid-tPJIc0slQc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJIc0slQc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJIc0slQc .modal.fade .modal-dialog,
.cid-tPJIc0slQc .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJIc0slQc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJIc0slQc .content-head {
  max-width: 800px;
}
.cid-tPJIc0slQc H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPJIc0slQc H6 {
  color: #ff7d19;
}
.cid-tPJIc0slQc H4 {
  color: #ffa25b;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPJH1s6jjz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPJH1s6jjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJH1s6jjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJH1s6jjz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJH1s6jjz .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJH1s6jjz .item-wrapper {
  position: relative;
}
.cid-tPJH1s6jjz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJH1s6jjz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJH1s6jjz .carousel-control,
.cid-tPJH1s6jjz .close {
  background: #1b1b1b;
}
.cid-tPJH1s6jjz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJH1s6jjz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJH1s6jjz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJH1s6jjz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJH1s6jjz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJH1s6jjz .close::before {
  content: '\e91a';
}
.cid-tPJH1s6jjz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJH1s6jjz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJH1s6jjz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJH1s6jjz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJH1s6jjz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJH1s6jjz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJH1s6jjz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJH1s6jjz .carousel-indicators li.active,
.cid-tPJH1s6jjz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJH1s6jjz .carousel-indicators li::after,
.cid-tPJH1s6jjz .carousel-indicators li::before {
  content: none;
}
.cid-tPJH1s6jjz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJH1s6jjz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJH1s6jjz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJH1s6jjz .carousel-indicators {
    display: none;
  }
}
.cid-tPJH1s6jjz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJH1s6jjz .carousel-inner > .active {
  display: block;
}
.cid-tPJH1s6jjz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJH1s6jjz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJH1s6jjz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJH1s6jjz .carousel-control,
  .cid-tPJH1s6jjz .carousel-indicators,
  .cid-tPJH1s6jjz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJH1s6jjz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJH1s6jjz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJH1s6jjz .carousel-indicators .active,
.cid-tPJH1s6jjz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJH1s6jjz .carousel-indicators .active {
  background: #fff;
}
.cid-tPJH1s6jjz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJH1s6jjz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJH1s6jjz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJH1s6jjz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJH1s6jjz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJH1s6jjz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJH1s6jjz .carousel {
  width: 100%;
}
.cid-tPJH1s6jjz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJH1s6jjz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJH1s6jjz .modal.fade .modal-dialog,
.cid-tPJH1s6jjz .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJH1s6jjz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJH1s6jjz .content-head {
  max-width: 800px;
}
.cid-tPJH1s6jjz H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPJH1s6jjz H6 {
  color: #ff7d19;
}
.cid-tPJH1s6jjz H4 {
  color: #ffa25b;
}
.cid-tPJH1sVkbg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPJH1sVkbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJH1sVkbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJH1sVkbg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJH1sVkbg .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJH1sVkbg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tPJH1sVkbg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPJH1sVkbg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJH1sVkbg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJH1sVkbg .carousel-control,
.cid-tPJH1sVkbg .close {
  background: #1b1b1b;
}
.cid-tPJH1sVkbg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJH1sVkbg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJH1sVkbg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJH1sVkbg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJH1sVkbg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJH1sVkbg .close::before {
  content: '\e91a';
}
.cid-tPJH1sVkbg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJH1sVkbg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJH1sVkbg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJH1sVkbg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJH1sVkbg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJH1sVkbg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJH1sVkbg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJH1sVkbg .carousel-indicators li.active,
.cid-tPJH1sVkbg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJH1sVkbg .carousel-indicators li::after,
.cid-tPJH1sVkbg .carousel-indicators li::before {
  content: none;
}
.cid-tPJH1sVkbg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJH1sVkbg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJH1sVkbg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJH1sVkbg .carousel-indicators {
    display: none;
  }
}
.cid-tPJH1sVkbg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJH1sVkbg .carousel-inner > .active {
  display: block;
}
.cid-tPJH1sVkbg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJH1sVkbg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJH1sVkbg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJH1sVkbg .carousel-control,
  .cid-tPJH1sVkbg .carousel-indicators,
  .cid-tPJH1sVkbg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJH1sVkbg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJH1sVkbg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJH1sVkbg .carousel-indicators .active,
.cid-tPJH1sVkbg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJH1sVkbg .carousel-indicators .active {
  background: #fff;
}
.cid-tPJH1sVkbg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJH1sVkbg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJH1sVkbg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJH1sVkbg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJH1sVkbg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJH1sVkbg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJH1sVkbg .carousel {
  width: 100%;
}
.cid-tPJH1sVkbg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJH1sVkbg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJH1sVkbg .modal.fade .modal-dialog,
.cid-tPJH1sVkbg .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJH1sVkbg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJH1sVkbg .content-head {
  max-width: 800px;
}
.cid-tPJH1sVkbg H6 {
  color: #ff7d19;
}
.cid-tQ1GxkvNuO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQ1GxkvNuO .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;
}
@media (max-width: 767px) {
  .cid-tQ1GxkvNuO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQ1GxkvNuO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQ1GxkvNuO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQ1GxkvNuO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ1GxkvNuO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ1GxkvNuO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQ1GxkvNuO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQ1GxkvNuO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQ1GxkvNuO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tQ1GxkvNuO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQ1GxkvNuO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQ1GxkvNuO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQ1GxkvNuO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQ1GxkvNuO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tQ1GxkvNuO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQ1GxkvNuO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQ1GxkvNuO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQ1GxkvNuO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQ1GxkvNuO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1GxkvNuO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQ1GxkvNuO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tQ1GxkvNuO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1GxkvNuO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tQ1GxkvNuO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ1GxkvNuO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tQ1GxkvNuO .nav-item:focus,
.cid-tQ1GxkvNuO .nav-link:focus {
  outline: none;
}
.cid-tQ1GxkvNuO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ1GxkvNuO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ1GxkvNuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ1GxkvNuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ1GxkvNuO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ1GxkvNuO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ1GxkvNuO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQ1GxkvNuO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ1GxkvNuO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ1GxkvNuO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ1GxkvNuO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQ1GxkvNuO .navbar.collapsed {
  justify-content: center;
}
.cid-tQ1GxkvNuO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ1GxkvNuO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ1GxkvNuO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tQ1GxkvNuO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ1GxkvNuO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ1GxkvNuO .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-tQ1GxkvNuO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ1GxkvNuO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ1GxkvNuO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1GxkvNuO .navbar {
    min-height: 72px;
  }
  .cid-tQ1GxkvNuO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1GxkvNuO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ1GxkvNuO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ1GxkvNuO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ1GxkvNuO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ1GxkvNuO .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-tQ1GxkvNuO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ1GxkvNuO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQ1GxkvNuO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ1GxkvNuO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1GxkvNuO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQ1GxkvNuO .dropdown-item.active,
.cid-tQ1GxkvNuO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ1GxkvNuO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ1GxkvNuO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ1GxkvNuO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ1GxkvNuO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tQ1GxkvNuO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQ1GxkvNuO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQ1GxkvNuO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ1GxkvNuO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQ1GxkvNuO .navbar-buttons {
    text-align: left;
  }
}
.cid-tQ1GxkvNuO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ1GxkvNuO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQ1GxkvNuO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ1GxkvNuO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1GxkvNuO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1GxkvNuO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ1GxkvNuO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1GxkvNuO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ1GxkvNuO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ1GxkvNuO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1GxkvNuO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQ1GxkvNuO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ1GxkvNuO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQ1GxkvNuO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQ1GxkvNuO .navbar {
    height: 70px;
  }
  .cid-tQ1GxkvNuO .navbar.opened {
    height: auto;
  }
  .cid-tQ1GxkvNuO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQ1GxkvNuO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQ1GxkvNuO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQ1GxkvNuO .navbar-brand {
    margin-right: auto;
  }
  .cid-tQ1GxkvNuO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tQ1GxkvNuO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQ1GxkvNuO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQ1GxkvNuO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1GxkvNuO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQ1GxkvNuO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugI8P52Tt6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ugI8P52Tt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI8P52Tt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI8P52Tt6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugI8P52Tt6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ugI8P52Tt6 .item-wrapper {
  position: relative;
}
.cid-ugI8P52Tt6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ugI8P52Tt6 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ugI8P52Tt6 .carousel-control,
.cid-ugI8P52Tt6 .close {
  background: #1b1b1b;
}
.cid-ugI8P52Tt6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ugI8P52Tt6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ugI8P52Tt6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ugI8P52Tt6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ugI8P52Tt6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ugI8P52Tt6 .close::before {
  content: '\e91a';
}
.cid-ugI8P52Tt6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ugI8P52Tt6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ugI8P52Tt6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugI8P52Tt6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugI8P52Tt6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugI8P52Tt6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ugI8P52Tt6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ugI8P52Tt6 .carousel-indicators li.active,
.cid-ugI8P52Tt6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ugI8P52Tt6 .carousel-indicators li::after,
.cid-ugI8P52Tt6 .carousel-indicators li::before {
  content: none;
}
.cid-ugI8P52Tt6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ugI8P52Tt6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI8P52Tt6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI8P52Tt6 .carousel-indicators {
    display: none;
  }
}
.cid-ugI8P52Tt6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ugI8P52Tt6 .carousel-inner > .active {
  display: block;
}
.cid-ugI8P52Tt6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugI8P52Tt6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugI8P52Tt6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ugI8P52Tt6 .carousel-control,
  .cid-ugI8P52Tt6 .carousel-indicators,
  .cid-ugI8P52Tt6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ugI8P52Tt6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ugI8P52Tt6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ugI8P52Tt6 .carousel-indicators .active,
.cid-ugI8P52Tt6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ugI8P52Tt6 .carousel-indicators .active {
  background: #fff;
}
.cid-ugI8P52Tt6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ugI8P52Tt6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ugI8P52Tt6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ugI8P52Tt6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ugI8P52Tt6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ugI8P52Tt6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ugI8P52Tt6 .carousel {
  width: 100%;
}
.cid-ugI8P52Tt6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ugI8P52Tt6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ugI8P52Tt6 .modal.fade .modal-dialog,
.cid-ugI8P52Tt6 .modal.in .modal-dialog {
  transform: none;
}
.cid-ugI8P52Tt6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ugI8P52Tt6 .content-head {
  max-width: 800px;
}
.cid-ugI8P52Tt6 H6 {
  color: #ff7d19;
}
.cid-ugI8P52Tt6 H4 {
  color: #ff7d19;
}
.cid-ugI8P52Tt6 H3 {
  color: #ff7d19;
}
.cid-tQ1GxnRar3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tQ1GxnRar3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ1GxnRar3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ1GxnRar3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQ1GxnRar3 .item {
    margin-bottom: 1rem;
  }
}
.cid-tQ1GxnRar3 .item-wrapper {
  position: relative;
}
.cid-tQ1GxnRar3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tQ1GxnRar3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tQ1GxnRar3 .carousel-control,
.cid-tQ1GxnRar3 .close {
  background: #1b1b1b;
}
.cid-tQ1GxnRar3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQ1GxnRar3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQ1GxnRar3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQ1GxnRar3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQ1GxnRar3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQ1GxnRar3 .close::before {
  content: '\e91a';
}
.cid-tQ1GxnRar3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQ1GxnRar3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQ1GxnRar3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1GxnRar3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1GxnRar3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ1GxnRar3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQ1GxnRar3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQ1GxnRar3 .carousel-indicators li.active,
.cid-tQ1GxnRar3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQ1GxnRar3 .carousel-indicators li::after,
.cid-tQ1GxnRar3 .carousel-indicators li::before {
  content: none;
}
.cid-tQ1GxnRar3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQ1GxnRar3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1GxnRar3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1GxnRar3 .carousel-indicators {
    display: none;
  }
}
.cid-tQ1GxnRar3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQ1GxnRar3 .carousel-inner > .active {
  display: block;
}
.cid-tQ1GxnRar3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1GxnRar3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ1GxnRar3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQ1GxnRar3 .carousel-control,
  .cid-tQ1GxnRar3 .carousel-indicators,
  .cid-tQ1GxnRar3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQ1GxnRar3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQ1GxnRar3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ1GxnRar3 .carousel-indicators .active,
.cid-tQ1GxnRar3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQ1GxnRar3 .carousel-indicators .active {
  background: #fff;
}
.cid-tQ1GxnRar3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQ1GxnRar3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQ1GxnRar3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQ1GxnRar3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQ1GxnRar3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQ1GxnRar3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQ1GxnRar3 .carousel {
  width: 100%;
}
.cid-tQ1GxnRar3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQ1GxnRar3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQ1GxnRar3 .modal.fade .modal-dialog,
.cid-tQ1GxnRar3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tQ1GxnRar3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQ1GxnRar3 .content-head {
  max-width: 800px;
}
.cid-tQ1GxnRar3 H6 {
  color: #ff7d19;
}
.cid-tQ1GxnRar3 H4 {
  color: #ff7d19;
}
.cid-tQ1GxnRar3 H3 {
  color: #ff7d19;
}
.cid-tQ1GxlFWbc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tQ1GxlFWbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ1GxlFWbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ1GxlFWbc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQ1GxlFWbc .item {
    margin-bottom: 1rem;
  }
}
.cid-tQ1GxlFWbc .item-wrapper {
  position: relative;
}
.cid-tQ1GxlFWbc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tQ1GxlFWbc .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tQ1GxlFWbc .carousel-control,
.cid-tQ1GxlFWbc .close {
  background: #1b1b1b;
}
.cid-tQ1GxlFWbc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQ1GxlFWbc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQ1GxlFWbc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQ1GxlFWbc .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQ1GxlFWbc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQ1GxlFWbc .close::before {
  content: '\e91a';
}
.cid-tQ1GxlFWbc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQ1GxlFWbc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQ1GxlFWbc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1GxlFWbc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1GxlFWbc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ1GxlFWbc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQ1GxlFWbc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQ1GxlFWbc .carousel-indicators li.active,
.cid-tQ1GxlFWbc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQ1GxlFWbc .carousel-indicators li::after,
.cid-tQ1GxlFWbc .carousel-indicators li::before {
  content: none;
}
.cid-tQ1GxlFWbc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQ1GxlFWbc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1GxlFWbc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1GxlFWbc .carousel-indicators {
    display: none;
  }
}
.cid-tQ1GxlFWbc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQ1GxlFWbc .carousel-inner > .active {
  display: block;
}
.cid-tQ1GxlFWbc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1GxlFWbc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ1GxlFWbc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQ1GxlFWbc .carousel-control,
  .cid-tQ1GxlFWbc .carousel-indicators,
  .cid-tQ1GxlFWbc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQ1GxlFWbc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQ1GxlFWbc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ1GxlFWbc .carousel-indicators .active,
.cid-tQ1GxlFWbc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQ1GxlFWbc .carousel-indicators .active {
  background: #fff;
}
.cid-tQ1GxlFWbc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQ1GxlFWbc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQ1GxlFWbc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQ1GxlFWbc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQ1GxlFWbc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQ1GxlFWbc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQ1GxlFWbc .carousel {
  width: 100%;
}
.cid-tQ1GxlFWbc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQ1GxlFWbc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQ1GxlFWbc .modal.fade .modal-dialog,
.cid-tQ1GxlFWbc .modal.in .modal-dialog {
  transform: none;
}
.cid-tQ1GxlFWbc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQ1GxlFWbc .content-head {
  max-width: 800px;
}
.cid-tQ1GxlFWbc H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tQ1GxlFWbc H6 {
  color: #ff7d19;
}
.cid-tQ1GxlFWbc H4 {
  color: #ffa25b;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tP9fyDP0dK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tP9fyDP0dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP9fyDP0dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tP9fyDP0dK .image-wrapper {
    flex-direction: column;
  }
  .cid-tP9fyDP0dK .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tP9fyDP0dK .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tP9fyDP0dK .card-box {
    padding: 0 1rem 1rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tP9fyDP0dK .card-box {
    padding: 2.25rem;
  }
}
.cid-tP9fyDP0dK img,
.cid-tP9fyDP0dK .item-img {
  width: 100%;
}
.cid-tP9fyDP0dK .card-wrapper {
  background: #000000;
}
.cid-tP9fyDP0dK .mbr-text,
.cid-tP9fyDP0dK .mbr-section-btn {
  color: #ff7d19;
  text-align: center;
}
.cid-tP9fyDP0dK .card-title,
.cid-tP9fyDP0dK .card-box {
  color: #ff7d19;
}
.cid-tPm69hvwLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPm69hvwLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPm69hvwLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPm69hvwLP .row {
  flex-direction: row-reverse;
}
.cid-tPm69hvwLP .mbr-description {
  color: #ff7d19;
}
.cid-tQ1ED5avoa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQ1ED5avoa .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;
}
@media (max-width: 767px) {
  .cid-tQ1ED5avoa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQ1ED5avoa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQ1ED5avoa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQ1ED5avoa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ1ED5avoa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ1ED5avoa .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQ1ED5avoa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQ1ED5avoa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQ1ED5avoa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tQ1ED5avoa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQ1ED5avoa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQ1ED5avoa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQ1ED5avoa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQ1ED5avoa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tQ1ED5avoa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQ1ED5avoa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQ1ED5avoa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQ1ED5avoa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQ1ED5avoa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1ED5avoa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQ1ED5avoa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tQ1ED5avoa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1ED5avoa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tQ1ED5avoa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ1ED5avoa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tQ1ED5avoa .nav-item:focus,
.cid-tQ1ED5avoa .nav-link:focus {
  outline: none;
}
.cid-tQ1ED5avoa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ1ED5avoa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ1ED5avoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ1ED5avoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ1ED5avoa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ1ED5avoa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ1ED5avoa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQ1ED5avoa .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ1ED5avoa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ1ED5avoa .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ1ED5avoa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQ1ED5avoa .navbar.collapsed {
  justify-content: center;
}
.cid-tQ1ED5avoa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ1ED5avoa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ1ED5avoa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tQ1ED5avoa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ1ED5avoa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ1ED5avoa .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-tQ1ED5avoa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ1ED5avoa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ1ED5avoa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1ED5avoa .navbar {
    min-height: 72px;
  }
  .cid-tQ1ED5avoa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1ED5avoa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ1ED5avoa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ1ED5avoa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ1ED5avoa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ1ED5avoa .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-tQ1ED5avoa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ1ED5avoa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQ1ED5avoa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ1ED5avoa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ1ED5avoa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQ1ED5avoa .dropdown-item.active,
.cid-tQ1ED5avoa .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ1ED5avoa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ1ED5avoa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ1ED5avoa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ1ED5avoa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tQ1ED5avoa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQ1ED5avoa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQ1ED5avoa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ1ED5avoa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQ1ED5avoa .navbar-buttons {
    text-align: left;
  }
}
.cid-tQ1ED5avoa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ1ED5avoa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQ1ED5avoa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ1ED5avoa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1ED5avoa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ1ED5avoa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ1ED5avoa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1ED5avoa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ1ED5avoa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ1ED5avoa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ1ED5avoa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQ1ED5avoa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ1ED5avoa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQ1ED5avoa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQ1ED5avoa .navbar {
    height: 70px;
  }
  .cid-tQ1ED5avoa .navbar.opened {
    height: auto;
  }
  .cid-tQ1ED5avoa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQ1ED5avoa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQ1ED5avoa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQ1ED5avoa .navbar-brand {
    margin-right: auto;
  }
  .cid-tQ1ED5avoa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tQ1ED5avoa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQ1ED5avoa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQ1ED5avoa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQ1ED5avoa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQ1ED5avoa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQ1ED5Gpnu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tQ1ED5Gpnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ1ED5Gpnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ1ED5Gpnu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQ1ED5Gpnu .item {
    margin-bottom: 1rem;
  }
}
.cid-tQ1ED5Gpnu .item-wrapper {
  position: relative;
}
.cid-tQ1ED5Gpnu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tQ1ED5Gpnu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tQ1ED5Gpnu .carousel-control,
.cid-tQ1ED5Gpnu .close {
  background: #1b1b1b;
}
.cid-tQ1ED5Gpnu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQ1ED5Gpnu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQ1ED5Gpnu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQ1ED5Gpnu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQ1ED5Gpnu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQ1ED5Gpnu .close::before {
  content: '\e91a';
}
.cid-tQ1ED5Gpnu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQ1ED5Gpnu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQ1ED5Gpnu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1ED5Gpnu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQ1ED5Gpnu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ1ED5Gpnu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQ1ED5Gpnu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQ1ED5Gpnu .carousel-indicators li.active,
.cid-tQ1ED5Gpnu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQ1ED5Gpnu .carousel-indicators li::after,
.cid-tQ1ED5Gpnu .carousel-indicators li::before {
  content: none;
}
.cid-tQ1ED5Gpnu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQ1ED5Gpnu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ1ED5Gpnu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ1ED5Gpnu .carousel-indicators {
    display: none;
  }
}
.cid-tQ1ED5Gpnu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQ1ED5Gpnu .carousel-inner > .active {
  display: block;
}
.cid-tQ1ED5Gpnu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ1ED5Gpnu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ1ED5Gpnu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQ1ED5Gpnu .carousel-control,
  .cid-tQ1ED5Gpnu .carousel-indicators,
  .cid-tQ1ED5Gpnu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQ1ED5Gpnu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQ1ED5Gpnu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ1ED5Gpnu .carousel-indicators .active,
.cid-tQ1ED5Gpnu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQ1ED5Gpnu .carousel-indicators .active {
  background: #fff;
}
.cid-tQ1ED5Gpnu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQ1ED5Gpnu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQ1ED5Gpnu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQ1ED5Gpnu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQ1ED5Gpnu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQ1ED5Gpnu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQ1ED5Gpnu .carousel {
  width: 100%;
}
.cid-tQ1ED5Gpnu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQ1ED5Gpnu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQ1ED5Gpnu .modal.fade .modal-dialog,
.cid-tQ1ED5Gpnu .modal.in .modal-dialog {
  transform: none;
}
.cid-tQ1ED5Gpnu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQ1ED5Gpnu .content-head {
  max-width: 800px;
}
.cid-tQ1ED5Gpnu H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tQ1ED5Gpnu H6 {
  color: #ff7d19;
}
.cid-tQ1ED5Gpnu H4 {
  color: #ffa25b;
}
.cid-tQB1xJw1Ff {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tQB1xJw1Ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQB1xJw1Ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQB1xJw1Ff .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQB1xJw1Ff .item {
    margin-bottom: 1rem;
  }
}
.cid-tQB1xJw1Ff .item-wrapper {
  position: relative;
}
.cid-tQB1xJw1Ff .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tQB1xJw1Ff .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tQB1xJw1Ff .carousel-control,
.cid-tQB1xJw1Ff .close {
  background: #1b1b1b;
}
.cid-tQB1xJw1Ff .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQB1xJw1Ff .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQB1xJw1Ff .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQB1xJw1Ff .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQB1xJw1Ff .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQB1xJw1Ff .close::before {
  content: '\e91a';
}
.cid-tQB1xJw1Ff .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQB1xJw1Ff .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQB1xJw1Ff .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQB1xJw1Ff .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQB1xJw1Ff .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQB1xJw1Ff .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQB1xJw1Ff .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQB1xJw1Ff .carousel-indicators li.active,
.cid-tQB1xJw1Ff .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQB1xJw1Ff .carousel-indicators li::after,
.cid-tQB1xJw1Ff .carousel-indicators li::before {
  content: none;
}
.cid-tQB1xJw1Ff .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQB1xJw1Ff .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQB1xJw1Ff .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQB1xJw1Ff .carousel-indicators {
    display: none;
  }
}
.cid-tQB1xJw1Ff .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQB1xJw1Ff .carousel-inner > .active {
  display: block;
}
.cid-tQB1xJw1Ff .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQB1xJw1Ff .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQB1xJw1Ff .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQB1xJw1Ff .carousel-control,
  .cid-tQB1xJw1Ff .carousel-indicators,
  .cid-tQB1xJw1Ff .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQB1xJw1Ff .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQB1xJw1Ff .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQB1xJw1Ff .carousel-indicators .active,
.cid-tQB1xJw1Ff .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQB1xJw1Ff .carousel-indicators .active {
  background: #fff;
}
.cid-tQB1xJw1Ff .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQB1xJw1Ff .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQB1xJw1Ff .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQB1xJw1Ff .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQB1xJw1Ff .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQB1xJw1Ff .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQB1xJw1Ff .carousel {
  width: 100%;
}
.cid-tQB1xJw1Ff .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQB1xJw1Ff .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQB1xJw1Ff .modal.fade .modal-dialog,
.cid-tQB1xJw1Ff .modal.in .modal-dialog {
  transform: none;
}
.cid-tQB1xJw1Ff .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQB1xJw1Ff .content-head {
  max-width: 800px;
}
.cid-tQB1xJw1Ff H6 {
  color: #ff7d19;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPJPqDpaRa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPJPqDpaRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJPqDpaRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJPqDpaRa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJPqDpaRa .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJPqDpaRa .item-wrapper {
  position: relative;
}
.cid-tPJPqDpaRa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJPqDpaRa .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJPqDpaRa .carousel-control,
.cid-tPJPqDpaRa .close {
  background: #1b1b1b;
}
.cid-tPJPqDpaRa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJPqDpaRa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJPqDpaRa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJPqDpaRa .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJPqDpaRa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJPqDpaRa .close::before {
  content: '\e91a';
}
.cid-tPJPqDpaRa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJPqDpaRa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJPqDpaRa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJPqDpaRa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJPqDpaRa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJPqDpaRa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJPqDpaRa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJPqDpaRa .carousel-indicators li.active,
.cid-tPJPqDpaRa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJPqDpaRa .carousel-indicators li::after,
.cid-tPJPqDpaRa .carousel-indicators li::before {
  content: none;
}
.cid-tPJPqDpaRa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJPqDpaRa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJPqDpaRa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJPqDpaRa .carousel-indicators {
    display: none;
  }
}
.cid-tPJPqDpaRa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJPqDpaRa .carousel-inner > .active {
  display: block;
}
.cid-tPJPqDpaRa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJPqDpaRa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJPqDpaRa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJPqDpaRa .carousel-control,
  .cid-tPJPqDpaRa .carousel-indicators,
  .cid-tPJPqDpaRa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJPqDpaRa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJPqDpaRa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJPqDpaRa .carousel-indicators .active,
.cid-tPJPqDpaRa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJPqDpaRa .carousel-indicators .active {
  background: #fff;
}
.cid-tPJPqDpaRa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJPqDpaRa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJPqDpaRa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJPqDpaRa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJPqDpaRa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJPqDpaRa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJPqDpaRa .carousel {
  width: 100%;
}
.cid-tPJPqDpaRa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJPqDpaRa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJPqDpaRa .modal.fade .modal-dialog,
.cid-tPJPqDpaRa .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJPqDpaRa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJPqDpaRa .content-head {
  max-width: 800px;
}
.cid-tPJPqDpaRa H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPJPqDpaRa H6 {
  color: #ff7d19;
}
.cid-tPJPqDpaRa H4 {
  color: #ffa25b;
}
.cid-tPJPqEpNiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPJPqEpNiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJPqEpNiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJPqEpNiV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJPqEpNiV .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJPqEpNiV .item-wrapper {
  position: relative;
}
.cid-tPJPqEpNiV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJPqEpNiV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJPqEpNiV .carousel-control,
.cid-tPJPqEpNiV .close {
  background: #1b1b1b;
}
.cid-tPJPqEpNiV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJPqEpNiV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJPqEpNiV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJPqEpNiV .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJPqEpNiV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJPqEpNiV .close::before {
  content: '\e91a';
}
.cid-tPJPqEpNiV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJPqEpNiV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJPqEpNiV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJPqEpNiV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJPqEpNiV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJPqEpNiV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJPqEpNiV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJPqEpNiV .carousel-indicators li.active,
.cid-tPJPqEpNiV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJPqEpNiV .carousel-indicators li::after,
.cid-tPJPqEpNiV .carousel-indicators li::before {
  content: none;
}
.cid-tPJPqEpNiV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJPqEpNiV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJPqEpNiV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJPqEpNiV .carousel-indicators {
    display: none;
  }
}
.cid-tPJPqEpNiV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJPqEpNiV .carousel-inner > .active {
  display: block;
}
.cid-tPJPqEpNiV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJPqEpNiV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJPqEpNiV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJPqEpNiV .carousel-control,
  .cid-tPJPqEpNiV .carousel-indicators,
  .cid-tPJPqEpNiV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJPqEpNiV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJPqEpNiV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJPqEpNiV .carousel-indicators .active,
.cid-tPJPqEpNiV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJPqEpNiV .carousel-indicators .active {
  background: #fff;
}
.cid-tPJPqEpNiV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJPqEpNiV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJPqEpNiV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJPqEpNiV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJPqEpNiV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJPqEpNiV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJPqEpNiV .carousel {
  width: 100%;
}
.cid-tPJPqEpNiV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJPqEpNiV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJPqEpNiV .modal.fade .modal-dialog,
.cid-tPJPqEpNiV .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJPqEpNiV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJPqEpNiV .content-head {
  max-width: 800px;
}
.cid-tPJPqEpNiV H6 {
  color: #ff7d19;
}
.cid-uvju1JQXWb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvju1JQXWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvju1JQXWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvju1JQXWb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvju1JQXWb .item {
    margin-bottom: 1rem;
  }
}
.cid-uvju1JQXWb .item-wrapper {
  position: relative;
}
.cid-uvju1JQXWb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvju1JQXWb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvju1JQXWb .carousel-control,
.cid-uvju1JQXWb .close {
  background: #1b1b1b;
}
.cid-uvju1JQXWb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvju1JQXWb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvju1JQXWb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvju1JQXWb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvju1JQXWb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvju1JQXWb .close::before {
  content: '\e91a';
}
.cid-uvju1JQXWb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvju1JQXWb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uvju1JQXWb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvju1JQXWb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvju1JQXWb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvju1JQXWb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvju1JQXWb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uvju1JQXWb .carousel-indicators li.active,
.cid-uvju1JQXWb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvju1JQXWb .carousel-indicators li::after,
.cid-uvju1JQXWb .carousel-indicators li::before {
  content: none;
}
.cid-uvju1JQXWb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvju1JQXWb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvju1JQXWb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvju1JQXWb .carousel-indicators {
    display: none;
  }
}
.cid-uvju1JQXWb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvju1JQXWb .carousel-inner > .active {
  display: block;
}
.cid-uvju1JQXWb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvju1JQXWb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvju1JQXWb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvju1JQXWb .carousel-control,
  .cid-uvju1JQXWb .carousel-indicators,
  .cid-uvju1JQXWb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvju1JQXWb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvju1JQXWb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvju1JQXWb .carousel-indicators .active,
.cid-uvju1JQXWb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvju1JQXWb .carousel-indicators .active {
  background: #fff;
}
.cid-uvju1JQXWb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvju1JQXWb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvju1JQXWb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvju1JQXWb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvju1JQXWb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvju1JQXWb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvju1JQXWb .carousel {
  width: 100%;
}
.cid-uvju1JQXWb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvju1JQXWb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvju1JQXWb .modal.fade .modal-dialog,
.cid-uvju1JQXWb .modal.in .modal-dialog {
  transform: none;
}
.cid-uvju1JQXWb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvju1JQXWb .content-head {
  max-width: 800px;
}
.cid-uvju1JQXWb H6 {
  color: #ff7d19;
}
.cid-uvjAFm60yd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvjAFm60yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvjAFm60yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvjAFm60yd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvjAFm60yd .item {
    margin-bottom: 1rem;
  }
}
.cid-uvjAFm60yd .item-wrapper {
  position: relative;
}
.cid-uvjAFm60yd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvjAFm60yd .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvjAFm60yd .carousel-control,
.cid-uvjAFm60yd .close {
  background: #1b1b1b;
}
.cid-uvjAFm60yd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvjAFm60yd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvjAFm60yd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvjAFm60yd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvjAFm60yd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvjAFm60yd .close::before {
  content: '\e91a';
}
.cid-uvjAFm60yd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvjAFm60yd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uvjAFm60yd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvjAFm60yd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvjAFm60yd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvjAFm60yd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvjAFm60yd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uvjAFm60yd .carousel-indicators li.active,
.cid-uvjAFm60yd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvjAFm60yd .carousel-indicators li::after,
.cid-uvjAFm60yd .carousel-indicators li::before {
  content: none;
}
.cid-uvjAFm60yd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvjAFm60yd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvjAFm60yd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvjAFm60yd .carousel-indicators {
    display: none;
  }
}
.cid-uvjAFm60yd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvjAFm60yd .carousel-inner > .active {
  display: block;
}
.cid-uvjAFm60yd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvjAFm60yd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvjAFm60yd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvjAFm60yd .carousel-control,
  .cid-uvjAFm60yd .carousel-indicators,
  .cid-uvjAFm60yd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvjAFm60yd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvjAFm60yd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvjAFm60yd .carousel-indicators .active,
.cid-uvjAFm60yd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvjAFm60yd .carousel-indicators .active {
  background: #fff;
}
.cid-uvjAFm60yd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvjAFm60yd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvjAFm60yd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvjAFm60yd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvjAFm60yd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvjAFm60yd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvjAFm60yd .carousel {
  width: 100%;
}
.cid-uvjAFm60yd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvjAFm60yd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvjAFm60yd .modal.fade .modal-dialog,
.cid-uvjAFm60yd .modal.in .modal-dialog {
  transform: none;
}
.cid-uvjAFm60yd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvjAFm60yd .content-head {
  max-width: 800px;
}
.cid-uvjAFm60yd H6 {
  color: #ff7d19;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPxZvFlm8C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tPxZvFlm8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxZvFlm8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxZvFlm8C .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPxZvFlm8C .item {
    margin-bottom: 1rem;
  }
}
.cid-tPxZvFlm8C .item-wrapper {
  position: relative;
}
.cid-tPxZvFlm8C .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPxZvFlm8C .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPxZvFlm8C .carousel-control,
.cid-tPxZvFlm8C .close {
  background: #1b1b1b;
}
.cid-tPxZvFlm8C .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPxZvFlm8C .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPxZvFlm8C .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPxZvFlm8C .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPxZvFlm8C .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPxZvFlm8C .close::before {
  content: '\e91a';
}
.cid-tPxZvFlm8C .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPxZvFlm8C .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPxZvFlm8C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPxZvFlm8C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPxZvFlm8C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPxZvFlm8C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPxZvFlm8C .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPxZvFlm8C .carousel-indicators li.active,
.cid-tPxZvFlm8C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPxZvFlm8C .carousel-indicators li::after,
.cid-tPxZvFlm8C .carousel-indicators li::before {
  content: none;
}
.cid-tPxZvFlm8C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPxZvFlm8C .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPxZvFlm8C .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPxZvFlm8C .carousel-indicators {
    display: none;
  }
}
.cid-tPxZvFlm8C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPxZvFlm8C .carousel-inner > .active {
  display: block;
}
.cid-tPxZvFlm8C .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPxZvFlm8C .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPxZvFlm8C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPxZvFlm8C .carousel-control,
  .cid-tPxZvFlm8C .carousel-indicators,
  .cid-tPxZvFlm8C .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPxZvFlm8C .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPxZvFlm8C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPxZvFlm8C .carousel-indicators .active,
.cid-tPxZvFlm8C .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPxZvFlm8C .carousel-indicators .active {
  background: #fff;
}
.cid-tPxZvFlm8C .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPxZvFlm8C .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPxZvFlm8C .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPxZvFlm8C .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPxZvFlm8C .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPxZvFlm8C .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPxZvFlm8C .carousel {
  width: 100%;
}
.cid-tPxZvFlm8C .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPxZvFlm8C .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPxZvFlm8C .modal.fade .modal-dialog,
.cid-tPxZvFlm8C .modal.in .modal-dialog {
  transform: none;
}
.cid-tPxZvFlm8C .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPxZvFlm8C .content-head {
  max-width: 800px;
}
.cid-tPxZvFlm8C H3 {
  color: #ff7d19;
}
.cid-tPxZvFlm8C H6 {
  color: #ff7d19;
}
.cid-tPxZvFlm8C H4 {
  color: #ffa25b;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPfnSFnmti {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tPfnSFnmti .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfnSFnmti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfnSFnmti .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPfnSFnmti .item {
    margin-bottom: 1rem;
  }
}
.cid-tPfnSFnmti .item-wrapper {
  position: relative;
}
.cid-tPfnSFnmti .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPfnSFnmti .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPfnSFnmti .carousel-control,
.cid-tPfnSFnmti .close {
  background: #1b1b1b;
}
.cid-tPfnSFnmti .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPfnSFnmti .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPfnSFnmti .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPfnSFnmti .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPfnSFnmti .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPfnSFnmti .close::before {
  content: '\e91a';
}
.cid-tPfnSFnmti .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPfnSFnmti .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPfnSFnmti .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPfnSFnmti .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPfnSFnmti .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPfnSFnmti .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPfnSFnmti .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPfnSFnmti .carousel-indicators li.active,
.cid-tPfnSFnmti .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPfnSFnmti .carousel-indicators li::after,
.cid-tPfnSFnmti .carousel-indicators li::before {
  content: none;
}
.cid-tPfnSFnmti .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPfnSFnmti .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPfnSFnmti .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPfnSFnmti .carousel-indicators {
    display: none;
  }
}
.cid-tPfnSFnmti .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPfnSFnmti .carousel-inner > .active {
  display: block;
}
.cid-tPfnSFnmti .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPfnSFnmti .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPfnSFnmti .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPfnSFnmti .carousel-control,
  .cid-tPfnSFnmti .carousel-indicators,
  .cid-tPfnSFnmti .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPfnSFnmti .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPfnSFnmti .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPfnSFnmti .carousel-indicators .active,
.cid-tPfnSFnmti .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPfnSFnmti .carousel-indicators .active {
  background: #fff;
}
.cid-tPfnSFnmti .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPfnSFnmti .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPfnSFnmti .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPfnSFnmti .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPfnSFnmti .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPfnSFnmti .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPfnSFnmti .carousel {
  width: 100%;
}
.cid-tPfnSFnmti .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPfnSFnmti .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPfnSFnmti .modal.fade .modal-dialog,
.cid-tPfnSFnmti .modal.in .modal-dialog {
  transform: none;
}
.cid-tPfnSFnmti .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPfnSFnmti .content-head {
  max-width: 800px;
}
.cid-tPfnSFnmti H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPfnSFnmti H6 {
  color: #ff7d19;
}
.cid-tPfnSFnmti H4 {
  color: #ffa25b;
}
.cid-tRCyI3px8H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tRCyI3px8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCyI3px8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCyI3px8H .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRCyI3px8H .item {
    margin-bottom: 1rem;
  }
}
.cid-tRCyI3px8H .item-wrapper {
  position: relative;
}
.cid-tRCyI3px8H .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tRCyI3px8H .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRCyI3px8H .carousel-control,
.cid-tRCyI3px8H .close {
  background: #1b1b1b;
}
.cid-tRCyI3px8H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRCyI3px8H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRCyI3px8H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRCyI3px8H .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRCyI3px8H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRCyI3px8H .close::before {
  content: '\e91a';
}
.cid-tRCyI3px8H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRCyI3px8H .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRCyI3px8H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRCyI3px8H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRCyI3px8H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRCyI3px8H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRCyI3px8H .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRCyI3px8H .carousel-indicators li.active,
.cid-tRCyI3px8H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRCyI3px8H .carousel-indicators li::after,
.cid-tRCyI3px8H .carousel-indicators li::before {
  content: none;
}
.cid-tRCyI3px8H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRCyI3px8H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRCyI3px8H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCyI3px8H .carousel-indicators {
    display: none;
  }
}
.cid-tRCyI3px8H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRCyI3px8H .carousel-inner > .active {
  display: block;
}
.cid-tRCyI3px8H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRCyI3px8H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRCyI3px8H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRCyI3px8H .carousel-control,
  .cid-tRCyI3px8H .carousel-indicators,
  .cid-tRCyI3px8H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRCyI3px8H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRCyI3px8H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRCyI3px8H .carousel-indicators .active,
.cid-tRCyI3px8H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRCyI3px8H .carousel-indicators .active {
  background: #fff;
}
.cid-tRCyI3px8H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRCyI3px8H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRCyI3px8H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRCyI3px8H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRCyI3px8H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRCyI3px8H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRCyI3px8H .carousel {
  width: 100%;
}
.cid-tRCyI3px8H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRCyI3px8H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRCyI3px8H .modal.fade .modal-dialog,
.cid-tRCyI3px8H .modal.in .modal-dialog {
  transform: none;
}
.cid-tRCyI3px8H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRCyI3px8H .content-head {
  max-width: 800px;
}
.cid-tRCyI3px8H H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tRCyI3px8H H6 {
  color: #ff7d19;
}
.cid-tRCyI3px8H H4 {
  color: #ffa25b;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tPJI3QjUAx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tPJI3QjUAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPJI3QjUAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPJI3QjUAx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPJI3QjUAx .item {
    margin-bottom: 1rem;
  }
}
.cid-tPJI3QjUAx .item-wrapper {
  position: relative;
}
.cid-tPJI3QjUAx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tPJI3QjUAx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPJI3QjUAx .carousel-control,
.cid-tPJI3QjUAx .close {
  background: #1b1b1b;
}
.cid-tPJI3QjUAx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPJI3QjUAx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPJI3QjUAx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPJI3QjUAx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPJI3QjUAx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPJI3QjUAx .close::before {
  content: '\e91a';
}
.cid-tPJI3QjUAx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPJI3QjUAx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPJI3QjUAx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJI3QjUAx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPJI3QjUAx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPJI3QjUAx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPJI3QjUAx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPJI3QjUAx .carousel-indicators li.active,
.cid-tPJI3QjUAx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPJI3QjUAx .carousel-indicators li::after,
.cid-tPJI3QjUAx .carousel-indicators li::before {
  content: none;
}
.cid-tPJI3QjUAx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPJI3QjUAx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPJI3QjUAx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPJI3QjUAx .carousel-indicators {
    display: none;
  }
}
.cid-tPJI3QjUAx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPJI3QjUAx .carousel-inner > .active {
  display: block;
}
.cid-tPJI3QjUAx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPJI3QjUAx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPJI3QjUAx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPJI3QjUAx .carousel-control,
  .cid-tPJI3QjUAx .carousel-indicators,
  .cid-tPJI3QjUAx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPJI3QjUAx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPJI3QjUAx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPJI3QjUAx .carousel-indicators .active,
.cid-tPJI3QjUAx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPJI3QjUAx .carousel-indicators .active {
  background: #fff;
}
.cid-tPJI3QjUAx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPJI3QjUAx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPJI3QjUAx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPJI3QjUAx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPJI3QjUAx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPJI3QjUAx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPJI3QjUAx .carousel {
  width: 100%;
}
.cid-tPJI3QjUAx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPJI3QjUAx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPJI3QjUAx .modal.fade .modal-dialog,
.cid-tPJI3QjUAx .modal.in .modal-dialog {
  transform: none;
}
.cid-tPJI3QjUAx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPJI3QjUAx .content-head {
  max-width: 800px;
}
.cid-tPJI3QjUAx H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tPJI3QjUAx H6 {
  color: #ff7d19;
}
.cid-tPJI3QjUAx H4 {
  color: #ffa25b;
}
.cid-tR9ZyCNnyB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tR9ZyCNnyB .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;
}
@media (max-width: 767px) {
  .cid-tR9ZyCNnyB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tR9ZyCNnyB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9ZyCNnyB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tR9ZyCNnyB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9ZyCNnyB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9ZyCNnyB .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tR9ZyCNnyB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tR9ZyCNnyB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tR9ZyCNnyB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tR9ZyCNnyB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tR9ZyCNnyB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tR9ZyCNnyB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tR9ZyCNnyB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tR9ZyCNnyB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tR9ZyCNnyB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tR9ZyCNnyB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tR9ZyCNnyB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tR9ZyCNnyB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tR9ZyCNnyB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tR9ZyCNnyB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tR9ZyCNnyB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tR9ZyCNnyB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9ZyCNnyB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tR9ZyCNnyB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9ZyCNnyB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tR9ZyCNnyB .nav-item:focus,
.cid-tR9ZyCNnyB .nav-link:focus {
  outline: none;
}
.cid-tR9ZyCNnyB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9ZyCNnyB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9ZyCNnyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9ZyCNnyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9ZyCNnyB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9ZyCNnyB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9ZyCNnyB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tR9ZyCNnyB .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9ZyCNnyB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9ZyCNnyB .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9ZyCNnyB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tR9ZyCNnyB .navbar.collapsed {
  justify-content: center;
}
.cid-tR9ZyCNnyB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9ZyCNnyB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9ZyCNnyB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tR9ZyCNnyB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9ZyCNnyB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9ZyCNnyB .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-tR9ZyCNnyB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9ZyCNnyB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9ZyCNnyB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tR9ZyCNnyB .navbar {
    min-height: 72px;
  }
  .cid-tR9ZyCNnyB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tR9ZyCNnyB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9ZyCNnyB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9ZyCNnyB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9ZyCNnyB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9ZyCNnyB .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-tR9ZyCNnyB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9ZyCNnyB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tR9ZyCNnyB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9ZyCNnyB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR9ZyCNnyB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tR9ZyCNnyB .dropdown-item.active,
.cid-tR9ZyCNnyB .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9ZyCNnyB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9ZyCNnyB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9ZyCNnyB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9ZyCNnyB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tR9ZyCNnyB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tR9ZyCNnyB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tR9ZyCNnyB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9ZyCNnyB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tR9ZyCNnyB .navbar-buttons {
    text-align: left;
  }
}
.cid-tR9ZyCNnyB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9ZyCNnyB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR9ZyCNnyB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9ZyCNnyB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9ZyCNnyB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9ZyCNnyB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9ZyCNnyB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9ZyCNnyB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9ZyCNnyB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9ZyCNnyB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9ZyCNnyB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tR9ZyCNnyB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9ZyCNnyB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tR9ZyCNnyB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9ZyCNnyB .navbar {
    height: 70px;
  }
  .cid-tR9ZyCNnyB .navbar.opened {
    height: auto;
  }
  .cid-tR9ZyCNnyB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tR9ZyCNnyB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tR9ZyCNnyB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tR9ZyCNnyB .navbar-brand {
    margin-right: auto;
  }
  .cid-tR9ZyCNnyB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tR9ZyCNnyB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tR9ZyCNnyB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tR9ZyCNnyB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tR9ZyCNnyB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tR9ZyCNnyB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tR9ZyDciKe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tR9ZyDciKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9ZyDciKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9ZyDciKe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tR9ZyDciKe .item {
    margin-bottom: 1rem;
  }
}
.cid-tR9ZyDciKe .item-wrapper {
  position: relative;
}
.cid-tR9ZyDciKe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tR9ZyDciKe .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tR9ZyDciKe .carousel-control,
.cid-tR9ZyDciKe .close {
  background: #1b1b1b;
}
.cid-tR9ZyDciKe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tR9ZyDciKe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tR9ZyDciKe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tR9ZyDciKe .carousel-control-next span {
  margin-left: 5px;
}
.cid-tR9ZyDciKe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tR9ZyDciKe .close::before {
  content: '\e91a';
}
.cid-tR9ZyDciKe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tR9ZyDciKe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tR9ZyDciKe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR9ZyDciKe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR9ZyDciKe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tR9ZyDciKe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tR9ZyDciKe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tR9ZyDciKe .carousel-indicators li.active,
.cid-tR9ZyDciKe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tR9ZyDciKe .carousel-indicators li::after,
.cid-tR9ZyDciKe .carousel-indicators li::before {
  content: none;
}
.cid-tR9ZyDciKe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tR9ZyDciKe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tR9ZyDciKe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9ZyDciKe .carousel-indicators {
    display: none;
  }
}
.cid-tR9ZyDciKe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tR9ZyDciKe .carousel-inner > .active {
  display: block;
}
.cid-tR9ZyDciKe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR9ZyDciKe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tR9ZyDciKe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tR9ZyDciKe .carousel-control,
  .cid-tR9ZyDciKe .carousel-indicators,
  .cid-tR9ZyDciKe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tR9ZyDciKe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tR9ZyDciKe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tR9ZyDciKe .carousel-indicators .active,
.cid-tR9ZyDciKe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tR9ZyDciKe .carousel-indicators .active {
  background: #fff;
}
.cid-tR9ZyDciKe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tR9ZyDciKe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tR9ZyDciKe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tR9ZyDciKe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tR9ZyDciKe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tR9ZyDciKe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tR9ZyDciKe .carousel {
  width: 100%;
}
.cid-tR9ZyDciKe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tR9ZyDciKe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tR9ZyDciKe .modal.fade .modal-dialog,
.cid-tR9ZyDciKe .modal.in .modal-dialog {
  transform: none;
}
.cid-tR9ZyDciKe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tR9ZyDciKe .content-head {
  max-width: 800px;
}
.cid-tR9ZyDciKe H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tR9ZyDciKe H6 {
  color: #ff7d19;
}
.cid-tR9ZyDciKe H4 {
  color: #ffa25b;
}
.cid-tRC3bfHCXS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tRC3bfHCXS .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;
}
@media (max-width: 767px) {
  .cid-tRC3bfHCXS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tRC3bfHCXS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRC3bfHCXS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tRC3bfHCXS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRC3bfHCXS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRC3bfHCXS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tRC3bfHCXS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tRC3bfHCXS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tRC3bfHCXS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tRC3bfHCXS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tRC3bfHCXS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tRC3bfHCXS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tRC3bfHCXS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tRC3bfHCXS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tRC3bfHCXS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tRC3bfHCXS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tRC3bfHCXS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tRC3bfHCXS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tRC3bfHCXS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tRC3bfHCXS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tRC3bfHCXS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tRC3bfHCXS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRC3bfHCXS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tRC3bfHCXS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRC3bfHCXS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tRC3bfHCXS .nav-item:focus,
.cid-tRC3bfHCXS .nav-link:focus {
  outline: none;
}
.cid-tRC3bfHCXS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRC3bfHCXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRC3bfHCXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRC3bfHCXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRC3bfHCXS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRC3bfHCXS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRC3bfHCXS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tRC3bfHCXS .navbar.opened {
  transition: all 0.3s;
}
.cid-tRC3bfHCXS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRC3bfHCXS .navbar .navbar-logo img {
  width: auto;
}
.cid-tRC3bfHCXS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tRC3bfHCXS .navbar.collapsed {
  justify-content: center;
}
.cid-tRC3bfHCXS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRC3bfHCXS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRC3bfHCXS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tRC3bfHCXS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRC3bfHCXS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRC3bfHCXS .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-tRC3bfHCXS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRC3bfHCXS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRC3bfHCXS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tRC3bfHCXS .navbar {
    min-height: 72px;
  }
  .cid-tRC3bfHCXS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tRC3bfHCXS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRC3bfHCXS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRC3bfHCXS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRC3bfHCXS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRC3bfHCXS .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-tRC3bfHCXS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRC3bfHCXS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tRC3bfHCXS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRC3bfHCXS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRC3bfHCXS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tRC3bfHCXS .dropdown-item.active,
.cid-tRC3bfHCXS .dropdown-item:active {
  background-color: transparent;
}
.cid-tRC3bfHCXS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRC3bfHCXS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRC3bfHCXS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRC3bfHCXS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tRC3bfHCXS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tRC3bfHCXS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tRC3bfHCXS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRC3bfHCXS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tRC3bfHCXS .navbar-buttons {
    text-align: left;
  }
}
.cid-tRC3bfHCXS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRC3bfHCXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRC3bfHCXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRC3bfHCXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRC3bfHCXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRC3bfHCXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRC3bfHCXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRC3bfHCXS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRC3bfHCXS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRC3bfHCXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRC3bfHCXS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRC3bfHCXS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRC3bfHCXS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRC3bfHCXS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRC3bfHCXS .navbar {
    height: 70px;
  }
  .cid-tRC3bfHCXS .navbar.opened {
    height: auto;
  }
  .cid-tRC3bfHCXS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tRC3bfHCXS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tRC3bfHCXS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tRC3bfHCXS .navbar-brand {
    margin-right: auto;
  }
  .cid-tRC3bfHCXS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tRC3bfHCXS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tRC3bfHCXS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tRC3bfHCXS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tRC3bfHCXS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tRC3bfHCXS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRC3bg8YfU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tRC3bg8YfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRC3bg8YfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRC3bg8YfU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRC3bg8YfU .item {
    margin-bottom: 1rem;
  }
}
.cid-tRC3bg8YfU .item-wrapper {
  position: relative;
}
.cid-tRC3bg8YfU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tRC3bg8YfU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRC3bg8YfU .carousel-control,
.cid-tRC3bg8YfU .close {
  background: #1b1b1b;
}
.cid-tRC3bg8YfU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRC3bg8YfU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRC3bg8YfU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRC3bg8YfU .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRC3bg8YfU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRC3bg8YfU .close::before {
  content: '\e91a';
}
.cid-tRC3bg8YfU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRC3bg8YfU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRC3bg8YfU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRC3bg8YfU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRC3bg8YfU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRC3bg8YfU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRC3bg8YfU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRC3bg8YfU .carousel-indicators li.active,
.cid-tRC3bg8YfU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRC3bg8YfU .carousel-indicators li::after,
.cid-tRC3bg8YfU .carousel-indicators li::before {
  content: none;
}
.cid-tRC3bg8YfU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRC3bg8YfU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRC3bg8YfU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRC3bg8YfU .carousel-indicators {
    display: none;
  }
}
.cid-tRC3bg8YfU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRC3bg8YfU .carousel-inner > .active {
  display: block;
}
.cid-tRC3bg8YfU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRC3bg8YfU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRC3bg8YfU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRC3bg8YfU .carousel-control,
  .cid-tRC3bg8YfU .carousel-indicators,
  .cid-tRC3bg8YfU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRC3bg8YfU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRC3bg8YfU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRC3bg8YfU .carousel-indicators .active,
.cid-tRC3bg8YfU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRC3bg8YfU .carousel-indicators .active {
  background: #fff;
}
.cid-tRC3bg8YfU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRC3bg8YfU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRC3bg8YfU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRC3bg8YfU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRC3bg8YfU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRC3bg8YfU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRC3bg8YfU .carousel {
  width: 100%;
}
.cid-tRC3bg8YfU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRC3bg8YfU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRC3bg8YfU .modal.fade .modal-dialog,
.cid-tRC3bg8YfU .modal.in .modal-dialog {
  transform: none;
}
.cid-tRC3bg8YfU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRC3bg8YfU .content-head {
  max-width: 800px;
}
.cid-tRC3bg8YfU H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tRC3bg8YfU H6 {
  color: #ff7d19;
}
.cid-tRC3bg8YfU H4 {
  color: #ffa25b;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tROCgYtcLr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tROCgYtcLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROCgYtcLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROCgYtcLr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tROCgYtcLr .item {
    margin-bottom: 1rem;
  }
}
.cid-tROCgYtcLr .item-wrapper {
  position: relative;
}
.cid-tROCgYtcLr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tROCgYtcLr .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tROCgYtcLr .carousel-control,
.cid-tROCgYtcLr .close {
  background: #1b1b1b;
}
.cid-tROCgYtcLr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tROCgYtcLr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tROCgYtcLr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tROCgYtcLr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tROCgYtcLr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tROCgYtcLr .close::before {
  content: '\e91a';
}
.cid-tROCgYtcLr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tROCgYtcLr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tROCgYtcLr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tROCgYtcLr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tROCgYtcLr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tROCgYtcLr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tROCgYtcLr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tROCgYtcLr .carousel-indicators li.active,
.cid-tROCgYtcLr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tROCgYtcLr .carousel-indicators li::after,
.cid-tROCgYtcLr .carousel-indicators li::before {
  content: none;
}
.cid-tROCgYtcLr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tROCgYtcLr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tROCgYtcLr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tROCgYtcLr .carousel-indicators {
    display: none;
  }
}
.cid-tROCgYtcLr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tROCgYtcLr .carousel-inner > .active {
  display: block;
}
.cid-tROCgYtcLr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tROCgYtcLr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tROCgYtcLr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tROCgYtcLr .carousel-control,
  .cid-tROCgYtcLr .carousel-indicators,
  .cid-tROCgYtcLr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tROCgYtcLr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tROCgYtcLr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tROCgYtcLr .carousel-indicators .active,
.cid-tROCgYtcLr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tROCgYtcLr .carousel-indicators .active {
  background: #fff;
}
.cid-tROCgYtcLr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tROCgYtcLr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tROCgYtcLr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tROCgYtcLr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tROCgYtcLr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tROCgYtcLr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tROCgYtcLr .carousel {
  width: 100%;
}
.cid-tROCgYtcLr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tROCgYtcLr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tROCgYtcLr .modal.fade .modal-dialog,
.cid-tROCgYtcLr .modal.in .modal-dialog {
  transform: none;
}
.cid-tROCgYtcLr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tROCgYtcLr .content-head {
  max-width: 800px;
}
.cid-tROCgYtcLr H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tROCgYtcLr H6 {
  color: #ff7d19;
}
.cid-tROCgYtcLr H4 {
  color: #ffa25b;
}
.cid-tPP7tIXj6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tPP7tIXj6d .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;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tPP7tIXj6d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPP7tIXj6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPP7tIXj6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPP7tIXj6d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tPP7tIXj6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tPP7tIXj6d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tPP7tIXj6d .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tPP7tIXj6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tPP7tIXj6d .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tPP7tIXj6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tPP7tIXj6d .nav-item:focus,
.cid-tPP7tIXj6d .nav-link:focus {
  outline: none;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPP7tIXj6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPP7tIXj6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPP7tIXj6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPP7tIXj6d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tPP7tIXj6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tPP7tIXj6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPP7tIXj6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tPP7tIXj6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tPP7tIXj6d .navbar.collapsed {
  justify-content: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPP7tIXj6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPP7tIXj6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPP7tIXj6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPP7tIXj6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tPP7tIXj6d .navbar {
    min-height: 72px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPP7tIXj6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPP7tIXj6d .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-tPP7tIXj6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPP7tIXj6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tPP7tIXj6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPP7tIXj6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPP7tIXj6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tPP7tIXj6d .dropdown-item.active,
.cid-tPP7tIXj6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tPP7tIXj6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPP7tIXj6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tPP7tIXj6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tPP7tIXj6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPP7tIXj6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .navbar-buttons {
    text-align: left;
  }
}
.cid-tPP7tIXj6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPP7tIXj6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPP7tIXj6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPP7tIXj6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPP7tIXj6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPP7tIXj6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPP7tIXj6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPP7tIXj6d .navbar {
    height: 70px;
  }
  .cid-tPP7tIXj6d .navbar.opened {
    height: auto;
  }
  .cid-tPP7tIXj6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tPP7tIXj6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tPP7tIXj6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tPP7tIXj6d .navbar-brand {
    margin-right: auto;
  }
  .cid-tPP7tIXj6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tPP7tIXj6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tPP7tIXj6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tPP7tIXj6d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tPP7tIXj6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tPP7tIXj6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tP627EUNjF {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tP627EUNjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP627EUNjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP627EUNjF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP627EUNjF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tP627EUNjF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tP627EUNjF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tP627EUNjF .mbr-section-title {
  color: #ff7d19;
}
.cid-tP627EUNjF .mbr-text,
.cid-tP627EUNjF .mbr-section-btn {
  color: #ff7d19;
}
.cid-tPfdqQgPf4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tPfdqQgPf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfdqQgPf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfdqQgPf4 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tPfdqQgPf4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tPfdqQgPf4 .content-head {
  max-width: 800px;
}
.cid-tPfdqQgPf4 .card1 {
  background: #000000;
}
.cid-tPfdqQgPf4 .card2 {
  background: #000000;
}
.cid-tPfdqQgPf4 .card3 {
  background: #000000;
}
.cid-tPfdqQgPf4 .card4 {
  background: #000000;
}
.cid-tPfdqQgPf4 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tPfdqQgPf4 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tPfdqQgPf4 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tPfdqQgPf4 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPfdqQgPf4 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tPfdqQgPf4 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tPfdqQgPf4 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tPfdqQgPf4 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tPfdqQgPf4 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tPfdqQgPf4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tPfdqQgPf4 .tag1 {
  background: #000000;
  color: #502274;
  text-align: center;
}
.cid-tPfdqQgPf4 .tag2 {
  background: #000000;
  color: #ffd7ef;
}
.cid-tPfdqQgPf4 .tag3 {
  background: #000000;
  color: #232323;
}
.cid-tPfdqQgPf4 .tag4 {
  background: #000000;
  color: #ffffff;
}
.cid-tPfdqQgPf4 .card-text3,
.cid-tPfdqQgPf4 .mbr-section-btn {
  color: #232323;
}
.cid-tPfdqQgPf4 .card-text2,
.cid-tPfdqQgPf4 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tPfdqQgPf4 .card-text1,
.cid-tPfdqQgPf4 .mbr-section-btn {
  color: #502274;
}
.cid-tPfdqQgPf4 .card-title2,
.cid-tPfdqQgPf4 .social-row {
  color: #ffd7ef;
}
.cid-tPfdqQgPf4 .mbr-role3,
.cid-tPfdqQgPf4 .social-row {
  color: #ffffff;
}
.cid-tPfdqQgPf4 .card-title3,
.cid-tPfdqQgPf4 .social-row {
  color: #232323;
}
.cid-tPfdqQgPf4 .card-title4,
.cid-tPfdqQgPf4 .social-row {
  color: #ffffff;
}
.cid-tPfdqQgPf4 .mbr-role3 {
  color: #232323;
}
.cid-tPfdqQgPf4 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tPfdqQgPf4 .mbr-role4 {
  color: #ffffff;
}
.cid-tPfdqQgPf4 .card-text4,
.cid-tPfdqQgPf4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tPfdqQgPf4 .mbr-section-title {
  color: #ff7d19;
}
.cid-tPfdrPO7th {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tPfdrPO7th .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfdrPO7th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfdrPO7th .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tPfdrPO7th .team-card:hover {
  transform: translateY(-10px);
}
.cid-tPfdrPO7th .content-head {
  max-width: 800px;
}
.cid-tPfdrPO7th .card1 {
  background: #000000;
}
.cid-tPfdrPO7th .card2 {
  background: #000000;
}
.cid-tPfdrPO7th .card3 {
  background: #000000;
}
.cid-tPfdrPO7th .card4 {
  background: #000000;
}
.cid-tPfdrPO7th .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tPfdrPO7th .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tPfdrPO7th .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tPfdrPO7th .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPfdrPO7th .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tPfdrPO7th .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tPfdrPO7th .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tPfdrPO7th .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tPfdrPO7th .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tPfdrPO7th .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tPfdrPO7th .tag1 {
  background: #000000;
  color: #502274;
}
.cid-tPfdrPO7th .tag2 {
  background: #000000;
  color: #ffd7ef;
}
.cid-tPfdrPO7th .tag3 {
  background: #000000;
  color: #232323;
}
.cid-tPfdrPO7th .tag4 {
  background: #000000;
  color: #ffffff;
}
.cid-tPfdrPO7th .card-text3,
.cid-tPfdrPO7th .mbr-section-btn {
  color: #232323;
}
.cid-tPfdrPO7th .card-text2,
.cid-tPfdrPO7th .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tPfdrPO7th .card-text1,
.cid-tPfdrPO7th .mbr-section-btn {
  color: #502274;
}
.cid-tPfdrPO7th .card-title2,
.cid-tPfdrPO7th .social-row {
  color: #ffd7ef;
}
.cid-tPfdrPO7th .mbr-role3,
.cid-tPfdrPO7th .social-row {
  color: #ffffff;
}
.cid-tPfdrPO7th .card-title3,
.cid-tPfdrPO7th .social-row {
  color: #232323;
}
.cid-tPfdrPO7th .card-title4,
.cid-tPfdrPO7th .social-row {
  color: #ffffff;
}
.cid-tPfdrPO7th .mbr-role3 {
  color: #232323;
}
.cid-tPfdrPO7th .mbr-role2 {
  color: #ffd7ef;
}
.cid-tPfdrPO7th .mbr-role4 {
  color: #ffffff;
}
.cid-tPfdrPO7th .card-text4,
.cid-tPfdrPO7th .mbr-section-btn {
  color: #ffffff;
}
.cid-tPfdsKaiT0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tPfdsKaiT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfdsKaiT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfdsKaiT0 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tPfdsKaiT0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tPfdsKaiT0 .content-head {
  max-width: 800px;
}
.cid-tPfdsKaiT0 .card1 {
  background: #000000;
}
.cid-tPfdsKaiT0 .card2 {
  background: #000000;
}
.cid-tPfdsKaiT0 .card3 {
  background: #000000;
}
.cid-tPfdsKaiT0 .card4 {
  background: #000000;
}
.cid-tPfdsKaiT0 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tPfdsKaiT0 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tPfdsKaiT0 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tPfdsKaiT0 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPfdsKaiT0 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tPfdsKaiT0 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tPfdsKaiT0 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tPfdsKaiT0 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tPfdsKaiT0 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tPfdsKaiT0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tPfdsKaiT0 .tag1 {
  background: #000000;
  color: #502274;
}
.cid-tPfdsKaiT0 .tag2 {
  background: #000000;
  color: #ffd7ef;
}
.cid-tPfdsKaiT0 .tag3 {
  background: #000000;
  color: #232323;
}
.cid-tPfdsKaiT0 .tag4 {
  background: #000000;
  color: #ffffff;
}
.cid-tPfdsKaiT0 .card-text3,
.cid-tPfdsKaiT0 .mbr-section-btn {
  color: #232323;
}
.cid-tPfdsKaiT0 .card-text2,
.cid-tPfdsKaiT0 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tPfdsKaiT0 .card-text1,
.cid-tPfdsKaiT0 .mbr-section-btn {
  color: #502274;
}
.cid-tPfdsKaiT0 .card-title2,
.cid-tPfdsKaiT0 .social-row {
  color: #ffd7ef;
}
.cid-tPfdsKaiT0 .mbr-role3,
.cid-tPfdsKaiT0 .social-row {
  color: #ffffff;
}
.cid-tPfdsKaiT0 .card-title3,
.cid-tPfdsKaiT0 .social-row {
  color: #232323;
}
.cid-tPfdsKaiT0 .card-title4,
.cid-tPfdsKaiT0 .social-row {
  color: #ffffff;
}
.cid-tPfdsKaiT0 .mbr-role3 {
  color: #232323;
}
.cid-tPfdsKaiT0 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tPfdsKaiT0 .mbr-role4 {
  color: #ffffff;
}
.cid-tPfdsKaiT0 .card-text4,
.cid-tPfdsKaiT0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tPlQXXHTrV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tPlQXXHTrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPlQXXHTrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPlQXXHTrV .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tPlQXXHTrV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tPlQXXHTrV .content-head {
  max-width: 800px;
}
.cid-tPlQXXHTrV .card1 {
  background: #000000;
}
.cid-tPlQXXHTrV .card2 {
  background: #000000;
}
.cid-tPlQXXHTrV .card3 {
  background: #000000;
}
.cid-tPlQXXHTrV .card4 {
  background: #000000;
}
.cid-tPlQXXHTrV .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tPlQXXHTrV .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tPlQXXHTrV .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tPlQXXHTrV .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPlQXXHTrV .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tPlQXXHTrV .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tPlQXXHTrV .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tPlQXXHTrV .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tPlQXXHTrV .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tPlQXXHTrV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tPlQXXHTrV .tag1 {
  background: #000000;
  color: #502274;
}
.cid-tPlQXXHTrV .tag2 {
  background: #000000;
  color: #ffd7ef;
}
.cid-tPlQXXHTrV .tag3 {
  background: #000000;
  color: #232323;
}
.cid-tPlQXXHTrV .tag4 {
  background: #000000;
  color: #ffffff;
}
.cid-tPlQXXHTrV .card-text3,
.cid-tPlQXXHTrV .mbr-section-btn {
  color: #232323;
}
.cid-tPlQXXHTrV .card-text2,
.cid-tPlQXXHTrV .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tPlQXXHTrV .card-text1,
.cid-tPlQXXHTrV .mbr-section-btn {
  color: #502274;
}
.cid-tPlQXXHTrV .card-title2,
.cid-tPlQXXHTrV .social-row {
  color: #ffd7ef;
}
.cid-tPlQXXHTrV .mbr-role3,
.cid-tPlQXXHTrV .social-row {
  color: #ffffff;
}
.cid-tPlQXXHTrV .card-title3,
.cid-tPlQXXHTrV .social-row {
  color: #232323;
}
.cid-tPlQXXHTrV .card-title4,
.cid-tPlQXXHTrV .social-row {
  color: #ffffff;
}
.cid-tPlQXXHTrV .mbr-role3 {
  color: #232323;
}
.cid-tPlQXXHTrV .mbr-role2 {
  color: #ffd7ef;
}
.cid-tPlQXXHTrV .mbr-role4 {
  color: #ffffff;
}
.cid-tPlQXXHTrV .card-text4,
.cid-tPlQXXHTrV .mbr-section-btn {
  color: #ffffff;
}
.cid-tReSDoVWKY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tReSDoVWKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tReSDoVWKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tReSDoVWKY .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tReSDoVWKY .team-card:hover {
  transform: translateY(-10px);
}
.cid-tReSDoVWKY .content-head {
  max-width: 800px;
}
.cid-tReSDoVWKY .card1 {
  background: #000000;
}
.cid-tReSDoVWKY .card2 {
  background: #000000;
}
.cid-tReSDoVWKY .card3 {
  background: #000000;
}
.cid-tReSDoVWKY .card4 {
  background: #000000;
}
.cid-tReSDoVWKY .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tReSDoVWKY .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tReSDoVWKY .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tReSDoVWKY .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tReSDoVWKY .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tReSDoVWKY .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tReSDoVWKY .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tReSDoVWKY .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tReSDoVWKY .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tReSDoVWKY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tReSDoVWKY .tag1 {
  background: #000000;
  color: #502274;
}
.cid-tReSDoVWKY .tag2 {
  background: #000000;
  color: #ffd7ef;
}
.cid-tReSDoVWKY .tag3 {
  background: #000000;
  color: #232323;
}
.cid-tReSDoVWKY .tag4 {
  background: #000000;
  color: #ffffff;
}
.cid-tReSDoVWKY .card-text3,
.cid-tReSDoVWKY .mbr-section-btn {
  color: #232323;
}
.cid-tReSDoVWKY .card-text2,
.cid-tReSDoVWKY .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tReSDoVWKY .card-text1,
.cid-tReSDoVWKY .mbr-section-btn {
  color: #502274;
}
.cid-tReSDoVWKY .card-title2,
.cid-tReSDoVWKY .social-row {
  color: #ffd7ef;
}
.cid-tReSDoVWKY .mbr-role3,
.cid-tReSDoVWKY .social-row {
  color: #ffffff;
}
.cid-tReSDoVWKY .card-title3,
.cid-tReSDoVWKY .social-row {
  color: #232323;
}
.cid-tReSDoVWKY .card-title4,
.cid-tReSDoVWKY .social-row {
  color: #ffffff;
}
.cid-tReSDoVWKY .mbr-role3 {
  color: #232323;
}
.cid-tReSDoVWKY .mbr-role2 {
  color: #ffd7ef;
}
.cid-tReSDoVWKY .mbr-role4 {
  color: #ffffff;
}
.cid-tReSDoVWKY .card-text4,
.cid-tReSDoVWKY .mbr-section-btn {
  color: #ffffff;
}
.cid-tPmBSNTjL5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ff7d19;
}
.cid-tPmBSNTjL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPmBSNTjL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPmBSNTjL5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-tPmBSNTjL5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPmBSNTjL5 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-tPmBSNTjL5 .content-head {
  max-width: 800px;
}
.cid-tLdYHD757A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ff7d19;
}
.cid-tLdYHD757A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdYHD757A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .row {
    text-align: center;
  }
  .cid-tLdYHD757A .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tLdYHD757A .google-map {
  height: 100%;
  position: relative;
}
.cid-tLdYHD757A .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .google-map iframe {
    min-height: 350px;
  }
}
.cid-tLdYHD757A .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLdYHD757A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLdYHD757A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLdYHD757A .card-wrapper {
  background: #ff7d19;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tLdYHD757A .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tLdYHD757A .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .cardTitle,
  .cid-tLdYHD757A .item-wrap {
    text-align: center;
  }
}
.cid-tLdYHD757A ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tPbjfgykGQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff7d19;
}
.cid-tPbjfgykGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbjfgykGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbjfgykGQ .row {
  justify-content: center;
}
.cid-tPbjfgykGQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPbjfgykGQ .item {
    margin-bottom: 1rem;
  }
}
.cid-tPbjfgykGQ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ff7d19;
}
@media (max-width: 991px) {
  .cid-tPbjfgykGQ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tPbjfgykGQ .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tPbjfgykGQ .content-head {
  max-width: 800px;
}
.cid-tTNbSKfxho {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tTNbSKfxho .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;
}
@media (max-width: 767px) {
  .cid-tTNbSKfxho .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tTNbSKfxho .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTNbSKfxho .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tTNbSKfxho .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTNbSKfxho .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTNbSKfxho .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tTNbSKfxho .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tTNbSKfxho .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tTNbSKfxho .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tTNbSKfxho .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tTNbSKfxho .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tTNbSKfxho .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tTNbSKfxho .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tTNbSKfxho .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tTNbSKfxho .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tTNbSKfxho .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tTNbSKfxho .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tTNbSKfxho .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tTNbSKfxho .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tTNbSKfxho .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tTNbSKfxho .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tTNbSKfxho .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTNbSKfxho .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tTNbSKfxho .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTNbSKfxho .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tTNbSKfxho .nav-item:focus,
.cid-tTNbSKfxho .nav-link:focus {
  outline: none;
}
.cid-tTNbSKfxho .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTNbSKfxho .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTNbSKfxho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTNbSKfxho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTNbSKfxho .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTNbSKfxho .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTNbSKfxho .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tTNbSKfxho .navbar.opened {
  transition: all 0.3s;
}
.cid-tTNbSKfxho .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTNbSKfxho .navbar .navbar-logo img {
  width: auto;
}
.cid-tTNbSKfxho .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tTNbSKfxho .navbar.collapsed {
  justify-content: center;
}
.cid-tTNbSKfxho .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTNbSKfxho .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTNbSKfxho .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tTNbSKfxho .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTNbSKfxho .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTNbSKfxho .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-tTNbSKfxho .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTNbSKfxho .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTNbSKfxho .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tTNbSKfxho .navbar {
    min-height: 72px;
  }
  .cid-tTNbSKfxho .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tTNbSKfxho .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTNbSKfxho .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTNbSKfxho .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTNbSKfxho .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTNbSKfxho .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-tTNbSKfxho .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTNbSKfxho .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tTNbSKfxho .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTNbSKfxho .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTNbSKfxho .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tTNbSKfxho .dropdown-item.active,
.cid-tTNbSKfxho .dropdown-item:active {
  background-color: transparent;
}
.cid-tTNbSKfxho .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTNbSKfxho .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTNbSKfxho .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTNbSKfxho .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tTNbSKfxho .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tTNbSKfxho .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tTNbSKfxho ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTNbSKfxho .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tTNbSKfxho .navbar-buttons {
    text-align: left;
  }
}
.cid-tTNbSKfxho button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTNbSKfxho button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tTNbSKfxho button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTNbSKfxho button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTNbSKfxho button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTNbSKfxho button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTNbSKfxho nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTNbSKfxho nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTNbSKfxho nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTNbSKfxho nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTNbSKfxho .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tTNbSKfxho a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTNbSKfxho .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTNbSKfxho .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTNbSKfxho .navbar {
    height: 70px;
  }
  .cid-tTNbSKfxho .navbar.opened {
    height: auto;
  }
  .cid-tTNbSKfxho .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tTNbSKfxho .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tTNbSKfxho .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tTNbSKfxho .navbar-brand {
    margin-right: auto;
  }
  .cid-tTNbSKfxho .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tTNbSKfxho .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tTNbSKfxho .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tTNbSKfxho .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tTNbSKfxho .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tTNbSKfxho .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTNbSKGmR9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tTNbSKGmR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTNbSKGmR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTNbSKGmR9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tTNbSKGmR9 .item {
    margin-bottom: 1rem;
  }
}
.cid-tTNbSKGmR9 .item-wrapper {
  position: relative;
}
.cid-tTNbSKGmR9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tTNbSKGmR9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tTNbSKGmR9 .carousel-control,
.cid-tTNbSKGmR9 .close {
  background: #1b1b1b;
}
.cid-tTNbSKGmR9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tTNbSKGmR9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tTNbSKGmR9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tTNbSKGmR9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tTNbSKGmR9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTNbSKGmR9 .close::before {
  content: '\e91a';
}
.cid-tTNbSKGmR9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTNbSKGmR9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tTNbSKGmR9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTNbSKGmR9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tTNbSKGmR9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tTNbSKGmR9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tTNbSKGmR9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tTNbSKGmR9 .carousel-indicators li.active,
.cid-tTNbSKGmR9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tTNbSKGmR9 .carousel-indicators li::after,
.cid-tTNbSKGmR9 .carousel-indicators li::before {
  content: none;
}
.cid-tTNbSKGmR9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tTNbSKGmR9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tTNbSKGmR9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tTNbSKGmR9 .carousel-indicators {
    display: none;
  }
}
.cid-tTNbSKGmR9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tTNbSKGmR9 .carousel-inner > .active {
  display: block;
}
.cid-tTNbSKGmR9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTNbSKGmR9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTNbSKGmR9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tTNbSKGmR9 .carousel-control,
  .cid-tTNbSKGmR9 .carousel-indicators,
  .cid-tTNbSKGmR9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tTNbSKGmR9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tTNbSKGmR9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tTNbSKGmR9 .carousel-indicators .active,
.cid-tTNbSKGmR9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tTNbSKGmR9 .carousel-indicators .active {
  background: #fff;
}
.cid-tTNbSKGmR9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tTNbSKGmR9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tTNbSKGmR9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tTNbSKGmR9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tTNbSKGmR9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tTNbSKGmR9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tTNbSKGmR9 .carousel {
  width: 100%;
}
.cid-tTNbSKGmR9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tTNbSKGmR9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tTNbSKGmR9 .modal.fade .modal-dialog,
.cid-tTNbSKGmR9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tTNbSKGmR9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tTNbSKGmR9 .content-head {
  max-width: 800px;
}
.cid-tTNbSKGmR9 H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tTNbSKGmR9 H6 {
  color: #ff7d19;
}
.cid-tTNbSKGmR9 H4 {
  color: #ffa25b;
}
.cid-tTNbSLLs9Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tTNbSLLs9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTNbSLLs9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTNbSLLs9Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tTNbSLLs9Z .item {
    margin-bottom: 1rem;
  }
}
.cid-tTNbSLLs9Z .item-wrapper {
  position: relative;
}
.cid-tTNbSLLs9Z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tTNbSLLs9Z .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tTNbSLLs9Z .carousel-control,
.cid-tTNbSLLs9Z .close {
  background: #1b1b1b;
}
.cid-tTNbSLLs9Z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tTNbSLLs9Z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tTNbSLLs9Z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tTNbSLLs9Z .carousel-control-next span {
  margin-left: 5px;
}
.cid-tTNbSLLs9Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTNbSLLs9Z .close::before {
  content: '\e91a';
}
.cid-tTNbSLLs9Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTNbSLLs9Z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tTNbSLLs9Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTNbSLLs9Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tTNbSLLs9Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tTNbSLLs9Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tTNbSLLs9Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tTNbSLLs9Z .carousel-indicators li.active,
.cid-tTNbSLLs9Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tTNbSLLs9Z .carousel-indicators li::after,
.cid-tTNbSLLs9Z .carousel-indicators li::before {
  content: none;
}
.cid-tTNbSLLs9Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tTNbSLLs9Z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tTNbSLLs9Z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tTNbSLLs9Z .carousel-indicators {
    display: none;
  }
}
.cid-tTNbSLLs9Z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tTNbSLLs9Z .carousel-inner > .active {
  display: block;
}
.cid-tTNbSLLs9Z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTNbSLLs9Z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTNbSLLs9Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tTNbSLLs9Z .carousel-control,
  .cid-tTNbSLLs9Z .carousel-indicators,
  .cid-tTNbSLLs9Z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tTNbSLLs9Z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tTNbSLLs9Z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tTNbSLLs9Z .carousel-indicators .active,
.cid-tTNbSLLs9Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tTNbSLLs9Z .carousel-indicators .active {
  background: #fff;
}
.cid-tTNbSLLs9Z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tTNbSLLs9Z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tTNbSLLs9Z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tTNbSLLs9Z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tTNbSLLs9Z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tTNbSLLs9Z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tTNbSLLs9Z .carousel {
  width: 100%;
}
.cid-tTNbSLLs9Z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tTNbSLLs9Z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tTNbSLLs9Z .modal.fade .modal-dialog,
.cid-tTNbSLLs9Z .modal.in .modal-dialog {
  transform: none;
}
.cid-tTNbSLLs9Z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tTNbSLLs9Z .content-head {
  max-width: 800px;
}
.cid-tTNbSLLs9Z H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tTNbSLLs9Z H6 {
  color: #ff7d19;
}
.cid-tTNbSLLs9Z H4 {
  color: #ffa25b;
}
.cid-tVEK0ahAwa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVEK0ahAwa .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;
}
@media (max-width: 767px) {
  .cid-tVEK0ahAwa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVEK0ahAwa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVEK0ahAwa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVEK0ahAwa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVEK0ahAwa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVEK0ahAwa .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tVEK0ahAwa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVEK0ahAwa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tVEK0ahAwa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tVEK0ahAwa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVEK0ahAwa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVEK0ahAwa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tVEK0ahAwa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVEK0ahAwa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVEK0ahAwa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVEK0ahAwa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVEK0ahAwa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVEK0ahAwa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVEK0ahAwa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVEK0ahAwa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVEK0ahAwa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ff7d19;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tVEK0ahAwa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVEK0ahAwa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVEK0ahAwa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVEK0ahAwa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ff7d19;
}
.cid-tVEK0ahAwa .nav-item:focus,
.cid-tVEK0ahAwa .nav-link:focus {
  outline: none;
}
.cid-tVEK0ahAwa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVEK0ahAwa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVEK0ahAwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVEK0ahAwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVEK0ahAwa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVEK0ahAwa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVEK0ahAwa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tVEK0ahAwa .navbar.opened {
  transition: all 0.3s;
}
.cid-tVEK0ahAwa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVEK0ahAwa .navbar .navbar-logo img {
  width: auto;
}
.cid-tVEK0ahAwa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVEK0ahAwa .navbar.collapsed {
  justify-content: center;
}
.cid-tVEK0ahAwa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVEK0ahAwa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVEK0ahAwa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tVEK0ahAwa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVEK0ahAwa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVEK0ahAwa .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-tVEK0ahAwa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVEK0ahAwa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVEK0ahAwa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVEK0ahAwa .navbar {
    min-height: 72px;
  }
  .cid-tVEK0ahAwa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVEK0ahAwa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVEK0ahAwa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVEK0ahAwa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVEK0ahAwa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVEK0ahAwa .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-tVEK0ahAwa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVEK0ahAwa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVEK0ahAwa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVEK0ahAwa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVEK0ahAwa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVEK0ahAwa .dropdown-item.active,
.cid-tVEK0ahAwa .dropdown-item:active {
  background-color: transparent;
}
.cid-tVEK0ahAwa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVEK0ahAwa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVEK0ahAwa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVEK0ahAwa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7d19;
}
.cid-tVEK0ahAwa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVEK0ahAwa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVEK0ahAwa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVEK0ahAwa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVEK0ahAwa .navbar-buttons {
    text-align: left;
  }
}
.cid-tVEK0ahAwa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVEK0ahAwa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVEK0ahAwa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVEK0ahAwa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVEK0ahAwa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVEK0ahAwa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVEK0ahAwa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVEK0ahAwa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVEK0ahAwa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVEK0ahAwa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVEK0ahAwa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVEK0ahAwa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVEK0ahAwa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVEK0ahAwa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVEK0ahAwa .navbar {
    height: 70px;
  }
  .cid-tVEK0ahAwa .navbar.opened {
    height: auto;
  }
  .cid-tVEK0ahAwa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVEK0ahAwa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVEK0ahAwa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVEK0ahAwa .navbar-brand {
    margin-right: auto;
  }
  .cid-tVEK0ahAwa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7d19;
    backdrop-filter: blur(8px);
  }
  .cid-tVEK0ahAwa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVEK0ahAwa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVEK0ahAwa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVEK0ahAwa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVEK0ahAwa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVEK0aWtp7 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVEK0aWtp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVEK0aWtp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVEK0aWtp7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVEK0aWtp7 .item {
    margin-bottom: 1rem;
  }
}
.cid-tVEK0aWtp7 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tVEK0aWtp7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tVEK0aWtp7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tVEK0aWtp7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tVEK0aWtp7 .carousel-control,
.cid-tVEK0aWtp7 .close {
  background: #1b1b1b;
}
.cid-tVEK0aWtp7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tVEK0aWtp7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tVEK0aWtp7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tVEK0aWtp7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tVEK0aWtp7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tVEK0aWtp7 .close::before {
  content: '\e91a';
}
.cid-tVEK0aWtp7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tVEK0aWtp7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tVEK0aWtp7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVEK0aWtp7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVEK0aWtp7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVEK0aWtp7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tVEK0aWtp7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tVEK0aWtp7 .carousel-indicators li.active,
.cid-tVEK0aWtp7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVEK0aWtp7 .carousel-indicators li::after,
.cid-tVEK0aWtp7 .carousel-indicators li::before {
  content: none;
}
.cid-tVEK0aWtp7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVEK0aWtp7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tVEK0aWtp7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tVEK0aWtp7 .carousel-indicators {
    display: none;
  }
}
.cid-tVEK0aWtp7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVEK0aWtp7 .carousel-inner > .active {
  display: block;
}
.cid-tVEK0aWtp7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVEK0aWtp7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVEK0aWtp7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tVEK0aWtp7 .carousel-control,
  .cid-tVEK0aWtp7 .carousel-indicators,
  .cid-tVEK0aWtp7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tVEK0aWtp7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tVEK0aWtp7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVEK0aWtp7 .carousel-indicators .active,
.cid-tVEK0aWtp7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tVEK0aWtp7 .carousel-indicators .active {
  background: #fff;
}
.cid-tVEK0aWtp7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tVEK0aWtp7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tVEK0aWtp7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tVEK0aWtp7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tVEK0aWtp7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tVEK0aWtp7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tVEK0aWtp7 .carousel {
  width: 100%;
}
.cid-tVEK0aWtp7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tVEK0aWtp7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tVEK0aWtp7 .modal.fade .modal-dialog,
.cid-tVEK0aWtp7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tVEK0aWtp7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tVEK0aWtp7 .content-head {
  max-width: 800px;
}
.cid-tVEK0aWtp7 H3 {
  text-align: center;
  color: #ff7d19;
}
.cid-tVEK0aWtp7 H6 {
  color: #ff7d19;
}
