.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: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ff7722 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ff7722 !important;
  border-color: #ff7722 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff9655 !important;
  border-color: #ff9655 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9655 !important;
  border-color: #ff9655 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ff7722;
  color: #ff7722;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ca4e00 !important;
  background-color: transparent !important;
  border-color: #ca4e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7722 !important;
  border-color: #ff7722 !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: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ff7722 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !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: #bb4800 !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: #ffffff;
}
.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: #ff7722;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #fff5ee;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tXLXCH6vWP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tXLXCH6vWP .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;
}
@media (min-width: 1400px) {
  .cid-tXLXCH6vWP .navbar {
    padding: 0 128px !important;
  }
}
.cid-tXLXCH6vWP .navbar.opened {
  transition: all 0.3s;
}
.cid-tXLXCH6vWP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXLXCH6vWP .navbar .navbar-logo img {
  width: auto;
}
.cid-tXLXCH6vWP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tXLXCH6vWP .navbar.collapsed {
  justify-content: center;
}
.cid-tXLXCH6vWP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXLXCH6vWP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXLXCH6vWP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .navbar {
    min-height: 72px;
  }
  .cid-tXLXCH6vWP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tXLXCH6vWP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXLXCH6vWP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXLXCH6vWP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXLXCH6vWP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXLXCH6vWP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tXLXCH6vWP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXLXCH6vWP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXLXCH6vWP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tXLXCH6vWP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXLXCH6vWP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXLXCH6vWP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tXLXCH6vWP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tXLXCH6vWP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tXLXCH6vWP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tXLXCH6vWP .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tXLXCH6vWP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tXLXCH6vWP .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-tXLXCH6vWP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tXLXCH6vWP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXLXCH6vWP .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: #ff7722;
  background: #ff7722 !important;
}
.cid-tXLXCH6vWP .nav-item:focus,
.cid-tXLXCH6vWP .nav-link:focus {
  outline: none;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXLXCH6vWP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXLXCH6vWP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXLXCH6vWP .dropdown-item.active,
.cid-tXLXCH6vWP .dropdown-item:active {
  background-color: transparent;
}
.cid-tXLXCH6vWP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXLXCH6vWP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-tXLXCH6vWP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tXLXCH6vWP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tXLXCH6vWP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXLXCH6vWP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tXLXCH6vWP .navbar-buttons {
    text-align: left;
  }
}
.cid-tXLXCH6vWP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tXLXCH6vWP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXLXCH6vWP .navbar {
    height: 70px;
  }
  .cid-tXLXCH6vWP .navbar.opened {
    height: auto;
  }
  .cid-tXLXCH6vWP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tXLXCH6vWP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tXLXCH6vWP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tXLXCH6vWP .navbar-brand {
    margin-right: auto;
  }
  .cid-tXLXCH6vWP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tXLXCH6vWP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tXLXCH6vWP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tXLXCH6vWP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPZ3gmKsiW {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ff7722;
}
.cid-uPZ3gmKsiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ3gmKsiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZ3gmKsiW .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPZ3gmKsiW .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uPZ3gmKsiW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPZ3gmKsiW .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPZ3gmKsiW .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPZ3gmKsiW .header-menu li p {
  margin: 0;
}
.cid-uPZ3gmKsiW .mbr-section-title {
  color: #232323;
}
.cid-uPZ3gmKsiW .header-menu-item {
  color: #ffffff;
}
.cid-uPZ3gmKsiW .mbr-text,
.cid-uPZ3gmKsiW .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPZ3gmKsiW .content-head {
  max-width: 800px;
}
.cid-urTHyeyEjh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urTHyeyEjh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-urTHyeyEjh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-urTHyeyEjh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-urTHyeyEjh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-urTHyeyEjh .container {
    padding: 0 24px;
  }
}
.cid-urTHyeyEjh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .cid-urTHyeyEjh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-urTHyeyEjh .embla__slide .slide-content {
  width: 100%;
}
.cid-urTHyeyEjh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-urTHyeyEjh .embla__button--next,
.cid-urTHyeyEjh .embla__button--prev {
  display: flex;
}
.cid-urTHyeyEjh .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #ffd7ef !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-urTHyeyEjh .embla__button {
    display: none;
  }
}
.cid-urTHyeyEjh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urTHyeyEjh .embla__button:hover {
  opacity: .5 !important;
}
.cid-urTHyeyEjh .embla__button.embla__button--prev {
  right: 8rem;
}
@media (max-width: 992px) {
  .cid-urTHyeyEjh .embla__button.embla__button--prev {
    right: 4rem;
  }
}
.cid-urTHyeyEjh .embla__button.embla__button--next {
  right: 64px;
}
@media (max-width: 992px) {
  .cid-urTHyeyEjh .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-urTHyeyEjh .embla {
  position: relative;
  width: 100%;
  padding: 0 64px;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-urTHyeyEjh .embla {
    padding: 0;
  }
}
.cid-urTHyeyEjh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-urTHyeyEjh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urTHyeyEjh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urTHyeyEjh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-us2ECTCTSB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-us2ECTCTSB img,
.cid-us2ECTCTSB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-us2ECTCTSB img,
  .cid-us2ECTCTSB .item-img {
    max-height: 300px;
  }
}
.cid-us2ECTCTSB .item:focus,
.cid-us2ECTCTSB span:focus {
  outline: none;
}
.cid-us2ECTCTSB .item-wrapper {
  position: relative;
}
.cid-us2ECTCTSB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-us2ECTCTSB .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-us2ECTCTSB .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-us2ECTCTSB .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-us2ECTCTSB .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-us2ECTCTSB .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-us2ECTCTSB .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-us2ECTCTSB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-us2ECTCTSB .mbr-section-title {
  color: #232323;
}
.cid-us2ECTCTSB .mbr-text,
.cid-us2ECTCTSB .mbr-section-btn {
  text-align: left;
}
.cid-us2ECTCTSB .item-title {
  text-align: left;
}
.cid-us2ECTCTSB .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-us2ECTCTSB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-us2ECTCTSB .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-us2ECTCTSB .embla__button--next,
.cid-us2ECTCTSB .embla__button--prev {
  display: flex;
}
.cid-us2ECTCTSB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us2ECTCTSB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-us2ECTCTSB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-us2ECTCTSB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-us2ECTCTSB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-us2ECTCTSB .embla__button {
    top: auto;
  }
}
.cid-us2ECTCTSB .embla {
  position: relative;
  width: 100%;
}
.cid-us2ECTCTSB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-us2ECTCTSB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-us2ECTCTSB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-us2ECTCTSB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-us2ECTCTSB .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-us2ECTCTSB .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-us2ECTCTSB .content-head {
  max-width: 800px;
}
.cid-us2ECTCTSB .mbr-section-subtitle {
  text-align: left;
}
.cid-urUamaYo23 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urUamaYo23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUamaYo23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUamaYo23 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urUamaYo23 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urUamaYo23 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-urUamaYo23 .content-head {
  max-width: 800px;
}
.cid-us1D8E4Fxo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-us1D8E4Fxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-us1D8E4Fxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us1D8E4Fxo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-us1D8E4Fxo .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-us1D8E4Fxo .items-wrapper {
  margin: 0 -10px;
}
.cid-us1D8E4Fxo .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-us1D8E4Fxo .item {
    margin-bottom: 16px;
  }
}
.cid-us1D8E4Fxo .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-us1D8E4Fxo .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-us1D8E4Fxo .item:hover .item-wrapper .item-content .item-img,
.cid-us1D8E4Fxo .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-us1D8E4Fxo .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-us1D8E4Fxo .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-us1D8E4Fxo .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-us1D8E4Fxo .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-us1D8E4Fxo .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-us1D8E4Fxo .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-us1D8E4Fxo .item .item-wrapper .item-content {
  position: relative;
}
.cid-us1D8E4Fxo .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-us1D8E4Fxo .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-us1D8E4Fxo .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-us1D8E4Fxo .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-us1D8E4Fxo .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-us1D8E4Fxo .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-us1D8E4Fxo .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-us1D8E4Fxo .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-us1D8E4Fxo .mbr-section-title {
  color: #212529;
}
.cid-us1D8E4Fxo .panel-title-edit {
  color: #212529;
}
.cid-us1D8E4Fxo .panel-text {
  color: #51565c;
}
.cid-uqX0TQMVZj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqX0TQMVZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqX0TQMVZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqX0TQMVZj .item {
  padding-bottom: 2rem;
}
.cid-uqX0TQMVZj .item-wrapper {
  position: relative;
}
.cid-uqX0TQMVZj .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uqX0TQMVZj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uqX0TQMVZj .carousel-control,
.cid-uqX0TQMVZj .close {
  background: #1b1b1b;
}
.cid-uqX0TQMVZj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uqX0TQMVZj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uqX0TQMVZj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uqX0TQMVZj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uqX0TQMVZj .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-uqX0TQMVZj .close::before {
  content: '\e91a';
}
.cid-uqX0TQMVZj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqX0TQMVZj .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-uqX0TQMVZj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqX0TQMVZj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqX0TQMVZj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqX0TQMVZj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uqX0TQMVZj .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-uqX0TQMVZj .carousel-indicators li.active,
.cid-uqX0TQMVZj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqX0TQMVZj .carousel-indicators li::after,
.cid-uqX0TQMVZj .carousel-indicators li::before {
  content: none;
}
.cid-uqX0TQMVZj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uqX0TQMVZj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uqX0TQMVZj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqX0TQMVZj .carousel-indicators {
    display: none;
  }
}
.cid-uqX0TQMVZj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uqX0TQMVZj .carousel-inner > .active {
  display: block;
}
.cid-uqX0TQMVZj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqX0TQMVZj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqX0TQMVZj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uqX0TQMVZj .carousel-control,
  .cid-uqX0TQMVZj .carousel-indicators,
  .cid-uqX0TQMVZj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uqX0TQMVZj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uqX0TQMVZj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uqX0TQMVZj .carousel-indicators .active,
