<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 &gt; .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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .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: #6592e6 !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 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %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-uFAJVEhyu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAJVEhyu6 .video-container {
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
.cid-uFAJVEhyu6 .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFAJVEhyu6 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}
@media (max-width: 768px) {
  .cid-uFAJVEhyu6 .video-background {
    height: 50vh;
  }
}
.cid-uFAJVEhyu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uFAJVEhyu6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uFAJVEhyu6 .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-uFAJVEhyu6 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-IGInl2IKwe {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #000000;
}
.cid-IGInl2IKwe .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-IGInl2IKwe p {
  display: inline;
  font-size: 26px;
  color: #FFD100;
  text-shadow: 0 0 2px #ff0096, 0 0 30px #ff0096, 0px 0px 5px #ff0096, 0 0 150px #ff0096;
}
.cid-IGInl2IKwe .marquee-rtl {
  width: 75%;
  max-width: 100%;
  overflow: hidden;
}
.cid-IGInl2IKwe .marquee-rtl &gt; :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 26s infinite linear;
  animation-iteration-count: 80;
}
.cid-IGInl2IKwe .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-IGInl2IKwe .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-IGInl2IKwe .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uHCMiwUTIa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHCMiwUTIa .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCMiwUTIa .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCMiwUTIa .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCMiwUTIa .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCMiwUTIa .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCMiwUTIa .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCMiwUTIa .banner h1:last-child {
  margin: 0;
}
.cid-uHCMiwUTIa H1 {
  color: #ffffff;
}
.cid-uHCMiwUTIa .mbr-text {
  color: #070606;
  text-align: center;
}
.cid-ZcnTV3DeGj {
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ZcnTV3DeGj .header11 {
  padding-top: 65px !important;
  padding-right: 80px !important;
  padding-bottom: 56px !important;
  padding-left: 63px !important;
  background-color: #070606 !important;
  margin-left: 160px;
}
.cid-ZcnTV3DeGj .icon-box {
  position: relative;
  padding: 46px 50px 48px 34px;
  z-index: 10;
}
.cid-ZcnTV3DeGj .icon-box .icon-text {
  overflow: hidden;
}
.cid-ZcnTV3DeGj .icon-box .icon-text .content {
  font-size: 13px;
}
.cid-ZcnTV3DeGj .icon-box-link {
  text-decoration: none !important;
}
.cid-ZcnTV3DeGj .icon-box .icon {
  float: left;
  margin-top: 11px;
  margin-right: 27px;
}
.cid-ZcnTV3DeGj .icon-box .icon-text h3.title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
}
.cid-ZcnTV3DeGj .icon-box .icon-text h4.title {
  font-weight: 700;
}
.cid-ZcnTV3DeGj .icon-box .icon-text h5 {
  font-weight: 400;
  line-height: 18px;
}
.cid-ZcnTV3DeGj .icon-box .icon-text h6.title {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.cid-ZcnTV3DeGj .icon-box .icon-box-bottom-triangle {
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 55px solid #070606;
  transform: skew(0deg, 23deg);
}
.cid-ZcnTV3DeGj .icon-box .icon-box-bottom-triangle:hover {
  border-right: 55px solid #070606;
}
.cid-ZcnTV3DeGj .icon-box:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .cid-ZcnTV3DeGj .header11 {
    padding-right: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    margin: auto;
    width: 85%;
  }
}
@media only screen and (max-width: 1100px) {
  .cid-ZcnTV3DeGj .header11 {
    padding-right: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    margin: auto;
    width: 80%;
  }
}
.cid-ZcnTV3DeGj .mbr-text {
  color: #fff0b0;
}
.cid-ZcnTV3DeGj .mbr-section-title {
  color: #ffffff;
}
.cid-ZcnTV3DeGj .mbr-iconfont {
  padding-right: 10px;
}
.cid-uHCM99oaQw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHCM99oaQw .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCM99oaQw .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCM99oaQw .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCM99oaQw .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCM99oaQw .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCM99oaQw .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCM99oaQw .banner h1:last-child {
  margin: 0;
}
.cid-uHCM99oaQw H1 {
  color: #ffffff;
}
.cid-uHCM99oaQw .mbr-text {
  color: #070606;
  text-align: center;
}
.cid-xJytQ9Q7PS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/envato-labs-image-edit-42.webp");
}
.cid-xJytQ9Q7PS .mbr-fallback-image.disabled {
  display: none;
}
.cid-xJytQ9Q7PS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-xJytQ9Q7PS .mbr-text {
  color: #000000;
}
.cid-xJytQ9Q7PS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-xJytQ9Q7PS .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-xJytQ9Q7PS .main-button {
    margin-bottom: 2rem;
  }
}
.cid-xJytQ9Q7PS .mbr-text UL {
  text-align: left;
}
.cid-xJytQ9Q7PS .mbr-section-subtitle,
.cid-xJytQ9Q7PS .main-button {
  color: #ffffff;
}
.cid-xJytQ9Q7PS .accordion {
  max-width: 990px;
  background: rgba(0, 0, 0, 0.1);
  height: 300px;
  margin: 20px auto;
  display: flex;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-xJytQ9Q7PS .box {
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: .7s;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
}
.cid-xJytQ9Q7PS .box:hover {
  flex: 7;
  height: 400px;
  filter: grayscale(0%);
}
.cid-xJytQ9Q7PS .a1 {
  background-image: url("../../../assets/images/aufkleber-woke-zero-600.webp");
  filter: grayscale(0%);
}
.cid-xJytQ9Q7PS .a2 {
  background-image: url("../../../assets/images/warrior.webp");
  filter: grayscale(0%);
}
.cid-xJytQ9Q7PS .a3 {
  background-image: url("../../../assets/images/scripture-truth.webp");
  filter: grayscale(0%);
}
.cid-xJytQ9Q7PS .a4 {
  background-image: url("../../../assets/images/thykingdomcome-2.webp");
  filter: grayscale(0%);
}
.cid-xJytQ9Q7PS .a5 {
  background-image: url("../../../assets/images/jatc.webp");
  filter: grayscale(0%);
}
.cid-xJytQ9Q7PS p {
  font-weight: normal;
  font-family: 'Exo 2', sans-serif;
}
.cid-xJytQ9Q7PS .text {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 10px;
}
.cid-xJytQ9Q7PS .box:hover .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .cid-xJytQ9Q7PS body {
    margin: 0;
  }
  .cid-xJytQ9Q7PS .accordion {
    flex-direction: column;
    height: 700px;
    box-shadow: none;
  }
  .cid-xJytQ9Q7PS .box {
    box-shadow: none;
  }
  .cid-xJytQ9Q7PS .box:hover {
    flex: 7;
  }
}
.cid-xJytQ9Q7PS H2 {
  color: #ffffff;
}
.cid-xJytQ9Q7PS P {
  color: #fff0b0;
}
.cid-xJytQ9Q7PS .mbr-section-title {
  color: #ff0000;
}
.cid-uHCM1SzpLN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHCM1SzpLN .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCM1SzpLN .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCM1SzpLN .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCM1SzpLN .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCM1SzpLN .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCM1SzpLN .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCM1SzpLN .banner h1:last-child {
  margin: 0;
}
.cid-uHCM1SzpLN H1 {
  color: #ffffff;
}
.cid-uHCM1SzpLN .mbr-text {
  color: #070606;
  text-align: center;
}
.cid-uGlugZLXWT .icon-wrapper {
  margin: auto;
  background-color: #ff0040;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uGlugZLXWT .icon-wrapper span {
  margin-left: 10px;
}
.cid-uGlugZLXWT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uGlugZLXWT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uGlugZLXWT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uGlugZLXWT .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGlugZLXWT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGlugZLXWT H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uHCLV4WDPy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHCLV4WDPy .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCLV4WDPy .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCLV4WDPy .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCLV4WDPy .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCLV4WDPy .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCLV4WDPy .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCLV4WDPy .banner h1:last-child {
  margin: 0;
}
.cid-uHCLV4WDPy H1 {
  color: #ffffff;
}
.cid-uHCLV4WDPy .mbr-text {
  color: #070606;
  text-align: center;
}
.cid-uGaBX2I3ie {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/envato-labs-image-edit-33.webp");
}
.cid-uGaBX2I3ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaBX2I3ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaBX2I3ie .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uGaBX2I3ie .panel-group {
  border: none;
}
.cid-uGaBX2I3ie .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGaBX2I3ie .panel-body,
.cid-uGaBX2I3ie .card-header {
  padding: 1rem 0;
}
.cid-uGaBX2I3ie .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uGaBX2I3ie .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGaBX2I3ie H3 {
  color: #ffffff;
}
.cid-uGaBX2I3ie H4 {
  color: #ffe161;
}
.cid-uGaBX2I3ie .panel-text {
  color: #fafafa;
  text-align: center;
}
.cid-uHCLNA5RqG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHCLNA5RqG .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCLNA5RqG .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCLNA5RqG .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCLNA5RqG .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCLNA5RqG .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCLNA5RqG .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCLNA5RqG .banner h1:last-child {
  margin: 0;
}
.cid-uHCLNA5RqG H1 {
  color: #ffffff;
}
.cid-uHCLNA5RqG .mbr-text {
  color: #070606;
  text-align: center;
}
.cid-7YIsJqXfHg {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.cid-7YIsJqXfHg .mbr-media {
  position: relative;
}
.cid-7YIsJqXfHg .mbr-media img {
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-7YIsJqXfHg .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-7YIsJqXfHg .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-7YIsJqXfHg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(54, 53, 53, 0.315);
  width: 100%;
  height: 100%;
}
.cid-7YIsJqXfHg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-7YIsJqXfHg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-7YIsJqXfHg .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;
  align-items: center;
  justify-content: center;
  display: flex;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-7YIsJqXfHg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-7YIsJqXfHg .mbr-section-title {
  color: #ffffff;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-7YIsJqXfHg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHCLwncB5k {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHCLwncB5k .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCLwncB5k .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCLwncB5k .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCLwncB5k .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCLwncB5k .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCLwncB5k .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCLwncB5k .banner h1:last-child {
  margin: 0;
}
.cid-uHCLwncB5k H1 {
  color: #ffffff;
}
.cid-uHCLwncB5k .mbr-text {
  color: #070606;
  text-align: center;
}
.cid-uG7awI1tUj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/yellowcircle.webp");
}
.cid-uG7awI1tUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7awI1tUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7awI1tUj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uG7awI1tUj .team-card:hover {
  transform: translateY(-10px);
}
.cid-uG7awI1tUj .item-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uG7awI1tUj .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG7awI1tUj .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uG7awI1tUj .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uG7awI1tUj .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uG7awI1tUj .social-row {
  text-align: center;
}
.cid-uG7awI1tUj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffe885;
  transition: all 0.3s;
}
.cid-uG7awI1tUj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffe885;
  font-size: 1.5rem;
}
.cid-uG7awI1tUj .social-row .soc-item:hover {
  background-color: #ffe885;
}
.cid-uG7awI1tUj .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uG7awI1tUj .mbr-section-title {
  color: #ffe161;
}
.cid-uG7awI1tUj .mbr-section-subtitle {
  color: #000000;
}
.cid-uG7awI1tUj .card-title,
.cid-uG7awI1tUj .social-row {
  color: #ffffff;
}
.cid-uG7awI1tUj .card-text,
.cid-uG7awI1tUj .mbr-section-btn,
.cid-uG7awI1tUj .social-row {
  text-align: center;
  color: #ffffff;
}
.cid-uGXQUSaUA2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0e0e0e;
}
.cid-uGXQUSaUA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXQUSaUA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGXQUSaUA2 .mbr-text,
.cid-uGXQUSaUA2 .link {
  text-align: left;
  color: #ffffff;
}
.cid-uHCKZjDdBK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uHCKZjDdBK .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCKZjDdBK .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCKZjDdBK .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCKZjDdBK .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #000000;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCKZjDdBK .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCKZjDdBK .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCKZjDdBK .banner h1:last-child {
  margin: 0;
}
.cid-uHCKZjDdBK H1 {
  color: #ffffff;
}
.cid-uHCKZjDdBK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG7gznHhDl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uG7gznHhDl .mbr-section-subtitle {
  color: #000000;
}
.cid-uG7gznHhDl .mbr-text {
  color: #000000;
}
.cid-uG7h42hZ4t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uG7h42hZ4t .mbr-section-subtitle {
  color: #070606;
}
.cid-uG7h42hZ4t .mbr-text {
  color: #232323;
}
.cid-uG7mRmVUSv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG7mRmVUSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7mRmVUSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7mRmVUSv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uG7mRmVUSv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG7mRmVUSv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uG7mRmVUSv .panel-body,
.cid-uG7mRmVUSv .card-header {
  padding: 1rem 0;
}
.cid-uG7mRmVUSv .panel-title-edit {
  color: #000000;
}
.cid-uG7mRmVUSv H3 {
  text-align: left;
}
.cid-uHCKEUsarl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uHCKEUsarl .banner {
  z-index: 10;
  height: 499px;
}
.cid-uHCKEUsarl .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uHCKEUsarl .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uHCKEUsarl .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #000000;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uHCKEUsarl .bg-banner h1 {
  margin: 0 !important;
}
.cid-uHCKEUsarl .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uHCKEUsarl .banner h1:last-child {
  margin: 0;
}
.cid-uHCKEUsarl H1 {
  color: #ffffff;
}
.cid-uHCKEUsarl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG7kIt8kIS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uG7kIt8kIS .mbr-section-subtitle {
  color: #070606;
}
.cid-uG7kIt8kIS .mbr-text {
  color: #232323;
}
.cid-uGacPLJOKz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGacPLJOKz blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #232323;
}
.cid-uGacPLJOKz .mbr-section-title {
  color: #ffffff;
}
.cid-uGacPLJOKz .mbr-text {
  color: #ffffff;
}
.cid-uG7ktEI7NA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uG7ktEI7NA .mbr-section-subtitle {
  color: #000000;
}
.cid-uG7ktEI7NA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGa0IclfRQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGa0IclfRQ blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #232323;
}
.cid-uGa0IclfRQ .mbr-text {
  color: #ffffff;
}
.cid-uGa0IclfRQ .mbr-section-title {
  color: #ffffff;
}
.cid-3zSuo9KSst {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-3zSuo9KSst .banner {
  z-index: 10;
  height: 499px;
}
.cid-3zSuo9KSst .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-3zSuo9KSst .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-3zSuo9KSst .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-3zSuo9KSst .bg-banner h1 {
  margin: 0 !important;
}
.cid-3zSuo9KSst .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-3zSuo9KSst .banner h1:last-child {
  margin: 0;
}
.cid-3zSuo9KSst H1 {
  color: #ffffff;
}
.cid-3zSuo9KSst .mbr-text {
  color: #070606;
  text-align: center;
}
.cid-uHi8kgpMij {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/rcbanner-3.webp");
}
.cid-uHi8kgpMij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHi8kgpMij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHi8kgpMij .mbr-text,
.cid-uHi8kgpMij .mbr-section-btn {
  color: #232323;
}
.cid-uHi8kgpMij .card-title,
.cid-uHi8kgpMij .card-box {
  color: #ffe885;
  text-align: left;
}
.cid-uHi8kgpMij .mbr-text,
.cid-uHi8kgpMij .link-wrap {
  color: #ffffff;
}
.cid-uHi8kgpMij .card-box .mbr-text,
.cid-uHi8kgpMij .mbr-section-btn {
  color: #ff0096;
}
.cid-uGXxj97ZYN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uGXxj97ZYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXxj97ZYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGXxj97ZYN .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uGXxj97ZYN .icon-box {
  background: #1159dc;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGXxj97ZYN .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGXxj97ZYN .card {
    margin-bottom: 2rem;
  }
  .cid-uGXxj97ZYN .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uGXxj97ZYN .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGXxj97ZYN .card-title,
.cid-uGXxj97ZYN .card-box {
  color: #070606;
}
.cid-uHCJHtfTpZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tuyoMbbs87 {
  z-index: 1000;
  width: 100%;
}
.cid-tuyoMbbs87 nav.navbar {
  position: fixed;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuyoMbbs87 .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-tuyoMbbs87 .dropdown-item:hover,
.cid-tuyoMbbs87 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff0040 !important;
}
.cid-tuyoMbbs87 .dropdown-item:hover span {
  color: #ff0040;
}
.cid-tuyoMbbs87 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuyoMbbs87 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuyoMbbs87 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuyoMbbs87 .nav-link {
  position: relative;
}
.cid-tuyoMbbs87 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuyoMbbs87 .container {
    flex-wrap: nowrap;
  }
}
.cid-tuyoMbbs87 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuyoMbbs87 .dropdown-menu,
.cid-tuyoMbbs87 .navbar.opened {
  background: #000000 !important;
}
.cid-tuyoMbbs87 .nav-item:focus,
.cid-tuyoMbbs87 .nav-link:focus {
  outline: none;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyoMbbs87 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuyoMbbs87 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuyoMbbs87 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.cid-tuyoMbbs87 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuyoMbbs87 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuyoMbbs87 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuyoMbbs87 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuyoMbbs87 .navbar.collapsed {
  justify-content: center;
}
.cid-tuyoMbbs87 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuyoMbbs87 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuyoMbbs87 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuyoMbbs87 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuyoMbbs87 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuyoMbbs87 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuyoMbbs87 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuyoMbbs87 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuyoMbbs87 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuyoMbbs87 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuyoMbbs87 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuyoMbbs87 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuyoMbbs87 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuyoMbbs87 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuyoMbbs87 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuyoMbbs87 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuyoMbbs87 .dropdown-item.active,
.cid-tuyoMbbs87 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuyoMbbs87 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuyoMbbs87 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuyoMbbs87 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuyoMbbs87 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tuyoMbbs87 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuyoMbbs87 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuyoMbbs87 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuyoMbbs87 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar {
    height: 70px;
  }
  .cid-tuyoMbbs87 .navbar.opened {
    height: auto;
  }
  .cid-tuyoMbbs87 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuyoMbbs87 .floatleft {
  margin-left: auto !important;
}
.cid-tuyoMbbs87 .floatright {
  margin-right: auto !important;
}
.cid-uIkJVHEVKc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grungebacknoborder.webp");
}
.cid-uIkJVHEVKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkJVHEVKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkJVHEVKc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uIkJVHEVKc .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #070606;
  transition: all 0.3s;
  color: #070606;
}
.cid-uIkJVHEVKc .social-row .soc-item .mbr-iconfont:hover {
  background-color: #070606;
  color: #ffffff;
}
.cid-uIkJVHEVKc .mbr-section-title {
  color: #fff0b0;
}
.cid-uIkJVHEVKc .mbr-text,
.cid-uIkJVHEVKc .mbr-section-btn,
.cid-uIkJVHEVKc .social-row {
  color: #ffb5b5;
}
.cid-uIqhzFF5eO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #100f10;
}
.cid-uIqhzFF5eO img,
.cid-uIqhzFF5eO .item-img {
  width: 100%;
}
.cid-uIqhzFF5eO .item:focus,
.cid-uIqhzFF5eO span:focus {
  outline: none;
}
.cid-uIqhzFF5eO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIqhzFF5eO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uIqhzFF5eO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIqhzFF5eO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uIqhzFF5eO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIqhzFF5eO .mbr-section-title {
  color: #232323;
}
.cid-uIqhzFF5eO .mbr-text,
.cid-uIqhzFF5eO .mbr-section-btn {
  text-align: left;
}
.cid-uIqhzFF5eO .item-title {
  text-align: left;
}
.cid-uIqhzFF5eO .item-subtitle {
  text-align: center;
}
.cid-uIpIGk3jYD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIpIGk3jYD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uIpIGk3jYD .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uIpIGk3jYD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #232323;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uIpIGk3jYD .mbr-text {
  color: #fafafa;
}
.cid-uIpIGk3jYD .mbr-section-title {
  color: #ffffff;
}
.cid-uHCJHtfTpZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tuyoMbbs87 {
  z-index: 1000;
  width: 100%;
}
.cid-tuyoMbbs87 nav.navbar {
  position: fixed;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuyoMbbs87 .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-tuyoMbbs87 .dropdown-item:hover,
.cid-tuyoMbbs87 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff0040 !important;
}
.cid-tuyoMbbs87 .dropdown-item:hover span {
  color: #ff0040;
}
.cid-tuyoMbbs87 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuyoMbbs87 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuyoMbbs87 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuyoMbbs87 .nav-link {
  position: relative;
}
.cid-tuyoMbbs87 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuyoMbbs87 .container {
    flex-wrap: nowrap;
  }
}
.cid-tuyoMbbs87 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuyoMbbs87 .dropdown-menu,
.cid-tuyoMbbs87 .navbar.opened {
  background: #000000 !important;
}
.cid-tuyoMbbs87 .nav-item:focus,
.cid-tuyoMbbs87 .nav-link:focus {
  outline: none;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyoMbbs87 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuyoMbbs87 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuyoMbbs87 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.cid-tuyoMbbs87 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuyoMbbs87 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuyoMbbs87 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuyoMbbs87 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuyoMbbs87 .navbar.collapsed {
  justify-content: center;
}
.cid-tuyoMbbs87 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuyoMbbs87 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuyoMbbs87 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuyoMbbs87 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuyoMbbs87 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuyoMbbs87 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuyoMbbs87 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuyoMbbs87 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuyoMbbs87 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuyoMbbs87 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuyoMbbs87 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuyoMbbs87 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuyoMbbs87 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuyoMbbs87 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuyoMbbs87 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuyoMbbs87 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuyoMbbs87 .dropdown-item.active,
.cid-tuyoMbbs87 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuyoMbbs87 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuyoMbbs87 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuyoMbbs87 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuyoMbbs87 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tuyoMbbs87 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuyoMbbs87 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuyoMbbs87 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuyoMbbs87 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar {
    height: 70px;
  }
  .cid-tuyoMbbs87 .navbar.opened {
    height: auto;
  }
  .cid-tuyoMbbs87 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuyoMbbs87 .floatleft {
  margin-left: auto !important;
}
.cid-tuyoMbbs87 .floatright {
  margin-right: auto !important;
}
.cid-uIpJECtYhb {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grungebacknoborder.webp");
}
.cid-uIpJECtYhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpJECtYhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpJECtYhb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uIpJECtYhb .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #070606;
  transition: all 0.3s;
  color: #070606;
}
.cid-uIpJECtYhb .social-row .soc-item .mbr-iconfont:hover {
  background-color: #070606;
  color: #ffffff;
}
.cid-uIpJECtYhb .mbr-section-title {
  color: #fff0b0;
}
.cid-uIpJECtYhb .mbr-text,
.cid-uIpJECtYhb .mbr-section-btn,
.cid-uIpJECtYhb .social-row {
  color: #ffb5b5;
}
.cid-uIpK0pWrxD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIpK0pWrxD .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIpK0pWrxD .mbr-text {
  color: #000000;
}
.cid-uIpJEEi8PE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uIpJEEi8PE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uIpJEEi8PE .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uIpJEEi8PE .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uIpJEEG8tb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uIpJEF7cka {
  z-index: 1000;
  width: 100%;
}
.cid-uIpJEF7cka nav.navbar {
  position: fixed;
}
.cid-uIpJEF7cka .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-uIpJEF7cka .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIpJEF7cka .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-uIpJEF7cka .dropdown-item:hover,
.cid-uIpJEF7cka .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff0040 !important;
}
.cid-uIpJEF7cka .dropdown-item:hover span {
  color: #ff0040;
}
.cid-uIpJEF7cka .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIpJEF7cka .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIpJEF7cka .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIpJEF7cka .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIpJEF7cka .nav-link {
  position: relative;
}
.cid-uIpJEF7cka .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIpJEF7cka .container {
    flex-wrap: nowrap;
  }
}
.cid-uIpJEF7cka .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIpJEF7cka .dropdown-menu,
.cid-uIpJEF7cka .navbar.opened {
  background: #000000 !important;
}
.cid-uIpJEF7cka .nav-item:focus,
.cid-uIpJEF7cka .nav-link:focus {
  outline: none;
}
.cid-uIpJEF7cka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIpJEF7cka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpJEF7cka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIpJEF7cka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpJEF7cka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIpJEF7cka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIpJEF7cka .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.cid-uIpJEF7cka .navbar.opened {
  transition: all 0.3s;
}
.cid-uIpJEF7cka .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIpJEF7cka .navbar .navbar-logo img {
  width: auto;
}
.cid-uIpJEF7cka .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIpJEF7cka .navbar.collapsed {
  justify-content: center;
}
.cid-uIpJEF7cka .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIpJEF7cka .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIpJEF7cka .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uIpJEF7cka .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIpJEF7cka .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIpJEF7cka .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-uIpJEF7cka .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIpJEF7cka .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIpJEF7cka .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIpJEF7cka .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIpJEF7cka .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIpJEF7cka .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIpJEF7cka .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIpJEF7cka .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-uIpJEF7cka .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIpJEF7cka .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIpJEF7cka .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIpJEF7cka .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIpJEF7cka .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIpJEF7cka .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIpJEF7cka .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIpJEF7cka .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIpJEF7cka .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIpJEF7cka .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIpJEF7cka .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIpJEF7cka .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIpJEF7cka .dropdown-item.active,
.cid-uIpJEF7cka .dropdown-item:active {
  background-color: transparent;
}
.cid-uIpJEF7cka .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIpJEF7cka .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIpJEF7cka .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIpJEF7cka .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIpJEF7cka .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIpJEF7cka .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uIpJEF7cka ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIpJEF7cka .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIpJEF7cka button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIpJEF7cka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIpJEF7cka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIpJEF7cka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpJEF7cka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpJEF7cka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIpJEF7cka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpJEF7cka nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIpJEF7cka nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIpJEF7cka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpJEF7cka .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIpJEF7cka a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIpJEF7cka .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-uIpJEF7cka .navbar {
    height: 70px;
  }
  .cid-uIpJEF7cka .navbar.opened {
    height: auto;
  }
  .cid-uIpJEF7cka .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIpJEF7cka .floatleft {
  margin-left: auto !important;
}
.cid-uIpJEF7cka .floatright {
  margin-right: auto !important;
}
.cid-uIpLb5C1ja {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grungebacknoborder.webp");
}
.cid-uIpLb5C1ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpLb5C1ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpLb5C1ja .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uIpLb5C1ja .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #070606;
  transition: all 0.3s;
  color: #070606;
}
.cid-uIpLb5C1ja .social-row .soc-item .mbr-iconfont:hover {
  background-color: #070606;
  color: #ffffff;
}
.cid-uIpLb5C1ja .mbr-section-title {
  color: #fff0b0;
}
.cid-uIpLb5C1ja .mbr-text,
.cid-uIpLb5C1ja .mbr-section-btn,
.cid-uIpLb5C1ja .social-row {
  color: #ffb5b5;
}
.cid-uIpLb6OkHo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIpLb6OkHo .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIpLb7ce5V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uIpLb7ce5V .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uIpLb7ce5V .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uIpLb7ce5V .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uIpLb7DSkb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uIpLb81xYI {
  z-index: 1000;
  width: 100%;
}
.cid-uIpLb81xYI nav.navbar {
  position: fixed;
}
.cid-uIpLb81xYI .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-uIpLb81xYI .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIpLb81xYI .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-uIpLb81xYI .dropdown-item:hover,
.cid-uIpLb81xYI .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff0040 !important;
}
.cid-uIpLb81xYI .dropdown-item:hover span {
  color: #ff0040;
}
.cid-uIpLb81xYI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIpLb81xYI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIpLb81xYI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIpLb81xYI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIpLb81xYI .nav-link {
  position: relative;
}
.cid-uIpLb81xYI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIpLb81xYI .container {
    flex-wrap: nowrap;
  }
}
.cid-uIpLb81xYI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIpLb81xYI .dropdown-menu,
.cid-uIpLb81xYI .navbar.opened {
  background: #000000 !important;
}
.cid-uIpLb81xYI .nav-item:focus,
.cid-uIpLb81xYI .nav-link:focus {
  outline: none;
}
.cid-uIpLb81xYI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIpLb81xYI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpLb81xYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIpLb81xYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpLb81xYI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIpLb81xYI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIpLb81xYI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.cid-uIpLb81xYI .navbar.opened {
  transition: all 0.3s;
}
.cid-uIpLb81xYI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIpLb81xYI .navbar .navbar-logo img {
  width: auto;
}
.cid-uIpLb81xYI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIpLb81xYI .navbar.collapsed {
  justify-content: center;
}
.cid-uIpLb81xYI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIpLb81xYI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIpLb81xYI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uIpLb81xYI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIpLb81xYI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIpLb81xYI .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-uIpLb81xYI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIpLb81xYI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIpLb81xYI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIpLb81xYI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIpLb81xYI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIpLb81xYI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIpLb81xYI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIpLb81xYI .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-uIpLb81xYI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIpLb81xYI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIpLb81xYI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIpLb81xYI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIpLb81xYI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIpLb81xYI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIpLb81xYI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIpLb81xYI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIpLb81xYI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIpLb81xYI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIpLb81xYI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIpLb81xYI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIpLb81xYI .dropdown-item.active,
.cid-uIpLb81xYI .dropdown-item:active {
  background-color: transparent;
}
.cid-uIpLb81xYI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIpLb81xYI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIpLb81xYI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIpLb81xYI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIpLb81xYI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIpLb81xYI .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uIpLb81xYI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIpLb81xYI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIpLb81xYI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIpLb81xYI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIpLb81xYI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIpLb81xYI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpLb81xYI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpLb81xYI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIpLb81xYI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpLb81xYI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIpLb81xYI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIpLb81xYI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpLb81xYI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIpLb81xYI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIpLb81xYI .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-uIpLb81xYI .navbar {
    height: 70px;
  }
  .cid-uIpLb81xYI .navbar.opened {
    height: auto;
  }
  .cid-uIpLb81xYI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIpLb81xYI .floatleft {
  margin-left: auto !important;
}
.cid-uIpLb81xYI .floatright {
  margin-right: auto !important;
}
.cid-uIpLg8Ej6e {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5569799.webp");
}
.cid-uIpLg8Ej6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpLg8Ej6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpLg8Ej6e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uIpLg8Ej6e .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #070606;
  transition: all 0.3s;
  color: #070606;
}
.cid-uIpLg8Ej6e .social-row .soc-item .mbr-iconfont:hover {
  background-color: #070606;
  color: #ffffff;
}
.cid-uIpLg8Ej6e .mbr-section-title {
  color: #fff0b0;
}
.cid-uIpLg8Ej6e .mbr-text,
.cid-uIpLg8Ej6e .mbr-section-btn,
.cid-uIpLg8Ej6e .social-row {
  color: #ffb5b5;
}
.cid-uIpLg9r7xg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIpLg9r7xg .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIpLg9OuTv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uIpLg9OuTv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uIpLg9OuTv .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uIpLg9OuTv .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uIpLga6MMp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uIpLgatvt0 {
  z-index: 1000;
  width: 100%;
}
.cid-uIpLgatvt0 nav.navbar {
  position: fixed;
}
.cid-uIpLgatvt0 .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-uIpLgatvt0 .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIpLgatvt0 .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-uIpLgatvt0 .dropdown-item:hover,
.cid-uIpLgatvt0 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff0040 !important;
}
.cid-uIpLgatvt0 .dropdown-item:hover span {
  color: #ff0040;
}
.cid-uIpLgatvt0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIpLgatvt0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIpLgatvt0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIpLgatvt0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIpLgatvt0 .nav-link {
  position: relative;
}
.cid-uIpLgatvt0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIpLgatvt0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIpLgatvt0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIpLgatvt0 .dropdown-menu,
.cid-uIpLgatvt0 .navbar.opened {
  background: #000000 !important;
}
.cid-uIpLgatvt0 .nav-item:focus,
.cid-uIpLgatvt0 .nav-link:focus {
  outline: none;
}
.cid-uIpLgatvt0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIpLgatvt0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpLgatvt0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIpLgatvt0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpLgatvt0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIpLgatvt0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIpLgatvt0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.cid-uIpLgatvt0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIpLgatvt0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIpLgatvt0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIpLgatvt0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIpLgatvt0 .navbar.collapsed {
  justify-content: center;
}
.cid-uIpLgatvt0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIpLgatvt0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIpLgatvt0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uIpLgatvt0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIpLgatvt0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIpLgatvt0 .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-uIpLgatvt0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIpLgatvt0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIpLgatvt0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIpLgatvt0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIpLgatvt0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIpLgatvt0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIpLgatvt0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIpLgatvt0 .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-uIpLgatvt0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIpLgatvt0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIpLgatvt0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIpLgatvt0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIpLgatvt0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIpLgatvt0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIpLgatvt0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIpLgatvt0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIpLgatvt0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIpLgatvt0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIpLgatvt0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIpLgatvt0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIpLgatvt0 .dropdown-item.active,
.cid-uIpLgatvt0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIpLgatvt0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIpLgatvt0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIpLgatvt0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIpLgatvt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIpLgatvt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIpLgatvt0 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uIpLgatvt0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIpLgatvt0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIpLgatvt0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIpLgatvt0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIpLgatvt0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIpLgatvt0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpLgatvt0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpLgatvt0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIpLgatvt0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpLgatvt0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIpLgatvt0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIpLgatvt0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpLgatvt0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIpLgatvt0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIpLgatvt0 .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-uIpLgatvt0 .navbar {
    height: 70px;
  }
  .cid-uIpLgatvt0 .navbar.opened {
    height: auto;
  }
  .cid-uIpLgatvt0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIpLgatvt0 .floatleft {
  margin-left: auto !important;
}
.cid-uIpLgatvt0 .floatright {
  margin-right: auto !important;
}
.cid-uHF4hLkako .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF4hLkako .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uHF4hLkako .mbr-section-title {
  color: #e43f3f;
}
.cid-uHF4hLkako .mbr-section-subtitle {
  color: #ff0040;
}
.cid-uHF4hLkako .mbr-text,
.cid-uHF4hLkako .mbr-section-btn {
  color: #e43f3f;
}
.cid-uHCJHtfTpZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tuyoMbbs87 {
  z-index: 1000;
  width: 100%;
}
.cid-tuyoMbbs87 nav.navbar {
  position: fixed;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuyoMbbs87 .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-tuyoMbbs87 .dropdown-item:hover,
.cid-tuyoMbbs87 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff0040 !important;
}
.cid-tuyoMbbs87 .dropdown-item:hover span {
  color: #ff0040;
}
.cid-tuyoMbbs87 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuyoMbbs87 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuyoMbbs87 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuyoMbbs87 .nav-link {
  position: relative;
}
.cid-tuyoMbbs87 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuyoMbbs87 .container {
    flex-wrap: nowrap;
  }
}
.cid-tuyoMbbs87 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuyoMbbs87 .dropdown-menu,
.cid-tuyoMbbs87 .navbar.opened {
  background: #000000 !important;
}
.cid-tuyoMbbs87 .nav-item:focus,
.cid-tuyoMbbs87 .nav-link:focus {
  outline: none;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuyoMbbs87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyoMbbs87 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuyoMbbs87 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuyoMbbs87 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.cid-tuyoMbbs87 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuyoMbbs87 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuyoMbbs87 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuyoMbbs87 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuyoMbbs87 .navbar.collapsed {
  justify-content: center;
}
.cid-tuyoMbbs87 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuyoMbbs87 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuyoMbbs87 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuyoMbbs87 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuyoMbbs87 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuyoMbbs87 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuyoMbbs87 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuyoMbbs87 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuyoMbbs87 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuyoMbbs87 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuyoMbbs87 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuyoMbbs87 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuyoMbbs87 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuyoMbbs87 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuyoMbbs87 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuyoMbbs87 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuyoMbbs87 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuyoMbbs87 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuyoMbbs87 .dropdown-item.active,
.cid-tuyoMbbs87 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuyoMbbs87 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuyoMbbs87 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuyoMbbs87 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuyoMbbs87 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuyoMbbs87 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tuyoMbbs87 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuyoMbbs87 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuyoMbbs87 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyoMbbs87 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuyoMbbs87 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyoMbbs87 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuyoMbbs87 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuyoMbbs87 .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-tuyoMbbs87 .navbar {
    height: 70px;
  }
  .cid-tuyoMbbs87 .navbar.opened {
    height: auto;
  }
  .cid-tuyoMbbs87 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuyoMbbs87 .floatleft {
  margin-left: auto !important;
}
.cid-tuyoMbbs87 .floatright {
  margin-right: auto !important;
}
.cid-uGY5ix1end {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background15.webp");
}
.cid-uGY5ix1end .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGY5ix1end .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGY5ix1end .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uGY5ix1end .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-uGY5ix1end .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uGY5yXgCOi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHCJHtfTpZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uIHDfnnFWk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grungebacknoborder.webp");
}
.cid-uIHDfnnFWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIHDfnnFWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHDfnnFWk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uIHDfnnFWk .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #070606;
  transition: all 0.3s;
  color: #070606;
}
.cid-uIHDfnnFWk .social-row .soc-item .mbr-iconfont:hover {
  background-color: #070606;
  color: #ffffff;
}
.cid-uIHDfnnFWk .mbr-section-title {
  color: #fff0b0;
}
.cid-uIHDfnnFWk .mbr-text,
.cid-uIHDfnnFWk .mbr-section-btn,
.cid-uIHDfnnFWk .social-row {
  color: #ffb5b5;
}
.cid-uIHDfoaiCW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIHDfoaiCW .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIHDfoqNdb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uIHDfoqNdb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uIHDfoqNdb .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uIHDfoqNdb .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uIHDfoJzBS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uIHDfp31Hf {
  z-index: 1000;
  width: 100%;
}
.cid-uIHDfp31Hf nav.navbar {
  position: fixed;
}
.cid-uIHDfp31Hf .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-uIHDfp31Hf .dropdown-menu {
  min-width: 270px;
  max-width: 500px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIHDfp31Hf .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cid-uIHDfp31Hf .dropdown-item:hover,
.cid-uIHDfp31Hf .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff0040 !important;
}
.cid-uIHDfp31Hf .dropdown-item:hover span {
  color: #ff0040;
}
.cid-uIHDfp31Hf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIHDfp31Hf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIHDfp31Hf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIHDfp31Hf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIHDfp31Hf .nav-link {
  position: relative;
}
.cid-uIHDfp31Hf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIHDfp31Hf .container {
    flex-wrap: nowrap;
  }
}
.cid-uIHDfp31Hf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIHDfp31Hf .dropdown-menu,
.cid-uIHDfp31Hf .navbar.opened {
  background: #000000 !important;
}
.cid-uIHDfp31Hf .nav-item:focus,
.cid-uIHDfp31Hf .nav-link:focus {
  outline: none;
}
.cid-uIHDfp31Hf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIHDfp31Hf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIHDfp31Hf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIHDfp31Hf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIHDfp31Hf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIHDfp31Hf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIHDfp31Hf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.cid-uIHDfp31Hf .navbar.opened {
  transition: all 0.3s;
}
.cid-uIHDfp31Hf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIHDfp31Hf .navbar .navbar-logo img {
  width: auto;
}
.cid-uIHDfp31Hf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIHDfp31Hf .navbar.collapsed {
  justify-content: center;
}
.cid-uIHDfp31Hf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIHDfp31Hf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIHDfp31Hf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uIHDfp31Hf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIHDfp31Hf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIHDfp31Hf .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-uIHDfp31Hf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIHDfp31Hf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIHDfp31Hf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIHDfp31Hf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIHDfp31Hf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIHDfp31Hf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIHDfp31Hf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIHDfp31Hf .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-uIHDfp31Hf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIHDfp31Hf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIHDfp31Hf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIHDfp31Hf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIHDfp31Hf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIHDfp31Hf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIHDfp31Hf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIHDfp31Hf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIHDfp31Hf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIHDfp31Hf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIHDfp31Hf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIHDfp31Hf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIHDfp31Hf .dropdown-item.active,
.cid-uIHDfp31Hf .dropdown-item:active {
  background-color: transparent;
}
.cid-uIHDfp31Hf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIHDfp31Hf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIHDfp31Hf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIHDfp31Hf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIHDfp31Hf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIHDfp31Hf .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uIHDfp31Hf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIHDfp31Hf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIHDfp31Hf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIHDfp31Hf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIHDfp31Hf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIHDfp31Hf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIHDfp31Hf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIHDfp31Hf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIHDfp31Hf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIHDfp31Hf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIHDfp31Hf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIHDfp31Hf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIHDfp31Hf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIHDfp31Hf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIHDfp31Hf .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-uIHDfp31Hf .navbar {
    height: 70px;
  }
  .cid-uIHDfp31Hf .navbar.opened {
    height: auto;
  }
  .cid-uIHDfp31Hf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIHDfp31Hf .floatleft {
  margin-left: auto !important;
}
.cid-uIHDfp31Hf .floatright {
  margin-right: auto !important;
}
</pre></body></html>