body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d10d0d !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d10d0d !important;
  border-color: #d10d0d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7f0808 !important;
  border-color: #7f0808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7f0808 !important;
  border-color: #7f0808 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d10d0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7f0808 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d10d0d !important;
  border-color: #d10d0d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #d10d0d !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #710707 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #d10d0d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d10d0d;
  border-color: #d10d0d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d10d0d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fab0b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #d10d0d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d10d0d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d10d0d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d10d0d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d10d0d;
  border-bottom-color: #d10d0d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d10d0d !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: #ff6666 !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='%23d10d0d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uj6b5yqcGR .modal-body .close {
  background: #1b1b1b;
}
.cid-uj6b5yqcGR .modal-body .close span {
  font-style: normal;
}
.cid-uj6b5yqcGR .carousel-inner > .active,
.cid-uj6b5yqcGR .carousel-inner > .next,
.cid-uj6b5yqcGR .carousel-inner > .prev {
  display: table;
}
.cid-uj6b5yqcGR .carousel-control .icon-next,
.cid-uj6b5yqcGR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uj6b5yqcGR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uj6b5yqcGR .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uj6b5yqcGR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uj6b5yqcGR .boxed-slider > div {
  position: relative;
}
.cid-uj6b5yqcGR .container img {
  width: 100%;
}
.cid-uj6b5yqcGR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uj6b5yqcGR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uj6b5yqcGR .mbr-table-cell {
  padding: 0;
}
.cid-uj6b5yqcGR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj6b5yqcGR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uj6b5yqcGR .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uj6b5yqcGR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uj6b5yqcGR .carousel-item .container {
    width: 100%;
  }
}
.cid-uj6b5yqcGR .carousel-item-next.carousel-item-left,
.cid-uj6b5yqcGR .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uj6b5yqcGR .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uj6b5yqcGR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj6b5yqcGR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uj6b5yqcGR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uj6b5yqcGR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj6b5yqcGR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj6b5yqcGR .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uj6b5yqcGR .mbr-slider .carousel-indicators li.active,
.cid-uj6b5yqcGR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uj6b5yqcGR .mbr-slider .carousel-indicators li::after,
.cid-uj6b5yqcGR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uj6b5yqcGR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uj6b5yqcGR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uj6b5yqcGR .mbr-slider > .container img {
  width: 100%;
}
.cid-uj6b5yqcGR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uj6b5yqcGR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uj6b5yqcGR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uj6b5yqcGR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uj6b5yqcGR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uj6b5yqcGR .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uj6b5yqcGR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uj6b5yqcGR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uj6b5yqcGR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uj6b5yqcGR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uj6b5yqcGR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uj6b5yqcGR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uj6b5yqcGR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uj6b5yqcGR H2 {
  color: #ffffff;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.cid-uj6b5yqcGR P {
  color: #d10d0d;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.cid-uj6l80TiFq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj6l80TiFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj6l80TiFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-OAfjJBzEKD {
  padding-top: 75px;
  padding-bottom: 105px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-OAfjJBzEKD .pulsingButton {
  position: relative;
  width: 260px;
  height: 260px;
  border: none;
  box-shadow: 0 0 0 0 #d10d0d;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/2-6.jpg");
  background-size: 80%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-upmWlrREHG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-upmWlrREHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmWlrREHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmWlrREHG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upmWlrREHG .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
    box-shadow: 3px 3px 5px #888;
  }
}
.cid-upobaUCbmG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-upobaUCbmG img,
.cid-upobaUCbmG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-upobaUCbmG .item:focus,
.cid-upobaUCbmG span:focus {
  outline: none;
}
.cid-upobaUCbmG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upobaUCbmG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 2px 3px 5px #888;
}
@media (min-width: 992px) {
  .cid-upobaUCbmG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upobaUCbmG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upobaUCbmG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upobaUCbmG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upobaUCbmG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upobaUCbmG .mbr-section-title {
  color: #232323;
}
.cid-upobaUCbmG .mbr-text,
.cid-upobaUCbmG .mbr-section-btn {
  text-align: left;
}
.cid-upobaUCbmG .item-title {
  text-align: left;
}
.cid-upobaUCbmG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-aCpFKY0C8x .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 23px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-aCpFKY0C8x .my-float {
  margin-top: 16px;
}
.cid-aCpFKY0C8x P {
  color: #232323;
}
.cid-aCpFKY0C8x DIV {
  color: #ffffff;
}
.cid-aCpFKY0C8x H10 {
  color: #767676;
}
.cid-aCpFKY0C8x .hidden {
  display: none;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-3aEpqDO4lS {
  padding-top: 270px;
  padding-bottom: 95px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-3aEpqDO4lS svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: -1px;
}
.cid-3aEpqDO4lS .wave {
  fill: #ffffff;
}
.cid-upLxUWy7wZ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upLxUWy7wZ .mbr-section-subtitle {
  color: #767676;
}
.cid-upLxUWy7wZ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upLxUWy7wZ .mbr-text {
  color: #767676;
}
.cid-upLxUWy7wZ .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-upLxUWy7wZ .mbr-author-name {
  color: #000000;
}
.cid-upLxUWy7wZ .list > li {
  display: flex;
}
.cid-upLxUWy7wZ .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upLxUWy7wZ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upLxUWy7wZ .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upLxUWy7wZ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upLxUWy7wZ .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upLxUWy7wZ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upDPaNt925 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-upDPaNt925 .mbr-section-subtitle {
  color: #767676;
}
.cid-upDPaNt925 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upDPaNt925 .mbr-text {
  color: #767676;
}
.cid-upDPaNt925 .mbr-author-desc {
  display: block;
  color: #767676;
  text-align: center;
}
.cid-upDPaNt925 .mbr-author-name {
  color: #000000;
}
.cid-upDPaNt925 .list > li {
  display: flex;
}
.cid-upDPaNt925 .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upDPaNt925 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upDPaNt925 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upDPaNt925 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upDPaNt925 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upDPaNt925 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-WVqLP2zpUs {
  padding-top: 135px;
  padding-bottom: 95px;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-WVqLP2zpUs svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-WVqLP2zpUs .wave {
  fill: #ffffff;
}
.cid-WVqLP2zpUs H1 {
  color: #ffffff;
}
.cid-upGWPLz0s4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-upGWPLz0s4 .showAlerts {
  display: block !important;
}
.cid-upGWPLz0s4 .rowflexrev {
  display: -webkit-flex;
}
.cid-upGWPLz0s4 .title {
  margin-bottom: 2rem;
}
.cid-upGWPLz0s4 .mbr-section-subtitle {
  color: #767676;
}
.cid-upGWPLz0s4 textarea.form-control {
  min-height: 188px;
}
.cid-upGWPLz0s4 LABEL {
  color: #232323;
  display: initial;
}
.cid-upGWPLz0s4 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-upGWPLz0s4 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-upGWPLz0s4 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-upGWPLz0s4 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-upGWPLz0s4 .alert {
  margin-bottom: 0;
}
.cid-upGWPLz0s4 .alert-success {
  background-color: #70c770;
}
.cid-upGWPLz0s4 .alert-danger {
  background-color: #ff4a52;
}
.cid-upGWPLz0s4 .btn {
  display: inline-flex;
}
.cid-upGWPLz0s4 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-upGWPLz0s4 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-upGWPLz0s4 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-upGWPLz0s4 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-upGWPLz0s4 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-upGWPLz0s4 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-upGZPVm0l5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-upGZPVm0l5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upGZPVm0l5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-upGZPVm0l5 .row {
    flex-direction: column-reverse;
  }
  .cid-upGZPVm0l5 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upGZPVm0l5 .google-map {
  height: 100%;
  position: relative;
}
.cid-upGZPVm0l5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upGZPVm0l5 .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-upGZPVm0l5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upGZPVm0l5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upGZPVm0l5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-upGZPVm0l5 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-upGZPVm0l5 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upGZPVm0l5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upGZPVm0l5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-upGZPVm0l5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d10d0d;
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq3ihdl8XI {
  background-image: url("../../../assets/images/img-20240929-wa0070.jpeg");
}
.cid-uq3ihdl8XI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3ihdl8XI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3ihdl8XI .mbr-section-title {
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  margin-top: 110px;
}
.cid-uq3jKnGoqI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq3jKnGoqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3jKnGoqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3jKnGoqI .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-uq3jKnGoqI .item {
    margin-bottom: 4rem;
  }
}
.cid-uq3jKnGoqI .item:last-child .icon-box:before {
  display: none;
}
.cid-uq3jKnGoqI .item.last .icon-box:before {
  display: none;
}
.cid-uq3jKnGoqI .icon-box {
  background: #d10d0d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uq3jKnGoqI .icon-box {
    margin-right: 1rem;
  }
}
.cid-uq3jKnGoqI .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #d10d0d;
  transform: translate(-50%, 0);
}
.cid-uq3jKnGoqI span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq3jKnGoqI .card {
    margin-bottom: 2rem;
  }
  .cid-uq3jKnGoqI .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uq3jKnGoqI .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uq3jKnGoqI .icon-box::before {
    top: 114%;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upH5j0RaO9 {
  padding-top: 270px;
  padding-bottom: 95px;
  background-image: url("../../../assets/images/eastern-cape-a-tourism-hot-spot-web.jpg");
}
.cid-upH5j0RaO9 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: -1px;
}
.cid-upH5j0RaO9 .wave {
  fill: #ffffff;
}
.cid-upH5j0RaO9 H1 {
  color: #ffffff;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.cid-upLGxvQuOX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upLGxvQuOX .mbr-section-subtitle {
  color: #767676;
}
.cid-upLGxvQuOX .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upLGxvQuOX .mbr-text {
  color: #767676;
}
.cid-upLGxvQuOX .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-upLGxvQuOX .mbr-author-name {
  color: #000000;
}
.cid-upLGxvQuOX .list > li {
  display: flex;
}
.cid-upLGxvQuOX .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upLGxvQuOX .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upLGxvQuOX .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upLGxvQuOX .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upLGxvQuOX .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upLGxvQuOX .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upH5j2K3OY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-upH5j2K3OY .mbr-section-subtitle {
  color: #767676;
}
.cid-upH5j2K3OY .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upH5j2K3OY .mbr-text {
  color: #767676;
}
.cid-upH5j2K3OY .mbr-author-desc {
  display: block;
  color: #000000;
  text-align: center;
}
.cid-upH5j2K3OY .mbr-author-name {
  color: #000000;
}
.cid-upH5j2K3OY .list > li {
  display: flex;
}
.cid-upH5j2K3OY .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upH5j2K3OY .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upH5j2K3OY .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upH5j2K3OY .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upH5j2K3OY .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upH5j2K3OY .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upH5zu9Uve {
  padding-top: 270px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-upH5zu9Uve svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: -1px;
}
.cid-upH5zu9Uve .wave {
  fill: #ffffff;
}
.cid-upH5zu9Uve H1 {
  color: #ffffff;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.cid-upLIvni7u1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upLIvni7u1 .mbr-section-subtitle {
  color: #767676;
}
.cid-upLIvni7u1 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upLIvni7u1 .mbr-text {
  color: #767676;
}
.cid-upLIvni7u1 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-upLIvni7u1 .mbr-author-name {
  color: #000000;
}
.cid-upLIvni7u1 .list > li {
  display: flex;
}
.cid-upLIvni7u1 .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upLIvni7u1 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upLIvni7u1 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upLIvni7u1 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upLIvni7u1 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upLIvni7u1 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upH5zwkxwu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-upH5zwkxwu .mbr-section-subtitle {
  color: #767676;
}
.cid-upH5zwkxwu .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upH5zwkxwu .mbr-text {
  color: #767676;
}
.cid-upH5zwkxwu .mbr-author-desc {
  display: block;
  color: #000000;
  text-align: center;
}
.cid-upH5zwkxwu .mbr-author-name {
  color: #000000;
}
.cid-upH5zwkxwu .list > li {
  display: flex;
}
.cid-upH5zwkxwu .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upH5zwkxwu .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upH5zwkxwu .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upH5zwkxwu .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upH5zwkxwu .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upH5zwkxwu .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upH5UJd3RL {
  padding-top: 270px;
  padding-bottom: 95px;
  background-image: url("../../../assets/images/mbr-17.jpg");
}
.cid-upH5UJd3RL svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: -1px;
}
.cid-upH5UJd3RL .wave {
  fill: #ffffff;
}
.cid-upH5UJd3RL H1 {
  color: #ffffff;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.cid-upLLnRwEUK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upLLnRwEUK .mbr-section-subtitle {
  color: #767676;
}
.cid-upLLnRwEUK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upLLnRwEUK .mbr-text {
  color: #767676;
}
.cid-upLLnRwEUK .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-upLLnRwEUK .mbr-author-name {
  color: #000000;
}
.cid-upLLnRwEUK .list > li {
  display: flex;
}
.cid-upLLnRwEUK .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upLLnRwEUK .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upLLnRwEUK .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upLLnRwEUK .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upLLnRwEUK .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upLLnRwEUK .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upH5ULexrK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-upH5ULexrK .mbr-section-subtitle {
  color: #767676;
}
.cid-upH5ULexrK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upH5ULexrK .mbr-text {
  color: #767676;
}
.cid-upH5ULexrK .mbr-author-desc {
  display: block;
  color: #000000;
  text-align: center;
}
.cid-upH5ULexrK .mbr-author-name {
  color: #000000;
}
.cid-upH5ULexrK .list > li {
  display: flex;
}
.cid-upH5ULexrK .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upH5ULexrK .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upH5ULexrK .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upH5ULexrK .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upH5ULexrK .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upH5ULexrK .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upF4q7muu4 {
  padding-top: 270px;
  padding-bottom: 95px;
  background-image: url("../../../assets/images/mbr-11.jpg");
}
.cid-upF4q7muu4 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: -1px;
}
.cid-upF4q7muu4 .wave {
  fill: #ffffff;
}
.cid-upLygGYjFl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upLygGYjFl .mbr-section-subtitle {
  color: #767676;
}
.cid-upLygGYjFl .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upLygGYjFl .mbr-text {
  color: #767676;
}
.cid-upLygGYjFl .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-upLygGYjFl .mbr-author-name {
  color: #000000;
}
.cid-upLygGYjFl .list > li {
  display: flex;
}
.cid-upLygGYjFl .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upLygGYjFl .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upLygGYjFl .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upLygGYjFl .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upLygGYjFl .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upLygGYjFl .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upF4q9EMBu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upF4q9EMBu .mbr-section-subtitle {
  color: #767676;
}
.cid-upF4q9EMBu .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upF4q9EMBu .mbr-text {
  color: #767676;
}
.cid-upF4q9EMBu .mbr-author-desc {
  display: block;
  color: #000000;
  text-align: center;
}
.cid-upF4q9EMBu .mbr-author-name {
  color: #000000;
}
.cid-upF4q9EMBu .list > li {
  display: flex;
}
.cid-upF4q9EMBu .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upF4q9EMBu .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upF4q9EMBu .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upF4q9EMBu .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upF4q9EMBu .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upF4q9EMBu .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upLyWcTKCV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-upLyWcTKCV .mbr-section-subtitle {
  color: #767676;
}
.cid-upLyWcTKCV .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upLyWcTKCV .mbr-text {
  color: #767676;
}
.cid-upLyWcTKCV .mbr-author-desc {
  display: block;
  color: #000000;
  text-align: center;
}
.cid-upLyWcTKCV .mbr-author-name {
  color: #000000;
}
.cid-upLyWcTKCV .list > li {
  display: flex;
}
.cid-upLyWcTKCV .mbr-testimonial .panel-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.cid-upLyWcTKCV .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-upLyWcTKCV .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-upLyWcTKCV .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-upLyWcTKCV .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-upLyWcTKCV .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-uq30H0kamT {
  z-index: 1000;
  width: 100%;
}
.cid-uq30H0kamT nav.navbar {
  position: fixed;
}
.cid-uq30H0kamT .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-uq30H0kamT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq30H0kamT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq30H0kamT .dropdown-item:hover,
.cid-uq30H0kamT .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-uq30H0kamT .dropdown-item:hover span {
  color: white;
}
.cid-uq30H0kamT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq30H0kamT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq30H0kamT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq30H0kamT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq30H0kamT .nav-link {
  position: relative;
}
.cid-uq30H0kamT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uq30H0kamT .container {
    flex-wrap: wrap;
  }
}
.cid-uq30H0kamT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uq30H0kamT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uq30H0kamT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq30H0kamT .dropdown-menu,
.cid-uq30H0kamT .navbar.opened {
  background-color: #000;
}
.cid-uq30H0kamT .nav-item:focus,
.cid-uq30H0kamT .nav-link:focus {
  outline: none;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq30H0kamT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq30H0kamT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq30H0kamT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uq30H0kamT .navbar.opened {
  transition: all 0.3s;
}
.cid-uq30H0kamT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq30H0kamT .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-uq30H0kamT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq30H0kamT .navbar.collapsed {
  justify-content: center;
}
.cid-uq30H0kamT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq30H0kamT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq30H0kamT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uq30H0kamT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq30H0kamT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq30H0kamT .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-uq30H0kamT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq30H0kamT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq30H0kamT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq30H0kamT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq30H0kamT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq30H0kamT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq30H0kamT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq30H0kamT .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-uq30H0kamT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq30H0kamT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq30H0kamT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq30H0kamT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq30H0kamT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq30H0kamT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uq30H0kamT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uq30H0kamT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq30H0kamT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq30H0kamT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq30H0kamT .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-uq30H0kamT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq30H0kamT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq30H0kamT .dropdown-item.active,
.cid-uq30H0kamT .dropdown-item:active {
  background-color: transparent;
}
.cid-uq30H0kamT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq30H0kamT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq30H0kamT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq30H0kamT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uq30H0kamT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq30H0kamT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq30H0kamT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq30H0kamT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq30H0kamT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq30H0kamT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq30H0kamT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq30H0kamT .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-uq30H0kamT .navbar {
    height: 70px;
  }
  .cid-uq30H0kamT .navbar.opened {
    height: auto;
  }
  .cid-uq30H0kamT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq30UnXhPk {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uq30UnXhPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq30UnXhPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq30UnXhPk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq30UnXhPk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq30UnXhPk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq30UnXhPk .mbr-section-title {
  color: #d10d0d;
}
.cid-uq30UnXhPk img.w-100 {
  box-shadow: 2px 3px 5px #888;
}
.cid-uq3evp9NIN {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq3evp9NIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3evp9NIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3evp9NIN .row {
  flex-direction: row-reverse;
}
.cid-uq3evp9NIN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq3evp9NIN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq3evp9NIN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq3evp9NIN .mbr-section-title {
  color: #d10d0d;
}
.cid-uq3evp9NIN .mbr-text,
.cid-uq3evp9NIN .mbr-section-btn {
  text-align: center;
}
.cid-uq3evp9NIN img.w-100 {
  box-shadow: 2px 3px 5px #888;
}
.cid-uq3guVZwVs {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uq3guVZwVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3guVZwVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3guVZwVs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq3guVZwVs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq3guVZwVs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq3guVZwVs .mbr-section-title {
  color: #d10d0d;
}
.cid-uq3guVZwVs img.w-100 {
  box-shadow: 2px 3px 5px #888;
}
.cid-uq7HHgUGSo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq7HHgUGSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq7HHgUGSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq7HHgUGSo .row {
  flex-direction: row-reverse;
}
.cid-uq7HHgUGSo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq7HHgUGSo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq7HHgUGSo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq7HHgUGSo .mbr-section-title {
  color: #d10d0d;
}
.cid-uq7HHgUGSo img.w-100 {
  box-shadow: 2px 3px 5px #888;
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-yB34n7RypQ {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("https://cdn.pixabay.com/photo/2016/02/19/10/13/pug-1209129_1280.jpg");
}
.cid-yB34n7RypQ .v-center {
  margin: auto;
}
.cid-yB34n7RypQ h2 {
  text-align: left;
}
.cid-yB34n7RypQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-yB34n7RypQ p {
  color: #767676;
  text-align: left;
}
.cid-yB34n7RypQ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-yB34n7RypQ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
  padding: 1rem;
  background: #ffffff;
  border-radius: 15px;
}
.cid-yB34n7RypQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-yB34n7RypQ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: auto 20px;
  background: #ffffff;
  border-radius: 15px;
}
.cid-yB34n7RypQ .mbr-figure img {
  padding: 2rem;
}
.cid-yB34n7RypQ .card {
  padding: 0 1rem;
}
.cid-yB34n7RypQ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-yB34n7RypQ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (max-width: 991px) {
  .cid-yB34n7RypQ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-yB34n7RypQ .card-img span {
    font-size: 40px !important;
  }
}
.cid-yB34n7RypQ H2 {
  text-align: center;
  color: #d10d0d;
}
.cid-yB34n7RypQ .mbr-text {
  text-align: center;
  color: #635a51;
}
.cid-yB34n7RypQ H4 {
  color: #000000;
  text-align: left;
}
.cid-P430BmM4th {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-P430BmM4th .container-fluid {
  padding: 0 3rem;
}
.cid-P430BmM4th .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #d10d0d 50%, #ff6666 120%);
  display: inline-block;
}
.cid-P430BmM4th .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-P430BmM4th .timeline-text-content p {
  margin-bottom: 0;
}
.cid-P430BmM4th .time-line-date-content {
  margin-right: 2rem;
}
.cid-P430BmM4th .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-P430BmM4th .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-P430BmM4th .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-P430BmM4th .separline:before,
.cid-P430BmM4th .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-P430BmM4th .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-P430BmM4th .container-fluid {
    padding: 0 1rem;
  }
  .cid-P430BmM4th .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-P430BmM4th .separline:before,
  .cid-P430BmM4th .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-P430BmM4th .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-P430BmM4th .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-P430BmM4th .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-P430BmM4th .time-line-date-content p {
    float: left !important;
  }
  .cid-P430BmM4th .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-P430BmM4th .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-jkDsmh07pK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-jkDsmh07pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-jkDsmh07pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-jkDsmh07pK .mbr-text {
  color: #000000;
}
.cid-jkDsmh07pK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-jkDsmh07pK .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-jkDsmh07pK .main-button {
    margin-bottom: 2rem;
  }
}
.cid-jkDsmh07pK .mbr-text UL {
  text-align: left;
}
.cid-jkDsmh07pK .mbr-section-subtitle,
.cid-jkDsmh07pK .main-button {
  color: #ffffff;
}
.cid-jkDsmh07pK .accordion {
  max-width: 990px;
  background: rgba(0, 0, 0, 0.1);
  height: 300px;
  margin: 20px auto;
  display: flex;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-jkDsmh07pK .box {
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: .7s;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
}
.cid-jkDsmh07pK .box:hover {
  flex: 7;
  height: 400px;
  filter: grayscale(0%);
}
.cid-jkDsmh07pK .a1 {
  background-image: url("../../../assets/images/426751881-950470459756091-870170518562163734-n-1024x683.jpg");
  filter: grayscale(0%);
}
.cid-jkDsmh07pK .a2 {
  background-image: url("../../../assets/images/img-20240929-wa0061.jpg");
  filter: grayscale(0%);
}
.cid-jkDsmh07pK .a3 {
  background-image: url("../../../assets/images/pexels-timur-weber-9532273-1024x1536.jpg");
  filter: grayscale(0%);
}
.cid-jkDsmh07pK .a4 {
  background-image: url("../../../assets/images/6926b33f-9fa4-4743-a204-a82537ab8f8a-edited.jpg");
  filter: grayscale(0%);
}
.cid-jkDsmh07pK .a5 {
  background-image: url("../../../assets/images/421600332-702116905432064-6850952532230872821-n.jpg");
  filter: grayscale(0%);
}
.cid-jkDsmh07pK p {
  font-weight: normal;
  font-family: 'Exo 2', sans-serif;
}
.cid-jkDsmh07pK .text {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 10px;
}
.cid-jkDsmh07pK .box:hover .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .cid-jkDsmh07pK body {
    margin: 0;
  }
  .cid-jkDsmh07pK .accordion {
    flex-direction: column;
    height: 700px;
    box-shadow: none;
  }
  .cid-jkDsmh07pK .box {
    box-shadow: none;
  }
  .cid-jkDsmh07pK .box:hover {
    flex: 7;
  }
}
.cid-jkDsmh07pK H2 {
  color: #ffffff;
}
.cid-jkDsmh07pK P {
  color: #ffffff;
}
.cid-jkDsmh07pK .mbr-section-title {
  color: #ff0000;
  text-align: center;
}
.cid-uq96KBCmuQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq96KBCmuQ .line {
  background-color: #d10d0d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uq30H0kamT {
  z-index: 1000;
  width: 100%;
}
.cid-uq30H0kamT nav.navbar {
  position: fixed;
}
.cid-uq30H0kamT .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-uq30H0kamT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq30H0kamT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq30H0kamT .dropdown-item:hover,
.cid-uq30H0kamT .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-uq30H0kamT .dropdown-item:hover span {
  color: white;
}
.cid-uq30H0kamT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq30H0kamT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq30H0kamT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq30H0kamT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq30H0kamT .nav-link {
  position: relative;
}
.cid-uq30H0kamT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uq30H0kamT .container {
    flex-wrap: wrap;
  }
}
.cid-uq30H0kamT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uq30H0kamT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uq30H0kamT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq30H0kamT .dropdown-menu,
.cid-uq30H0kamT .navbar.opened {
  background-color: #000;
}
.cid-uq30H0kamT .nav-item:focus,
.cid-uq30H0kamT .nav-link:focus {
  outline: none;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq30H0kamT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq30H0kamT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq30H0kamT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq30H0kamT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uq30H0kamT .navbar.opened {
  transition: all 0.3s;
}
.cid-uq30H0kamT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq30H0kamT .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-uq30H0kamT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq30H0kamT .navbar.collapsed {
  justify-content: center;
}
.cid-uq30H0kamT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq30H0kamT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq30H0kamT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uq30H0kamT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq30H0kamT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq30H0kamT .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-uq30H0kamT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq30H0kamT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq30H0kamT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq30H0kamT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq30H0kamT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq30H0kamT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq30H0kamT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq30H0kamT .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-uq30H0kamT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq30H0kamT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq30H0kamT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq30H0kamT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq30H0kamT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq30H0kamT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uq30H0kamT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uq30H0kamT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq30H0kamT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq30H0kamT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq30H0kamT .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-uq30H0kamT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq30H0kamT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq30H0kamT .dropdown-item.active,
.cid-uq30H0kamT .dropdown-item:active {
  background-color: transparent;
}
.cid-uq30H0kamT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq30H0kamT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq30H0kamT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq30H0kamT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uq30H0kamT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq30H0kamT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq30H0kamT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq30H0kamT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq30H0kamT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq30H0kamT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq30H0kamT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq30H0kamT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq30H0kamT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq30H0kamT .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-uq30H0kamT .navbar {
    height: 70px;
  }
  .cid-uq30H0kamT .navbar.opened {
    height: auto;
  }
  .cid-uq30H0kamT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqg87kONak {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uqg87kONak .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uqg87kONak body {
  margin-top: 20px;
}
.cid-uqg87kONak .blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uqg87kONak .gray-bg {
  background-color: #ffffff;
}
.cid-uqg87kONak .blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uqg87kONak .blog-grid .blog-img {
  position: relative;
}
.cid-uqg87kONak .blog-grid .blog-img .date {
  position: absolute;
  background: #df140a;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.cid-uqg87kONak .pagination .active {
  background: #fc5356;
  color: #ffffff;
}
.cid-uqg87kONak .btn-theme {
  background: #222020;
  color: #ffffff;
  padding: 6px;
}
.cid-uqg87kONak .blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.cid-uqg87kONak .blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.cid-uqg87kONak .blog-grid .blog-info {
  padding: 20px;
}
.cid-uqg87kONak .blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0px 10px;
}
.cid-uqg87kONak .blog-grid .blog-info1 h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 8px 76px 10px;
}
.cid-uqg87kONak .blog-grid .blog-info h5 a {
  color: #073b4c;
}
.cid-uqg87kONak .blog-grid .blog-info p {
  margin: 0;
}
.cid-uqg87kONak .blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}
.cid-uqg87kONak .blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 342px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 15px;
  right: 24px;
  z-index: 1;
}
.cid-uqg87kONak .blog-aside .widget-body {
  padding: 15px;
}
.cid-uqg87kONak .blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.cid-uqg87kONak .blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #073b4c;
  margin: 0;
}
.cid-uqg87kONak .blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.cid-uqg87kONak .blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.cid-uqg87kONak .blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uqg87kONak .blog-aside .widget-author h6 {
  font-weight: 600;
  color: #073b4c;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.cid-uqg87kONak .blog-aside .post-aside {
  margin-bottom: 15px;
}
.cid-uqg87kONak .blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.cid-uqg87kONak .blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.cid-uqg87kONak .blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.cid-uqg87kONak .blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-uqg87kONak .blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.cid-uqg87kONak .blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.cid-uqg87kONak .blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.cid-uqg87kONak .blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.cid-uqg87kONak .blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.cid-uqg87kONak .blog-aside .latest-post-aside .lpa-title a {
  color: #073b4c;
  font-weight: 600;
}
.cid-uqg87kONak .blog-aside .latest-post-aside .lpa-meta i {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-uqg87kONak .tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #fc5356;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-uqg87kONak .tag-cloud a:hover {
  background: #fc5356;
}
.cid-uqg87kONak .blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uqg87kONak .article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.cid-uqg87kONak .article .article-title {
  padding: 15px 0 20px;
}
.cid-uqg87kONak .article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uqg87kONak .article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.cid-uqg87kONak .article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.cid-uqg87kONak .article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.cid-uqg87kONak .article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uqg87kONak .article .article-title .media .media-body {
  padding-left: 8px;
}
.cid-uqg87kONak .article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.cid-uqg87kONak .article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.cid-uqg87kONak .article .article-content h1,
.cid-uqg87kONak .article .article-content h2,
.cid-uqg87kONak .article .article-content h3,
.cid-uqg87kONak .article .article-content h4,
.cid-uqg87kONak .article .article-content h5,
.cid-uqg87kONak .article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.cid-uqg87kONak .article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.cid-uqg87kONak .article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.cid-uqg87kONak .article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.cid-uqg87kONak .article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.cid-uqg87kONak .article .tag-cloud {
  padding-top: 10px;
}
.cid-uqg87kONak .article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.cid-uqg87kONak .article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
.cid-uqg87kONak img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
.cid-uqg87kONak span.read {
  color: #fff;
}
.cid-uqg87kONak .lpa-meta {
  width: 210px;
}
.cid-uqg87kONak P {
  text-align: left;
}
.cid-uqg87kONak a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-repeat: repeat;
}
@media screen and (max-width: 420px) {
  .cid-uqg87kONak .blog-grid .blog-info h5 {
    margin: -12px 0px 10px !important;
  }
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-owXUMraLkz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-owXUMraLkz .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-owXUMraLkz body {
  margin-top: 20px;
}
.cid-owXUMraLkz .blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-owXUMraLkz .gray-bg {
  background-color: #efefef;
}
.cid-owXUMraLkz .blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-owXUMraLkz .blog-grid .blog-img {
  position: relative;
}
.cid-owXUMraLkz .blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.cid-owXUMraLkz .pagination .active {
  background: #fc5356;
  color: #ffffff;
}
.cid-owXUMraLkz .btn-theme {
  background: #fc5356;
  color: #ffffff;
  padding: 6px;
}
.cid-owXUMraLkz .blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.cid-owXUMraLkz .blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.cid-owXUMraLkz .blog-grid .blog-info {
  padding: 20px;
}
.cid-owXUMraLkz .blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cid-owXUMraLkz .blog-grid .blog-info h5 a {
  color: #073b4c;
}
.cid-owXUMraLkz .blog-grid .blog-info p {
  margin: 0;
}
.cid-owXUMraLkz .blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}
.cid-owXUMraLkz .blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.cid-owXUMraLkz .blog-aside .widget-body {
  padding: 15px;
}
.cid-owXUMraLkz .blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.cid-owXUMraLkz .blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #073b4c;
  margin: 0;
}
.cid-owXUMraLkz .blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.cid-owXUMraLkz .blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.cid-owXUMraLkz .blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-owXUMraLkz .blog-aside .widget-author h6 {
  font-weight: 600;
  color: #073b4c;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.cid-owXUMraLkz .blog-aside .post-aside {
  margin-bottom: 15px;
}
.cid-owXUMraLkz .blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.cid-owXUMraLkz .blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.cid-owXUMraLkz .blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.cid-owXUMraLkz .blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-owXUMraLkz .blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.cid-owXUMraLkz .blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.cid-owXUMraLkz .blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.cid-owXUMraLkz .blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.cid-owXUMraLkz .blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.cid-owXUMraLkz .blog-aside .latest-post-aside .lpa-title a {
  color: #073b4c;
  font-weight: 600;
}
.cid-owXUMraLkz .blog-aside .latest-post-aside .lpa-meta i {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-owXUMraLkz .tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #fc5356;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-owXUMraLkz .tag-cloud a:hover {
  background: #fc5356;
}
.cid-owXUMraLkz .blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-owXUMraLkz .article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.cid-owXUMraLkz .article .article-title {
  padding: 15px 0 20px;
}
.cid-owXUMraLkz .article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-owXUMraLkz .article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.cid-owXUMraLkz .article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.cid-owXUMraLkz .article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.cid-owXUMraLkz .article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-owXUMraLkz .article .article-title .media .media-body {
  padding-left: 8px;
}
.cid-owXUMraLkz .article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.cid-owXUMraLkz .article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.cid-owXUMraLkz .article .article-content h1,
.cid-owXUMraLkz .article .article-content h2,
.cid-owXUMraLkz .article .article-content h3,
.cid-owXUMraLkz .article .article-content h4,
.cid-owXUMraLkz .article .article-content h5,
.cid-owXUMraLkz .article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.cid-owXUMraLkz .article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.cid-owXUMraLkz .article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.cid-owXUMraLkz .article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.cid-owXUMraLkz .article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.cid-owXUMraLkz .article .tag-cloud {
  padding-top: 10px;
}
.cid-owXUMraLkz .article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.cid-owXUMraLkz .article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
.cid-owXUMraLkz img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
.cid-upF4q5v9eb {
  z-index: 1000;
  width: 100%;
}
.cid-upF4q5v9eb nav.navbar {
  position: fixed;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upF4q5v9eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upF4q5v9eb .dropdown-item:hover,
.cid-upF4q5v9eb .dropdown-item:focus {
  background: #d10d0d !important;
  color: white !important;
}
.cid-upF4q5v9eb .dropdown-item:hover span {
  color: white;
}
.cid-upF4q5v9eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upF4q5v9eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upF4q5v9eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upF4q5v9eb .nav-link {
  position: relative;
}
.cid-upF4q5v9eb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upF4q5v9eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown-menu,
.cid-upF4q5v9eb .navbar.opened {
  background-color: #000;
}
.cid-upF4q5v9eb .nav-item:focus,
.cid-upF4q5v9eb .nav-link:focus {
  outline: none;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  background: #d92828;
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upF4q5v9eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upF4q5v9eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upF4q5v9eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upF4q5v9eb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-upF4q5v9eb .navbar.opened {
  transition: all 0.3s;
}
.cid-upF4q5v9eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upF4q5v9eb .navbar .navbar-logo img {
  width: auto;
  border-radius: 5px;
}
.cid-upF4q5v9eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upF4q5v9eb .navbar.collapsed {
  justify-content: center;
}
.cid-upF4q5v9eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upF4q5v9eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upF4q5v9eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upF4q5v9eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upF4q5v9eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upF4q5v9eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upF4q5v9eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upF4q5v9eb .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-upF4q5v9eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upF4q5v9eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upF4q5v9eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upF4q5v9eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upF4q5v9eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upF4q5v9eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upF4q5v9eb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upF4q5v9eb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upF4q5v9eb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upF4q5v9eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upF4q5v9eb .dropdown-item.active,
.cid-upF4q5v9eb .dropdown-item:active {
  background-color: transparent;
}
.cid-upF4q5v9eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upF4q5v9eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-upF4q5v9eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upF4q5v9eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upF4q5v9eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upF4q5v9eb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upF4q5v9eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upF4q5v9eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upF4q5v9eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upF4q5v9eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upF4q5v9eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upF4q5v9eb .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-upF4q5v9eb .navbar {
    height: 70px;
  }
  .cid-upF4q5v9eb .navbar.opened {
    height: auto;
  }
  .cid-upF4q5v9eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqkDWULJcn {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #fcfcfc;
}
.cid-upLcarCJdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-upLcarCJdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLcarCJdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLcarCJdA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLcarCJdA .row {
    text-align: center;
  }
  .cid-upLcarCJdA .row > div {
    margin: auto;
  }
  .cid-upLcarCJdA .social-row {
    justify-content: center;
    float: left;
  }
}
.cid-upLcarCJdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLcarCJdA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLcarCJdA .list {
    margin-bottom: 0rem;
  }
}
.cid-upLcarCJdA .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-upLcarCJdA .soc-item {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 4px;
  margin-left: 111px;
}
.cid-upLcarCJdA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLcarCJdA div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-upLcarCJdA .soc-item {
    margin-left: 131px;
  }
}
.cid-upLcarCJdA .mbr-section-subtitle {
  text-align: center;
}
.cid-upLcarCJdA H5 {
  text-align: center;
}
.cid-upLcarCJdA .copyright {
  color: #ffffff;
}
.cid-UKyiSsJsdf {
  background-image: url("../../../assets/images/background4.jpg");
}