.cid-uqX0TQMVZj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uqX0TQMVZj .carousel-indicators .active {
  background: #fff;
}
.cid-uqX0TQMVZj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uqX0TQMVZj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uqX0TQMVZj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uqX0TQMVZj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uqX0TQMVZj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uqX0TQMVZj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uqX0TQMVZj .carousel {
  width: 100%;
}
.cid-uqX0TQMVZj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uqX0TQMVZj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uqX0TQMVZj .modal.fade .modal-dialog,
.cid-uqX0TQMVZj .modal.in .modal-dialog {
  transform: none;
}
.cid-uqX0TQMVZj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uqX0TQMVZj H6 {
  text-align: center;
}
.cid-uqX0TQMVZj H3 {
  text-align: left;
}
.cid-urTNTDtUAX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTNTDtUAX img {
  width: 120px;
  margin: auto;
}
.cid-urTNTDtUAX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-urTNTDtUAX .card {
    max-width: 12.5%;
  }
}
.cid-urTNVMfxtJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTNVMfxtJ img {
  width: 120px;
  margin: auto;
}
.cid-urTNVMfxtJ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-urTNVMfxtJ .card {
    max-width: 12.5%;
  }
}
.cid-urTNWQVp3N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTNWQVp3N img {
  width: 120px;
  margin: auto;
}
.cid-urTNWQVp3N .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-urTNWQVp3N .card {
    max-width: 12.5%;
  }
}
.cid-uqXJWNBWVM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqXJWNBWVM img {
  width: 120px;
  margin: auto;
}
.cid-uqXJWNBWVM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uqXJWNBWVM .card {
    max-width: 12.5%;
  }
}
.cid-uqXOklqBKU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqXOklqBKU img {
  width: 120px;
  margin: auto;
}
.cid-uqXOklqBKU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uqXOklqBKU .card {
    max-width: 12.5%;
  }
}
.cid-uqXWbcGlPN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqXWbcGlPN img {
  width: 120px;
  margin: auto;
}
.cid-uqXWbcGlPN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uqXWbcGlPN .card {
    max-width: 12.5%;
  }
}
.cid-urTOSTgrbJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-urTOSTgrbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTOSTgrbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-urTOSTgrbJ .container-fluid {
    padding: 0;
  }
}
.cid-urTOSTgrbJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-urTOSTgrbJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-urTOSTgrbJ .embla__slide a {
  display: block;
  width: 100%;
}
.cid-urTOSTgrbJ .embla__button--next,
.cid-urTOSTgrbJ .embla__button--prev {
  display: flex;
}
.cid-urTOSTgrbJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-urTOSTgrbJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-urTOSTgrbJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urTOSTgrbJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urTOSTgrbJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urTOSTgrbJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urTOSTgrbJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urTOSTgrbJ .embla {
  position: relative;
  width: 100%;
}
.cid-urTOSTgrbJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-urTOSTgrbJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urTOSTgrbJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urTOSTgrbJ .embla__slide a {
  cursor: grab;
}
.cid-urTOSTgrbJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-urTOSTgrbJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urTOSTgrbJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-urTOSTgrbJ .mbr-section-title {
  color: #232323;
}
.cid-urTOSTgrbJ .mbr-section-subtitle {
  color: #232323;
}
.cid-urTOSTgrbJ .mbr-box {
  color: #ffffff;
}
.cid-urTOSTgrbJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-urTOSTgrbJ img,
.cid-urTOSTgrbJ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-urTOSTgrbJ .item-wrapper {
  position: relative;
}
.cid-urTOSTgrbJ .content-head {
  max-width: 800px;
}
.cid-uqPFw9i5RE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uqPFw9i5RE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPFw9i5RE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPFw9i5RE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqPFw9i5RE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqPFw9i5RE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqPFw9i5RE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqPFw9i5RE .container {
    padding: 0 16px;
  }
}
.cid-uqPFw9i5RE .row {
  justify-content: center;
}
.cid-uqPFw9i5RE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqPFw9i5RE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqPFw9i5RE .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uqPFw9i5RE .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uqPFw9i5RE .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uqPFw9i5RE .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uqPFw9i5RE .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uqPFw9i5RE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqPFw9i5RE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uqPFw9i5RE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqPFw9i5RE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uqPFw9i5RE .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uqPFw9i5RE .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uqPFw9i5RE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uqPFw9i5RE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqPFw9i5RE .panel-title {
  color: #000000;
}
.cid-uqPFw9i5RE .panel-text {
  color: #000000;
}
.cid-upsr9fcEgD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upsr9fcEgD .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-upsr9fcEgD .item-wrapper {
  margin-bottom: 2rem;
}
.cid-upsr9fcEgD .card-title,
.cid-upsr9fcEgD .iconfont-wrapper {
  color: #000000;
}
.cid-upsr9fcEgD .card-text {
  color: #000000;
  text-align: left;
}
.cid-upsr9fcEgD .content-head {
  max-width: 800px;
}
.cid-upsr9fcEgD .mbr-section-title {
  color: #000000;
}
.cid-upsr9fcEgD .card-title,
.cid-upsr9fcEgD .img-wrapper {
  text-align: center;
}
.cid-upsr9fcEgD .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-upsrbfZjwA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upsrbfZjwA .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-upsrbfZjwA .item-wrapper {
  margin-bottom: 2rem;
}
.cid-upsrbfZjwA .card-title,
.cid-upsrbfZjwA .iconfont-wrapper {
  color: #000000;
}
.cid-upsrbfZjwA .card-text {
  color: #000000;
  text-align: left;
}
.cid-upsrbfZjwA .content-head {
  max-width: 800px;
}
.cid-upsrbfZjwA .mbr-section-title {
  color: #000000;
}
.cid-upsrbfZjwA .card-title,
.cid-upsrbfZjwA .img-wrapper {
  text-align: center;
}
.cid-upsrbfZjwA .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tWYToQkK9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-tWYToQkK9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWYToQkK9C .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-tWYToQkK9C .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tWYToQkK9C .google-map {
  height: 100%;
  position: relative;
}
.cid-tWYToQkK9C .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tWYToQkK9C .google-map iframe {
    min-height: 350px;
  }
}
.cid-tWYToQkK9C .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-tWYToQkK9C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWYToQkK9C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWYToQkK9C .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tWYToQkK9C .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tWYToQkK9C .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tWYToQkK9C .text-wrapper {
  padding: 0 1rem;
}
.cid-tWYToQkK9C ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tWYToQkK9C .content-head {
  max-width: 800px;
}
.cid-tWYXj37cYG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tWYXj37cYG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tWYXj37cYG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tWYXj37cYG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tWYXj37cYG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWYXj37cYG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWYXj37cYG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWYXj37cYG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tWYXj37cYG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWYXj37cYG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYXj37cYG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tWYXj37cYG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYXj37cYG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYXj37cYG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWYXj37cYG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXLXCH6vWP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tXLXCH6vWP .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;
}
@media (min-width: 1400px) {
  .cid-tXLXCH6vWP .navbar {
    padding: 0 128px !important;
  }
}
.cid-tXLXCH6vWP .navbar.opened {
  transition: all 0.3s;
}
.cid-tXLXCH6vWP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXLXCH6vWP .navbar .navbar-logo img {
  width: auto;
}
.cid-tXLXCH6vWP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tXLXCH6vWP .navbar.collapsed {
  justify-content: center;
}
.cid-tXLXCH6vWP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXLXCH6vWP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXLXCH6vWP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .navbar {
    min-height: 72px;
  }
  .cid-tXLXCH6vWP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tXLXCH6vWP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXLXCH6vWP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXLXCH6vWP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXLXCH6vWP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXLXCH6vWP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tXLXCH6vWP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXLXCH6vWP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXLXCH6vWP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tXLXCH6vWP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXLXCH6vWP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXLXCH6vWP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tXLXCH6vWP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tXLXCH6vWP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tXLXCH6vWP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tXLXCH6vWP .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tXLXCH6vWP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tXLXCH6vWP .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-tXLXCH6vWP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tXLXCH6vWP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXLXCH6vWP .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: #ff7722;
  background: #ff7722 !important;
}
.cid-tXLXCH6vWP .nav-item:focus,
.cid-tXLXCH6vWP .nav-link:focus {
  outline: none;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXLXCH6vWP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXLXCH6vWP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXLXCH6vWP .dropdown-item.active,
.cid-tXLXCH6vWP .dropdown-item:active {
  background-color: transparent;
}
.cid-tXLXCH6vWP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXLXCH6vWP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-tXLXCH6vWP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tXLXCH6vWP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tXLXCH6vWP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXLXCH6vWP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tXLXCH6vWP .navbar-buttons {
    text-align: left;
  }
}
.cid-tXLXCH6vWP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tXLXCH6vWP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXLXCH6vWP .navbar {
    height: 70px;
  }
  .cid-tXLXCH6vWP .navbar.opened {
    height: auto;
  }
  .cid-tXLXCH6vWP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tXLXCH6vWP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tXLXCH6vWP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tXLXCH6vWP .navbar-brand {
    margin-right: auto;
  }
  .cid-tXLXCH6vWP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tXLXCH6vWP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tXLXCH6vWP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tXLXCH6vWP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uh9WnmPxPF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uh9WnmPxPF .nav-tabs .nav-item.open .nav-link:focus,
.cid-uh9WnmPxPF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uh9WnmPxPF .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uh9WnmPxPF .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uh9WnmPxPF .first {
  margin-left: -24px;
}
.cid-uh9WnmPxPF .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uh9WnmPxPF .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uh9WnmPxPF .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uh9WnmPxPF P {
  color: #716c80;
}
.cid-uh9WnmPxPF H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uh9WnmPxPF .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uh9WnmPxPF .mbr-text,
  .cid-uh9WnmPxPF .nav-link {
    text-align: center;
  }
}
.cid-uh9WnmPxPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh9WnmPxPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWYXj37cYG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tWYXj37cYG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tWYXj37cYG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tWYXj37cYG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tWYXj37cYG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWYXj37cYG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWYXj37cYG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWYXj37cYG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tWYXj37cYG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWYXj37cYG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYXj37cYG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tWYXj37cYG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYXj37cYG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYXj37cYG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWYXj37cYG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXLXCH6vWP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tXLXCH6vWP .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;
}
@media (min-width: 1400px) {
  .cid-tXLXCH6vWP .navbar {
    padding: 0 128px !important;
  }
}
.cid-tXLXCH6vWP .navbar.opened {
  transition: all 0.3s;
}
.cid-tXLXCH6vWP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXLXCH6vWP .navbar .navbar-logo img {
  width: auto;
}
.cid-tXLXCH6vWP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tXLXCH6vWP .navbar.collapsed {
  justify-content: center;
}
.cid-tXLXCH6vWP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXLXCH6vWP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXLXCH6vWP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXLXCH6vWP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .navbar {
    min-height: 72px;
  }
  .cid-tXLXCH6vWP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tXLXCH6vWP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXLXCH6vWP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXLXCH6vWP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXLXCH6vWP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXLXCH6vWP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tXLXCH6vWP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXLXCH6vWP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXLXCH6vWP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tXLXCH6vWP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXLXCH6vWP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXLXCH6vWP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tXLXCH6vWP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tXLXCH6vWP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tXLXCH6vWP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tXLXCH6vWP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tXLXCH6vWP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tXLXCH6vWP .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tXLXCH6vWP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tXLXCH6vWP .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-tXLXCH6vWP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXLXCH6vWP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tXLXCH6vWP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXLXCH6vWP .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: #ff7722;
  background: #ff7722 !important;
}
.cid-tXLXCH6vWP .nav-item:focus,
.cid-tXLXCH6vWP .nav-link:focus {
  outline: none;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXLXCH6vWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXLXCH6vWP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXLXCH6vWP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXLXCH6vWP .dropdown-item.active,
.cid-tXLXCH6vWP .dropdown-item:active {
  background-color: transparent;
}
.cid-tXLXCH6vWP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXLXCH6vWP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXLXCH6vWP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-tXLXCH6vWP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tXLXCH6vWP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tXLXCH6vWP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXLXCH6vWP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tXLXCH6vWP .navbar-buttons {
    text-align: left;
  }
}
.cid-tXLXCH6vWP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLXCH6vWP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXLXCH6vWP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLXCH6vWP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tXLXCH6vWP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXLXCH6vWP .navbar {
    height: 70px;
  }
  .cid-tXLXCH6vWP .navbar.opened {
    height: auto;
  }
  .cid-tXLXCH6vWP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tXLXCH6vWP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tXLXCH6vWP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tXLXCH6vWP .navbar-brand {
    margin-right: auto;
  }
  .cid-tXLXCH6vWP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tXLXCH6vWP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tXLXCH6vWP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tXLXCH6vWP .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-tXLXCH6vWP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tXLXCH6vWP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uh9WrDCG4Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uh9WrDCG4Y .nav-tabs .nav-item.open .nav-link:focus,
.cid-uh9WrDCG4Y .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uh9WrDCG4Y .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uh9WrDCG4Y .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uh9WrDCG4Y .first {
  margin-left: -24px;
}
.cid-uh9WrDCG4Y .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uh9WrDCG4Y .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uh9WrDCG4Y .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uh9WrDCG4Y P {
  color: #716c80;
}
.cid-uh9WrDCG4Y H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uh9WrDCG4Y .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uh9WrDCG4Y .mbr-text,
  .cid-uh9WrDCG4Y .nav-link {
    text-align: center;
  }
}
.cid-uh9WrDCG4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh9WrDCG4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWYXj37cYG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tWYXj37cYG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tWYXj37cYG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tWYXj37cYG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tWYXj37cYG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWYXj37cYG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWYXj37cYG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWYXj37cYG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tWYXj37cYG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWYXj37cYG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWYXj37cYG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tWYXj37cYG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWYXj37cYG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWYXj37cYG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWYXj37cYG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLTZ5RxKFU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLTZ5RxKFU .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;
}
@media (min-width: 1400px) {
  .cid-uLTZ5RxKFU .navbar {
    padding: 0 128px !important;
  }
}
.cid-uLTZ5RxKFU .navbar.opened {
  transition: all 0.3s;
}
.cid-uLTZ5RxKFU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLTZ5RxKFU .navbar .navbar-logo img {
  width: auto;
}
.cid-uLTZ5RxKFU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLTZ5RxKFU .navbar.collapsed {
  justify-content: center;
}
.cid-uLTZ5RxKFU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLTZ5RxKFU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLTZ5RxKFU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uLTZ5RxKFU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLTZ5RxKFU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLTZ5RxKFU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLTZ5RxKFU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .navbar {
    min-height: 72px;
  }
  .cid-uLTZ5RxKFU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLTZ5RxKFU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLTZ5RxKFU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLTZ5RxKFU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLTZ5RxKFU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLTZ5RxKFU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLTZ5RxKFU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLTZ5RxKFU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLTZ5RxKFU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLTZ5RxKFU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLTZ5RxKFU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLTZ5RxKFU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLTZ5RxKFU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLTZ5RxKFU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLTZ5RxKFU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLTZ5RxKFU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLTZ5RxKFU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLTZ5RxKFU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLTZ5RxKFU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLTZ5RxKFU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLTZ5RxKFU .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLTZ5RxKFU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLTZ5RxKFU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLTZ5RxKFU .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uLTZ5RxKFU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLTZ5RxKFU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLTZ5RxKFU .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uLTZ5RxKFU .nav-item:focus,
