body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #b51313 !important;
}
.bg-success {
  background-color: #e20505 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #e4c507 !important;
}
.bg-danger {
  background-color: #5ab72a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b51313 !important;
  border-color: #b51313 !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: #670b0b !important;
  border-color: #670b0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #670b0b !important;
  border-color: #670b0b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e20505 !important;
  border-color: #e20505 !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: #8d0303 !important;
  border-color: #8d0303 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8d0303 !important;
  border-color: #8d0303 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e4c507 !important;
  border-color: #e4c507 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #907c04 !important;
  border-color: #907c04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #907c04 !important;
  border-color: #907c04 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5ab72a !important;
  border-color: #5ab72a !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: #37701a !important;
  border-color: #37701a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #37701a !important;
  border-color: #37701a !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: #b51313;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #670b0b !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: #b51313 !important;
  border-color: #b51313 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !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: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !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: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e20505;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8d0303 !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: #e20505 !important;
  border-color: #e20505 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4c507;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #907c04 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e4c507 !important;
  border-color: #e4c507 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5ab72a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #37701a !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: #5ab72a !important;
  border-color: #5ab72a !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: #b51313 !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #e20505 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #e4c507 !important;
}
.text-danger {
  color: #5ab72a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #590909 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7e0303 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #816f04 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #316417 !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: #b51313;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #e4c507;
}
.alert-danger {
  background-color: #5ab72a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b51313;
  border-color: #b51313;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b51313;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ee5a5a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdb6b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf4ba;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a0e27f;
}
/* 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: #b51313 !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: #b51313;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b51313;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b51313;
}
.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: #b51313;
  border-bottom-color: #b51313;
}
.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: #b51313 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4479d9 !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='%23b51313' %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-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNYrkJvGEV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNYrkJvGEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNYrkJvGEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNYrkJvGEV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tNYrkJvGEV .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tNYrkJvGEV .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tNYrkJvGEV .mbr-text,
.cid-tNYrkJvGEV .mbr-section-btn,
.cid-tNYrkJvGEV .social-row {
  text-align: left;
  color: #bbbbbb;
}
.cid-tNYrkJvGEV .mbr-section-title {
  color: #d72121;
}
.cid-uWvoc2fjGb {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo20rcic-2000x1500.webp");
}
.cid-uWvoc2fjGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvoc2fjGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvoc2fjGb .mbr-text,
.cid-uWvoc2fjGb .mbr-section-btn {
  color: #232323;
}
.cid-uWvoc2fjGb .card-title,
.cid-uWvoc2fjGb .card-box {
  color: #ffffff;
}
.cid-uWvoc2fjGb .mbr-text,
.cid-uWvoc2fjGb .link-wrap {
  color: #ffffff;
}
.cid-tm93hHaggx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tm93hHaggx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm93hHaggx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm93hHaggx .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tm93hHaggx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tm93hHaggx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tm93hHaggx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tm93hHaggx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tm93hHaggx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tm93hHaggx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm93hHaggx .card-title {
  color: #d72121;
}
.cid-tm93hHaggx .mbr-text,
.cid-tm93hHaggx .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uWvwf3dvYm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uWvwf3dvYm .line {
  background-color: #c80b0b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWvwf3dvYm .mbr-text {
  color: #bbbbbb;
}
.cid-sxSXtzdqjN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxSXtzdqjN img,
.cid-sxSXtzdqjN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sxSXtzdqjN .item:focus,
.cid-sxSXtzdqjN span:focus {
  outline: none;
}
.cid-sxSXtzdqjN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sxSXtzdqjN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sxSXtzdqjN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sxSXtzdqjN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sxSXtzdqjN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sxSXtzdqjN .mbr-section-title {
  color: #d72121;
}
.cid-sxSXtzdqjN .mbr-text,
.cid-sxSXtzdqjN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sxSXtzdqjN .item-title {
  text-align: left;
}
.cid-sxSXtzdqjN .item-subtitle {
  text-align: center;
}
.cid-sxSXC79yip {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sxSXC79yip img,
.cid-sxSXC79yip .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sxSXC79yip .item:focus,
.cid-sxSXC79yip span:focus {
  outline: none;
}
.cid-sxSXC79yip .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sxSXC79yip .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sxSXC79yip .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sxSXC79yip .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sxSXC79yip .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sxSXC79yip .mbr-section-title {
  color: #232323;
}
.cid-sxSXC79yip .mbr-text,
.cid-sxSXC79yip .mbr-section-btn {
  text-align: left;
}
.cid-sxSXC79yip .item-title {
  text-align: left;
}
.cid-sxSXC79yip .item-subtitle {
  text-align: center;
}
.cid-sxTc0HTWNI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sxTc0HTWNI .mbr-section-title {
  color: #d72121;
  text-align: center;
}
.cid-sxTc0HTWNI .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-sxSSOpLNv6 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-sxSSOpLNv6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sxSSOpLNv6 .icon-box {
  background: #b60505;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sxSSOpLNv6 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxSSOpLNv6 .card {
    margin-bottom: 2rem;
  }
  .cid-sxSSOpLNv6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxSSOpLNv6 .card-title,
.cid-sxSSOpLNv6 .card-box {
  color: #d72121;
}
.cid-sxSSOpLNv6 .mbr-text,
.cid-sxSSOpLNv6 .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-sxSSOpLNv6 .icon-title {
  color: #d72121;
}
.cid-sxSSOpLNv6 .icon-text {
  color: #bbbbbb;
}
.cid-tYs7FgzEoX {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tYs7FgzEoX .content {
    text-align: center;
  }
  .cid-tYs7FgzEoX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYs7FgzEoX .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tYs7FgzEoX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYs7FgzEoX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tYs7FgzEoX .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYs7FgzEoX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYs7FgzEoX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tYs7FgzEoX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYs7FgzEoX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYs7FgzEoX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYs7FgzEoX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYs7FgzEoX .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tYs7FgzEoX .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tYs7FgzEoX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYs7FgzEoX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYs7FgzEoX .list {
  list-style-type: none;
  padding: 0;
  color: #ffffff;
}
.cid-tYs7FgzEoX H5 {
  color: #b60505;
}
.cid-tYs7FgzEoX .mbr-text {
  color: #bbbbbb;
}
.cid-tYs7FgzEoX .copyright > p {
  color: #bbbbbb;
}
.cid-tHQeJJRfac {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tHQeJJRfac .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQeJJRfac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQeJJRfac .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tHQeJJRfac .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tHQeJJRfac .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tHQeJJRfac .bg-instagram:hover {
  background: #bd005c;
}
.cid-tHQeJJRfac .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tHQeJJRfac [class^="socicon-"]:before,
.cid-tHQeJJRfac [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tHQeJJRfac .mbr-section-title,
.cid-tHQeJJRfac .social-list {
  color: #d72121;
}
.cid-tHQc759AuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQc759AuD .mbr-text {
  color: #bbbbbb;
}
.cid-sPPa6OoZqK .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sPPa6OoZqK .my-float {
  margin-top: 16px;
}
.cid-sPPa6OoZqK P {
  color: #232323;
}
.cid-sPPa6OoZqK DIV {
  color: #ffffff;
}
.cid-sPPa6OoZqK H10 {
  color: #767676;
}
.cid-sPPa6OoZqK .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSm9BXb3Fj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSm9BXb3Fj .mbr-section-title {
  color: #000000;
}
.cid-sSmcbqjsAC .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sSmcbqjsAC .my-float {
  margin-top: 16px;
}
.cid-sSmcbqjsAC P {
  color: #232323;
}
.cid-sSmcbqjsAC DIV {
  color: #ffffff;
}
.cid-sSmcbqjsAC H10 {
  color: #767676;
}
.cid-sSmcbqjsAC .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSJAqR578E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSJAqR578E .mbr-section-title {
  color: #000000;
}
.cid-sSJAqSaX00 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sSJAqSaX00 .my-float {
  margin-top: 16px;
}
.cid-sSJAqSaX00 P {
  color: #232323;
}
.cid-sSJAqSaX00 DIV {
  color: #ffffff;
}
.cid-sSJAqSaX00 H10 {
  color: #767676;
}
.cid-sSJAqSaX00 .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR1ICrJg4w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sSmc6vycpg .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sSmc6vycpg .my-float {
  margin-top: 16px;
}
.cid-sSmc6vycpg P {
  color: #232323;
}
.cid-sSmc6vycpg DIV {
  color: #ffffff;
}
.cid-sSmc6vycpg H10 {
  color: #767676;
}
.cid-sSmc6vycpg .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYnorExxiv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sYnorExxiv .mbr-section-title {
  color: #000000;
}
.cid-sYnorFXye5 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sYnorFXye5 .my-float {
  margin-top: 16px;
}
.cid-sYnorFXye5 P {
  color: #232323;
}
.cid-sYnorFXye5 DIV {
  color: #ffffff;
}
.cid-sYnorFXye5 H10 {
  color: #767676;
}
.cid-sYnorFXye5 .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ajjlPITf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t2ajjlPITf .mbr-section-title {
  color: #000000;
}
.cid-t2ajjndKLO .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-t2ajjndKLO .my-float {
  margin-top: 16px;
}
.cid-t2ajjndKLO P {
  color: #232323;
}
.cid-t2ajjndKLO DIV {
  color: #ffffff;
}
.cid-t2ajjndKLO H10 {
  color: #767676;
}
.cid-t2ajjndKLO .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ajKq5i6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t2ajKq5i6S .mbr-section-title {
  color: #000000;
}
.cid-t2ajKrr0PY .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-t2ajKrr0PY .my-float {
  margin-top: 16px;
}
.cid-t2ajKrr0PY P {
  color: #232323;
}
.cid-t2ajKrr0PY DIV {
  color: #ffffff;
}
.cid-t2ajKrr0PY H10 {
  color: #767676;
}
.cid-t2ajKrr0PY .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ajMpV4iJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t2ajMpV4iJ .mbr-section-title {
  color: #000000;
}
.cid-t2ajMs4uBi .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-t2ajMs4uBi .my-float {
  margin-top: 16px;
}
.cid-t2ajMs4uBi P {
  color: #232323;
}
.cid-t2ajMs4uBi DIV {
  color: #ffffff;
}
.cid-t2ajMs4uBi H10 {
  color: #767676;
}
.cid-t2ajMs4uBi .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta4wuOnB22 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ta4wuOnB22 .mbr-section-title {
  color: #000000;
}
.cid-ta4wuQhj0l .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-ta4wuQhj0l .my-float {
  margin-top: 16px;
}
.cid-ta4wuQhj0l P {
  color: #232323;
}
.cid-ta4wuQhj0l DIV {
  color: #ffffff;
}
.cid-ta4wuQhj0l H10 {
  color: #767676;
}
.cid-ta4wuQhj0l .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta4wqC0EOj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ta4wqC0EOj .mbr-section-title {
  color: #000000;
}
.cid-ta4wqDhCHh .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-ta4wqDhCHh .my-float {
  margin-top: 16px;
}
.cid-ta4wqDhCHh P {
  color: #232323;
}
.cid-ta4wqDhCHh DIV {
  color: #ffffff;
}
.cid-ta4wqDhCHh H10 {
  color: #767676;
}
.cid-ta4wqDhCHh .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcVLLbkK3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tcVLLbkK3I .mbr-section-title {
  color: #000000;
}
.cid-tcVLLbW6oB .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tcVLLbW6oB .my-float {
  margin-top: 16px;
}
.cid-tcVLLbW6oB P {
  color: #232323;
}
.cid-tcVLLbW6oB DIV {
  color: #ffffff;
}
.cid-tcVLLbW6oB H10 {
  color: #767676;
}
.cid-tcVLLbW6oB .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy4UXX8rNO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sy4UXX8rNO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sy4UXX8rNO .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-sy4UXX8rNO .mbr-text,
.cid-sy4UXX8rNO .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sy4UXX8rNO .mbr-section-title {
  color: #c80b0b;
}
.cid-tHQfqeX1Qq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQfqeX1Qq img,
.cid-tHQfqeX1Qq .item-img {
  width: 100%;
}
.cid-tHQfqeX1Qq .item:focus,
.cid-tHQfqeX1Qq span:focus {
  outline: none;
}
.cid-tHQfqeX1Qq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHQfqeX1Qq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHQfqeX1Qq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHQfqeX1Qq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tHQfqeX1Qq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHQfqeX1Qq .mbr-section-title {
  color: #c80b0b;
}
.cid-tHQfqeX1Qq .mbr-text,
.cid-tHQfqeX1Qq .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tHQfqeX1Qq .item-title {
  text-align: left;
  color: #b60505;
}
.cid-tHQfqeX1Qq .item-subtitle {
  text-align: left;
}
.cid-tHQjYCudI6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQjYCudI6 img,
.cid-tHQjYCudI6 .item-img {
  width: 100%;
}
.cid-tHQjYCudI6 .item:focus,
.cid-tHQjYCudI6 span:focus {
  outline: none;
}
.cid-tHQjYCudI6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHQjYCudI6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHQjYCudI6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHQjYCudI6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tHQjYCudI6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHQjYCudI6 .mbr-section-title {
  color: #232323;
}
.cid-tHQjYCudI6 .mbr-text,
.cid-tHQjYCudI6 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tHQjYCudI6 .item-title {
  text-align: left;
  color: #b60505;
}
.cid-tHQjYCudI6 .item-subtitle {
  text-align: left;
}
.cid-tHQmQwQJ10 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQmQwQJ10 img,
.cid-tHQmQwQJ10 .item-img {
  width: 100%;
}
.cid-tHQmQwQJ10 .item:focus,
.cid-tHQmQwQJ10 span:focus {
  outline: none;
}
.cid-tHQmQwQJ10 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHQmQwQJ10 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHQmQwQJ10 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHQmQwQJ10 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tHQmQwQJ10 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHQmQwQJ10 .mbr-section-title {
  color: #232323;
}
.cid-tHQmQwQJ10 .mbr-text,
.cid-tHQmQwQJ10 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tHQmQwQJ10 .item-title {
  text-align: left;
  color: #b60505;
}
.cid-tHQmQwQJ10 .item-subtitle {
  text-align: left;
}
.cid-tYs7YLFkQk {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tYs7YLFkQk .content {
    text-align: center;
  }
  .cid-tYs7YLFkQk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYs7YLFkQk .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tYs7YLFkQk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYs7YLFkQk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tYs7YLFkQk .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYs7YLFkQk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYs7YLFkQk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tYs7YLFkQk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYs7YLFkQk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYs7YLFkQk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYs7YLFkQk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYs7YLFkQk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tYs7YLFkQk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tYs7YLFkQk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYs7YLFkQk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYs7YLFkQk .list {
  list-style-type: none;
  padding: 0;
  color: #ffffff;
}
.cid-tYs7YLFkQk H5 {
  color: #b60505;
}
.cid-tYs7YLFkQk .mbr-text {
  color: #bbbbbb;
}
.cid-tYs7YLFkQk .copyright > p {
  color: #bbbbbb;
}
.cid-uWvzje5ogJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvzje5ogJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvzje5ogJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvzje5ogJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvzje5ogJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvzje5ogJ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvzje5ogJ .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvzje5ogJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvzje5ogJ [class^="socicon-"]:before,
.cid-uWvzje5ogJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvzje5ogJ .mbr-section-title,
.cid-uWvzje5ogJ .social-list {
  color: #d72121;
}
.cid-tHQq9tBqzU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQq9tBqzU .mbr-text {
  color: #bbbbbb;
}
.cid-tHQqb7aeTh .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQqb7aeTh .my-float {
  margin-top: 16px;
}
.cid-tHQqb7aeTh P {
  color: #232323;
}
.cid-tHQqb7aeTh DIV {
  color: #ffffff;
}
.cid-tHQqb7aeTh H10 {
  color: #767676;
}
.cid-tHQqb7aeTh .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNXZ52bDff {
  background-color: #000000;
}
.cid-tNXZ52bDff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXZ52bDff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXZ52bDff .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNXZ52bDff .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tNXZ52bDff .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNXZ52bDff .mbr-section-title {
  text-align: left;
  color: #c80b0b;
}
.cid-tNXZ52bDff .mbr-text,
.cid-tNXZ52bDff .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tYs7UC1a1B {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tYs7UC1a1B .content {
    text-align: center;
  }
  .cid-tYs7UC1a1B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYs7UC1a1B .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tYs7UC1a1B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYs7UC1a1B .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tYs7UC1a1B .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYs7UC1a1B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYs7UC1a1B .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tYs7UC1a1B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYs7UC1a1B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYs7UC1a1B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYs7UC1a1B .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYs7UC1a1B .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tYs7UC1a1B .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tYs7UC1a1B .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYs7UC1a1B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYs7UC1a1B .list {
  list-style-type: none;
  padding: 0;
  color: #ffffff;
}
.cid-tYs7UC1a1B H5 {
  color: #b60505;
}
.cid-tYs7UC1a1B .mbr-text {
  color: #bbbbbb;
}
.cid-tYs7UC1a1B .copyright > p {
  color: #bbbbbb;
}
.cid-uWvzfqUazT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvzfqUazT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvzfqUazT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvzfqUazT .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvzfqUazT .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvzfqUazT .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvzfqUazT .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvzfqUazT .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvzfqUazT [class^="socicon-"]:before,
.cid-uWvzfqUazT [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvzfqUazT .mbr-section-title,
.cid-uWvzfqUazT .social-list {
  color: #d72121;
}
.cid-tHQfdtjeo2 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQfdtjeo2 .my-float {
  margin-top: 16px;
}
.cid-tHQfdtjeo2 P {
  color: #232323;
}
.cid-tHQfdtjeo2 DIV {
  color: #ffffff;
}
.cid-tHQfdtjeo2 H10 {
  color: #767676;
}
.cid-tHQfdtjeo2 .hidden {
  display: none;
}
.cid-tHQfcMeFkG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQfcMeFkG .mbr-text {
  color: #bbbbbb;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNXTbuhwFF {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNXTbuhwFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXTbuhwFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNXTbuhwFF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tNXTbuhwFF .card {
    margin-bottom: 2rem!important;
  }
  .cid-tNXTbuhwFF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tNXTbuhwFF .link-wrap {
    align-items: center;
  }
}
.cid-tNXTbuhwFF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNXTbuhwFF .card-title,
.cid-tNXTbuhwFF .card-box {
  color: #c80b0b;
}
.cid-tNXTbuhwFF .mbr-text,
.cid-tNXTbuhwFF .link-wrap,
.cid-tNXTbuhwFF .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tNXTbuhwFF .mbr-text {
  color: #bbbbbb;
}
.cid-tYs7PWE7vz {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tYs7PWE7vz .content {
    text-align: center;
  }
  .cid-tYs7PWE7vz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYs7PWE7vz .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tYs7PWE7vz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYs7PWE7vz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tYs7PWE7vz .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYs7PWE7vz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYs7PWE7vz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tYs7PWE7vz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYs7PWE7vz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYs7PWE7vz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYs7PWE7vz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYs7PWE7vz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tYs7PWE7vz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tYs7PWE7vz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYs7PWE7vz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYs7PWE7vz .list {
  list-style-type: none;
  padding: 0;
  color: #ffffff;
}
.cid-tYs7PWE7vz H5 {
  color: #b60505;
}
.cid-tYs7PWE7vz .mbr-text {
  color: #bbbbbb;
}
.cid-tYs7PWE7vz .copyright > p {
  color: #bbbbbb;
}
.cid-uWvzaYAg2I {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvzaYAg2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvzaYAg2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvzaYAg2I .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvzaYAg2I .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvzaYAg2I .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvzaYAg2I .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvzaYAg2I .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvzaYAg2I [class^="socicon-"]:before,
.cid-uWvzaYAg2I [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvzaYAg2I .mbr-section-title,
.cid-uWvzaYAg2I .social-list {
  color: #d72121;
}
.cid-tHQf69IPWe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQf69IPWe .mbr-text {
  color: #bbbbbb;
}
.cid-tHQeAEjJrQ .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQeAEjJrQ .my-float {
  margin-top: 16px;
}
.cid-tHQeAEjJrQ P {
  color: #232323;
}
.cid-tHQeAEjJrQ DIV {
  color: #ffffff;
}
.cid-tHQeAEjJrQ H10 {
  color: #767676;
}
.cid-tHQeAEjJrQ .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sylyXOnRed {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sylyXOnRed .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sylyXOnRed .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sylyXOnRed .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sylyXOnRed .mbr-text,
.cid-sylyXOnRed .mbr-section-btn,
.cid-sylyXOnRed .social-row {
  text-align: left;
  color: #bbbbbb;
}
.cid-sylyXOnRed .mbr-section-title {
  color: #c80b0b;
}
.cid-sylyRGP7CX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sylyRGP7CX .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-sylyRGP7CX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sylyRGP7CX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sylyRGP7CX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sylyRGP7CX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sylyRGP7CX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sylyRGP7CX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sylyRGP7CX .card-title {
  color: #c80b0b;
  text-align: center;
}
.cid-sylyRGP7CX .mbr-text,
.cid-sylyRGP7CX .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sylyVWVVlx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sylyVWVVlx .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-sylyVWVVlx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sylyVWVVlx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sylyVWVVlx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sylyVWVVlx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sylyVWVVlx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sylyVWVVlx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sylyVWVVlx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sylyVWVVlx .mbr-text,
.cid-sylyVWVVlx .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sylyVWVVlx .card-title {
  color: #c80b0b;
  text-align: center;
}
.cid-sylAAeAB7l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sylAAeAB7l .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-sylAAeAB7l .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sylAAeAB7l .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sylAAeAB7l .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sylAAeAB7l .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sylAAeAB7l .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sylAAeAB7l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sylAAeAB7l .card-title {
  color: #c80b0b;
  text-align: center;
}
.cid-sylAAeAB7l .mbr-text,
.cid-sylAAeAB7l .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sylAALklyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sylAALklyN .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-sylAALklyN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sylAALklyN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sylAALklyN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sylAALklyN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sylAALklyN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sylAALklyN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sylAALklyN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sylAALklyN .card-title {
  color: #c80b0b;
}
.cid-sylAALklyN .mbr-text,
.cid-sylAALklyN .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-tYs83MC37e {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tYs83MC37e .content {
    text-align: center;
  }
  .cid-tYs83MC37e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYs83MC37e .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tYs83MC37e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYs83MC37e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tYs83MC37e .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYs83MC37e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYs83MC37e .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tYs83MC37e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYs83MC37e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYs83MC37e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYs83MC37e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYs83MC37e .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tYs83MC37e .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tYs83MC37e .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYs83MC37e .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYs83MC37e .list {
  list-style-type: none;
  padding: 0;
  color: #ffffff;
}
.cid-tYs83MC37e H5 {
  color: #b60505;
}
.cid-tYs83MC37e .mbr-text {
  color: #bbbbbb;
}
.cid-tYs83MC37e .copyright > p {
  color: #bbbbbb;
}
.cid-uWvzlYrX65 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvzlYrX65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvzlYrX65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvzlYrX65 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvzlYrX65 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvzlYrX65 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvzlYrX65 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvzlYrX65 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvzlYrX65 [class^="socicon-"]:before,
.cid-uWvzlYrX65 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvzlYrX65 .mbr-section-title,
.cid-uWvzlYrX65 .social-list {
  color: #d72121;
}
.cid-tHQqu8qq74 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQqu8qq74 .mbr-text {
  color: #bbbbbb;
}
.cid-tHQquU4wnJ .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQquU4wnJ .my-float {
  margin-top: 16px;
}
.cid-tHQquU4wnJ P {
  color: #232323;
}
.cid-tHQquU4wnJ DIV {
  color: #ffffff;
}
.cid-tHQquU4wnJ H10 {
  color: #767676;
}
.cid-tHQquU4wnJ .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sylVEMeXEh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sylVEMeXEh .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-sylVEMeXEh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sylVEMeXEh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sylVEMeXEh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sylVEMeXEh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sylVEMeXEh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sylVEMeXEh .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sylVEMeXEh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sylVEMeXEh .card-title {
  color: #c80b0b;
  text-align: center;
}
.cid-sylVEMeXEh .mbr-text,
.cid-sylVEMeXEh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tYs89jti63 {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tYs89jti63 .content {
    text-align: center;
  }
  .cid-tYs89jti63 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYs89jti63 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tYs89jti63 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYs89jti63 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tYs89jti63 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYs89jti63 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYs89jti63 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tYs89jti63 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYs89jti63 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYs89jti63 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYs89jti63 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYs89jti63 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tYs89jti63 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tYs89jti63 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYs89jti63 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYs89jti63 .list {
  list-style-type: none;
  padding: 0;
  color: #ffffff;
}
.cid-tYs89jti63 H5 {
  color: #b60505;
}
.cid-tYs89jti63 .mbr-text {
  color: #bbbbbb;
}
.cid-tYs89jti63 .copyright > p {
  color: #bbbbbb;
}
.cid-uWvzDRoyDf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvzDRoyDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvzDRoyDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvzDRoyDf .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvzDRoyDf .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvzDRoyDf .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvzDRoyDf .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvzDRoyDf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvzDRoyDf [class^="socicon-"]:before,
.cid-uWvzDRoyDf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvzDRoyDf .mbr-section-title,
.cid-uWvzDRoyDf .social-list {
  color: #d72121;
}
.cid-tHQrxqaWq6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQrxqaWq6 .mbr-text {
  color: #bbbbbb;
}
.cid-tHQryeyoan .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQryeyoan .my-float {
  margin-top: 16px;
}
.cid-tHQryeyoan P {
  color: #232323;
}
.cid-tHQryeyoan DIV {
  color: #ffffff;
}
.cid-tHQryeyoan H10 {
  color: #767676;
}
.cid-tHQryeyoan .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siQkPAbHnl {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-siQkPAbHnl .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-siQkPAbHnl .mbr-section-title,
.cid-siQkPAbHnl .mbr-section-subtitle {
  text-align: center;
}
.cid-siQkPAbHnl .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-siQkPAbHnl .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-siQkPAbHnl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-siQkPAbHnl .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-siQkPAbHnl .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siQkPAbHnl .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-siQkPAbHnl .card-title {
  color: #d72121;
}
.cid-siQkPAbHnl .mbr-text {
  color: #bbbbbb;
}
.cid-siQkPAbHnl .mbr-section-title {
  color: #d72121;
}
.cid-siQkPAbHnl .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-siQkPAbHnl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYs8eLOgQc {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tYs8eLOgQc .content {
    text-align: center;
  }
  .cid-tYs8eLOgQc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYs8eLOgQc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tYs8eLOgQc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYs8eLOgQc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tYs8eLOgQc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYs8eLOgQc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYs8eLOgQc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tYs8eLOgQc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYs8eLOgQc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYs8eLOgQc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYs8eLOgQc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYs8eLOgQc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tYs8eLOgQc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tYs8eLOgQc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYs8eLOgQc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYs8eLOgQc .list {
  list-style-type: none;
  padding: 0;
  color: #ffffff;
}
.cid-tYs8eLOgQc H5 {
  color: #b60505;
}
.cid-tYs8eLOgQc .mbr-text {
  color: #bbbbbb;
}
.cid-tYs8eLOgQc .copyright > p {
  color: #bbbbbb;
}
.cid-uWvzYDljp1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvzYDljp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvzYDljp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvzYDljp1 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvzYDljp1 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvzYDljp1 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvzYDljp1 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvzYDljp1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvzYDljp1 [class^="socicon-"]:before,
.cid-uWvzYDljp1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvzYDljp1 .mbr-section-title,
.cid-uWvzYDljp1 .social-list {
  color: #d72121;
}
.cid-tHQuwJWXG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQuwJWXG1 .mbr-text {
  color: #bbbbbb;
}
.cid-tHQuxQRCwj .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQuxQRCwj .my-float {
  margin-top: 16px;
}
.cid-tHQuxQRCwj P {
  color: #232323;
}
.cid-tHQuxQRCwj DIV {
  color: #ffffff;
}
.cid-tHQuxQRCwj H10 {
  color: #767676;
}
.cid-tHQuxQRCwj .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy5cvRRlC0 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-sy5cvRRlC0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sy5cvRRlC0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sy5cvRRlC0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sy5cvRRlC0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sy5cvRRlC0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sy5cvRRlC0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sy5cvRRlC0 .carousel-control,
.cid-sy5cvRRlC0 .close {
  background: #1b1b1b;
}
.cid-sy5cvRRlC0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sy5cvRRlC0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sy5cvRRlC0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sy5cvRRlC0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sy5cvRRlC0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sy5cvRRlC0 .close::before {
  content: '\e91a';
}
.cid-sy5cvRRlC0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sy5cvRRlC0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sy5cvRRlC0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sy5cvRRlC0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sy5cvRRlC0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sy5cvRRlC0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sy5cvRRlC0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sy5cvRRlC0 .carousel-indicators li.active,
.cid-sy5cvRRlC0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sy5cvRRlC0 .carousel-indicators li::after,
.cid-sy5cvRRlC0 .carousel-indicators li::before {
  content: none;
}
.cid-sy5cvRRlC0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sy5cvRRlC0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sy5cvRRlC0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sy5cvRRlC0 .carousel-indicators {
    display: none;
  }
}
.cid-sy5cvRRlC0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sy5cvRRlC0 .carousel-inner > .active {
  display: block;
}
.cid-sy5cvRRlC0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sy5cvRRlC0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sy5cvRRlC0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sy5cvRRlC0 .carousel-control,
  .cid-sy5cvRRlC0 .carousel-indicators,
  .cid-sy5cvRRlC0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sy5cvRRlC0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sy5cvRRlC0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sy5cvRRlC0 .carousel-indicators .active,
.cid-sy5cvRRlC0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sy5cvRRlC0 .carousel-indicators .active {
  background: #fff;
}
.cid-sy5cvRRlC0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sy5cvRRlC0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sy5cvRRlC0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sy5cvRRlC0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sy5cvRRlC0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sy5cvRRlC0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sy5cvRRlC0 .carousel {
  width: 100%;
}
.cid-sy5cvRRlC0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sy5cvRRlC0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sy5cvRRlC0 .modal.fade .modal-dialog,
.cid-sy5cvRRlC0 .modal.in .modal-dialog {
  transform: none;
}
.cid-sy5cvRRlC0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sy5cvRRlC0 H6 {
  text-align: center;
}
.cid-sy5cvRRlC0 DIV {
  text-align: left;
}
.cid-sy5cvRRlC0 H4 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sy5cvRRlC0 H3 {
  color: #d72121;
}
.cid-uWvA1u5YFU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvA1u5YFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvA1u5YFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvA1u5YFU .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvA1u5YFU .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvA1u5YFU .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvA1u5YFU .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvA1u5YFU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvA1u5YFU [class^="socicon-"]:before,
.cid-uWvA1u5YFU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvA1u5YFU .mbr-section-title,
.cid-uWvA1u5YFU .social-list {
  color: #d72121;
}
.cid-tHQuILbn3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQuILbn3z .mbr-text {
  color: #bbbbbb;
}
.cid-tHQuJf31sQ .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQuJf31sQ .my-float {
  margin-top: 16px;
}
.cid-tHQuJf31sQ P {
  color: #232323;
}
.cid-tHQuJf31sQ DIV {
  color: #ffffff;
}
.cid-tHQuJf31sQ H10 {
  color: #767676;
}
.cid-tHQuJf31sQ .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNYgliHRnp {
  background-color: #000000;
}
.cid-tNYgliHRnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNYgliHRnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNYgliHRnp .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tNYgliHRnp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNYgliHRnp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tNYgliHRnp .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tNYgliHRnp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNYgliHRnp .mbr-section-title {
  color: #d72121;
}
.cid-tNYgliHRnp .mbr-text,
.cid-tNYgliHRnp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uWvA4mwM0O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvA4mwM0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvA4mwM0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvA4mwM0O .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvA4mwM0O .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvA4mwM0O .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvA4mwM0O .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvA4mwM0O .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvA4mwM0O [class^="socicon-"]:before,
.cid-uWvA4mwM0O [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvA4mwM0O .mbr-section-title,
.cid-uWvA4mwM0O .social-list {
  color: #d72121;
}
.cid-tHQuPe3NMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQuPe3NMx .mbr-text {
  color: #bbbbbb;
}
.cid-tHQuQ5Sfz6 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQuQ5Sfz6 .my-float {
  margin-top: 16px;
}
.cid-tHQuQ5Sfz6 P {
  color: #232323;
}
.cid-tHQuQ5Sfz6 DIV {
  color: #ffffff;
}
.cid-tHQuQ5Sfz6 H10 {
  color: #767676;
}
.cid-tHQuQ5Sfz6 .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxT5sQl4Rq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sxT5sQl4Rq .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sxT5sQl4Rq .mbr-section-title,
.cid-sxT5sQl4Rq .mbr-section-subtitle {
  text-align: center;
}
.cid-sxT5sQl4Rq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sxT5sQl4Rq .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-sxT5sQl4Rq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sxT5sQl4Rq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sxT5sQl4Rq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxT5sQl4Rq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sxT5sQl4Rq .mbr-section-title {
  color: #d72121;
}
.cid-sxT5sQl4Rq .card-title {
  color: #d72121;
}
.cid-sxT5sQl4Rq .mbr-text {
  color: #bbbbbb;
}
.cid-sxT5sQl4Rq .cost {
  color: #bbbbbb;
  text-align: right;
}
.cid-sxT5sQl4Rq .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uWvA7AruQ2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWvA7AruQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvA7AruQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvA7AruQ2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uWvA7AruQ2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uWvA7AruQ2 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uWvA7AruQ2 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uWvA7AruQ2 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uWvA7AruQ2 [class^="socicon-"]:before,
.cid-uWvA7AruQ2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uWvA7AruQ2 .mbr-section-title,
.cid-uWvA7AruQ2 .social-list {
  color: #d72121;
}
.cid-tPi4Q42HRc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPi4Q42HRc .mbr-text {
  color: #bbbbbb;
}
.cid-sPPaXRhPUm .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-sPPaXRhPUm .my-float {
  margin-top: 16px;
}
.cid-sPPaXRhPUm P {
  color: #232323;
}
.cid-sPPaXRhPUm DIV {
  color: #ffffff;
}
.cid-sPPaXRhPUm H10 {
  color: #767676;
}
.cid-sPPaXRhPUm .hidden {
  display: none;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  position: relative !important;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPj8r0vt8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPj8r0vt8e .dropdown-item:hover,
.cid-tPj8r0vt8e .dropdown-item:focus {
  background: #b51313 !important;
  color: white !important;
}
.cid-tPj8r0vt8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPj8r0vt8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPj8r0vt8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPj8r0vt8e .nav-link {
  position: relative;
}
.cid-tPj8r0vt8e .container {
  display: flex;
  margin: auto;
}
.cid-tPj8r0vt8e .iconfont-wrapper {
  color: #d72121 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown-menu,
.cid-tPj8r0vt8e .navbar.opened {
  background: #000000 !important;
}
.cid-tPj8r0vt8e .nav-item:focus,
.cid-tPj8r0vt8e .nav-link:focus {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPj8r0vt8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPj8r0vt8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPj8r0vt8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPj8r0vt8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tPj8r0vt8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPj8r0vt8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tPj8r0vt8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar.collapsed {
  justify-content: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPj8r0vt8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPj8r0vt8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPj8r0vt8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPj8r0vt8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPj8r0vt8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPj8r0vt8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPj8r0vt8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPj8r0vt8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPj8r0vt8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPj8r0vt8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPj8r0vt8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPj8r0vt8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPj8r0vt8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPj8r0vt8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPj8r0vt8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPj8r0vt8e .dropdown-item.active,
.cid-tPj8r0vt8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tPj8r0vt8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPj8r0vt8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPj8r0vt8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPj8r0vt8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPj8r0vt8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPj8r0vt8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPj8r0vt8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPj8r0vt8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPj8r0vt8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPj8r0vt8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPj8r0vt8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPj8r0vt8e .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-tPj8r0vt8e .navbar {
    height: 70px;
  }
  .cid-tPj8r0vt8e .navbar.opened {
    height: auto;
  }
  .cid-tPj8r0vt8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHQwB1LjaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tHQwB1LjaD .mbr-section-title {
  color: #000000;
}
.cid-tHQxPko8L0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tHQxPko8L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQxPko8L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQxPko8L0 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tHQxPko8L0 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tHQxPko8L0 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tHQxPko8L0 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tHQxPko8L0 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tHQxPko8L0 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tHQxPko8L0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tHQxPko8L0 [class^="socicon-"]:before,
.cid-tHQxPko8L0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tHQxPko8L0 .mbr-section-title,
.cid-tHQxPko8L0 .social-list {
  color: #b60505;
}
.cid-tHQxQSj3Rd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHQxQSj3Rd .mbr-text {
  color: #bbbbbb;
}
.cid-tHQwB2u3BD .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tHQwB2u3BD .my-float {
  margin-top: 16px;
}
.cid-tHQwB2u3BD P {
  color: #232323;
}
.cid-tHQwB2u3BD DIV {
  color: #ffffff;
}
.cid-tHQwB2u3BD H10 {
  color: #767676;
}
.cid-tHQwB2u3BD .hidden {
  display: none;
}
