.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #84bf41 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #97b65a !important;
}
.bg-warning {
  background-color: #165356 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #84bf41 !important;
  border-color: #84bf41 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9dcc67 !important;
  border-color: #9dcc67 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9dcc67 !important;
  border-color: #9dcc67 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #84bf41 !important;
  border-color: #84bf41 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9dcc67 !important;
  border-color: #9dcc67 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9dcc67 !important;
  border-color: #9dcc67 !important;
}
.btn-info,
.btn-info:active {
  background-color: #97b65a !important;
  border-color: #97b65a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #adc67d !important;
  border-color: #adc67d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #adc67d !important;
  border-color: #adc67d !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: #165356 !important;
  border-color: #165356 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #207a7f !important;
  border-color: #207a7f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #207a7f !important;
  border-color: #207a7f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #84bf41;
  color: #84bf41;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #577f2b !important;
  background-color: transparent !important;
  border-color: #577f2b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #84bf41 !important;
  border-color: #84bf41 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #84bf41;
  color: #84bf41;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #577f2b !important;
  background-color: transparent !important;
  border-color: #577f2b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #84bf41 !important;
  border-color: #84bf41 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #97b65a;
  color: #97b65a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #688039 !important;
  background-color: transparent !important;
  border-color: #688039 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #97b65a !important;
  border-color: #97b65a !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: #165356;
  color: #165356;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #041011 !important;
  background-color: transparent !important;
  border-color: #041011 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #165356 !important;
  border-color: #165356 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #84bf41 !important;
}
.text-secondary {
  color: #84bf41 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #97b65a !important;
}
.text-warning {
  color: #165356 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4f7327 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4f7327 !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: #607634 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #010505 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #84bf41;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #97b65a;
}
.alert-warning {
  background-color: #165356;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #84bf41;
  border-color: #84bf41;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #84bf41;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c2dfa0;
}
.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: #cfddb2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #30b5bc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #84bf41 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #84bf41;
}
/* 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: #84bf41;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #84bf41;
}
.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: #84bf41;
  border-bottom-color: #84bf41;
}
.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: #84bf41 !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: #84bf41 !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='%2384bf41' %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-uh7Mw1unKq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7Mw1unKq nav.navbar {
  position: fixed;
}
.cid-uh7Mw1unKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7Mw1unKq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7Mw1unKq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7Mw1unKq .dropdown-item:hover,
.cid-uh7Mw1unKq .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7Mw1unKq .dropdown-item:hover span {
  color: white;
}
.cid-uh7Mw1unKq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7Mw1unKq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7Mw1unKq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7Mw1unKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7Mw1unKq .nav-link {
  position: relative;
}
.cid-uh7Mw1unKq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7Mw1unKq .container {
    flex-wrap: wrap;
  }
}
.cid-uh7Mw1unKq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7Mw1unKq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7Mw1unKq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7Mw1unKq .dropdown-menu,
.cid-uh7Mw1unKq .navbar.opened {
  background: #000000 !important;
}
.cid-uh7Mw1unKq .nav-item:focus,
.cid-uh7Mw1unKq .nav-link:focus {
  outline: none;
}
.cid-uh7Mw1unKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7Mw1unKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7Mw1unKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7Mw1unKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7Mw1unKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7Mw1unKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7Mw1unKq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7Mw1unKq .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7Mw1unKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7Mw1unKq .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7Mw1unKq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7Mw1unKq .navbar.collapsed {
  justify-content: center;
}
.cid-uh7Mw1unKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7Mw1unKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7Mw1unKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7Mw1unKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7Mw1unKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7Mw1unKq .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-uh7Mw1unKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7Mw1unKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7Mw1unKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7Mw1unKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7Mw1unKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7Mw1unKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7Mw1unKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7Mw1unKq .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-uh7Mw1unKq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7Mw1unKq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7Mw1unKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7Mw1unKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7Mw1unKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7Mw1unKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7Mw1unKq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7Mw1unKq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7Mw1unKq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7Mw1unKq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7Mw1unKq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7Mw1unKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7Mw1unKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7Mw1unKq .dropdown-item.active,
.cid-uh7Mw1unKq .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7Mw1unKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7Mw1unKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7Mw1unKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7Mw1unKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7Mw1unKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7Mw1unKq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7Mw1unKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7Mw1unKq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7Mw1unKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7Mw1unKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7Mw1unKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7Mw1unKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7Mw1unKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7Mw1unKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7Mw1unKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7Mw1unKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7Mw1unKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7Mw1unKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7Mw1unKq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7Mw1unKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7Mw1unKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7Mw1unKq .navbar {
    height: 70px;
  }
  .cid-uh7Mw1unKq .navbar.opened {
    height: auto;
  }
  .cid-uh7Mw1unKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7Mw1Wfhb {
  display: flex;
  background-image: url("../../../assets/images/8-1920x1080.png");
}
.cid-uh7Mw1Wfhb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uh7Mw1Wfhb {
    align-items: flex-end;
  }
  .cid-uh7Mw1Wfhb .row {
    justify-content: center;
  }
  .cid-uh7Mw1Wfhb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7Mw1Wfhb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7Mw1Wfhb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh7Mw1Wfhb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7Mw1Wfhb .content-wrap {
    width: 100%;
  }
}
.cid-uh7Mw1Wfhb .mbr-section-title,
.cid-uh7Mw1Wfhb .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7Mw1Wfhb .mbr-text,
.cid-uh7Mw1Wfhb .mbr-section-btn {
  text-align: center;
}
.cid-uh7Mw4i8ha {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uh7Mw4i8ha {
    align-items: center;
  }
  .cid-uh7Mw4i8ha .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7Mw4i8ha .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7Mw4i8ha {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uh7Mw4i8ha .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7Mw4i8ha .content-wrap {
    width: 100%;
  }
}
.cid-uh7Mw4i8ha .mbr-section-title {
  text-align: center;
}
.cid-uh7Mw4i8ha .mbr-text,
.cid-uh7Mw4i8ha .mbr-section-btn {
  text-align: center;
}
.cid-uh9X1VzV3Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh9X1VzV3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh9X1VzV3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh9X1VzV3Z .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uh9X1VzV3Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh9X1VzV3Z .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh9X1VzV3Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh9X1VzV3Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh9X1VzV3Z .mbr-section-title {
  color: #000000;
}
.cid-uh9X1VzV3Z .mbr-text,
.cid-uh9X1VzV3Z .mbr-section-btn {
  color: #000000;
}
.cid-uh9X1VzV3Z img {
  width: 100%;
  height: 100%;
}
.cid-uh7Mw6xvft {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7Mw6xvft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7Mw6xvft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7Mw6xvft .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7Mw6xvft .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7Mw6xvft .row {
    text-align: center;
  }
  .cid-uh7Mw6xvft .row > div {
    margin: auto;
  }
  .cid-uh7Mw6xvft .social-row {
    justify-content: center;
  }
}
.cid-uh7Mw6xvft .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7Mw6xvft .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7Mw6xvft .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7Mw6xvft .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7Mw6xvft .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7Mw6xvft .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7Mw6xvft .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7Mw6xvft div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7Mw6xvft H5 {
  text-align: center;
}
.cid-uh7Mw6xvft .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7Mw6xvft .copyright {
  text-align: center;
}
.cid-uh7MW3lAip {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7MW3lAip nav.navbar {
  position: fixed;
}
.cid-uh7MW3lAip .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7MW3lAip .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7MW3lAip .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7MW3lAip .dropdown-item:hover,
.cid-uh7MW3lAip .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7MW3lAip .dropdown-item:hover span {
  color: white;
}
.cid-uh7MW3lAip .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7MW3lAip .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7MW3lAip .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7MW3lAip .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7MW3lAip .nav-link {
  position: relative;
}
.cid-uh7MW3lAip .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7MW3lAip .container {
    flex-wrap: wrap;
  }
}
.cid-uh7MW3lAip .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7MW3lAip .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7MW3lAip .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7MW3lAip .dropdown-menu,
.cid-uh7MW3lAip .navbar.opened {
  background: #000000 !important;
}
.cid-uh7MW3lAip .nav-item:focus,
.cid-uh7MW3lAip .nav-link:focus {
  outline: none;
}
.cid-uh7MW3lAip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7MW3lAip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7MW3lAip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7MW3lAip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7MW3lAip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7MW3lAip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7MW3lAip .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7MW3lAip .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7MW3lAip .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7MW3lAip .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7MW3lAip .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7MW3lAip .navbar.collapsed {
  justify-content: center;
}
.cid-uh7MW3lAip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7MW3lAip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7MW3lAip .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7MW3lAip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7MW3lAip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7MW3lAip .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-uh7MW3lAip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7MW3lAip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7MW3lAip .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7MW3lAip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7MW3lAip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7MW3lAip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7MW3lAip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7MW3lAip .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-uh7MW3lAip .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7MW3lAip .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7MW3lAip .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7MW3lAip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7MW3lAip .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7MW3lAip .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7MW3lAip .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7MW3lAip .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7MW3lAip .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7MW3lAip .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7MW3lAip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7MW3lAip .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7MW3lAip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7MW3lAip .dropdown-item.active,
.cid-uh7MW3lAip .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7MW3lAip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7MW3lAip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7MW3lAip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7MW3lAip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7MW3lAip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7MW3lAip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7MW3lAip ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7MW3lAip .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7MW3lAip button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7MW3lAip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7MW3lAip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7MW3lAip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7MW3lAip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7MW3lAip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7MW3lAip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7MW3lAip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7MW3lAip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7MW3lAip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7MW3lAip .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7MW3lAip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7MW3lAip .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7MW3lAip .navbar {
    height: 70px;
  }
  .cid-uh7MW3lAip .navbar.opened {
    height: auto;
  }
  .cid-uh7MW3lAip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7MW3JzRz {
  display: flex;
  background-image: url("../../../assets/images/6a-1920x1080.png");
}
.cid-uh7MW3JzRz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uh7MW3JzRz {
    align-items: flex-end;
  }
  .cid-uh7MW3JzRz .row {
    justify-content: center;
  }
  .cid-uh7MW3JzRz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7MW3JzRz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7MW3JzRz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh7MW3JzRz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7MW3JzRz .content-wrap {
    width: 100%;
  }
}
.cid-uh7MW3JzRz .mbr-section-title,
.cid-uh7MW3JzRz .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7MW3JzRz .mbr-text,
.cid-uh7MW3JzRz .mbr-section-btn {
  text-align: center;
}
.cid-uh7MW61Z1p {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uh7MW61Z1p {
    align-items: center;
  }
  .cid-uh7MW61Z1p .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7MW61Z1p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7MW61Z1p {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uh7MW61Z1p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7MW61Z1p .content-wrap {
    width: 100%;
  }
}
.cid-uh7MW61Z1p .mbr-section-title {
  text-align: center;
}
.cid-uh7MW61Z1p .mbr-text,
.cid-uh7MW61Z1p .mbr-section-btn {
  text-align: center;
}
.cid-uh9YFOeJiI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh9YFOeJiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh9YFOeJiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh9YFOeJiI .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uh9YFOeJiI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh9YFOeJiI .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh9YFOeJiI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh9YFOeJiI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh9YFOeJiI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uh9YFOeJiI .mbr-text,
.cid-uh9YFOeJiI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uh9YFOeJiI img {
  width: 100%;
  height: 100%;
}
.cid-uh7MW8kcE0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7MW8kcE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7MW8kcE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7MW8kcE0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7MW8kcE0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7MW8kcE0 .row {
    text-align: center;
  }
  .cid-uh7MW8kcE0 .row > div {
    margin: auto;
  }
  .cid-uh7MW8kcE0 .social-row {
    justify-content: center;
  }
}
.cid-uh7MW8kcE0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7MW8kcE0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7MW8kcE0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7MW8kcE0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7MW8kcE0 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7MW8kcE0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7MW8kcE0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7MW8kcE0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7MW8kcE0 H5 {
  text-align: center;
}
.cid-uh7MW8kcE0 .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7MW8kcE0 .copyright {
  text-align: center;
}
.cid-uh7NbMLu8p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7NbMLu8p nav.navbar {
  position: fixed;
}
.cid-uh7NbMLu8p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7NbMLu8p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7NbMLu8p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7NbMLu8p .dropdown-item:hover,
.cid-uh7NbMLu8p .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7NbMLu8p .dropdown-item:hover span {
  color: white;
}
.cid-uh7NbMLu8p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7NbMLu8p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7NbMLu8p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7NbMLu8p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7NbMLu8p .nav-link {
  position: relative;
}
.cid-uh7NbMLu8p .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7NbMLu8p .container {
    flex-wrap: wrap;
  }
}
.cid-uh7NbMLu8p .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7NbMLu8p .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7NbMLu8p .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7NbMLu8p .dropdown-menu,
.cid-uh7NbMLu8p .navbar.opened {
  background: #000000 !important;
}
.cid-uh7NbMLu8p .nav-item:focus,
.cid-uh7NbMLu8p .nav-link:focus {
  outline: none;
}
.cid-uh7NbMLu8p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7NbMLu8p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7NbMLu8p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7NbMLu8p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7NbMLu8p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7NbMLu8p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7NbMLu8p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7NbMLu8p .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7NbMLu8p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7NbMLu8p .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7NbMLu8p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7NbMLu8p .navbar.collapsed {
  justify-content: center;
}
.cid-uh7NbMLu8p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7NbMLu8p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7NbMLu8p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7NbMLu8p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7NbMLu8p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7NbMLu8p .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-uh7NbMLu8p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7NbMLu8p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7NbMLu8p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7NbMLu8p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7NbMLu8p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7NbMLu8p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7NbMLu8p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7NbMLu8p .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-uh7NbMLu8p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7NbMLu8p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7NbMLu8p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7NbMLu8p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7NbMLu8p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7NbMLu8p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7NbMLu8p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7NbMLu8p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7NbMLu8p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7NbMLu8p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7NbMLu8p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7NbMLu8p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7NbMLu8p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7NbMLu8p .dropdown-item.active,
.cid-uh7NbMLu8p .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7NbMLu8p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7NbMLu8p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7NbMLu8p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7NbMLu8p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7NbMLu8p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7NbMLu8p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7NbMLu8p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7NbMLu8p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7NbMLu8p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7NbMLu8p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7NbMLu8p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7NbMLu8p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7NbMLu8p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7NbMLu8p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7NbMLu8p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7NbMLu8p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7NbMLu8p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7NbMLu8p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7NbMLu8p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7NbMLu8p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7NbMLu8p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7NbMLu8p .navbar {
    height: 70px;
  }
  .cid-uh7NbMLu8p .navbar.opened {
    height: auto;
  }
  .cid-uh7NbMLu8p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7NbN8URz {
  display: flex;
  background-image: url("../../../assets/images/12-1920x1080.png");
}
.cid-uh7NbN8URz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uh7NbN8URz {
    align-items: flex-end;
  }
  .cid-uh7NbN8URz .row {
    justify-content: center;
  }
  .cid-uh7NbN8URz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7NbN8URz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7NbN8URz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh7NbN8URz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7NbN8URz .content-wrap {
    width: 100%;
  }
}
.cid-uh7NbN8URz .mbr-section-title,
.cid-uh7NbN8URz .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7NbN8URz .mbr-text,
.cid-uh7NbN8URz .mbr-section-btn {
  text-align: center;
}
.cid-uh7NbQ9ZcB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uh7NbQ9ZcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7NbQ9ZcB .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-uh7NbQ9ZcB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh7NbQ9ZcB .row {
  flex-direction: row-reverse;
}
.cid-uh7NbQ9ZcB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh7NbQ9ZcB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7NbQ9ZcB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh7NbQ9ZcB .mbr-section-title {
  color: #000000;
}
.cid-uh7NbQ9ZcB .mbr-text,
.cid-uh7NbQ9ZcB .mbr-section-btn {
  color: #232323;
}
.cid-uh92lkDE7l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uh92lkDE7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh92lkDE7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh92lkDE7l .row {
  flex-direction: row-reverse;
}
.cid-uh94NwAHVK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uh94NwAHVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh94NwAHVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh94NwAHVK .row {
  flex-direction: row-reverse;
}
.cid-uh7NbPv1KX {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uh7NbPv1KX {
    align-items: center;
  }
  .cid-uh7NbPv1KX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7NbPv1KX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7NbPv1KX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uh7NbPv1KX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7NbPv1KX .content-wrap {
    width: 100%;
  }
}
.cid-uh7NbPv1KX .mbr-section-title {
  text-align: center;
}
.cid-uh7NbPv1KX .mbr-text,
.cid-uh7NbPv1KX .mbr-section-btn {
  text-align: center;
}
.cid-uh9cVb6oww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uh9cVb6oww h6 {
  line-height: 1.2;
}
.cid-uh9cVb6oww img,
.cid-uh9cVb6oww .item-img {
  width: 100%;
  height: 100%;
}
.cid-uh9cVb6oww .item:focus,
.cid-uh9cVb6oww span:focus {
  outline: none;
}
.cid-uh9cVb6oww .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uh9cVb6oww .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uh9cVb6oww .mbr-section-title {
  color: #000000;
}
.cid-uh9cVb6oww .mbr-text,
.cid-uh9cVb6oww .mbr-section-btn {
  color: #000000;
}
.cid-uh9cVb6oww .item-title {
  color: #000000;
  text-align: center;
}
.cid-uh9cVb6oww .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uh9cVb6oww .item-text {
  color: #000000;
  text-align: center;
}
.cid-uh9cVb6oww .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uh9cVb6oww .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh7NbRPZRh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7NbRPZRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7NbRPZRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7NbRPZRh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7NbRPZRh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7NbRPZRh .row {
    text-align: center;
  }
  .cid-uh7NbRPZRh .row > div {
    margin: auto;
  }
  .cid-uh7NbRPZRh .social-row {
    justify-content: center;
  }
}
.cid-uh7NbRPZRh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7NbRPZRh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7NbRPZRh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7NbRPZRh .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7NbRPZRh .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7NbRPZRh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7NbRPZRh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7NbRPZRh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7NbRPZRh H5 {
  text-align: center;
}
.cid-uh7NbRPZRh .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7NbRPZRh .copyright {
  text-align: center;
}
.cid-uh7N5O0LrI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7N5O0LrI nav.navbar {
  position: fixed;
}
.cid-uh7N5O0LrI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7N5O0LrI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7N5O0LrI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7N5O0LrI .dropdown-item:hover,
.cid-uh7N5O0LrI .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7N5O0LrI .dropdown-item:hover span {
  color: white;
}
.cid-uh7N5O0LrI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7N5O0LrI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7N5O0LrI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7N5O0LrI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7N5O0LrI .nav-link {
  position: relative;
}
.cid-uh7N5O0LrI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7N5O0LrI .container {
    flex-wrap: wrap;
  }
}
.cid-uh7N5O0LrI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7N5O0LrI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7N5O0LrI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7N5O0LrI .dropdown-menu,
.cid-uh7N5O0LrI .navbar.opened {
  background: #000000 !important;
}
.cid-uh7N5O0LrI .nav-item:focus,
.cid-uh7N5O0LrI .nav-link:focus {
  outline: none;
}
.cid-uh7N5O0LrI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7N5O0LrI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7N5O0LrI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7N5O0LrI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7N5O0LrI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7N5O0LrI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7N5O0LrI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7N5O0LrI .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7N5O0LrI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7N5O0LrI .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7N5O0LrI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7N5O0LrI .navbar.collapsed {
  justify-content: center;
}
.cid-uh7N5O0LrI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7N5O0LrI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7N5O0LrI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7N5O0LrI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7N5O0LrI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7N5O0LrI .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-uh7N5O0LrI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7N5O0LrI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7N5O0LrI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7N5O0LrI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7N5O0LrI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7N5O0LrI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7N5O0LrI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7N5O0LrI .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-uh7N5O0LrI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7N5O0LrI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7N5O0LrI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7N5O0LrI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7N5O0LrI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7N5O0LrI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7N5O0LrI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7N5O0LrI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7N5O0LrI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7N5O0LrI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7N5O0LrI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7N5O0LrI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7N5O0LrI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7N5O0LrI .dropdown-item.active,
.cid-uh7N5O0LrI .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7N5O0LrI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7N5O0LrI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7N5O0LrI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7N5O0LrI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7N5O0LrI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7N5O0LrI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7N5O0LrI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7N5O0LrI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7N5O0LrI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7N5O0LrI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7N5O0LrI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7N5O0LrI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7N5O0LrI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7N5O0LrI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7N5O0LrI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7N5O0LrI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7N5O0LrI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7N5O0LrI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7N5O0LrI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7N5O0LrI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7N5O0LrI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7N5O0LrI .navbar {
    height: 70px;
  }
  .cid-uh7N5O0LrI .navbar.opened {
    height: auto;
  }
  .cid-uh7N5O0LrI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7N5OouJM {
  display: flex;
  background-image: url("../../../assets/images/13-1920x1080.png");
}
.cid-uh7N5OouJM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uh7N5OouJM {
    align-items: flex-end;
  }
  .cid-uh7N5OouJM .row {
    justify-content: center;
  }
  .cid-uh7N5OouJM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7N5OouJM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7N5OouJM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh7N5OouJM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7N5OouJM .content-wrap {
    width: 100%;
  }
}
.cid-uh7N5OouJM .mbr-section-title,
.cid-uh7N5OouJM .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7N5OouJM .mbr-text,
.cid-uh7N5OouJM .mbr-section-btn {
  text-align: center;
}
.cid-uh7N5QDmB2 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uh7N5QDmB2 {
    align-items: center;
  }
  .cid-uh7N5QDmB2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7N5QDmB2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7N5QDmB2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uh7N5QDmB2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7N5QDmB2 .content-wrap {
    width: 100%;
  }
}
.cid-uh7N5QDmB2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uh7N5QDmB2 .mbr-text,
.cid-uh7N5QDmB2 .mbr-section-btn {
  text-align: center;
}
.cid-uh7N5S3TFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/forms-1920-x-1080-px-1920x1080.png");
}
.cid-uh7N5S3TFw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uh7N5S3TFw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh7N5S3TFw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uh7N5S3TFw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uh8w0ib6bm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uh8w0ib6bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh8w0ib6bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh8w0ib6bm .google-map {
  height: 30rem;
  position: relative;
}
.cid-uh8w0ib6bm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh8w0ib6bm .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-uh8w0ib6bm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh8w0ib6bm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh8FYrDO4Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uh8FYrDO4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh8FYrDO4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh8FYrDO4Q .mbr-section-title {
  text-align: center;
}
.cid-uh8FYrDO4Q .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7N5STvO9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7N5STvO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7N5STvO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7N5STvO9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7N5STvO9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7N5STvO9 .row {
    text-align: center;
  }
  .cid-uh7N5STvO9 .row > div {
    margin: auto;
  }
  .cid-uh7N5STvO9 .social-row {
    justify-content: center;
  }
}
.cid-uh7N5STvO9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7N5STvO9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7N5STvO9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7N5STvO9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7N5STvO9 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7N5STvO9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7N5STvO9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7N5STvO9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7N5STvO9 H5 {
  text-align: center;
}
.cid-uh7N5STvO9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7N5STvO9 .copyright {
  text-align: center;
}
.cid-uh7MsRivt2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7MsRivt2 nav.navbar {
  position: fixed;
}
.cid-uh7MsRivt2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7MsRivt2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7MsRivt2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7MsRivt2 .dropdown-item:hover,
.cid-uh7MsRivt2 .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7MsRivt2 .dropdown-item:hover span {
  color: white;
}
.cid-uh7MsRivt2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7MsRivt2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7MsRivt2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7MsRivt2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7MsRivt2 .nav-link {
  position: relative;
}
.cid-uh7MsRivt2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7MsRivt2 .container {
    flex-wrap: wrap;
  }
}
.cid-uh7MsRivt2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7MsRivt2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7MsRivt2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7MsRivt2 .dropdown-menu,
.cid-uh7MsRivt2 .navbar.opened {
  background: #000000 !important;
}
.cid-uh7MsRivt2 .nav-item:focus,
.cid-uh7MsRivt2 .nav-link:focus {
  outline: none;
}
.cid-uh7MsRivt2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7MsRivt2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7MsRivt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7MsRivt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7MsRivt2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7MsRivt2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7MsRivt2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7MsRivt2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7MsRivt2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7MsRivt2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7MsRivt2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7MsRivt2 .navbar.collapsed {
  justify-content: center;
}
.cid-uh7MsRivt2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7MsRivt2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7MsRivt2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7MsRivt2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7MsRivt2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7MsRivt2 .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-uh7MsRivt2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7MsRivt2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7MsRivt2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7MsRivt2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7MsRivt2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7MsRivt2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7MsRivt2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7MsRivt2 .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-uh7MsRivt2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7MsRivt2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7MsRivt2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7MsRivt2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7MsRivt2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7MsRivt2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7MsRivt2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7MsRivt2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7MsRivt2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7MsRivt2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7MsRivt2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7MsRivt2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7MsRivt2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7MsRivt2 .dropdown-item.active,
.cid-uh7MsRivt2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7MsRivt2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7MsRivt2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7MsRivt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7MsRivt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7MsRivt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7MsRivt2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7MsRivt2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7MsRivt2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7MsRivt2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7MsRivt2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7MsRivt2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7MsRivt2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7MsRivt2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7MsRivt2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7MsRivt2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7MsRivt2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7MsRivt2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7MsRivt2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7MsRivt2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7MsRivt2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7MsRivt2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7MsRivt2 .navbar {
    height: 70px;
  }
  .cid-uh7MsRivt2 .navbar.opened {
    height: auto;
  }
  .cid-uh7MsRivt2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7MsRIbPP {
  display: flex;
  background-image: url("../../../assets/images/33-1920x1080.png");
}
.cid-uh7MsRIbPP .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uh7MsRIbPP {
    align-items: flex-end;
  }
  .cid-uh7MsRIbPP .row {
    justify-content: center;
  }
  .cid-uh7MsRIbPP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7MsRIbPP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7MsRIbPP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh7MsRIbPP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7MsRIbPP .content-wrap {
    width: 100%;
  }
}
.cid-uh7MsRIbPP .mbr-section-title,
.cid-uh7MsRIbPP .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7MsRIbPP .mbr-text,
.cid-uh7MsRIbPP .mbr-section-btn {
  text-align: center;
}
.cid-uh7MsU0qZe {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uh7MsU0qZe {
    align-items: center;
  }
  .cid-uh7MsU0qZe .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7MsU0qZe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7MsU0qZe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uh7MsU0qZe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7MsU0qZe .content-wrap {
    width: 100%;
  }
}
.cid-uh7MsU0qZe .mbr-section-title {
  text-align: center;
}
.cid-uh7MsU0qZe .mbr-text,
.cid-uh7MsU0qZe .mbr-section-btn {
  text-align: center;
}
.cid-uh7MsUEsgC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uh7MsUEsgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7MsUEsgC .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-uh7MsUEsgC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh7MsUEsgC .row {
  flex-direction: row-reverse;
}
.cid-uh7MsUEsgC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh7MsUEsgC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7MsUEsgC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh7MsUEsgC .mbr-section-title {
  color: #000000;
}
.cid-uh7MsUEsgC .mbr-text,
.cid-uh7MsUEsgC .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uh9T9aaDWB {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uh9T9aaDWB {
    padding-bottom: 5rem;
  }
}
.cid-uh9T9aaDWB img,
.cid-uh9T9aaDWB .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uh9T9aaDWB img,
  .cid-uh9T9aaDWB .item-img {
    height: 375px;
    object-fit: cover;
  }
}
.cid-uh9T9aaDWB .row {
  flex-direction: row-reverse;
}
.cid-uh9T9aaDWB .mbr-text {
  color: #000000;
}
.cid-uh9T9aaDWB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uh9T9aaDWB .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uh9T9aaDWB .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uh9T9aaDWB .mbr-text UL {
  text-align: left;
}
.cid-uh9T9aaDWB .mbr-section-subtitle,
.cid-uh9T9aaDWB .main-button {
  color: #000000;
}
.cid-uh9T9aaDWB .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uh9T9aaDWB .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uh9T9aaDWB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uh9T9aaDWB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh9T9aaDWB .item-title {
  text-align: center;
}
.cid-uh9T9aaDWB .item-wrapper {
  padding: 0;
  margin: 0;
}
.cid-uh9T9aaDWB .side-features .item {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uh9T9aaDWB .side-features {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uh9T9aaDWB .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh9T9aaDWB .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uheIvo0mbc {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2024-05-22-at-10.43.48-7-1204x1600.jpg");
}
.cid-uheIvo0mbc .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uheIvo0mbc {
    align-items: center;
  }
  .cid-uheIvo0mbc .row {
    justify-content: center;
  }
  .cid-uheIvo0mbc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uheIvo0mbc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uheIvo0mbc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uheIvo0mbc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uheIvo0mbc .content-wrap {
    width: 100%;
  }
}
.cid-uheIvo0mbc .mbr-section-title,
.cid-uheIvo0mbc .mbr-section-subtitle {
  text-align: center;
}
.cid-uheIvo0mbc .mbr-text,
.cid-uheIvo0mbc .mbr-section-btn {
  text-align: center;
}
.cid-uheRLlVMM6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uheRLlVMM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uheRLlVMM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uheRLlVMM6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uheRLlVMM6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uheRLlVMM6 .mbr-section-title {
  text-align: center;
}
.cid-uheRLlVMM6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uheRLlVMM6 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uheRLlVMM6 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uheRLlVMM6 .content-head {
  max-width: 800px;
}
.cid-uheRLlVMM6 .img-box {
  display: flex;
  justify-content: center;
}
.cid-uheRLlVMM6 .card-title {
  text-align: center;
}
.cid-uheRLlVMM6 .card-text {
  text-align: center;
}
.cid-uheRLlVMM6 .link {
  text-align: center;
}
.cid-uh7MsWiJF7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7MsWiJF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7MsWiJF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7MsWiJF7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7MsWiJF7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7MsWiJF7 .row {
    text-align: center;
  }
  .cid-uh7MsWiJF7 .row > div {
    margin: auto;
  }
  .cid-uh7MsWiJF7 .social-row {
    justify-content: center;
  }
}
.cid-uh7MsWiJF7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7MsWiJF7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7MsWiJF7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7MsWiJF7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7MsWiJF7 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7MsWiJF7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7MsWiJF7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7MsWiJF7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7MsWiJF7 H5 {
  text-align: center;
}
.cid-uh7MsWiJF7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7MsWiJF7 .copyright {
  text-align: center;
}
.cid-uh7Nm324w8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7Nm324w8 nav.navbar {
  position: fixed;
}
.cid-uh7Nm324w8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7Nm324w8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7Nm324w8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7Nm324w8 .dropdown-item:hover,
.cid-uh7Nm324w8 .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7Nm324w8 .dropdown-item:hover span {
  color: white;
}
.cid-uh7Nm324w8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7Nm324w8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7Nm324w8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7Nm324w8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7Nm324w8 .nav-link {
  position: relative;
}
.cid-uh7Nm324w8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7Nm324w8 .container {
    flex-wrap: wrap;
  }
}
.cid-uh7Nm324w8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7Nm324w8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7Nm324w8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7Nm324w8 .dropdown-menu,
.cid-uh7Nm324w8 .navbar.opened {
  background: #000000 !important;
}
.cid-uh7Nm324w8 .nav-item:focus,
.cid-uh7Nm324w8 .nav-link:focus {
  outline: none;
}
.cid-uh7Nm324w8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7Nm324w8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7Nm324w8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7Nm324w8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7Nm324w8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7Nm324w8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7Nm324w8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7Nm324w8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7Nm324w8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7Nm324w8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7Nm324w8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7Nm324w8 .navbar.collapsed {
  justify-content: center;
}
.cid-uh7Nm324w8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7Nm324w8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7Nm324w8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7Nm324w8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7Nm324w8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7Nm324w8 .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-uh7Nm324w8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7Nm324w8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7Nm324w8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7Nm324w8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7Nm324w8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7Nm324w8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7Nm324w8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7Nm324w8 .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-uh7Nm324w8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7Nm324w8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7Nm324w8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7Nm324w8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7Nm324w8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7Nm324w8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7Nm324w8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7Nm324w8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7Nm324w8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7Nm324w8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7Nm324w8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7Nm324w8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7Nm324w8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7Nm324w8 .dropdown-item.active,
.cid-uh7Nm324w8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7Nm324w8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7Nm324w8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7Nm324w8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7Nm324w8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7Nm324w8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7Nm324w8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7Nm324w8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7Nm324w8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7Nm324w8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7Nm324w8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7Nm324w8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7Nm324w8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7Nm324w8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7Nm324w8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7Nm324w8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7Nm324w8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7Nm324w8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7Nm324w8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7Nm324w8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7Nm324w8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7Nm324w8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7Nm324w8 .navbar {
    height: 70px;
  }
  .cid-uh7Nm324w8 .navbar.opened {
    height: auto;
  }
  .cid-uh7Nm324w8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7Nm3nqcj {
  display: flex;
  background-image: url("../../../assets/images/11-1920x1080.png");
}
.cid-uh7Nm3nqcj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uh7Nm3nqcj {
    align-items: flex-end;
  }
  .cid-uh7Nm3nqcj .row {
    justify-content: center;
  }
  .cid-uh7Nm3nqcj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7Nm3nqcj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7Nm3nqcj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh7Nm3nqcj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7Nm3nqcj .content-wrap {
    width: 100%;
  }
}
.cid-uh7Nm3nqcj .mbr-section-title,
.cid-uh7Nm3nqcj .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7Nm3nqcj .mbr-text,
.cid-uh7Nm3nqcj .mbr-section-btn {
  text-align: center;
}
.cid-uh7Nm5VFok {
  display: flex;
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uh7Nm5VFok {
    align-items: center;
  }
  .cid-uh7Nm5VFok .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7Nm5VFok .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7Nm5VFok {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uh7Nm5VFok .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7Nm5VFok .content-wrap {
    width: 100%;
  }
}
.cid-uh7Nm5VFok .mbr-section-title {
  text-align: center;
}
.cid-uh7Nm5VFok .mbr-text,
.cid-uh7Nm5VFok .mbr-section-btn {
  text-align: center;
}
.cid-uha0P3VFMT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uha0P3VFMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uha0P3VFMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uha0P3VFMT .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uha0P3VFMT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uha0P3VFMT .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uha0P3VFMT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uha0P3VFMT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uha0P3VFMT .mbr-section-title {
  color: #000000;
}
.cid-uha0P3VFMT .mbr-text,
.cid-uha0P3VFMT .mbr-section-btn {
  color: #000000;
}
.cid-uha0P3VFMT img {
  width: 100%;
  height: 100%;
}
.cid-uh7Nm8fU5a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7Nm8fU5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7Nm8fU5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7Nm8fU5a .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7Nm8fU5a .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7Nm8fU5a .row {
    text-align: center;
  }
  .cid-uh7Nm8fU5a .row > div {
    margin: auto;
  }
  .cid-uh7Nm8fU5a .social-row {
    justify-content: center;
  }
}
.cid-uh7Nm8fU5a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7Nm8fU5a .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7Nm8fU5a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7Nm8fU5a .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7Nm8fU5a .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7Nm8fU5a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7Nm8fU5a .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7Nm8fU5a div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7Nm8fU5a H5 {
  text-align: center;
}
.cid-uh7Nm8fU5a .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7Nm8fU5a .copyright {
  text-align: center;
}
.cid-uh9qbIMEXS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh9qbIMEXS nav.navbar {
  position: fixed;
}
.cid-uh9qbIMEXS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh9qbIMEXS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh9qbIMEXS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh9qbIMEXS .dropdown-item:hover,
.cid-uh9qbIMEXS .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh9qbIMEXS .dropdown-item:hover span {
  color: white;
}
.cid-uh9qbIMEXS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh9qbIMEXS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh9qbIMEXS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh9qbIMEXS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh9qbIMEXS .nav-link {
  position: relative;
}
.cid-uh9qbIMEXS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh9qbIMEXS .container {
    flex-wrap: wrap;
  }
}
.cid-uh9qbIMEXS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh9qbIMEXS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh9qbIMEXS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh9qbIMEXS .dropdown-menu,
.cid-uh9qbIMEXS .navbar.opened {
  background: #000000 !important;
}
.cid-uh9qbIMEXS .nav-item:focus,
.cid-uh9qbIMEXS .nav-link:focus {
  outline: none;
}
.cid-uh9qbIMEXS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh9qbIMEXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh9qbIMEXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh9qbIMEXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh9qbIMEXS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh9qbIMEXS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh9qbIMEXS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh9qbIMEXS .navbar.opened {
  transition: all 0.3s;
}
.cid-uh9qbIMEXS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh9qbIMEXS .navbar .navbar-logo img {
  width: auto;
}
.cid-uh9qbIMEXS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh9qbIMEXS .navbar.collapsed {
  justify-content: center;
}
.cid-uh9qbIMEXS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh9qbIMEXS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh9qbIMEXS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh9qbIMEXS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh9qbIMEXS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh9qbIMEXS .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-uh9qbIMEXS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh9qbIMEXS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh9qbIMEXS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh9qbIMEXS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh9qbIMEXS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh9qbIMEXS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh9qbIMEXS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh9qbIMEXS .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-uh9qbIMEXS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh9qbIMEXS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh9qbIMEXS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh9qbIMEXS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh9qbIMEXS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh9qbIMEXS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh9qbIMEXS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh9qbIMEXS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh9qbIMEXS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh9qbIMEXS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh9qbIMEXS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh9qbIMEXS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh9qbIMEXS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh9qbIMEXS .dropdown-item.active,
.cid-uh9qbIMEXS .dropdown-item:active {
  background-color: transparent;
}
.cid-uh9qbIMEXS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh9qbIMEXS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh9qbIMEXS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh9qbIMEXS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh9qbIMEXS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh9qbIMEXS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh9qbIMEXS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh9qbIMEXS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh9qbIMEXS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh9qbIMEXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh9qbIMEXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh9qbIMEXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh9qbIMEXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh9qbIMEXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh9qbIMEXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh9qbIMEXS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh9qbIMEXS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh9qbIMEXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh9qbIMEXS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh9qbIMEXS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh9qbIMEXS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh9qbIMEXS .navbar {
    height: 70px;
  }
  .cid-uh9qbIMEXS .navbar.opened {
    height: auto;
  }
  .cid-uh9qbIMEXS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh9qbJa6Kp {
  display: flex;
  background-image: url("../../../assets/images/1a-1920x1080.png");
}
.cid-uh9qbJa6Kp .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uh9qbJa6Kp {
    align-items: flex-end;
  }
  .cid-uh9qbJa6Kp .row {
    justify-content: center;
  }
  .cid-uh9qbJa6Kp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh9qbJa6Kp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh9qbJa6Kp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh9qbJa6Kp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh9qbJa6Kp .content-wrap {
    width: 100%;
  }
}
.cid-uh9qbJa6Kp .mbr-section-title,
.cid-uh9qbJa6Kp .mbr-section-subtitle {
  text-align: center;
}
.cid-uh9qbJa6Kp .mbr-text,
.cid-uh9qbJa6Kp .mbr-section-btn {
  text-align: center;
}
.cid-uh9qbJroE0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uh9qbJroE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh9qbJroE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uh9qbJroE0 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uh9qbJroE0 .mbr-section-title {
  color: #ffffff;
}
.cid-uh9qbJroE0 .mbr-text,
.cid-uh9qbJroE0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uh9qbJEgAR {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uh9qbJEgAR img,
.cid-uh9qbJEgAR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uh9qbJEgAR .item:focus,
.cid-uh9qbJEgAR span:focus {
  outline: none;
}
.cid-uh9qbJEgAR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uh9qbJEgAR .item {
    margin-bottom: 1rem;
  }
}
.cid-uh9qbJEgAR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uh9qbJEgAR .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uh9qbJEgAR .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh9qbJEgAR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh9qbJEgAR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uh9qbJEgAR .item-title {
  text-align: center;
}
.cid-uh9qbJEgAR .item-subtitle {
  text-align: left;
}
.cid-uh9qbJEgAR .mbr-text,
.cid-uh9qbJEgAR .item .mbr-section-btn {
  text-align: center;
}
.cid-uh9qbJEgAR .content-head {
  max-width: 800px;
}
.cid-uh9qbJEgAR .mbr-section-subtitle,
.cid-uh9qbJEgAR .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uh9qbKXQcQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh9qbKXQcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh9qbKXQcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh9qbKXQcQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh9qbKXQcQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh9qbKXQcQ .row {
    text-align: center;
  }
  .cid-uh9qbKXQcQ .row > div {
    margin: auto;
  }
  .cid-uh9qbKXQcQ .social-row {
    justify-content: center;
  }
}
.cid-uh9qbKXQcQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh9qbKXQcQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh9qbKXQcQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh9qbKXQcQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uh9qbKXQcQ .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh9qbKXQcQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh9qbKXQcQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh9qbKXQcQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh9qbKXQcQ H5 {
  text-align: center;
}
.cid-uh9qbKXQcQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uh9qbKXQcQ .copyright {
  text-align: center;
}
.cid-uhc30lydPs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhc30lydPs nav.navbar {
  position: fixed;
}
.cid-uhc30lydPs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhc30lydPs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhc30lydPs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhc30lydPs .dropdown-item:hover,
.cid-uhc30lydPs .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uhc30lydPs .dropdown-item:hover span {
  color: white;
}
.cid-uhc30lydPs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhc30lydPs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhc30lydPs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhc30lydPs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhc30lydPs .nav-link {
  position: relative;
}
.cid-uhc30lydPs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhc30lydPs .container {
    flex-wrap: wrap;
  }
}
.cid-uhc30lydPs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhc30lydPs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhc30lydPs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhc30lydPs .dropdown-menu,
.cid-uhc30lydPs .navbar.opened {
  background: #000000 !important;
}
.cid-uhc30lydPs .nav-item:focus,
.cid-uhc30lydPs .nav-link:focus {
  outline: none;
}
.cid-uhc30lydPs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhc30lydPs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhc30lydPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhc30lydPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhc30lydPs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhc30lydPs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhc30lydPs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uhc30lydPs .navbar.opened {
  transition: all 0.3s;
}
.cid-uhc30lydPs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhc30lydPs .navbar .navbar-logo img {
  width: auto;
}
.cid-uhc30lydPs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhc30lydPs .navbar.collapsed {
  justify-content: center;
}
.cid-uhc30lydPs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhc30lydPs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhc30lydPs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uhc30lydPs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhc30lydPs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhc30lydPs .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-uhc30lydPs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhc30lydPs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhc30lydPs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhc30lydPs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhc30lydPs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhc30lydPs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhc30lydPs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhc30lydPs .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-uhc30lydPs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhc30lydPs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhc30lydPs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhc30lydPs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhc30lydPs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhc30lydPs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhc30lydPs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhc30lydPs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhc30lydPs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhc30lydPs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhc30lydPs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhc30lydPs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhc30lydPs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhc30lydPs .dropdown-item.active,
.cid-uhc30lydPs .dropdown-item:active {
  background-color: transparent;
}
.cid-uhc30lydPs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhc30lydPs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhc30lydPs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhc30lydPs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhc30lydPs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhc30lydPs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhc30lydPs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhc30lydPs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhc30lydPs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhc30lydPs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhc30lydPs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhc30lydPs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhc30lydPs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhc30lydPs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhc30lydPs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhc30lydPs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhc30lydPs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhc30lydPs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhc30lydPs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhc30lydPs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhc30lydPs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhc30lydPs .navbar {
    height: 70px;
  }
  .cid-uhc30lydPs .navbar.opened {
    height: auto;
  }
  .cid-uhc30lydPs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhc30mcjN1 {
  display: flex;
  background-image: url("../../../assets/images/14-1920x1080.png");
}
.cid-uhc30mcjN1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uhc30mcjN1 {
    align-items: flex-end;
  }
  .cid-uhc30mcjN1 .row {
    justify-content: center;
  }
  .cid-uhc30mcjN1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhc30mcjN1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhc30mcjN1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhc30mcjN1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhc30mcjN1 .content-wrap {
    width: 100%;
  }
}
.cid-uhc30mcjN1 .mbr-section-title,
.cid-uhc30mcjN1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uhc30mcjN1 .mbr-text,
.cid-uhc30mcjN1 .mbr-section-btn {
  text-align: center;
}
.cid-uhc30mD76I {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uhc30mD76I {
    align-items: center;
  }
  .cid-uhc30mD76I .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhc30mD76I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhc30mD76I {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhc30mD76I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhc30mD76I .content-wrap {
    width: 100%;
  }
}
.cid-uhc30mD76I .mbr-section-title {
  text-align: center;
}
.cid-uhc30mD76I .mbr-text,
.cid-uhc30mD76I .mbr-section-btn {
  text-align: center;
}
.cid-uhc30n1NNg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhc30n1NNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhc30n1NNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhc30n1NNg .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uhc30n1NNg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhc30n1NNg .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uhc30n1NNg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhc30n1NNg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhc30n1NNg .mbr-section-title {
  color: #000000;
}
.cid-uhc30n1NNg .mbr-text,
.cid-uhc30n1NNg .mbr-section-btn {
  color: #000000;
}
.cid-uhc30n1NNg img {
  width: 100%;
  height: 100%;
}
.cid-uhc30nuDeo {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uhc30nuDeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhc30nuDeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uhc30nuDeo .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uhc30nuDeo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhc30nuDeo .mbr-text,
.cid-uhc30nuDeo .mbr-section-btn {
  color: #000000;
}
.cid-uhc30nuDeo .media-content,
.cid-uhc30nuDeo .mbr-figure {
  align-self: center;
}
.cid-uhc30nuDeo .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uhc30nuDeo .app-video-wrapper {
  background: transparent;
}
.cid-uhcMh8rGAB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhcMh8rGAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcMh8rGAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uhcMh8rGAB .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uhcMh8rGAB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhcMh8rGAB .mbr-text,
.cid-uhcMh8rGAB .mbr-section-btn {
  color: #000000;
}
.cid-uhcMh8rGAB .media-content,
.cid-uhcMh8rGAB .mbr-figure {
  align-self: center;
}
.cid-uhcMh8rGAB .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uhcMh8rGAB .app-video-wrapper {
  background: transparent;
}
.cid-uhc30nV2Y5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uhc30nV2Y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhc30nV2Y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhc30nV2Y5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhc30nV2Y5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhc30nV2Y5 .row {
    text-align: center;
  }
  .cid-uhc30nV2Y5 .row > div {
    margin: auto;
  }
  .cid-uhc30nV2Y5 .social-row {
    justify-content: center;
  }
}
.cid-uhc30nV2Y5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhc30nV2Y5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhc30nV2Y5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhc30nV2Y5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uhc30nV2Y5 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uhc30nV2Y5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhc30nV2Y5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhc30nV2Y5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhc30nV2Y5 H5 {
  text-align: center;
}
.cid-uhc30nV2Y5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uhc30nV2Y5 .copyright {
  text-align: center;
}
.cid-uhcf0Gyqco {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhcf0Gyqco nav.navbar {
  position: fixed;
}
.cid-uhcf0Gyqco .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhcf0Gyqco .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhcf0Gyqco .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhcf0Gyqco .dropdown-item:hover,
.cid-uhcf0Gyqco .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uhcf0Gyqco .dropdown-item:hover span {
  color: white;
}
.cid-uhcf0Gyqco .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhcf0Gyqco .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhcf0Gyqco .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhcf0Gyqco .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhcf0Gyqco .nav-link {
  position: relative;
}
.cid-uhcf0Gyqco .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhcf0Gyqco .container {
    flex-wrap: wrap;
  }
}
.cid-uhcf0Gyqco .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhcf0Gyqco .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhcf0Gyqco .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhcf0Gyqco .dropdown-menu,
.cid-uhcf0Gyqco .navbar.opened {
  background: #000000 !important;
}
.cid-uhcf0Gyqco .nav-item:focus,
.cid-uhcf0Gyqco .nav-link:focus {
  outline: none;
}
.cid-uhcf0Gyqco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhcf0Gyqco .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhcf0Gyqco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhcf0Gyqco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhcf0Gyqco .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhcf0Gyqco .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhcf0Gyqco .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uhcf0Gyqco .navbar.opened {
  transition: all 0.3s;
}
.cid-uhcf0Gyqco .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhcf0Gyqco .navbar .navbar-logo img {
  width: auto;
}
.cid-uhcf0Gyqco .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhcf0Gyqco .navbar.collapsed {
  justify-content: center;
}
.cid-uhcf0Gyqco .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhcf0Gyqco .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhcf0Gyqco .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uhcf0Gyqco .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhcf0Gyqco .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhcf0Gyqco .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-uhcf0Gyqco .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhcf0Gyqco .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhcf0Gyqco .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhcf0Gyqco .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhcf0Gyqco .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhcf0Gyqco .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhcf0Gyqco .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhcf0Gyqco .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-uhcf0Gyqco .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhcf0Gyqco .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhcf0Gyqco .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhcf0Gyqco .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhcf0Gyqco .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhcf0Gyqco .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhcf0Gyqco .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhcf0Gyqco .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhcf0Gyqco .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhcf0Gyqco .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhcf0Gyqco .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhcf0Gyqco .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhcf0Gyqco .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhcf0Gyqco .dropdown-item.active,
.cid-uhcf0Gyqco .dropdown-item:active {
  background-color: transparent;
}
.cid-uhcf0Gyqco .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhcf0Gyqco .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhcf0Gyqco .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhcf0Gyqco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhcf0Gyqco .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhcf0Gyqco .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhcf0Gyqco ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhcf0Gyqco .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhcf0Gyqco button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhcf0Gyqco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhcf0Gyqco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhcf0Gyqco button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhcf0Gyqco button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhcf0Gyqco button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhcf0Gyqco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhcf0Gyqco nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhcf0Gyqco nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhcf0Gyqco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhcf0Gyqco .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhcf0Gyqco a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhcf0Gyqco .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhcf0Gyqco .navbar {
    height: 70px;
  }
  .cid-uhcf0Gyqco .navbar.opened {
    height: auto;
  }
  .cid-uhcf0Gyqco .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhcf0HaLui {
  display: flex;
  background-image: url("../../../assets/images/17-1920x1080.png");
}
.cid-uhcf0HaLui .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uhcf0HaLui {
    align-items: flex-end;
  }
  .cid-uhcf0HaLui .row {
    justify-content: center;
  }
  .cid-uhcf0HaLui .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhcf0HaLui .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhcf0HaLui {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhcf0HaLui .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhcf0HaLui .content-wrap {
    width: 100%;
  }
}
.cid-uhcf0HaLui .mbr-section-title,
.cid-uhcf0HaLui .mbr-section-subtitle {
  text-align: center;
}
.cid-uhcf0HaLui .mbr-text,
.cid-uhcf0HaLui .mbr-section-btn {
  text-align: center;
}
.cid-uhcf0HHCfz {
  display: flex;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uhcf0HHCfz {
    align-items: center;
  }
  .cid-uhcf0HHCfz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhcf0HHCfz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhcf0HHCfz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhcf0HHCfz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhcf0HHCfz .content-wrap {
    width: 100%;
  }
}
.cid-uhcf0HHCfz .mbr-section-title {
  text-align: center;
}
.cid-uhcf0HHCfz .mbr-text,
.cid-uhcf0HHCfz .mbr-section-btn {
  text-align: center;
}
.cid-uhcf0I8jIu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhcf0I8jIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcf0I8jIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhcf0I8jIu .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uhcf0I8jIu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhcf0I8jIu .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uhcf0I8jIu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhcf0I8jIu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhcf0I8jIu .mbr-section-title {
  color: #000000;
}
.cid-uhcf0I8jIu .mbr-text,
.cid-uhcf0I8jIu .mbr-section-btn {
  color: #000000;
}
.cid-uhcf0I8jIu img {
  width: 100%;
  height: 100%;
}
.cid-uhcZxjl7hx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uhcZxjl7hx .mbr-text {
  color: #000000;
}
.cid-uhcZxjl7hx .mbr-section-subtitle {
  color: #000000;
}
.cid-uhcZxjl7hx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhcZxjl7hx .mbr-text,
.cid-uhcZxjl7hx .item .mbr-section-btn {
  text-align: left;
}
.cid-uhcZxjl7hx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhcZxjl7hx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhcZxjl7hx .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uhcZxjl7hx .item-wrapper {
    padding: 4rem;
  }
}
.cid-uhcZxjl7hx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uhcZxjl7hx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uhcZxjl7hx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uhcZxjl7hx .mbr-text UL {
  text-align: left;
}
.cid-uhcZxjl7hx .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uhcf0IFPma {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhcf0IFPma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcf0IFPma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uhcf0IFPma .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uhcf0IFPma .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhcf0IFPma .mbr-text,
.cid-uhcf0IFPma .mbr-section-btn {
  color: #000000;
}
.cid-uhcf0IFPma .media-content,
.cid-uhcf0IFPma .mbr-figure {
  align-self: center;
}
.cid-uhcf0IFPma .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uhcf0IFPma .app-video-wrapper {
  background: transparent;
}
.cid-uhcf0J4DTs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uhcf0J4DTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcf0J4DTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhcf0J4DTs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhcf0J4DTs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhcf0J4DTs .row {
    text-align: center;
  }
  .cid-uhcf0J4DTs .row > div {
    margin: auto;
  }
  .cid-uhcf0J4DTs .social-row {
    justify-content: center;
  }
}
.cid-uhcf0J4DTs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhcf0J4DTs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhcf0J4DTs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhcf0J4DTs .list {
    margin-bottom: 0rem;
  }
}
.cid-uhcf0J4DTs .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uhcf0J4DTs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhcf0J4DTs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhcf0J4DTs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhcf0J4DTs H5 {
  text-align: center;
}
.cid-uhcf0J4DTs .mbr-section-subtitle {
  text-align: left;
}
.cid-uhcf0J4DTs .copyright {
  text-align: center;
}
.cid-uhdk0rI0CT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhdk0rI0CT nav.navbar {
  position: fixed;
}
.cid-uhdk0rI0CT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhdk0rI0CT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhdk0rI0CT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhdk0rI0CT .dropdown-item:hover,
.cid-uhdk0rI0CT .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uhdk0rI0CT .dropdown-item:hover span {
  color: white;
}
.cid-uhdk0rI0CT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhdk0rI0CT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhdk0rI0CT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhdk0rI0CT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhdk0rI0CT .nav-link {
  position: relative;
}
.cid-uhdk0rI0CT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhdk0rI0CT .container {
    flex-wrap: wrap;
  }
}
.cid-uhdk0rI0CT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhdk0rI0CT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhdk0rI0CT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhdk0rI0CT .dropdown-menu,
.cid-uhdk0rI0CT .navbar.opened {
  background: #000000 !important;
}
.cid-uhdk0rI0CT .nav-item:focus,
.cid-uhdk0rI0CT .nav-link:focus {
  outline: none;
}
.cid-uhdk0rI0CT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhdk0rI0CT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhdk0rI0CT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhdk0rI0CT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhdk0rI0CT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhdk0rI0CT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhdk0rI0CT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uhdk0rI0CT .navbar.opened {
  transition: all 0.3s;
}
.cid-uhdk0rI0CT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhdk0rI0CT .navbar .navbar-logo img {
  width: auto;
}
.cid-uhdk0rI0CT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhdk0rI0CT .navbar.collapsed {
  justify-content: center;
}
.cid-uhdk0rI0CT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhdk0rI0CT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhdk0rI0CT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uhdk0rI0CT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhdk0rI0CT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhdk0rI0CT .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-uhdk0rI0CT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhdk0rI0CT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhdk0rI0CT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhdk0rI0CT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhdk0rI0CT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhdk0rI0CT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhdk0rI0CT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhdk0rI0CT .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-uhdk0rI0CT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhdk0rI0CT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhdk0rI0CT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhdk0rI0CT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhdk0rI0CT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhdk0rI0CT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhdk0rI0CT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhdk0rI0CT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhdk0rI0CT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhdk0rI0CT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhdk0rI0CT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhdk0rI0CT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhdk0rI0CT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhdk0rI0CT .dropdown-item.active,
.cid-uhdk0rI0CT .dropdown-item:active {
  background-color: transparent;
}
.cid-uhdk0rI0CT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhdk0rI0CT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhdk0rI0CT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhdk0rI0CT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhdk0rI0CT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhdk0rI0CT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhdk0rI0CT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhdk0rI0CT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhdk0rI0CT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhdk0rI0CT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhdk0rI0CT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhdk0rI0CT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhdk0rI0CT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhdk0rI0CT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhdk0rI0CT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhdk0rI0CT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhdk0rI0CT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhdk0rI0CT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhdk0rI0CT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhdk0rI0CT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhdk0rI0CT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhdk0rI0CT .navbar {
    height: 70px;
  }
  .cid-uhdk0rI0CT .navbar.opened {
    height: auto;
  }
  .cid-uhdk0rI0CT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhdk0sezh2 {
  display: flex;
  background-image: url("../../../assets/images/4a-1920x1080.png");
}
.cid-uhdk0sezh2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uhdk0sezh2 {
    align-items: flex-end;
  }
  .cid-uhdk0sezh2 .row {
    justify-content: center;
  }
  .cid-uhdk0sezh2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhdk0sezh2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhdk0sezh2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhdk0sezh2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhdk0sezh2 .content-wrap {
    width: 100%;
  }
}
.cid-uhdk0sezh2 .mbr-section-title,
.cid-uhdk0sezh2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uhdk0sezh2 .mbr-text,
.cid-uhdk0sezh2 .mbr-section-btn {
  text-align: center;
}
.cid-uhdk0sAgx3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uhdk0sAgx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdk0sAgx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uhdk0sAgx3 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uhdk0sAgx3 .mbr-section-title {
  color: #ffffff;
}
.cid-uhdk0sAgx3 .mbr-text,
.cid-uhdk0sAgx3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhdk0sWpqV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhdk0sWpqV img,
.cid-uhdk0sWpqV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhdk0sWpqV .item:focus,
.cid-uhdk0sWpqV span:focus {
  outline: none;
}
.cid-uhdk0sWpqV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhdk0sWpqV .item {
    margin-bottom: 1rem;
  }
}
.cid-uhdk0sWpqV .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uhdk0sWpqV .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uhdk0sWpqV .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhdk0sWpqV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhdk0sWpqV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhdk0sWpqV .item-title {
  text-align: center;
}
.cid-uhdk0sWpqV .item-subtitle {
  text-align: left;
}
.cid-uhdk0sWpqV .mbr-text,
.cid-uhdk0sWpqV .item .mbr-section-btn {
  text-align: center;
}
.cid-uhdk0sWpqV .content-head {
  max-width: 800px;
}
.cid-uhdk0sWpqV .mbr-section-subtitle,
.cid-uhdk0sWpqV .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhdk0sWpqV .mbr-section-subtitle,
.cid-uhdk0sWpqV .mbr-section-head .mbr-section-btn DIV {
  text-align: left;
}
.cid-uhdk0tn1EB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uhdk0tn1EB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdk0tn1EB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhdk0tn1EB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhdk0tn1EB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhdk0tn1EB .row {
    text-align: center;
  }
  .cid-uhdk0tn1EB .row > div {
    margin: auto;
  }
  .cid-uhdk0tn1EB .social-row {
    justify-content: center;
  }
}
.cid-uhdk0tn1EB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhdk0tn1EB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhdk0tn1EB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhdk0tn1EB .list {
    margin-bottom: 0rem;
  }
}
.cid-uhdk0tn1EB .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uhdk0tn1EB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhdk0tn1EB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhdk0tn1EB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhdk0tn1EB H5 {
  text-align: center;
}
.cid-uhdk0tn1EB .mbr-section-subtitle {
  text-align: left;
}
.cid-uhdk0tn1EB .copyright {
  text-align: center;
}
.cid-uhdu6Hd6Fc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhdu6Hd6Fc nav.navbar {
  position: fixed;
}
.cid-uhdu6Hd6Fc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhdu6Hd6Fc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhdu6Hd6Fc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhdu6Hd6Fc .dropdown-item:hover,
.cid-uhdu6Hd6Fc .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uhdu6Hd6Fc .dropdown-item:hover span {
  color: white;
}
.cid-uhdu6Hd6Fc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhdu6Hd6Fc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhdu6Hd6Fc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhdu6Hd6Fc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhdu6Hd6Fc .nav-link {
  position: relative;
}
.cid-uhdu6Hd6Fc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhdu6Hd6Fc .container {
    flex-wrap: wrap;
  }
}
.cid-uhdu6Hd6Fc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhdu6Hd6Fc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhdu6Hd6Fc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhdu6Hd6Fc .dropdown-menu,
.cid-uhdu6Hd6Fc .navbar.opened {
  background: #000000 !important;
}
.cid-uhdu6Hd6Fc .nav-item:focus,
.cid-uhdu6Hd6Fc .nav-link:focus {
  outline: none;
}
.cid-uhdu6Hd6Fc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhdu6Hd6Fc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhdu6Hd6Fc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhdu6Hd6Fc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhdu6Hd6Fc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhdu6Hd6Fc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhdu6Hd6Fc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uhdu6Hd6Fc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhdu6Hd6Fc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhdu6Hd6Fc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhdu6Hd6Fc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhdu6Hd6Fc .navbar.collapsed {
  justify-content: center;
}
.cid-uhdu6Hd6Fc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhdu6Hd6Fc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhdu6Hd6Fc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uhdu6Hd6Fc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhdu6Hd6Fc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhdu6Hd6Fc .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-uhdu6Hd6Fc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhdu6Hd6Fc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhdu6Hd6Fc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhdu6Hd6Fc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhdu6Hd6Fc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhdu6Hd6Fc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhdu6Hd6Fc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhdu6Hd6Fc .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-uhdu6Hd6Fc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhdu6Hd6Fc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhdu6Hd6Fc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhdu6Hd6Fc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhdu6Hd6Fc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhdu6Hd6Fc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhdu6Hd6Fc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhdu6Hd6Fc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhdu6Hd6Fc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhdu6Hd6Fc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhdu6Hd6Fc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhdu6Hd6Fc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhdu6Hd6Fc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhdu6Hd6Fc .dropdown-item.active,
.cid-uhdu6Hd6Fc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhdu6Hd6Fc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhdu6Hd6Fc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhdu6Hd6Fc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhdu6Hd6Fc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhdu6Hd6Fc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhdu6Hd6Fc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhdu6Hd6Fc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhdu6Hd6Fc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhdu6Hd6Fc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhdu6Hd6Fc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhdu6Hd6Fc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhdu6Hd6Fc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhdu6Hd6Fc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhdu6Hd6Fc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhdu6Hd6Fc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhdu6Hd6Fc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhdu6Hd6Fc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhdu6Hd6Fc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhdu6Hd6Fc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhdu6Hd6Fc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhdu6Hd6Fc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhdu6Hd6Fc .navbar {
    height: 70px;
  }
  .cid-uhdu6Hd6Fc .navbar.opened {
    height: auto;
  }
  .cid-uhdu6Hd6Fc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhdu6IfvaD {
  display: flex;
  background-image: url("../../../assets/images/8-1-1920x1080.png");
}
.cid-uhdu6IfvaD .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uhdu6IfvaD {
    align-items: flex-end;
  }
  .cid-uhdu6IfvaD .row {
    justify-content: center;
  }
  .cid-uhdu6IfvaD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhdu6IfvaD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhdu6IfvaD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhdu6IfvaD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhdu6IfvaD .content-wrap {
    width: 100%;
  }
}
.cid-uhdu6IfvaD .mbr-section-title,
.cid-uhdu6IfvaD .mbr-section-subtitle {
  text-align: center;
}
.cid-uhdu6IfvaD .mbr-text,
.cid-uhdu6IfvaD .mbr-section-btn {
  text-align: center;
}
.cid-uheCRTHkpH {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uheCRTHkpH {
    align-items: center;
  }
  .cid-uheCRTHkpH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uheCRTHkpH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uheCRTHkpH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uheCRTHkpH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uheCRTHkpH .content-wrap {
    width: 100%;
  }
}
.cid-uheCRTHkpH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uheCRTHkpH .mbr-text,
.cid-uheCRTHkpH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uheB0pifgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uheB0pifgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uheB0pifgT .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-uheB0pifgT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uheB0pifgT .row {
  flex-direction: row-reverse;
}
.cid-uheB0pifgT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uheB0pifgT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uheB0pifgT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uheB0pifgT .mbr-section-title {
  color: #000000;
}
.cid-uheB0pifgT .mbr-text,
.cid-uheB0pifgT .mbr-section-btn {
  color: #232323;
}
.cid-uheB4DDemf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uheB4DDemf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uheB4DDemf .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-uheB4DDemf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uheB4DDemf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uheB4DDemf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uheB4DDemf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uheB4DDemf .mbr-section-title {
  color: #000000;
}
.cid-uheB4DDemf .mbr-text,
.cid-uheB4DDemf .mbr-section-btn {
  color: #232323;
}
.cid-uhdu6KzH0Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uhdu6KzH0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdu6KzH0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhdu6KzH0Q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhdu6KzH0Q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhdu6KzH0Q .row {
    text-align: center;
  }
  .cid-uhdu6KzH0Q .row > div {
    margin: auto;
  }
  .cid-uhdu6KzH0Q .social-row {
    justify-content: center;
  }
}
.cid-uhdu6KzH0Q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhdu6KzH0Q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhdu6KzH0Q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhdu6KzH0Q .list {
    margin-bottom: 0rem;
  }
}
.cid-uhdu6KzH0Q .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uhdu6KzH0Q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhdu6KzH0Q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhdu6KzH0Q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhdu6KzH0Q H5 {
  text-align: center;
}
.cid-uhdu6KzH0Q .mbr-section-subtitle {
  text-align: left;
}
.cid-uhdu6KzH0Q .copyright {
  text-align: center;
}
.cid-uheHC66rSQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uheHC66rSQ nav.navbar {
  position: fixed;
}
.cid-uheHC66rSQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uheHC66rSQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uheHC66rSQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uheHC66rSQ .dropdown-item:hover,
.cid-uheHC66rSQ .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uheHC66rSQ .dropdown-item:hover span {
  color: white;
}
.cid-uheHC66rSQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uheHC66rSQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uheHC66rSQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uheHC66rSQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uheHC66rSQ .nav-link {
  position: relative;
}
.cid-uheHC66rSQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uheHC66rSQ .container {
    flex-wrap: wrap;
  }
}
.cid-uheHC66rSQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uheHC66rSQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uheHC66rSQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uheHC66rSQ .dropdown-menu,
.cid-uheHC66rSQ .navbar.opened {
  background: #000000 !important;
}
.cid-uheHC66rSQ .nav-item:focus,
.cid-uheHC66rSQ .nav-link:focus {
  outline: none;
}
.cid-uheHC66rSQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uheHC66rSQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uheHC66rSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uheHC66rSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uheHC66rSQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uheHC66rSQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uheHC66rSQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uheHC66rSQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uheHC66rSQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uheHC66rSQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uheHC66rSQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uheHC66rSQ .navbar.collapsed {
  justify-content: center;
}
.cid-uheHC66rSQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uheHC66rSQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uheHC66rSQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uheHC66rSQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uheHC66rSQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uheHC66rSQ .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-uheHC66rSQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uheHC66rSQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uheHC66rSQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uheHC66rSQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uheHC66rSQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uheHC66rSQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uheHC66rSQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uheHC66rSQ .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-uheHC66rSQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uheHC66rSQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uheHC66rSQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uheHC66rSQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uheHC66rSQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uheHC66rSQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uheHC66rSQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uheHC66rSQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uheHC66rSQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uheHC66rSQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uheHC66rSQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uheHC66rSQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uheHC66rSQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uheHC66rSQ .dropdown-item.active,
.cid-uheHC66rSQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uheHC66rSQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uheHC66rSQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uheHC66rSQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uheHC66rSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uheHC66rSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uheHC66rSQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uheHC66rSQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uheHC66rSQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uheHC66rSQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uheHC66rSQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uheHC66rSQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uheHC66rSQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uheHC66rSQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uheHC66rSQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uheHC66rSQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uheHC66rSQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uheHC66rSQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uheHC66rSQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uheHC66rSQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uheHC66rSQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uheHC66rSQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uheHC66rSQ .navbar {
    height: 70px;
  }
  .cid-uheHC66rSQ .navbar.opened {
    height: auto;
  }
  .cid-uheHC66rSQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uheHC6Gn8u {
  display: flex;
  background-image: url("../../../assets/images/5a-1920x1080.png");
}
.cid-uheHC6Gn8u .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uheHC6Gn8u {
    align-items: flex-end;
  }
  .cid-uheHC6Gn8u .row {
    justify-content: center;
  }
  .cid-uheHC6Gn8u .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uheHC6Gn8u .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uheHC6Gn8u {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uheHC6Gn8u .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uheHC6Gn8u .content-wrap {
    width: 100%;
  }
}
.cid-uheHC6Gn8u .mbr-section-title,
.cid-uheHC6Gn8u .mbr-section-subtitle {
  text-align: center;
}
.cid-uheHC6Gn8u .mbr-text,
.cid-uheHC6Gn8u .mbr-section-btn {
  text-align: center;
}
.cid-uheHC77Kt4 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uheHC77Kt4 {
    align-items: center;
  }
  .cid-uheHC77Kt4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uheHC77Kt4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uheHC77Kt4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uheHC77Kt4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uheHC77Kt4 .content-wrap {
    width: 100%;
  }
}
.cid-uheHC77Kt4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uheHC77Kt4 .mbr-text,
.cid-uheHC77Kt4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uheHC7tqll {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uheHC7tqll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uheHC7tqll .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-uheHC7tqll .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uheHC7tqll .row {
  flex-direction: row-reverse;
}
.cid-uheHC7tqll .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uheHC7tqll .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uheHC7tqll .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uheHC7tqll .mbr-section-title {
  color: #000000;
}
.cid-uheHC7tqll .mbr-text,
.cid-uheHC7tqll .mbr-section-btn {
  color: #232323;
}
.cid-uheHC7SQW4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uheHC7SQW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uheHC7SQW4 .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-uheHC7SQW4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uheHC7SQW4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uheHC7SQW4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uheHC7SQW4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uheHC7SQW4 .mbr-section-title {
  color: #000000;
}
.cid-uheHC7SQW4 .mbr-text,
.cid-uheHC7SQW4 .mbr-section-btn {
  color: #232323;
}
.cid-uheHC8jV7q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uheHC8jV7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uheHC8jV7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uheHC8jV7q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uheHC8jV7q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uheHC8jV7q .row {
    text-align: center;
  }
  .cid-uheHC8jV7q .row > div {
    margin: auto;
  }
  .cid-uheHC8jV7q .social-row {
    justify-content: center;
  }
}
.cid-uheHC8jV7q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uheHC8jV7q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uheHC8jV7q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uheHC8jV7q .list {
    margin-bottom: 0rem;
  }
}
.cid-uheHC8jV7q .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uheHC8jV7q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uheHC8jV7q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uheHC8jV7q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uheHC8jV7q H5 {
  text-align: center;
}
.cid-uheHC8jV7q .mbr-section-subtitle {
  text-align: left;
}
.cid-uheHC8jV7q .copyright {
  text-align: center;
}
.cid-uhdtqzguAg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhdtqzguAg nav.navbar {
  position: fixed;
}
.cid-uhdtqzguAg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhdtqzguAg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhdtqzguAg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhdtqzguAg .dropdown-item:hover,
.cid-uhdtqzguAg .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uhdtqzguAg .dropdown-item:hover span {
  color: white;
}
.cid-uhdtqzguAg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhdtqzguAg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhdtqzguAg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhdtqzguAg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhdtqzguAg .nav-link {
  position: relative;
}
.cid-uhdtqzguAg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhdtqzguAg .container {
    flex-wrap: wrap;
  }
}
.cid-uhdtqzguAg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhdtqzguAg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhdtqzguAg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhdtqzguAg .dropdown-menu,
.cid-uhdtqzguAg .navbar.opened {
  background: #000000 !important;
}
.cid-uhdtqzguAg .nav-item:focus,
.cid-uhdtqzguAg .nav-link:focus {
  outline: none;
}
.cid-uhdtqzguAg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhdtqzguAg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhdtqzguAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhdtqzguAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhdtqzguAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhdtqzguAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhdtqzguAg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uhdtqzguAg .navbar.opened {
  transition: all 0.3s;
}
.cid-uhdtqzguAg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhdtqzguAg .navbar .navbar-logo img {
  width: auto;
}
.cid-uhdtqzguAg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhdtqzguAg .navbar.collapsed {
  justify-content: center;
}
.cid-uhdtqzguAg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhdtqzguAg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhdtqzguAg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uhdtqzguAg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhdtqzguAg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhdtqzguAg .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-uhdtqzguAg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhdtqzguAg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhdtqzguAg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhdtqzguAg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhdtqzguAg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhdtqzguAg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhdtqzguAg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhdtqzguAg .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-uhdtqzguAg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhdtqzguAg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhdtqzguAg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhdtqzguAg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhdtqzguAg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhdtqzguAg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhdtqzguAg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhdtqzguAg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhdtqzguAg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhdtqzguAg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhdtqzguAg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhdtqzguAg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhdtqzguAg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhdtqzguAg .dropdown-item.active,
.cid-uhdtqzguAg .dropdown-item:active {
  background-color: transparent;
}
.cid-uhdtqzguAg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhdtqzguAg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhdtqzguAg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhdtqzguAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhdtqzguAg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhdtqzguAg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhdtqzguAg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhdtqzguAg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhdtqzguAg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhdtqzguAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhdtqzguAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhdtqzguAg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhdtqzguAg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhdtqzguAg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhdtqzguAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhdtqzguAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhdtqzguAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhdtqzguAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhdtqzguAg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhdtqzguAg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhdtqzguAg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhdtqzguAg .navbar {
    height: 70px;
  }
  .cid-uhdtqzguAg .navbar.opened {
    height: auto;
  }
  .cid-uhdtqzguAg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhdtqzHVYc {
  display: flex;
  background-image: url("../../../assets/images/20-1920x1080.png");
}
.cid-uhdtqzHVYc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uhdtqzHVYc {
    align-items: flex-end;
  }
  .cid-uhdtqzHVYc .row {
    justify-content: center;
  }
  .cid-uhdtqzHVYc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhdtqzHVYc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhdtqzHVYc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhdtqzHVYc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhdtqzHVYc .content-wrap {
    width: 100%;
  }
}
.cid-uhdtqzHVYc .mbr-section-title,
.cid-uhdtqzHVYc .mbr-section-subtitle {
  text-align: center;
}
.cid-uhdtqzHVYc .mbr-text,
.cid-uhdtqzHVYc .mbr-section-btn {
  text-align: center;
}
.cid-uhdtqA4Q40 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uhdtqA4Q40 {
    align-items: center;
  }
  .cid-uhdtqA4Q40 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhdtqA4Q40 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhdtqA4Q40 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhdtqA4Q40 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhdtqA4Q40 .content-wrap {
    width: 100%;
  }
}
.cid-uhdtqA4Q40 .mbr-section-title {
  text-align: center;
}
.cid-uhdtqA4Q40 .mbr-text,
.cid-uhdtqA4Q40 .mbr-section-btn {
  text-align: center;
}
.cid-uhdV9jmbOz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhdV9jmbOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdV9jmbOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uhdV9jmbOz .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uhdV9jmbOz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhdV9jmbOz .mbr-text,
.cid-uhdV9jmbOz .mbr-section-btn {
  color: #000000;
}
.cid-uhdV9jmbOz .media-content,
.cid-uhdV9jmbOz .mbr-figure {
  align-self: center;
}
.cid-uhdV9jmbOz .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uhdV9jmbOz .app-video-wrapper {
  background: transparent;
}
.cid-uhe1J0v1hQ {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uhe1J0v1hQ {
    align-items: center;
  }
  .cid-uhe1J0v1hQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhe1J0v1hQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhe1J0v1hQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhe1J0v1hQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhe1J0v1hQ .content-wrap {
    width: 100%;
  }
}
.cid-uhe1J0v1hQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uhe1J0v1hQ .mbr-text,
.cid-uhe1J0v1hQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uhe09XabVF {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhe09XabVF .carousel {
    max-height: 500px;
  }
  .cid-uhe09XabVF .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhe09XabVF .carousel {
    min-height: 325px;
  }
  .cid-uhe09XabVF .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uhe09XabVF .carousel {
    min-height: 275px;
  }
  .cid-uhe09XabVF .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-uhe09XabVF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhe09XabVF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhe09XabVF .carousel,
.cid-uhe09XabVF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhe09XabVF .item-wrapper {
  width: 100%;
}
.cid-uhe09XabVF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uhe09XabVF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uhe09XabVF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhe09XabVF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhe09XabVF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhe09XabVF .carousel-control {
  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-uhe09XabVF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhe09XabVF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhe09XabVF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhe09XabVF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uhe09XabVF .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-uhe09XabVF .carousel-indicators li.active,
.cid-uhe09XabVF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhe09XabVF .carousel-indicators li::after,
.cid-uhe09XabVF .carousel-indicators li::before {
  content: none;
}
.cid-uhe09XabVF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhe09XabVF .carousel-indicators {
    display: none !important;
  }
}
.cid-uhe2IFyNLb {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uhe2IFyNLb {
    align-items: center;
  }
  .cid-uhe2IFyNLb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhe2IFyNLb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhe2IFyNLb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhe2IFyNLb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhe2IFyNLb .content-wrap {
    width: 100%;
  }
}
.cid-uhe2IFyNLb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uhe2IFyNLb .mbr-text,
.cid-uhe2IFyNLb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uhe2KtJzJK {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
@media (min-width: 992px) {
  .cid-uhe2KtJzJK .carousel {
    max-height: 500px;
  }
  .cid-uhe2KtJzJK .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhe2KtJzJK .carousel {
    min-height: 325px;
  }
  .cid-uhe2KtJzJK .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uhe2KtJzJK .carousel {
    min-height: 275px;
  }
  .cid-uhe2KtJzJK .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-uhe2KtJzJK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhe2KtJzJK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhe2KtJzJK .carousel,
.cid-uhe2KtJzJK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhe2KtJzJK .item-wrapper {
  width: 100%;
}
.cid-uhe2KtJzJK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uhe2KtJzJK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uhe2KtJzJK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhe2KtJzJK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhe2KtJzJK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhe2KtJzJK .carousel-control {
  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-uhe2KtJzJK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhe2KtJzJK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhe2KtJzJK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhe2KtJzJK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uhe2KtJzJK .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-uhe2KtJzJK .carousel-indicators li.active,
.cid-uhe2KtJzJK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhe2KtJzJK .carousel-indicators li::after,
.cid-uhe2KtJzJK .carousel-indicators li::before {
  content: none;
}
.cid-uhe2KtJzJK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhe2KtJzJK .carousel-indicators {
    display: none !important;
  }
}
.cid-uhdtqB4g1q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uhdtqB4g1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdtqB4g1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhdtqB4g1q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhdtqB4g1q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhdtqB4g1q .row {
    text-align: center;
  }
  .cid-uhdtqB4g1q .row > div {
    margin: auto;
  }
  .cid-uhdtqB4g1q .social-row {
    justify-content: center;
  }
}
.cid-uhdtqB4g1q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhdtqB4g1q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhdtqB4g1q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhdtqB4g1q .list {
    margin-bottom: 0rem;
  }
}
.cid-uhdtqB4g1q .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uhdtqB4g1q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhdtqB4g1q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhdtqB4g1q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhdtqB4g1q H5 {
  text-align: center;
}
.cid-uhdtqB4g1q .mbr-section-subtitle {
  text-align: left;
}
.cid-uhdtqB4g1q .copyright {
  text-align: center;
}
.cid-uhfdCBvi0S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhfdCBvi0S nav.navbar {
  position: fixed;
}
.cid-uhfdCBvi0S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhfdCBvi0S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhfdCBvi0S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhfdCBvi0S .dropdown-item:hover,
.cid-uhfdCBvi0S .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uhfdCBvi0S .dropdown-item:hover span {
  color: white;
}
.cid-uhfdCBvi0S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhfdCBvi0S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhfdCBvi0S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhfdCBvi0S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhfdCBvi0S .nav-link {
  position: relative;
}
.cid-uhfdCBvi0S .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhfdCBvi0S .container {
    flex-wrap: wrap;
  }
}
.cid-uhfdCBvi0S .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhfdCBvi0S .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhfdCBvi0S .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhfdCBvi0S .dropdown-menu,
.cid-uhfdCBvi0S .navbar.opened {
  background: #000000 !important;
}
.cid-uhfdCBvi0S .nav-item:focus,
.cid-uhfdCBvi0S .nav-link:focus {
  outline: none;
}
.cid-uhfdCBvi0S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhfdCBvi0S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhfdCBvi0S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhfdCBvi0S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhfdCBvi0S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhfdCBvi0S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhfdCBvi0S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uhfdCBvi0S .navbar.opened {
  transition: all 0.3s;
}
.cid-uhfdCBvi0S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhfdCBvi0S .navbar .navbar-logo img {
  width: auto;
}
.cid-uhfdCBvi0S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhfdCBvi0S .navbar.collapsed {
  justify-content: center;
}
.cid-uhfdCBvi0S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhfdCBvi0S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhfdCBvi0S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uhfdCBvi0S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhfdCBvi0S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhfdCBvi0S .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-uhfdCBvi0S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhfdCBvi0S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhfdCBvi0S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhfdCBvi0S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhfdCBvi0S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhfdCBvi0S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhfdCBvi0S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhfdCBvi0S .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-uhfdCBvi0S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhfdCBvi0S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhfdCBvi0S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhfdCBvi0S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhfdCBvi0S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhfdCBvi0S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhfdCBvi0S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhfdCBvi0S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhfdCBvi0S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhfdCBvi0S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhfdCBvi0S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhfdCBvi0S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhfdCBvi0S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhfdCBvi0S .dropdown-item.active,
.cid-uhfdCBvi0S .dropdown-item:active {
  background-color: transparent;
}
.cid-uhfdCBvi0S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhfdCBvi0S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhfdCBvi0S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhfdCBvi0S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhfdCBvi0S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhfdCBvi0S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhfdCBvi0S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhfdCBvi0S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhfdCBvi0S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhfdCBvi0S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhfdCBvi0S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhfdCBvi0S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhfdCBvi0S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhfdCBvi0S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhfdCBvi0S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhfdCBvi0S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhfdCBvi0S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhfdCBvi0S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhfdCBvi0S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhfdCBvi0S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhfdCBvi0S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhfdCBvi0S .navbar {
    height: 70px;
  }
  .cid-uhfdCBvi0S .navbar.opened {
    height: auto;
  }
  .cid-uhfdCBvi0S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhfdCCaaoN {
  display: flex;
  background-image: url("../../../assets/images/7a-1920x1080.png");
}
.cid-uhfdCCaaoN .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uhfdCCaaoN {
    align-items: flex-end;
  }
  .cid-uhfdCCaaoN .row {
    justify-content: center;
  }
  .cid-uhfdCCaaoN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhfdCCaaoN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhfdCCaaoN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhfdCCaaoN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhfdCCaaoN .content-wrap {
    width: 100%;
  }
}
.cid-uhfdCCaaoN .mbr-section-title,
.cid-uhfdCCaaoN .mbr-section-subtitle {
  text-align: center;
}
.cid-uhfdCCaaoN .mbr-text,
.cid-uhfdCCaaoN .mbr-section-btn {
  text-align: center;
}
.cid-uhfdCCMMTk {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uhfdCCMMTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhfdCCMMTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uhfdCCMMTk .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uhfdCCMMTk .mbr-section-title {
  color: #ffffff;
}
.cid-uhfdCCMMTk .mbr-text,
.cid-uhfdCCMMTk .mbr-section-btn {
  color: #ffffff;
}
.cid-uhfdCDcLIH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhfdCDcLIH img,
.cid-uhfdCDcLIH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uhfdCDcLIH .item:focus,
.cid-uhfdCDcLIH span:focus {
  outline: none;
}
.cid-uhfdCDcLIH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhfdCDcLIH .item {
    margin-bottom: 1rem;
  }
}
.cid-uhfdCDcLIH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uhfdCDcLIH .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uhfdCDcLIH .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhfdCDcLIH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhfdCDcLIH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhfdCDcLIH .item-title {
  text-align: center;
}
.cid-uhfdCDcLIH .item-subtitle {
  text-align: left;
}
.cid-uhfdCDcLIH .mbr-text,
.cid-uhfdCDcLIH .item .mbr-section-btn {
  text-align: center;
}
.cid-uhfdCDcLIH .content-head {
  max-width: 800px;
}
.cid-uhfdCDcLIH .mbr-section-subtitle,
.cid-uhfdCDcLIH .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhfdCDHkcr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uhfdCDHkcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhfdCDHkcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhfdCDHkcr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhfdCDHkcr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhfdCDHkcr .row {
    text-align: center;
  }
  .cid-uhfdCDHkcr .row > div {
    margin: auto;
  }
  .cid-uhfdCDHkcr .social-row {
    justify-content: center;
  }
}
.cid-uhfdCDHkcr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhfdCDHkcr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhfdCDHkcr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhfdCDHkcr .list {
    margin-bottom: 0rem;
  }
}
.cid-uhfdCDHkcr .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uhfdCDHkcr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uhfdCDHkcr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uhfdCDHkcr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhfdCDHkcr H5 {
  text-align: center;
}
.cid-uhfdCDHkcr .mbr-section-subtitle {
  text-align: left;
}
.cid-uhfdCDHkcr .copyright {
  text-align: center;
}
.cid-uh7kEwg2yt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7kEwg2yt nav.navbar {
  position: fixed;
}
.cid-uh7kEwg2yt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7kEwg2yt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7kEwg2yt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7kEwg2yt .dropdown-item:hover,
.cid-uh7kEwg2yt .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7kEwg2yt .dropdown-item:hover span {
  color: white;
}
.cid-uh7kEwg2yt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7kEwg2yt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7kEwg2yt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7kEwg2yt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7kEwg2yt .nav-link {
  position: relative;
}
.cid-uh7kEwg2yt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7kEwg2yt .container {
    flex-wrap: wrap;
  }
}
.cid-uh7kEwg2yt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7kEwg2yt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7kEwg2yt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7kEwg2yt .dropdown-menu,
.cid-uh7kEwg2yt .navbar.opened {
  background: #000000 !important;
}
.cid-uh7kEwg2yt .nav-item:focus,
.cid-uh7kEwg2yt .nav-link:focus {
  outline: none;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7kEwg2yt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7kEwg2yt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7kEwg2yt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7kEwg2yt .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7kEwg2yt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7kEwg2yt .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7kEwg2yt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7kEwg2yt .navbar.collapsed {
  justify-content: center;
}
.cid-uh7kEwg2yt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7kEwg2yt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7kEwg2yt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7kEwg2yt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7kEwg2yt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7kEwg2yt .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-uh7kEwg2yt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7kEwg2yt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7kEwg2yt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7kEwg2yt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7kEwg2yt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7kEwg2yt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7kEwg2yt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7kEwg2yt .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-uh7kEwg2yt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7kEwg2yt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7kEwg2yt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7kEwg2yt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7kEwg2yt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7kEwg2yt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7kEwg2yt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7kEwg2yt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7kEwg2yt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7kEwg2yt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7kEwg2yt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7kEwg2yt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7kEwg2yt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7kEwg2yt .dropdown-item.active,
.cid-uh7kEwg2yt .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7kEwg2yt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7kEwg2yt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7kEwg2yt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7kEwg2yt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7kEwg2yt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7kEwg2yt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7kEwg2yt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7kEwg2yt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7kEwg2yt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7kEwg2yt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7kEwg2yt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7kEwg2yt .navbar {
    height: 70px;
  }
  .cid-uh7kEwg2yt .navbar.opened {
    height: auto;
  }
  .cid-uh7kEwg2yt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7kSj2hN9 {
  background-image: url("../../../assets/images/estudio-roxo-cepe-energia-1-1-1920x1080.jpg");
}
.cid-uh7kSj2hN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7kSj2hN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7kSj2hN9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uh7kSj2hN9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uh7kSj2hN9 .mbr-text,
.cid-uh7kSj2hN9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uh7ncshjv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh7ncshjv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7ncshjv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7ncshjv7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh7ncshjv7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uh7ncshjv7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7ncshjv7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh7ncshjv7 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #84bf41;
}
.cid-uh7neO0KBw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uh7neO0KBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7neO0KBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7neO0KBw .google-map {
  height: 30rem;
  position: relative;
}
.cid-uh7neO0KBw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh7neO0KBw .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-uh7neO0KBw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh7neO0KBw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh7niNZmGO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7niNZmGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7niNZmGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7niNZmGO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7niNZmGO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7niNZmGO .row {
    text-align: center;
  }
  .cid-uh7niNZmGO .row > div {
    margin: auto;
  }
  .cid-uh7niNZmGO .social-row {
    justify-content: center;
  }
}
.cid-uh7niNZmGO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7niNZmGO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7niNZmGO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7niNZmGO .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7niNZmGO .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7niNZmGO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7niNZmGO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7niNZmGO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7niNZmGO H5 {
  text-align: center;
}
.cid-uh7niNZmGO .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7niNZmGO .copyright {
  text-align: center;
}
.cid-uh7kEwg2yt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh7kEwg2yt nav.navbar {
  position: fixed;
}
.cid-uh7kEwg2yt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7kEwg2yt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh7kEwg2yt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh7kEwg2yt .dropdown-item:hover,
.cid-uh7kEwg2yt .dropdown-item:focus {
  background: #84bf41 !important;
  color: white !important;
}
.cid-uh7kEwg2yt .dropdown-item:hover span {
  color: white;
}
.cid-uh7kEwg2yt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh7kEwg2yt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh7kEwg2yt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh7kEwg2yt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh7kEwg2yt .nav-link {
  position: relative;
}
.cid-uh7kEwg2yt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7kEwg2yt .container {
    flex-wrap: wrap;
  }
}
.cid-uh7kEwg2yt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh7kEwg2yt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh7kEwg2yt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh7kEwg2yt .dropdown-menu,
.cid-uh7kEwg2yt .navbar.opened {
  background: #000000 !important;
}
.cid-uh7kEwg2yt .nav-item:focus,
.cid-uh7kEwg2yt .nav-link:focus {
  outline: none;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7kEwg2yt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7kEwg2yt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7kEwg2yt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7kEwg2yt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uh7kEwg2yt .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7kEwg2yt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh7kEwg2yt .navbar .navbar-logo img {
  width: auto;
}
.cid-uh7kEwg2yt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh7kEwg2yt .navbar.collapsed {
  justify-content: center;
}
.cid-uh7kEwg2yt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7kEwg2yt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh7kEwg2yt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uh7kEwg2yt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7kEwg2yt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7kEwg2yt .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-uh7kEwg2yt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7kEwg2yt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh7kEwg2yt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh7kEwg2yt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7kEwg2yt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7kEwg2yt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7kEwg2yt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh7kEwg2yt .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-uh7kEwg2yt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7kEwg2yt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh7kEwg2yt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh7kEwg2yt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7kEwg2yt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7kEwg2yt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh7kEwg2yt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh7kEwg2yt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7kEwg2yt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7kEwg2yt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7kEwg2yt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh7kEwg2yt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh7kEwg2yt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7kEwg2yt .dropdown-item.active,
.cid-uh7kEwg2yt .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7kEwg2yt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7kEwg2yt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7kEwg2yt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7kEwg2yt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uh7kEwg2yt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh7kEwg2yt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7kEwg2yt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh7kEwg2yt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7kEwg2yt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7kEwg2yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7kEwg2yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7kEwg2yt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh7kEwg2yt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh7kEwg2yt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7kEwg2yt .navbar {
    height: 70px;
  }
  .cid-uh7kEwg2yt .navbar.opened {
    height: auto;
  }
  .cid-uh7kEwg2yt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7LhNDYl4 {
  display: flex;
  background-image: url("../../../assets/images/estudio-roxo-cepe-energia-1-1-1920x1080.jpg");
}
.cid-uh7LhNDYl4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uh7LhNDYl4 {
    align-items: flex-end;
  }
  .cid-uh7LhNDYl4 .row {
    justify-content: center;
  }
  .cid-uh7LhNDYl4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh7LhNDYl4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh7LhNDYl4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uh7LhNDYl4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh7LhNDYl4 .content-wrap {
    width: 100%;
  }
}
.cid-uh7LhNDYl4 .mbr-section-title,
.cid-uh7LhNDYl4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uh7LhNDYl4 .mbr-text,
.cid-uh7LhNDYl4 .mbr-section-btn {
  text-align: center;
}
.cid-tJS6uM4N87 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tJS6uM4N87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS6uM4N87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tJS6uM4N87 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-tJS6uM4N87 .mbr-section-title {
  color: #ffffff;
}
.cid-tJS6uM4N87 .mbr-text,
.cid-tJS6uM4N87 .mbr-section-btn {
  color: #ffffff;
}
.cid-tMlEXTHLbS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tMlEXTHLbS img,
.cid-tMlEXTHLbS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tMlEXTHLbS .item:focus,
.cid-tMlEXTHLbS span:focus {
  outline: none;
}
.cid-tMlEXTHLbS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item {
    margin-bottom: 1rem;
  }
}
.cid-tMlEXTHLbS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tMlEXTHLbS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMlEXTHLbS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tMlEXTHLbS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tMlEXTHLbS .item-title {
  text-align: center;
}
.cid-tMlEXTHLbS .item-subtitle {
  text-align: left;
}
.cid-tMlEXTHLbS .mbr-text,
.cid-tMlEXTHLbS .item .mbr-section-btn {
  text-align: center;
}
.cid-tMlEXTHLbS .content-head {
  max-width: 800px;
}
.cid-tMlEXTHLbS .mbr-section-subtitle,
.cid-tMlEXTHLbS .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uh9ofsQM2Z {
  display: flex;
  background-image: url("../../../assets/images/estudio-roxo-cepe-energia-11-2000x1125.jpg");
}
.cid-uh9ofsQM2Z .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uh9ofsQM2Z {
    align-items: center;
  }
  .cid-uh9ofsQM2Z .row {
    justify-content: center;
  }
  .cid-uh9ofsQM2Z .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uh9ofsQM2Z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uh9ofsQM2Z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uh9ofsQM2Z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uh9ofsQM2Z .content-wrap {
    width: 100%;
  }
}
.cid-uh9ofsQM2Z .mbr-section-title,
.cid-uh9ofsQM2Z .mbr-section-subtitle {
  text-align: center;
}
.cid-uh9ofsQM2Z .mbr-text,
.cid-uh9ofsQM2Z .mbr-section-btn {
  text-align: center;
}
.cid-uh9Ji9uSJd {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uh9Ji9uSJd .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uh9Ji9uSJd .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uh9Ji9uSJd .card-title,
.cid-uh9Ji9uSJd .iconfont-wrapper {
  color: #000000;
}
.cid-uh9Ji9uSJd .card-text {
  color: #000000;
  text-align: center;
}
.cid-uh9Ji9uSJd .content-head {
  max-width: 800px;
}
.cid-uh9Ji9uSJd .mbr-section-title {
  color: #000000;
}
.cid-uh9Ji9uSJd .card-title,
.cid-uh9Ji9uSJd .img-wrapper {
  text-align: center;
}
.cid-uh9Ji9uSJd .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uh9h7kegfO {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uh9h7kegfO .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uh9h7kegfO img,
.cid-uh9h7kegfO .item-img {
  width: 100%;
}
.cid-uh9h7kegfO .item:focus,
.cid-uh9h7kegfO span:focus {
  outline: none;
}
.cid-uh9h7kegfO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uh9h7kegfO .item {
    margin-bottom: 1rem;
  }
}
.cid-uh9h7kegfO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh9h7kegfO .mbr-section-title {
  color: #232323;
}
.cid-uh9h7kegfO .mbr-text,
.cid-uh9h7kegfO .mbr-section-btn {
  color: #232323;
}
.cid-uh9h7kegfO .item-title {
  color: #232323;
  text-align: center;
}
.cid-uh9h7kegfO .content-head {
  max-width: 800px;
}
.cid-uh7niNZmGO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uh7niNZmGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7niNZmGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7niNZmGO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7niNZmGO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh7niNZmGO .row {
    text-align: center;
  }
  .cid-uh7niNZmGO .row > div {
    margin: auto;
  }
  .cid-uh7niNZmGO .social-row {
    justify-content: center;
  }
}
.cid-uh7niNZmGO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh7niNZmGO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh7niNZmGO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh7niNZmGO .list {
    margin-bottom: 0rem;
  }
}
.cid-uh7niNZmGO .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-uh7niNZmGO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh7niNZmGO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh7niNZmGO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh7niNZmGO H5 {
  text-align: center;
}
.cid-uh7niNZmGO .mbr-section-subtitle {
  text-align: left;
}
.cid-uh7niNZmGO .copyright {
  text-align: center;
}