.cid-uLTZ5RxKFU .nav-link:focus {
  outline: none;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLTZ5RxKFU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLTZ5RxKFU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLTZ5RxKFU .dropdown-item.active,
.cid-uLTZ5RxKFU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLTZ5RxKFU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLTZ5RxKFU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLTZ5RxKFU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLTZ5RxKFU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uLTZ5RxKFU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLTZ5RxKFU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLTZ5RxKFU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLTZ5RxKFU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLTZ5RxKFU .navbar-buttons {
    text-align: left;
  }
}
.cid-uLTZ5RxKFU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLTZ5RxKFU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLTZ5RxKFU .navbar {
    height: 70px;
  }
  .cid-uLTZ5RxKFU .navbar.opened {
    height: auto;
  }
  .cid-uLTZ5RxKFU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLTZ5RxKFU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLTZ5RxKFU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLTZ5RxKFU .navbar-brand {
    margin-right: auto;
  }
  .cid-uLTZ5RxKFU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLTZ5RxKFU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLTZ5RxKFU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLTZ5RxKFU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLTZ5ScGiR {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uLTZ5ScGiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLTZ5ScGiR .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-uLTZ5ScGiR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLTZ5ScGiR .row {
  flex-direction: row-reverse;
}
.cid-uLTZ5ScGiR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLTZ5ScGiR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLTZ5ScGiR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLTZ5ScGiR .mbr-section-title {
  color: #000000;
}
.cid-uLTZ5ScGiR .mbr-text,
.cid-uLTZ5ScGiR .mbr-section-btn {
  color: #232323;
}
.cid-uLU1sa32eG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLU1sa32eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU1sa32eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU1sa32eG .row {
  justify-content: space-between;
}
.cid-uLU1sa32eG .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLU1sa32eG .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLU1sa32eG .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uLU1sa32eG .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLU1sa32eG .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uLU1sa32eG .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uLU1sa32eG .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uLU1sa32eG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLU1sa32eG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLU1sa32eG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLU1sa32eG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLU1sa32eG .mbr-label {
  color: #19171c;
}
.cid-uLU1sa32eG .mbr-section-title {
  color: #19171c;
}
.cid-uLU1sa32eG .mbr-text,
.cid-uLU1sa32eG .text-wrapper {
  color: #19171c;
}
.cid-uN892XOw2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uN892XOw2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN892XOw2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN892XOw2t .row {
  justify-content: space-between;
}
.cid-uN892XOw2t .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uN892XOw2t .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN892XOw2t .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uN892XOw2t .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uN892XOw2t .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uN892XOw2t .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uN892XOw2t .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uN892XOw2t .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN892XOw2t .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uN892XOw2t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN892XOw2t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uN892XOw2t .mbr-label {
  color: #19171c;
}
.cid-uN892XOw2t .mbr-section-title {
  color: #19171c;
}
.cid-uN892XOw2t .mbr-text,
.cid-uN892XOw2t .text-wrapper {
  color: #19171c;
}
.cid-uPUE796Ktw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uPUE796Ktw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUE796Ktw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUE796Ktw .row {
  justify-content: space-between;
}
.cid-uPUE796Ktw .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPUE796Ktw .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPUE796Ktw .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uPUE796Ktw .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPUE796Ktw .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uPUE796Ktw .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uPUE796Ktw .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uPUE796Ktw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPUE796Ktw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPUE796Ktw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPUE796Ktw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPUE796Ktw .mbr-label {
  color: #19171c;
}
.cid-uPUE796Ktw .mbr-section-title {
  color: #19171c;
}
.cid-uPUE796Ktw .mbr-text,
.cid-uPUE796Ktw .text-wrapper {
  color: #19171c;
}
.cid-uPUE87mOx7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uPUE87mOx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUE87mOx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUE87mOx7 .row {
  justify-content: space-between;
}
.cid-uPUE87mOx7 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPUE87mOx7 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPUE87mOx7 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uPUE87mOx7 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPUE87mOx7 .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uPUE87mOx7 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uPUE87mOx7 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uPUE87mOx7 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPUE87mOx7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPUE87mOx7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPUE87mOx7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPUE87mOx7 .mbr-label {
  color: #19171c;
}
.cid-uPUE87mOx7 .mbr-section-title {
  color: #19171c;
}
.cid-uPUE87mOx7 .mbr-text,
.cid-uPUE87mOx7 .text-wrapper {
  color: #19171c;
}
.cid-uUFavM4F7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uUFavM4F7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFavM4F7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUFavM4F7V .row {
  justify-content: space-between;
}
.cid-uUFavM4F7V .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUFavM4F7V .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUFavM4F7V .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uUFavM4F7V .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uUFavM4F7V .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uUFavM4F7V .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uUFavM4F7V .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uUFavM4F7V .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFavM4F7V .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUFavM4F7V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFavM4F7V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUFavM4F7V .mbr-label {
  color: #19171c;
}
.cid-uUFavM4F7V .mbr-section-title {
  color: #19171c;
}
.cid-uUFavM4F7V .mbr-text,
.cid-uUFavM4F7V .text-wrapper {
  color: #19171c;
}
.cid-uUFawLIaMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uUFawLIaMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFawLIaMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUFawLIaMY .row {
  justify-content: space-between;
}
.cid-uUFawLIaMY .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUFawLIaMY .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUFawLIaMY .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uUFawLIaMY .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uUFawLIaMY .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uUFawLIaMY .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uUFawLIaMY .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uUFawLIaMY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFawLIaMY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUFawLIaMY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFawLIaMY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUFawLIaMY .mbr-label {
  color: #19171c;
}
.cid-uUFawLIaMY .mbr-section-title {
  color: #19171c;
}
.cid-uUFawLIaMY .mbr-text,
.cid-uUFawLIaMY .text-wrapper {
  color: #19171c;
}
.cid-uUFay5jcwa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uUFay5jcwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFay5jcwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUFay5jcwa .row {
  justify-content: space-between;
}
.cid-uUFay5jcwa .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUFay5jcwa .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUFay5jcwa .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uUFay5jcwa .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uUFay5jcwa .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uUFay5jcwa .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uUFay5jcwa .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uUFay5jcwa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFay5jcwa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUFay5jcwa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFay5jcwa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUFay5jcwa .mbr-label {
  color: #19171c;
}
.cid-uUFay5jcwa .mbr-section-title {
  color: #19171c;
}
.cid-uUFay5jcwa .mbr-text,
.cid-uUFay5jcwa .text-wrapper {
  color: #19171c;
}
.cid-uUFayIJBxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uUFayIJBxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFayIJBxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUFayIJBxW .row {
  justify-content: space-between;
}
.cid-uUFayIJBxW .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUFayIJBxW .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUFayIJBxW .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uUFayIJBxW .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uUFayIJBxW .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uUFayIJBxW .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uUFayIJBxW .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uUFayIJBxW .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFayIJBxW .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUFayIJBxW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUFayIJBxW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUFayIJBxW .mbr-label {
  color: #19171c;
}
.cid-uUFayIJBxW .mbr-section-title {
  color: #19171c;
}
.cid-uUFayIJBxW .mbr-text,
.cid-uUFayIJBxW .text-wrapper {
  color: #19171c;
}
.cid-v0NHFiKJTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-v0NHFiKJTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NHFiKJTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NHFiKJTr .row {
  justify-content: space-between;
}
.cid-v0NHFiKJTr .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0NHFiKJTr .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0NHFiKJTr .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-v0NHFiKJTr .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v0NHFiKJTr .image-wrapper img {
    box-shadow: none;
  }
}
.cid-v0NHFiKJTr .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v0NHFiKJTr .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v0NHFiKJTr .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0NHFiKJTr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v0NHFiKJTr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0NHFiKJTr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0NHFiKJTr .mbr-label {
  color: #19171c;
}
.cid-v0NHFiKJTr .mbr-section-title {
  color: #19171c;
}
.cid-v0NHFiKJTr .mbr-text,
.cid-v0NHFiKJTr .text-wrapper {
  color: #19171c;
}
.cid-v0NHHOkY3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-v0NHHOkY3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NHHOkY3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0NHHOkY3h .row {
  justify-content: space-between;
}
.cid-v0NHHOkY3h .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0NHHOkY3h .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0NHHOkY3h .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-v0NHHOkY3h .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v0NHHOkY3h .image-wrapper img {
    box-shadow: none;
  }
}
.cid-v0NHHOkY3h .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v0NHHOkY3h .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v0NHHOkY3h .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0NHHOkY3h .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v0NHHOkY3h .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0NHHOkY3h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0NHHOkY3h .mbr-label {
  color: #19171c;
}
.cid-v0NHHOkY3h .mbr-section-title {
  color: #19171c;
}
.cid-v0NHHOkY3h .mbr-text,
.cid-v0NHHOkY3h .text-wrapper {
  color: #19171c;
}
.cid-uLUI5ZyfwL {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffa600;
}
.cid-uLUI5ZyfwL .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUI5ZyfwL .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI5ZyfwL .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI5ZyfwL .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI5ZyfwL .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI5ZyfwL .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI5ZyfwL .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUI5ZyfwL .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUI5ZyfwL .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUI5ZyfwL .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUI5ZyfwL .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUI5ZyfwL .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUI5ZyfwL .mbr-text {
  color: #000000;
}
.cid-uLUI6Ir6bP {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLUI6Ir6bP .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUI6Ir6bP .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI6Ir6bP .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI6Ir6bP .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI6Ir6bP .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI6Ir6bP .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI6Ir6bP .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUI6Ir6bP .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUI6Ir6bP .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUI6Ir6bP .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUI6Ir6bP .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUI6Ir6bP .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUI6Ir6bP .mbr-text {
  color: #000000;
}
.cid-uLUI7pltnv {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bcef9b;
}
.cid-uLUI7pltnv .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUI7pltnv .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI7pltnv .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI7pltnv .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI7pltnv .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI7pltnv .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI7pltnv .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUI7pltnv .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUI7pltnv .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUI7pltnv .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUI7pltnv .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUI7pltnv .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUI7pltnv .mbr-text {
  color: #000000;
}
.cid-uLUI87i6cl {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLUI87i6cl .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUI87i6cl .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI87i6cl .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI87i6cl .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI87i6cl .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI87i6cl .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI87i6cl .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUI87i6cl .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUI87i6cl .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUI87i6cl .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUI87i6cl .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUI87i6cl .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUI87i6cl .mbr-text {
  color: #000000;
}
.cid-uLUI8Sycmp {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffa598;
}
.cid-uLUI8Sycmp .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUI8Sycmp .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI8Sycmp .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI8Sycmp .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI8Sycmp .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI8Sycmp .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI8Sycmp .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUI8Sycmp .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUI8Sycmp .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUI8Sycmp .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUI8Sycmp .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUI8Sycmp .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUI8Sycmp .mbr-text {
  color: #000000;
}
.cid-uLUI9IMIWN {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLUI9IMIWN .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUI9IMIWN .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI9IMIWN .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI9IMIWN .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI9IMIWN .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUI9IMIWN .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUI9IMIWN .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUI9IMIWN .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUI9IMIWN .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUI9IMIWN .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUI9IMIWN .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUI9IMIWN .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUI9IMIWN .mbr-text {
  color: #000000;
}
.cid-uLUIbd9BBt {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c2bff0;
}
.cid-uLUIbd9BBt .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUIbd9BBt .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIbd9BBt .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUIbd9BBt .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIbd9BBt .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUIbd9BBt .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIbd9BBt .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUIbd9BBt .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUIbd9BBt .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUIbd9BBt .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUIbd9BBt .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUIbd9BBt .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUIbd9BBt .mbr-text {
  color: #000000;
}
.cid-uLUIbR1Vfi {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLUIbR1Vfi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUIbR1Vfi .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIbR1Vfi .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUIbR1Vfi .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIbR1Vfi .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUIbR1Vfi .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIbR1Vfi .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUIbR1Vfi .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUIbR1Vfi .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUIbR1Vfi .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUIbR1Vfi .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUIbR1Vfi .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUIbR1Vfi .mbr-text {
  color: #000000;
}
.cid-uLUIcw7G3O {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-uLUIcw7G3O .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uLUIcw7G3O .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIcw7G3O .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUIcw7G3O .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIcw7G3O .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uLUIcw7G3O .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uLUIcw7G3O .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uLUIcw7G3O .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uLUIcw7G3O .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uLUIcw7G3O .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uLUIcw7G3O .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uLUIcw7G3O .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uLUIcw7G3O .mbr-text {
  color: #000000;
}
.cid-uLTZ5XF5cF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uLTZ5XF5cF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLTZ5XF5cF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLTZ5XF5cF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLTZ5XF5cF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLTZ5XF5cF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLTZ5XF5cF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLTZ5XF5cF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uLTZ5XF5cF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLTZ5XF5cF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLTZ5XF5cF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLTZ5XF5cF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLTZ5XF5cF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLTZ5XF5cF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLTZ5XF5cF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLUwhtAozH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLUwhtAozH .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-uLUwhtAozH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLUwhtAozH .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;
}
@media (min-width: 1400px) {
  .cid-uLUwhtAozH .navbar {
    padding: 0 128px !important;
  }
}
.cid-uLUwhtAozH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLUwhtAozH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLUwhtAozH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLUwhtAozH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLUwhtAozH .navbar.collapsed {
  justify-content: center;
}
.cid-uLUwhtAozH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLUwhtAozH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLUwhtAozH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uLUwhtAozH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLUwhtAozH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLUwhtAozH .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-uLUwhtAozH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLUwhtAozH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLUwhtAozH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLUwhtAozH .navbar {
    min-height: 72px;
  }
  .cid-uLUwhtAozH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLUwhtAozH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLUwhtAozH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLUwhtAozH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLUwhtAozH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLUwhtAozH .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-uLUwhtAozH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLUwhtAozH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLUwhtAozH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLUwhtAozH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLUwhtAozH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLUwhtAozH .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-uLUwhtAozH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLUwhtAozH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLUwhtAozH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLUwhtAozH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLUwhtAozH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLUwhtAozH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLUwhtAozH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLUwhtAozH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLUwhtAozH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLUwhtAozH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLUwhtAozH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLUwhtAozH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLUwhtAozH .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLUwhtAozH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLUwhtAozH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLUwhtAozH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLUwhtAozH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLUwhtAozH .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uLUwhtAozH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUwhtAozH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLUwhtAozH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLUwhtAozH .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uLUwhtAozH .nav-item:focus,
.cid-uLUwhtAozH .nav-link:focus {
  outline: none;
}
.cid-uLUwhtAozH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLUwhtAozH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLUwhtAozH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLUwhtAozH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLUwhtAozH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLUwhtAozH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLUwhtAozH .dropdown-item.active,
.cid-uLUwhtAozH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLUwhtAozH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLUwhtAozH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLUwhtAozH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLUwhtAozH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uLUwhtAozH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLUwhtAozH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLUwhtAozH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLUwhtAozH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLUwhtAozH .navbar-buttons {
    text-align: left;
  }
}
.cid-uLUwhtAozH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLUwhtAozH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLUwhtAozH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLUwhtAozH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLUwhtAozH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLUwhtAozH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLUwhtAozH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUwhtAozH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLUwhtAozH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLUwhtAozH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUwhtAozH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLUwhtAozH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLUwhtAozH .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-uLUwhtAozH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLUwhtAozH .navbar {
    height: 70px;
  }
  .cid-uLUwhtAozH .navbar.opened {
    height: auto;
  }
  .cid-uLUwhtAozH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLUwhtAozH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uLUwhtAozH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLUwhtAozH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLUwhtAozH .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-uLUwhtAozH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLUwhtAozH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLUwhtAozH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLUwhtAozH .navbar-brand {
    margin-right: auto;
  }
  .cid-uLUwhtAozH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLUwhtAozH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLUwhtAozH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLUwhtAozH .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-uLUwhtAozH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLUwhtAozH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLUwhtAozH .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-uLUwhtAozH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLUwhtAozH .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-uLUwhtAozH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLUwhtAozH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLUx7Atu5l {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLUx7Atu5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUx7Atu5l .container {
  max-width: 1300px;
}
.cid-uLUx7Atu5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUx7Atu5l .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uLUx7Atu5l .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uLUx7Atu5l .row {
  background: #ff7722;
}
@media (max-width: 991px) {
  .cid-uLUx7Atu5l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLUx7Atu5l .image-wrapper {
  padding: 0;
}
.cid-uLUx7Atu5l .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uLUx7Atu5l .mbr-section-title {
  color: #ffffff;
}
.cid-uLUx7Atu5l .mbr-text,
.cid-uLUx7Atu5l .mbr-section-btn {
  color: #ffffff;
}
.cid-uLUx7Atu5l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLUxMAfZfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uLUxMAfZfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUxMAfZfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLUxMAfZfe .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUxMAfZfe .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLUxMAfZfe .google-map {
  height: 100%;
  position: relative;
}
.cid-uLUxMAfZfe .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLUxMAfZfe .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLUxMAfZfe .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-uLUxMAfZfe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLUxMAfZfe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLUxMAfZfe .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLUxMAfZfe .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUxMAfZfe .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLUxMAfZfe ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLUxMAfZfe .content-head {
  max-width: 800px;
}
.cid-uLUwhAnB2U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uLUwhAnB2U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLUwhAnB2U .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLUwhAnB2U .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLUwhAnB2U .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLUwhAnB2U .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLUwhAnB2U .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLUwhAnB2U .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uLUwhAnB2U .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLUwhAnB2U .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLUwhAnB2U .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLUwhAnB2U .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLUwhAnB2U .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLUwhAnB2U .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLUwhAnB2U .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFSeWtWIvu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFSeWtWIvu .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;
}
@media (min-width: 1400px) {
  .cid-uFSeWtWIvu .navbar {
    padding: 0 128px !important;
  }
}
.cid-uFSeWtWIvu .navbar.opened {
  transition: all 0.3s;
}
.cid-uFSeWtWIvu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFSeWtWIvu .navbar .navbar-logo img {
  width: auto;
}
.cid-uFSeWtWIvu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFSeWtWIvu .navbar.collapsed {
  justify-content: center;
}
.cid-uFSeWtWIvu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFSeWtWIvu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFSeWtWIvu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uFSeWtWIvu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFSeWtWIvu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFSeWtWIvu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFSeWtWIvu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFSeWtWIvu .navbar {
    min-height: 72px;
  }
  .cid-uFSeWtWIvu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFSeWtWIvu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFSeWtWIvu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFSeWtWIvu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFSeWtWIvu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFSeWtWIvu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFSeWtWIvu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFSeWtWIvu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFSeWtWIvu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uFSeWtWIvu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFSeWtWIvu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFSeWtWIvu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFSeWtWIvu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFSeWtWIvu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uFSeWtWIvu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFSeWtWIvu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFSeWtWIvu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uFSeWtWIvu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFSeWtWIvu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFSeWtWIvu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFSeWtWIvu .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFSeWtWIvu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFSeWtWIvu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uFSeWtWIvu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFSeWtWIvu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFSeWtWIvu .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uFSeWtWIvu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFSeWtWIvu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uFSeWtWIvu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFSeWtWIvu .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uFSeWtWIvu .nav-item:focus,
.cid-uFSeWtWIvu .nav-link:focus {
  outline: none;
}
.cid-uFSeWtWIvu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFSeWtWIvu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFSeWtWIvu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFSeWtWIvu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFSeWtWIvu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFSeWtWIvu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFSeWtWIvu .dropdown-item.active,
.cid-uFSeWtWIvu .dropdown-item:active {
  background-color: transparent;
}
.cid-uFSeWtWIvu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFSeWtWIvu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFSeWtWIvu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFSeWtWIvu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uFSeWtWIvu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFSeWtWIvu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFSeWtWIvu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFSeWtWIvu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFSeWtWIvu .navbar-buttons {
    text-align: left;
  }
}
.cid-uFSeWtWIvu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFSeWtWIvu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFSeWtWIvu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFSeWtWIvu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFSeWtWIvu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFSeWtWIvu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFSeWtWIvu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFSeWtWIvu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFSeWtWIvu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFSeWtWIvu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFSeWtWIvu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFSeWtWIvu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFSeWtWIvu .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-uFSeWtWIvu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFSeWtWIvu .navbar {
    height: 70px;
  }
  .cid-uFSeWtWIvu .navbar.opened {
    height: auto;
  }
  .cid-uFSeWtWIvu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFSeWtWIvu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uFSeWtWIvu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFSeWtWIvu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFSeWtWIvu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFSeWtWIvu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFSeWtWIvu .navbar-brand {
    margin-right: auto;
  }
  .cid-uFSeWtWIvu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFSeWtWIvu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFSeWtWIvu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFSeWtWIvu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFSeWtWIvu .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-uFSeWtWIvu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFSeWtWIvu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFSeWuq1ax {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFSeWuq1ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSeWuq1ax .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-uFSeWuq1ax .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSeWuq1ax .row {
  flex-direction: row-reverse;
}
.cid-uFSeWuq1ax .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFSeWuq1ax .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSeWuq1ax .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSeWuq1ax .mbr-section-title {
  color: #000000;
}
.cid-uFSeWuq1ax .mbr-text,
.cid-uFSeWuq1ax .mbr-section-btn {
  color: #232323;
}
.cid-uFSxnKQA7Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff7722;
}
.cid-uFSxnKQA7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxnKQA7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxnKQA7Q .mbr-section-title {
  color: #000000;
}
.cid-uFSgfkwpr5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFSgfkwpr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSgfkwpr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSgfkwpr5 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFSgfkwpr5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSgfkwpr5 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFSgfkwpr5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSgfkwpr5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSgfkwpr5 .mbr-section-title {
  color: #000000;
}
.cid-uFSgfkwpr5 .mbr-text,
.cid-uFSgfkwpr5 .mbr-section-btn {
  color: #000000;
}
.cid-uFSgfkwpr5 img {
  width: 100%;
  height: 100%;
}
.cid-uFSjIv6e2Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFSjIv6e2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSjIv6e2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSjIv6e2Y .row-reverse {
  flex-direction: row-reverse;
}
.cid-uFSjIv6e2Y .row {
  flex-direction: row-reverse;
}
.cid-uFSjIv6e2Y .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uFSjIv6e2Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSjIv6e2Y .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFSjIv6e2Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSjIv6e2Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSjIv6e2Y .mbr-section-title {
  color: #000000;
}
.cid-uFSjIv6e2Y .mbr-text,
.cid-uFSjIv6e2Y .mbr-section-btn {
  color: #000000;
}
.cid-uFSjIv6e2Y img {
  width: 100%;
  height: 100%;
}
.cid-uFSlWcowfC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFSlWcowfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSlWcowfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSlWcowfC .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFSlWcowfC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSlWcowfC .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFSlWcowfC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSlWcowfC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSlWcowfC .mbr-section-title {
  color: #000000;
}
.cid-uFSlWcowfC .mbr-text,
.cid-uFSlWcowfC .mbr-section-btn {
  color: #000000;
}
.cid-uFSlWcowfC img {
  width: 100%;
  height: 100%;
}
.cid-uFSpOZAk0I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFSpOZAk0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSpOZAk0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSpOZAk0I .row-reverse {
  flex-direction: row-reverse;
}
.cid-uFSpOZAk0I .row {
  flex-direction: row-reverse;
}
.cid-uFSpOZAk0I .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uFSpOZAk0I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSpOZAk0I .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFSpOZAk0I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSpOZAk0I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSpOZAk0I .mbr-section-title {
  color: #000000;
}
.cid-uFSpOZAk0I .mbr-text,
.cid-uFSpOZAk0I .mbr-section-btn {
  color: #000000;
}
.cid-uFSpOZAk0I img {
  width: 100%;
  height: 100%;
}
.cid-uFSqhIyJzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFSqhIyJzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSqhIyJzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSqhIyJzn .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFSqhIyJzn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSqhIyJzn .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFSqhIyJzn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSqhIyJzn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSqhIyJzn .mbr-section-title {
  color: #000000;
}
.cid-uFSqhIyJzn .mbr-text,
.cid-uFSqhIyJzn .mbr-section-btn {
  color: #000000;
}
.cid-uFSqhIyJzn img {
  width: 100%;
  height: 100%;
}
.cid-uFSqz0iQHr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFSqz0iQHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSqz0iQHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSqz0iQHr .row-reverse {
  flex-direction: row-reverse;
}
.cid-uFSqz0iQHr .row {
  flex-direction: row-reverse;
}
.cid-uFSqz0iQHr .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uFSqz0iQHr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSqz0iQHr .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFSqz0iQHr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSqz0iQHr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSqz0iQHr .mbr-section-title {
  color: #000000;
}
.cid-uFSqz0iQHr .mbr-text,
.cid-uFSqz0iQHr .mbr-section-btn {
  color: #000000;
}
.cid-uFSqz0iQHr img {
  width: 100%;
  height: 100%;
}
.cid-uFSqIe9WG2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFSqIe9WG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSqIe9WG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSqIe9WG2 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFSqIe9WG2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSqIe9WG2 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFSqIe9WG2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFSqIe9WG2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSqIe9WG2 .mbr-section-title {
  color: #000000;
}
.cid-uFSqIe9WG2 .mbr-text,
.cid-uFSqIe9WG2 .mbr-section-btn {
  color: #000000;
}
.cid-uFSqIe9WG2 img {
  width: 100%;
  height: 100%;
}
.cid-uFSxCQrk9V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFSxCQrk9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxCQrk9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxCQrk9V .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFSxCQrk9V .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSxCQrk9V .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uFSxCQrk9V .content-head {
  max-width: 800px;
}
.cid-uFSeWykx4m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uFSeWykx4m .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFSeWykx4m .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFSeWykx4m .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFSeWykx4m .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFSeWykx4m .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFSeWykx4m .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFSeWykx4m .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFSeWykx4m .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFSeWykx4m .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFSeWykx4m .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFSeWykx4m .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFSeWykx4m .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFSeWykx4m .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFSeWykx4m .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLUB9UAkLs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLUB9UAkLs .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;
}
@media (min-width: 1400px) {
  .cid-uLUB9UAkLs .navbar {
    padding: 0 128px !important;
  }
}
.cid-uLUB9UAkLs .navbar.opened {
  transition: all 0.3s;
}
.cid-uLUB9UAkLs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLUB9UAkLs .navbar .navbar-logo img {
  width: auto;
}
.cid-uLUB9UAkLs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLUB9UAkLs .navbar.collapsed {
  justify-content: center;
}
.cid-uLUB9UAkLs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLUB9UAkLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLUB9UAkLs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uLUB9UAkLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLUB9UAkLs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLUB9UAkLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLUB9UAkLs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLUB9UAkLs .navbar {
    min-height: 72px;
  }
  .cid-uLUB9UAkLs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLUB9UAkLs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLUB9UAkLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLUB9UAkLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLUB9UAkLs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLUB9UAkLs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLUB9UAkLs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLUB9UAkLs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLUB9UAkLs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLUB9UAkLs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLUB9UAkLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLUB9UAkLs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLUB9UAkLs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLUB9UAkLs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLUB9UAkLs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLUB9UAkLs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLUB9UAkLs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLUB9UAkLs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLUB9UAkLs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLUB9UAkLs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLUB9UAkLs .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLUB9UAkLs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLUB9UAkLs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLUB9UAkLs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLUB9UAkLs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLUB9UAkLs .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uLUB9UAkLs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUB9UAkLs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLUB9UAkLs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLUB9UAkLs .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uLUB9UAkLs .nav-item:focus,
.cid-uLUB9UAkLs .nav-link:focus {
  outline: none;
}
.cid-uLUB9UAkLs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLUB9UAkLs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLUB9UAkLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLUB9UAkLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLUB9UAkLs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLUB9UAkLs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLUB9UAkLs .dropdown-item.active,
.cid-uLUB9UAkLs .dropdown-item:active {
  background-color: transparent;
}
.cid-uLUB9UAkLs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLUB9UAkLs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLUB9UAkLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLUB9UAkLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uLUB9UAkLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLUB9UAkLs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLUB9UAkLs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLUB9UAkLs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLUB9UAkLs .navbar-buttons {
    text-align: left;
  }
}
.cid-uLUB9UAkLs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLUB9UAkLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLUB9UAkLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLUB9UAkLs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLUB9UAkLs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLUB9UAkLs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLUB9UAkLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUB9UAkLs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLUB9UAkLs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLUB9UAkLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUB9UAkLs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLUB9UAkLs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLUB9UAkLs .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-uLUB9UAkLs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLUB9UAkLs .navbar {
    height: 70px;
  }
  .cid-uLUB9UAkLs .navbar.opened {
    height: auto;
  }
  .cid-uLUB9UAkLs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLUB9UAkLs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uLUB9UAkLs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLUB9UAkLs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLUB9UAkLs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLUB9UAkLs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLUB9UAkLs .navbar-brand {
    margin-right: auto;
  }
  .cid-uLUB9UAkLs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLUB9UAkLs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLUB9UAkLs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLUB9UAkLs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLUB9UAkLs .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-uLUB9UAkLs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLUB9UAkLs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLUCjHY8JW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ff7722;
}
.cid-uLUCjHY8JW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUCjHY8JW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUCjHY8JW .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uLUCjHY8JW .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper {
    padding: 0;
  }
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap {
  padding: 108px;
  width: 50%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUCjHY8JW .content-wrapper .card-wrapper .card-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ffffff;
}
.cid-uLUCjHY8JW .mbr-section-title {
  color: #ffffff;
}
.cid-uLUCjHY8JW .mbr-text {
  color: #ffffff;
}
.cid-uLUCjHY8JW .list {
  color: #ffffff;
}
.cid-uLUB9X2Me7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uLUB9X2Me7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUB9X2Me7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLUB9X2Me7 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUB9X2Me7 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLUB9X2Me7 .google-map {
  height: 100%;
  position: relative;
}
.cid-uLUB9X2Me7 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLUB9X2Me7 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLUB9X2Me7 .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-uLUB9X2Me7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLUB9X2Me7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLUB9X2Me7 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLUB9X2Me7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUB9X2Me7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLUB9X2Me7 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLUB9X2Me7 .content-head {
  max-width: 800px;
}
#custom-html-8i * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-8i body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}
#custom-html-8i .form-container {
  width: 100%;
  max-width: 600px;
  /* Increased width */
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}
#custom-html-8i h1 {
  margin-bottom: 20px;
  font-size: 24px;
}
#custom-html-8i #awf-form {
  padding: 10px;
}
#custom-html-8i input[type="text"],
#custom-html-8i input[type="email"],
#custom-html-8i input[type="submit"] {
  width: 100%;
  /* Inputs will stretch to fit the new width */
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#custom-html-8i input[type="submit"] {
  background-color: #28a745;
  color: white;
  cursor: pointer;
}
#custom-html-8i input[type="submit"]:hover {
  background-color: #218838;
}
#custom-html-8i noscript {
  color: red;
  font-weight: bold;
  margin-top: 20px;
}
.cid-uLUB9XDfzG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uLUB9XDfzG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLUB9XDfzG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLUB9XDfzG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLUB9XDfzG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLUB9XDfzG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLUB9XDfzG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLUB9XDfzG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uLUB9XDfzG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLUB9XDfzG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLUB9XDfzG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLUB9XDfzG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLUB9XDfzG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLUB9XDfzG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLUB9XDfzG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uN85sFXsSB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uN85sFXsSB .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-uN85sFXsSB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uN85sFXsSB .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;
}
@media (min-width: 1400px) {
  .cid-uN85sFXsSB .navbar {
    padding: 0 128px !important;
  }
}
.cid-uN85sFXsSB .navbar.opened {
  transition: all 0.3s;
}
.cid-uN85sFXsSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN85sFXsSB .navbar .navbar-logo img {
  width: auto;
}
.cid-uN85sFXsSB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uN85sFXsSB .navbar.collapsed {
  justify-content: center;
}
.cid-uN85sFXsSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN85sFXsSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN85sFXsSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uN85sFXsSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN85sFXsSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN85sFXsSB .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-uN85sFXsSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN85sFXsSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN85sFXsSB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uN85sFXsSB .navbar {
    min-height: 72px;
  }
  .cid-uN85sFXsSB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uN85sFXsSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN85sFXsSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN85sFXsSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN85sFXsSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN85sFXsSB .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-uN85sFXsSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN85sFXsSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uN85sFXsSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN85sFXsSB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN85sFXsSB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uN85sFXsSB .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-uN85sFXsSB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uN85sFXsSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN85sFXsSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN85sFXsSB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uN85sFXsSB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uN85sFXsSB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uN85sFXsSB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uN85sFXsSB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uN85sFXsSB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uN85sFXsSB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uN85sFXsSB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uN85sFXsSB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uN85sFXsSB .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uN85sFXsSB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uN85sFXsSB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uN85sFXsSB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uN85sFXsSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uN85sFXsSB .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uN85sFXsSB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uN85sFXsSB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uN85sFXsSB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN85sFXsSB .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uN85sFXsSB .nav-item:focus,
.cid-uN85sFXsSB .nav-link:focus {
  outline: none;
}
.cid-uN85sFXsSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN85sFXsSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN85sFXsSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN85sFXsSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN85sFXsSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN85sFXsSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN85sFXsSB .dropdown-item.active,
.cid-uN85sFXsSB .dropdown-item:active {
  background-color: transparent;
}
.cid-uN85sFXsSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN85sFXsSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN85sFXsSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN85sFXsSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uN85sFXsSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uN85sFXsSB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uN85sFXsSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN85sFXsSB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uN85sFXsSB .navbar-buttons {
    text-align: left;
  }
}
.cid-uN85sFXsSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN85sFXsSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN85sFXsSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN85sFXsSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN85sFXsSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN85sFXsSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN85sFXsSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN85sFXsSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN85sFXsSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN85sFXsSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN85sFXsSB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uN85sFXsSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN85sFXsSB .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-uN85sFXsSB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN85sFXsSB .navbar {
    height: 70px;
  }
  .cid-uN85sFXsSB .navbar.opened {
    height: auto;
  }
  .cid-uN85sFXsSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN85sFXsSB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uN85sFXsSB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uN85sFXsSB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uN85sFXsSB .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-uN85sFXsSB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uN85sFXsSB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uN85sFXsSB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uN85sFXsSB .navbar-brand {
    margin-right: auto;
  }
  .cid-uN85sFXsSB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uN85sFXsSB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uN85sFXsSB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uN85sFXsSB .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-uN85sFXsSB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uN85sFXsSB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uN85sFXsSB .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-uN85sFXsSB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uN85sFXsSB .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-uN85sFXsSB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uN85sFXsSB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uN85sGuW5j {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uN85sGuW5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN85sGuW5j .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-uN85sGuW5j .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uN85sGuW5j .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uN85sGuW5j .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uN85sGuW5j .card-wrapper {
  background: #ffffff;
}
.cid-uN85sGuW5j .mbr-text,
.cid-uN85sGuW5j .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uN85sGuW5j .card-title,
.cid-uN85sGuW5j .card-box {
  text-align: left;
  color: #000000;
}
.cid-uN85sGW0Gf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uN85sGW0Gf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uN85sGW0Gf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uN85sGW0Gf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uN85sGW0Gf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uN85sGW0Gf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uN85sGW0Gf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uN85sGW0Gf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uN85sGW0Gf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uN85sGW0Gf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uN85sGW0Gf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uN85sGW0Gf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uN85sGW0Gf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uN85sGW0Gf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uN85sGW0Gf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPU0Ys6zZv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPU0Ys6zZv .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;
}
@media (min-width: 1400px) {
  .cid-uPU0Ys6zZv .navbar {
    padding: 0 128px !important;
  }
}
.cid-uPU0Ys6zZv .navbar.opened {
  transition: all 0.3s;
}
.cid-uPU0Ys6zZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPU0Ys6zZv .navbar .navbar-logo img {
  width: auto;
}
.cid-uPU0Ys6zZv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPU0Ys6zZv .navbar.collapsed {
  justify-content: center;
}
.cid-uPU0Ys6zZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPU0Ys6zZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPU0Ys6zZv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uPU0Ys6zZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPU0Ys6zZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPU0Ys6zZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPU0Ys6zZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPU0Ys6zZv .navbar {
    min-height: 72px;
  }
  .cid-uPU0Ys6zZv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPU0Ys6zZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPU0Ys6zZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPU0Ys6zZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPU0Ys6zZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPU0Ys6zZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPU0Ys6zZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPU0Ys6zZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPU0Ys6zZv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPU0Ys6zZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPU0Ys6zZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPU0Ys6zZv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPU0Ys6zZv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPU0Ys6zZv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPU0Ys6zZv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPU0Ys6zZv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPU0Ys6zZv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPU0Ys6zZv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPU0Ys6zZv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPU0Ys6zZv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPU0Ys6zZv .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPU0Ys6zZv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPU0Ys6zZv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPU0Ys6zZv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPU0Ys6zZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPU0Ys6zZv .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uPU0Ys6zZv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPU0Ys6zZv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPU0Ys6zZv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPU0Ys6zZv .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uPU0Ys6zZv .nav-item:focus,
.cid-uPU0Ys6zZv .nav-link:focus {
  outline: none;
}
.cid-uPU0Ys6zZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPU0Ys6zZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPU0Ys6zZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPU0Ys6zZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPU0Ys6zZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPU0Ys6zZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPU0Ys6zZv .dropdown-item.active,
.cid-uPU0Ys6zZv .dropdown-item:active {
  background-color: transparent;
}
.cid-uPU0Ys6zZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPU0Ys6zZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPU0Ys6zZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPU0Ys6zZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uPU0Ys6zZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPU0Ys6zZv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPU0Ys6zZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPU0Ys6zZv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPU0Ys6zZv .navbar-buttons {
    text-align: left;
  }
}
.cid-uPU0Ys6zZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPU0Ys6zZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPU0Ys6zZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPU0Ys6zZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPU0Ys6zZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPU0Ys6zZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPU0Ys6zZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPU0Ys6zZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPU0Ys6zZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPU0Ys6zZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPU0Ys6zZv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPU0Ys6zZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPU0Ys6zZv .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-uPU0Ys6zZv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPU0Ys6zZv .navbar {
    height: 70px;
  }
  .cid-uPU0Ys6zZv .navbar.opened {
    height: auto;
  }
  .cid-uPU0Ys6zZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPU0Ys6zZv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uPU0Ys6zZv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPU0Ys6zZv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPU0Ys6zZv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPU0Ys6zZv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPU0Ys6zZv .navbar-brand {
    margin-right: auto;
  }
  .cid-uPU0Ys6zZv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPU0Ys6zZv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPU0Ys6zZv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPU0Ys6zZv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPU0Ys6zZv .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-uPU0Ys6zZv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPU0Ys6zZv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPU0YsyZbj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uPU0YsyZbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPU0YsyZbj .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-uPU0YsyZbj .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uPU0YsyZbj .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uPU0YsyZbj .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uPU0YsyZbj .card-wrapper {
  background: #ffffff;
}
.cid-uPU0YsyZbj .mbr-text,
.cid-uPU0YsyZbj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uPU0YsyZbj .card-title,
.cid-uPU0YsyZbj .card-box {
  text-align: left;
  color: #000000;
}
.cid-uPU0Yt1BfX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uPU0Yt1BfX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPU0Yt1BfX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uPU0Yt1BfX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uPU0Yt1BfX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPU0Yt1BfX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPU0Yt1BfX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPU0Yt1BfX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uPU0Yt1BfX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPU0Yt1BfX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPU0Yt1BfX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uPU0Yt1BfX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPU0Yt1BfX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPU0Yt1BfX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPU0Yt1BfX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPU3AG6hFn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPU3AG6hFn .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;
}
@media (min-width: 1400px) {
  .cid-uPU3AG6hFn .navbar {
    padding: 0 128px !important;
  }
}
.cid-uPU3AG6hFn .navbar.opened {
  transition: all 0.3s;
}
.cid-uPU3AG6hFn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPU3AG6hFn .navbar .navbar-logo img {
  width: auto;
}
.cid-uPU3AG6hFn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPU3AG6hFn .navbar.collapsed {
  justify-content: center;
}
.cid-uPU3AG6hFn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPU3AG6hFn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPU3AG6hFn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uPU3AG6hFn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPU3AG6hFn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPU3AG6hFn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPU3AG6hFn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPU3AG6hFn .navbar {
    min-height: 72px;
  }
  .cid-uPU3AG6hFn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPU3AG6hFn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPU3AG6hFn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPU3AG6hFn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPU3AG6hFn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPU3AG6hFn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPU3AG6hFn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPU3AG6hFn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPU3AG6hFn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPU3AG6hFn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPU3AG6hFn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPU3AG6hFn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPU3AG6hFn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPU3AG6hFn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPU3AG6hFn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPU3AG6hFn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPU3AG6hFn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPU3AG6hFn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPU3AG6hFn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPU3AG6hFn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPU3AG6hFn .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPU3AG6hFn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPU3AG6hFn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPU3AG6hFn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPU3AG6hFn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPU3AG6hFn .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uPU3AG6hFn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPU3AG6hFn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPU3AG6hFn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPU3AG6hFn .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uPU3AG6hFn .nav-item:focus,
.cid-uPU3AG6hFn .nav-link:focus {
  outline: none;
}
.cid-uPU3AG6hFn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPU3AG6hFn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPU3AG6hFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPU3AG6hFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPU3AG6hFn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPU3AG6hFn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPU3AG6hFn .dropdown-item.active,
.cid-uPU3AG6hFn .dropdown-item:active {
  background-color: transparent;
}
.cid-uPU3AG6hFn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPU3AG6hFn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPU3AG6hFn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPU3AG6hFn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uPU3AG6hFn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPU3AG6hFn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPU3AG6hFn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPU3AG6hFn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPU3AG6hFn .navbar-buttons {
    text-align: left;
  }
}
.cid-uPU3AG6hFn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPU3AG6hFn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPU3AG6hFn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPU3AG6hFn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPU3AG6hFn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPU3AG6hFn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPU3AG6hFn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPU3AG6hFn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPU3AG6hFn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPU3AG6hFn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPU3AG6hFn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPU3AG6hFn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPU3AG6hFn .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-uPU3AG6hFn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPU3AG6hFn .navbar {
    height: 70px;
  }
  .cid-uPU3AG6hFn .navbar.opened {
    height: auto;
  }
  .cid-uPU3AG6hFn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPU3AG6hFn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uPU3AG6hFn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPU3AG6hFn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPU3AG6hFn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPU3AG6hFn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPU3AG6hFn .navbar-brand {
    margin-right: auto;
  }
  .cid-uPU3AG6hFn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPU3AG6hFn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPU3AG6hFn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPU3AG6hFn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPU3AG6hFn .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-uPU3AG6hFn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPU3AG6hFn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPU3AGCS5K {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uPU3AGCS5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPU3AGCS5K .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-uPU3AGCS5K .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uPU3AGCS5K .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uPU3AGCS5K .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uPU3AGCS5K .card-wrapper {
  background: #ffffff;
}
.cid-uPU3AGCS5K .mbr-text,
.cid-uPU3AGCS5K .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uPU3AGCS5K .card-title,
.cid-uPU3AGCS5K .card-box {
  text-align: left;
  color: #000000;
}
.cid-uPU3AH0Lpm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uPU3AH0Lpm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPU3AH0Lpm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uPU3AH0Lpm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uPU3AH0Lpm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPU3AH0Lpm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPU3AH0Lpm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPU3AH0Lpm .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uPU3AH0Lpm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPU3AH0Lpm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPU3AH0Lpm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uPU3AH0Lpm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPU3AH0Lpm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPU3AH0Lpm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPU3AH0Lpm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUFh8Derp4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUFh8Derp4 .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;
}
@media (min-width: 1400px) {
  .cid-uUFh8Derp4 .navbar {
    padding: 0 128px !important;
  }
}
.cid-uUFh8Derp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUFh8Derp4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUFh8Derp4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUFh8Derp4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUFh8Derp4 .navbar.collapsed {
  justify-content: center;
}
.cid-uUFh8Derp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUFh8Derp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUFh8Derp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUFh8Derp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUFh8Derp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUFh8Derp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUFh8Derp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUFh8Derp4 .navbar {
    min-height: 72px;
  }
  .cid-uUFh8Derp4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUFh8Derp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUFh8Derp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUFh8Derp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUFh8Derp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUFh8Derp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUFh8Derp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUFh8Derp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUFh8Derp4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUFh8Derp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUFh8Derp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUFh8Derp4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUFh8Derp4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUFh8Derp4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUFh8Derp4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUFh8Derp4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUFh8Derp4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUFh8Derp4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUFh8Derp4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUFh8Derp4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUFh8Derp4 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUFh8Derp4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUFh8Derp4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUFh8Derp4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUFh8Derp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUFh8Derp4 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uUFh8Derp4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUFh8Derp4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUFh8Derp4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUFh8Derp4 .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uUFh8Derp4 .nav-item:focus,
.cid-uUFh8Derp4 .nav-link:focus {
  outline: none;
}
.cid-uUFh8Derp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUFh8Derp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUFh8Derp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUFh8Derp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUFh8Derp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUFh8Derp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUFh8Derp4 .dropdown-item.active,
.cid-uUFh8Derp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUFh8Derp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUFh8Derp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUFh8Derp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUFh8Derp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uUFh8Derp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUFh8Derp4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUFh8Derp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUFh8Derp4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUFh8Derp4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUFh8Derp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUFh8Derp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUFh8Derp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUFh8Derp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFh8Derp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFh8Derp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUFh8Derp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFh8Derp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUFh8Derp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUFh8Derp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFh8Derp4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUFh8Derp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUFh8Derp4 .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-uUFh8Derp4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUFh8Derp4 .navbar {
    height: 70px;
  }
  .cid-uUFh8Derp4 .navbar.opened {
    height: auto;
  }
  .cid-uUFh8Derp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUFh8Derp4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uUFh8Derp4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUFh8Derp4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUFh8Derp4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUFh8Derp4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUFh8Derp4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uUFh8Derp4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUFh8Derp4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUFh8Derp4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUFh8Derp4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUFh8Derp4 .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-uUFh8Derp4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUFh8Derp4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUFh8DIbKa {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uUFh8DIbKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFh8DIbKa .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-uUFh8DIbKa .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUFh8DIbKa .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUFh8DIbKa .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUFh8DIbKa .card-wrapper {
  background: #ffffff;
}
.cid-uUFh8DIbKa .mbr-text,
.cid-uUFh8DIbKa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUFh8DIbKa .card-title,
.cid-uUFh8DIbKa .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUFh8Eqcij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uUFh8Eqcij .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUFh8Eqcij .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUFh8Eqcij .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUFh8Eqcij .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUFh8Eqcij .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUFh8Eqcij .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUFh8Eqcij .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUFh8Eqcij .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUFh8Eqcij .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUFh8Eqcij .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUFh8Eqcij .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUFh8Eqcij .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUFh8Eqcij .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUFh8Eqcij .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUFhGgQd9n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUFhGgQd9n .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;
}
@media (min-width: 1400px) {
  .cid-uUFhGgQd9n .navbar {
    padding: 0 128px !important;
  }
}
.cid-uUFhGgQd9n .navbar.opened {
  transition: all 0.3s;
}
.cid-uUFhGgQd9n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUFhGgQd9n .navbar .navbar-logo img {
  width: auto;
}
.cid-uUFhGgQd9n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUFhGgQd9n .navbar.collapsed {
  justify-content: center;
}
.cid-uUFhGgQd9n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUFhGgQd9n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUFhGgQd9n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUFhGgQd9n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUFhGgQd9n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUFhGgQd9n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUFhGgQd9n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUFhGgQd9n .navbar {
    min-height: 72px;
  }
  .cid-uUFhGgQd9n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUFhGgQd9n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUFhGgQd9n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUFhGgQd9n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUFhGgQd9n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUFhGgQd9n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUFhGgQd9n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUFhGgQd9n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUFhGgQd9n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUFhGgQd9n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUFhGgQd9n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUFhGgQd9n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUFhGgQd9n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUFhGgQd9n .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUFhGgQd9n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUFhGgQd9n .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUFhGgQd9n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUFhGgQd9n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUFhGgQd9n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUFhGgQd9n .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUFhGgQd9n .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUFhGgQd9n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUFhGgQd9n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUFhGgQd9n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUFhGgQd9n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUFhGgQd9n .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uUFhGgQd9n .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUFhGgQd9n .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUFhGgQd9n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUFhGgQd9n .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uUFhGgQd9n .nav-item:focus,
.cid-uUFhGgQd9n .nav-link:focus {
  outline: none;
}
.cid-uUFhGgQd9n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUFhGgQd9n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUFhGgQd9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUFhGgQd9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUFhGgQd9n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUFhGgQd9n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUFhGgQd9n .dropdown-item.active,
.cid-uUFhGgQd9n .dropdown-item:active {
  background-color: transparent;
}
.cid-uUFhGgQd9n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUFhGgQd9n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUFhGgQd9n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUFhGgQd9n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uUFhGgQd9n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUFhGgQd9n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUFhGgQd9n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUFhGgQd9n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUFhGgQd9n .navbar-buttons {
    text-align: left;
  }
}
.cid-uUFhGgQd9n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUFhGgQd9n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUFhGgQd9n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUFhGgQd9n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFhGgQd9n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFhGgQd9n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUFhGgQd9n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFhGgQd9n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUFhGgQd9n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUFhGgQd9n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFhGgQd9n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUFhGgQd9n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUFhGgQd9n .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-uUFhGgQd9n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUFhGgQd9n .navbar {
    height: 70px;
  }
  .cid-uUFhGgQd9n .navbar.opened {
    height: auto;
  }
  .cid-uUFhGgQd9n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUFhGgQd9n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uUFhGgQd9n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUFhGgQd9n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUFhGgQd9n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUFhGgQd9n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUFhGgQd9n .navbar-brand {
    margin-right: auto;
  }
  .cid-uUFhGgQd9n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUFhGgQd9n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUFhGgQd9n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUFhGgQd9n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUFhGgQd9n .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-uUFhGgQd9n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUFhGgQd9n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUFhGhh3SA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uUFhGhh3SA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFhGhh3SA .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-uUFhGhh3SA .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUFhGhh3SA .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUFhGhh3SA .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUFhGhh3SA .card-wrapper {
  background: #ffffff;
}
.cid-uUFhGhh3SA .mbr-text,
.cid-uUFhGhh3SA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUFhGhh3SA .card-title,
.cid-uUFhGhh3SA .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUFhGhJMRd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uUFhGhJMRd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUFhGhJMRd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUFhGhJMRd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUFhGhJMRd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUFhGhJMRd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUFhGhJMRd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUFhGhJMRd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUFhGhJMRd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUFhGhJMRd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUFhGhJMRd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUFhGhJMRd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUFhGhJMRd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUFhGhJMRd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUFhGhJMRd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUFej0csBV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUFej0csBV .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-uUFej0csBV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUFej0csBV .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;
}
@media (min-width: 1400px) {
  .cid-uUFej0csBV .navbar {
    padding: 0 128px !important;
  }
}
.cid-uUFej0csBV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUFej0csBV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUFej0csBV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUFej0csBV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUFej0csBV .navbar.collapsed {
  justify-content: center;
}
.cid-uUFej0csBV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUFej0csBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUFej0csBV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUFej0csBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUFej0csBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUFej0csBV .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-uUFej0csBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUFej0csBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUFej0csBV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUFej0csBV .navbar {
    min-height: 72px;
  }
  .cid-uUFej0csBV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUFej0csBV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUFej0csBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUFej0csBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUFej0csBV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUFej0csBV .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-uUFej0csBV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUFej0csBV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUFej0csBV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUFej0csBV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUFej0csBV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUFej0csBV .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-uUFej0csBV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUFej0csBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUFej0csBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUFej0csBV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUFej0csBV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUFej0csBV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUFej0csBV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUFej0csBV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUFej0csBV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUFej0csBV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUFej0csBV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUFej0csBV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUFej0csBV .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUFej0csBV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUFej0csBV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUFej0csBV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUFej0csBV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUFej0csBV .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uUFej0csBV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUFej0csBV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUFej0csBV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUFej0csBV .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uUFej0csBV .nav-item:focus,
.cid-uUFej0csBV .nav-link:focus {
  outline: none;
}
.cid-uUFej0csBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUFej0csBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUFej0csBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUFej0csBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUFej0csBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUFej0csBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUFej0csBV .dropdown-item.active,
.cid-uUFej0csBV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUFej0csBV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUFej0csBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUFej0csBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUFej0csBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uUFej0csBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUFej0csBV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUFej0csBV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUFej0csBV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUFej0csBV .navbar-buttons {
    text-align: left;
  }
}
.cid-uUFej0csBV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUFej0csBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUFej0csBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUFej0csBV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFej0csBV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFej0csBV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUFej0csBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFej0csBV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUFej0csBV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUFej0csBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFej0csBV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUFej0csBV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUFej0csBV .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-uUFej0csBV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUFej0csBV .navbar {
    height: 70px;
  }
  .cid-uUFej0csBV .navbar.opened {
    height: auto;
  }
  .cid-uUFej0csBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUFej0csBV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uUFej0csBV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUFej0csBV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUFej0csBV .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-uUFej0csBV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUFej0csBV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUFej0csBV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUFej0csBV .navbar-brand {
    margin-right: auto;
  }
  .cid-uUFej0csBV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUFej0csBV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUFej0csBV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUFej0csBV .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-uUFej0csBV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUFej0csBV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUFej0csBV .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-uUFej0csBV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUFej0csBV .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-uUFej0csBV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUFej0csBV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUFej0FLLB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uUFej0FLLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFej0FLLB .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-uUFej0FLLB .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUFej0FLLB .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUFej0FLLB .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUFej0FLLB .card-wrapper {
  background: #ffffff;
}
.cid-uUFej0FLLB .mbr-text,
.cid-uUFej0FLLB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUFej0FLLB .card-title,
.cid-uUFej0FLLB .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUFej1iCsN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uUFej1iCsN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUFej1iCsN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUFej1iCsN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUFej1iCsN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUFej1iCsN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUFej1iCsN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUFej1iCsN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUFej1iCsN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUFej1iCsN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUFej1iCsN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUFej1iCsN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUFej1iCsN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUFej1iCsN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUFej1iCsN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUFfVt3F7H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUFfVt3F7H .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;
}
@media (min-width: 1400px) {
  .cid-uUFfVt3F7H .navbar {
    padding: 0 128px !important;
  }
}
.cid-uUFfVt3F7H .navbar.opened {
  transition: all 0.3s;
}
.cid-uUFfVt3F7H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUFfVt3F7H .navbar .navbar-logo img {
  width: auto;
}
.cid-uUFfVt3F7H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUFfVt3F7H .navbar.collapsed {
  justify-content: center;
}
.cid-uUFfVt3F7H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUFfVt3F7H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUFfVt3F7H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUFfVt3F7H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUFfVt3F7H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUFfVt3F7H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUFfVt3F7H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUFfVt3F7H .navbar {
    min-height: 72px;
  }
  .cid-uUFfVt3F7H .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUFfVt3F7H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUFfVt3F7H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUFfVt3F7H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUFfVt3F7H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUFfVt3F7H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUFfVt3F7H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUFfVt3F7H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUFfVt3F7H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUFfVt3F7H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUFfVt3F7H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUFfVt3F7H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUFfVt3F7H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUFfVt3F7H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUFfVt3F7H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUFfVt3F7H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUFfVt3F7H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUFfVt3F7H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUFfVt3F7H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUFfVt3F7H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUFfVt3F7H .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUFfVt3F7H .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUFfVt3F7H .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUFfVt3F7H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUFfVt3F7H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUFfVt3F7H .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uUFfVt3F7H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUFfVt3F7H .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUFfVt3F7H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUFfVt3F7H .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uUFfVt3F7H .nav-item:focus,
.cid-uUFfVt3F7H .nav-link:focus {
  outline: none;
}
.cid-uUFfVt3F7H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUFfVt3F7H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUFfVt3F7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUFfVt3F7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUFfVt3F7H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUFfVt3F7H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUFfVt3F7H .dropdown-item.active,
.cid-uUFfVt3F7H .dropdown-item:active {
  background-color: transparent;
}
.cid-uUFfVt3F7H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUFfVt3F7H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUFfVt3F7H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUFfVt3F7H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uUFfVt3F7H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUFfVt3F7H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUFfVt3F7H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUFfVt3F7H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUFfVt3F7H .navbar-buttons {
    text-align: left;
  }
}
.cid-uUFfVt3F7H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUFfVt3F7H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUFfVt3F7H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUFfVt3F7H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFfVt3F7H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUFfVt3F7H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUFfVt3F7H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFfVt3F7H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUFfVt3F7H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUFfVt3F7H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUFfVt3F7H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUFfVt3F7H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUFfVt3F7H .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-uUFfVt3F7H .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUFfVt3F7H .navbar {
    height: 70px;
  }
  .cid-uUFfVt3F7H .navbar.opened {
    height: auto;
  }
  .cid-uUFfVt3F7H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUFfVt3F7H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uUFfVt3F7H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUFfVt3F7H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUFfVt3F7H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUFfVt3F7H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUFfVt3F7H .navbar-brand {
    margin-right: auto;
  }
  .cid-uUFfVt3F7H .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUFfVt3F7H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUFfVt3F7H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUFfVt3F7H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUFfVt3F7H .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-uUFfVt3F7H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUFfVt3F7H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUFfVtwanM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uUFfVtwanM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUFfVtwanM .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-uUFfVtwanM .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUFfVtwanM .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUFfVtwanM .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUFfVtwanM .card-wrapper {
  background: #ffffff;
}
.cid-uUFfVtwanM .mbr-text,
.cid-uUFfVtwanM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUFfVtwanM .card-title,
.cid-uUFfVtwanM .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUFfVuepTd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uUFfVuepTd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUFfVuepTd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUFfVuepTd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUFfVuepTd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUFfVuepTd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUFfVuepTd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUFfVuepTd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUFfVuepTd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUFfVuepTd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUFfVuepTd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUFfVuepTd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUFfVuepTd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUFfVuepTd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUFfVuepTd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLTZ5RxKFU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLTZ5RxKFU .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;
}
@media (min-width: 1400px) {
  .cid-uLTZ5RxKFU .navbar {
    padding: 0 128px !important;
  }
}
.cid-uLTZ5RxKFU .navbar.opened {
  transition: all 0.3s;
}
.cid-uLTZ5RxKFU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLTZ5RxKFU .navbar .navbar-logo img {
  width: auto;
}
.cid-uLTZ5RxKFU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLTZ5RxKFU .navbar.collapsed {
  justify-content: center;
}
.cid-uLTZ5RxKFU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLTZ5RxKFU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLTZ5RxKFU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uLTZ5RxKFU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLTZ5RxKFU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLTZ5RxKFU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLTZ5RxKFU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .navbar {
    min-height: 72px;
  }
  .cid-uLTZ5RxKFU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLTZ5RxKFU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLTZ5RxKFU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLTZ5RxKFU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLTZ5RxKFU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLTZ5RxKFU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLTZ5RxKFU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLTZ5RxKFU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLTZ5RxKFU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLTZ5RxKFU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLTZ5RxKFU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLTZ5RxKFU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLTZ5RxKFU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLTZ5RxKFU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLTZ5RxKFU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLTZ5RxKFU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLTZ5RxKFU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLTZ5RxKFU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLTZ5RxKFU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLTZ5RxKFU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLTZ5RxKFU .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLTZ5RxKFU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLTZ5RxKFU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLTZ5RxKFU .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-uLTZ5RxKFU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLTZ5RxKFU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLTZ5RxKFU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLTZ5RxKFU .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: #ff7722;
  background: #ff7722 !important;
}
.cid-uLTZ5RxKFU .nav-item:focus,
.cid-uLTZ5RxKFU .nav-link:focus {
  outline: none;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLTZ5RxKFU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLTZ5RxKFU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLTZ5RxKFU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLTZ5RxKFU .dropdown-item.active,
.cid-uLTZ5RxKFU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLTZ5RxKFU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLTZ5RxKFU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLTZ5RxKFU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLTZ5RxKFU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-uLTZ5RxKFU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLTZ5RxKFU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLTZ5RxKFU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLTZ5RxKFU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLTZ5RxKFU .navbar-buttons {
    text-align: left;
  }
}
.cid-uLTZ5RxKFU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLTZ5RxKFU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLTZ5RxKFU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLTZ5RxKFU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLTZ5RxKFU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLTZ5RxKFU .navbar {
    height: 70px;
  }
  .cid-uLTZ5RxKFU .navbar.opened {
    height: auto;
  }
  .cid-uLTZ5RxKFU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLTZ5RxKFU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLTZ5RxKFU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLTZ5RxKFU .navbar-brand {
    margin-right: auto;
  }
  .cid-uLTZ5RxKFU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLTZ5RxKFU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLTZ5RxKFU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLTZ5RxKFU .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-uLTZ5RxKFU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLTZ5RxKFU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLU7wAQGEA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uLU7wAQGEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU7wAQGEA .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-uLU7wAQGEA .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uLU7wAQGEA .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLU7wAQGEA .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uLU7wAQGEA .card-wrapper {
  background: #ffffff;
}
.cid-uLU7wAQGEA .mbr-text,
.cid-uLU7wAQGEA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLU7wAQGEA .card-title,
.cid-uLU7wAQGEA .card-box {
  text-align: left;
  color: #000000;
}
.cid-uLTZ5XF5cF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uLTZ5XF5cF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLTZ5XF5cF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLTZ5XF5cF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLTZ5XF5cF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLTZ5XF5cF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLTZ5XF5cF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLTZ5XF5cF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uLTZ5XF5cF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLTZ5XF5cF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLTZ5XF5cF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLTZ5XF5cF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLTZ5XF5cF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLTZ5XF5cF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLTZ5XF5cF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v0N9eQ2Z8I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0N9eQ2Z8I .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;
}
@media (min-width: 1400px) {
  .cid-v0N9eQ2Z8I .navbar {
    padding: 0 128px !important;
  }
}
.cid-v0N9eQ2Z8I .navbar.opened {
  transition: all 0.3s;
}
.cid-v0N9eQ2Z8I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0N9eQ2Z8I .navbar .navbar-logo img {
  width: auto;
}
.cid-v0N9eQ2Z8I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0N9eQ2Z8I .navbar.collapsed {
  justify-content: center;
}
.cid-v0N9eQ2Z8I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0N9eQ2Z8I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0N9eQ2Z8I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v0N9eQ2Z8I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0N9eQ2Z8I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0N9eQ2Z8I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0N9eQ2Z8I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0N9eQ2Z8I .navbar {
    min-height: 72px;
  }
  .cid-v0N9eQ2Z8I .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0N9eQ2Z8I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0N9eQ2Z8I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0N9eQ2Z8I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0N9eQ2Z8I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0N9eQ2Z8I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0N9eQ2Z8I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0N9eQ2Z8I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0N9eQ2Z8I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0N9eQ2Z8I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0N9eQ2Z8I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0N9eQ2Z8I .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0N9eQ2Z8I .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0N9eQ2Z8I .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0N9eQ2Z8I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0N9eQ2Z8I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0N9eQ2Z8I .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0N9eQ2Z8I .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0N9eQ2Z8I .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0N9eQ2Z8I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0N9eQ2Z8I .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0N9eQ2Z8I .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0N9eQ2Z8I .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0N9eQ2Z8I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0N9eQ2Z8I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0N9eQ2Z8I .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-v0N9eQ2Z8I .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0N9eQ2Z8I .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0N9eQ2Z8I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0N9eQ2Z8I .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: #ff7722;
  background: #ff7722 !important;
}
.cid-v0N9eQ2Z8I .nav-item:focus,
.cid-v0N9eQ2Z8I .nav-link:focus {
  outline: none;
}
.cid-v0N9eQ2Z8I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0N9eQ2Z8I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0N9eQ2Z8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0N9eQ2Z8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0N9eQ2Z8I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0N9eQ2Z8I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0N9eQ2Z8I .dropdown-item.active,
.cid-v0N9eQ2Z8I .dropdown-item:active {
  background-color: transparent;
}
.cid-v0N9eQ2Z8I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0N9eQ2Z8I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0N9eQ2Z8I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0N9eQ2Z8I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-v0N9eQ2Z8I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0N9eQ2Z8I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0N9eQ2Z8I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0N9eQ2Z8I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0N9eQ2Z8I .navbar-buttons {
    text-align: left;
  }
}
.cid-v0N9eQ2Z8I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0N9eQ2Z8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0N9eQ2Z8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0N9eQ2Z8I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0N9eQ2Z8I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0N9eQ2Z8I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0N9eQ2Z8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0N9eQ2Z8I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0N9eQ2Z8I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0N9eQ2Z8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0N9eQ2Z8I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0N9eQ2Z8I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0N9eQ2Z8I .navbar {
    height: 70px;
  }
  .cid-v0N9eQ2Z8I .navbar.opened {
    height: auto;
  }
  .cid-v0N9eQ2Z8I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0N9eQ2Z8I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-v0N9eQ2Z8I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0N9eQ2Z8I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0N9eQ2Z8I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0N9eQ2Z8I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0N9eQ2Z8I .navbar-brand {
    margin-right: auto;
  }
  .cid-v0N9eQ2Z8I .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0N9eQ2Z8I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0N9eQ2Z8I .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0N9eQ2Z8I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0N9eQ2Z8I .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-v0N9eQ2Z8I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0N9eQ2Z8I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0N9eQGSGM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v0N9eQGSGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0N9eQGSGM .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-v0N9eQGSGM .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v0N9eQGSGM .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0N9eQGSGM .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v0N9eQGSGM .card-wrapper {
  background: #ffffff;
}
.cid-v0N9eQGSGM .mbr-text,
.cid-v0N9eQGSGM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v0N9eQGSGM .card-title,
.cid-v0N9eQGSGM .card-box {
  text-align: left;
  color: #000000;
}
.cid-v0N9eRnoD7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v0N9eRnoD7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0N9eRnoD7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v0N9eRnoD7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0N9eRnoD7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0N9eRnoD7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0N9eRnoD7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0N9eRnoD7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v0N9eRnoD7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0N9eRnoD7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0N9eRnoD7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v0N9eRnoD7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0N9eRnoD7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0N9eRnoD7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v0N9eRnoD7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v0NcQ2gU9J {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0NcQ2gU9J .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;
}
@media (min-width: 1400px) {
  .cid-v0NcQ2gU9J .navbar {
    padding: 0 128px !important;
  }
}
.cid-v0NcQ2gU9J .navbar.opened {
  transition: all 0.3s;
}
.cid-v0NcQ2gU9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0NcQ2gU9J .navbar .navbar-logo img {
  width: auto;
}
.cid-v0NcQ2gU9J .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0NcQ2gU9J .navbar.collapsed {
  justify-content: center;
}
.cid-v0NcQ2gU9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0NcQ2gU9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0NcQ2gU9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v0NcQ2gU9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0NcQ2gU9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0NcQ2gU9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0NcQ2gU9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0NcQ2gU9J .navbar {
    min-height: 72px;
  }
  .cid-v0NcQ2gU9J .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0NcQ2gU9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0NcQ2gU9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0NcQ2gU9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0NcQ2gU9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0NcQ2gU9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0NcQ2gU9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0NcQ2gU9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0NcQ2gU9J .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0NcQ2gU9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0NcQ2gU9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0NcQ2gU9J .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0NcQ2gU9J .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0NcQ2gU9J .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0NcQ2gU9J .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0NcQ2gU9J .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0NcQ2gU9J .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0NcQ2gU9J .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0NcQ2gU9J .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0NcQ2gU9J .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0NcQ2gU9J .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0NcQ2gU9J .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0NcQ2gU9J .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0NcQ2gU9J .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0NcQ2gU9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0NcQ2gU9J .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 119, 34, 0) !important;
  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;
  margin-top: 1rem;
  background-color: #ff7722;
}
@media (max-width: 992px) {
  .cid-v0NcQ2gU9J .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0NcQ2gU9J .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0NcQ2gU9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0NcQ2gU9J .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: #ff7722;
  background: #ff7722 !important;
}
.cid-v0NcQ2gU9J .nav-item:focus,
.cid-v0NcQ2gU9J .nav-link:focus {
  outline: none;
}
.cid-v0NcQ2gU9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0NcQ2gU9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0NcQ2gU9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0NcQ2gU9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0NcQ2gU9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0NcQ2gU9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0NcQ2gU9J .dropdown-item.active,
.cid-v0NcQ2gU9J .dropdown-item:active {
  background-color: transparent;
}
.cid-v0NcQ2gU9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0NcQ2gU9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0NcQ2gU9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0NcQ2gU9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff7722;
}
.cid-v0NcQ2gU9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0NcQ2gU9J .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0NcQ2gU9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0NcQ2gU9J .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0NcQ2gU9J .navbar-buttons {
    text-align: left;
  }
}
.cid-v0NcQ2gU9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0NcQ2gU9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0NcQ2gU9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0NcQ2gU9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0NcQ2gU9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0NcQ2gU9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0NcQ2gU9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0NcQ2gU9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0NcQ2gU9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0NcQ2gU9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0NcQ2gU9J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0NcQ2gU9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0NcQ2gU9J .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-v0NcQ2gU9J .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0NcQ2gU9J .navbar {
    height: 70px;
  }
  .cid-v0NcQ2gU9J .navbar.opened {
    height: auto;
  }
  .cid-v0NcQ2gU9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0NcQ2gU9J .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-v0NcQ2gU9J .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0NcQ2gU9J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0NcQ2gU9J .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0NcQ2gU9J .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0NcQ2gU9J .navbar-brand {
    margin-right: auto;
  }
  .cid-v0NcQ2gU9J .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ff7722;
    opacity: 1;
    border-color: rgba(255, 119, 34, 0) !important;
    background: rgba(255, 119, 34, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0NcQ2gU9J .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0NcQ2gU9J .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0NcQ2gU9J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0NcQ2gU9J .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-v0NcQ2gU9J .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0NcQ2gU9J .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0NcQ38lSA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v0NcQ38lSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0NcQ38lSA .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-v0NcQ38lSA .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v0NcQ38lSA .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0NcQ38lSA .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v0NcQ38lSA .card-wrapper {
  background: #ffffff;
}
.cid-v0NcQ38lSA .mbr-text,
.cid-v0NcQ38lSA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v0NcQ38lSA .card-title,
.cid-v0NcQ38lSA .card-box {
  text-align: left;
  color: #000000;
}
.cid-v0NcQ3StVl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v0NcQ3StVl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0NcQ3StVl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v0NcQ3StVl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0NcQ3StVl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0NcQ3StVl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0NcQ3StVl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0NcQ3StVl .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v0NcQ3StVl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0NcQ3StVl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0NcQ3StVl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v0NcQ3StVl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0NcQ3StVl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0NcQ3StVl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v0NcQ3StVl .media-container-row .row-copirayt p {
  width: 100%;
}
