body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Agrandir-GrandHeavy';
  font-size: 3.3rem;
  line-height: 76px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'Agrandir-GrandHeavy';
  font-size: 2.6rem;
  line-height: 61px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'PPNeueMontreal-Medium';
  font-size: 1.2rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Agrandir-GrandHeavy';
  font-size: 1.9rem;
  line-height: 49px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'PPMori-SemiBold';
  font-size: 0.85rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.0625rem;
}
/* ---- 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: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 100px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd631 !important;
}
.bg-danger {
  background-color: #ffc374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd631 !important;
  border-color: #ffd631 !important;
  color: #312700 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d9ae00 !important;
  border-color: #d9ae00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #312700 !important;
  background-color: #d9ae00 !important;
  border-color: #d9ae00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc374 !important;
  border-color: #ffc374 !important;
  color: #744200 !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: #ff9e1d !important;
  border-color: #ff9e1d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #744200 !important;
  background-color: #ff9e1d !important;
  border-color: #ff9e1d !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: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd631;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d9ae00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #312700 !important;
  background-color: #ffd631 !important;
  border-color: #ffd631 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff9e1d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #744200 !important;
  background-color: #ffc374 !important;
  border-color: #ffc374 !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: #ffffff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd631 !important;
}
.text-danger {
  color: #ffc374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #caa200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff970e !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffd631;
}
.alert-danger {
  background-color: #ffc374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fffffd;
}
.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: 'PPNeueMontreal-Medium';
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PPNeueMontreal-Medium';
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  min-height: 77px;
  min-width: 280px;
  padding: 9px 15px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    min-height: 71px;
    min-width: 180px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  color: #ffffff !important;
  border: none;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffd631;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #ffc374;
}
.cid-tKp7okXETr {
  background-image: url("../../images/home-site-lagochurch-1.webp");
}
.cid-tKp7okXETr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKp7okXETr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKp7okXETr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKp7okXETr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKp7okXETr .container {
    padding: 0;
  }
}
.cid-tKp7okXETr .title-wrapper {
  padding: 0 16px;
}
.cid-tKp7okXETr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKp7okXETr .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tKp7okXETr .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tKp7okXETr .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tKp7okXETr .mbr-section-title {
  color: #ffffff;
}
.cid-tKp7okXETr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tKp7okXETr .mbr-section-title,
.cid-tKp7okXETr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tM0DMrjWKz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tM0DMrjWKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM0DMrjWKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tM0DMrjWKz {
    background-size: cover;
    background-position: center;
  }
}
.cid-tM0DMrjWKz .start {
  width: 100px;
  height: 100px;
  background: #facb1d;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-tM0DMrjWKz .start:hover {
  background: #dfb105;
}
@media (max-width: 992px) {
  .cid-tM0DMrjWKz .align-left {
    text-align: center;
  }
}
.cid-tM0DMrjWKz .mbr-section-title {
  color: #ffffff;
}
.cid-tM0DMrjWKz .mbr-text,
.cid-tM0DMrjWKz .mbr-section-btn,
.cid-tM0DMrjWKz .text-wrapper {
  color: #ffffff;
}
.cid-tM0DMrjWKz .mbr-section-subtitle {
  color: #00004c;
}
.cid-tLSXYGeG6S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-tLSXYGeG6S img,
.cid-tLSXYGeG6S .item-img {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLSXYGeG6S .item:focus,
.cid-tLSXYGeG6S span:focus {
  outline: none;
}
.cid-tLSXYGeG6S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLSXYGeG6S .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLSXYGeG6S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLSXYGeG6S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLSXYGeG6S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLSXYGeG6S .mbr-section-title {
  color: #000000;
}
.cid-tLSXYGeG6S .mbr-text,
.cid-tLSXYGeG6S .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLSXYGeG6S .item-title {
  text-align: center;
}
.cid-tLSXYGeG6S .item-subtitle {
  text-align: center;
}
.cid-tLT04und5g {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #facb1d;
}
.cid-tLT04und5g img,
.cid-tLT04und5g .item-img {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLT04und5g .item:focus,
.cid-tLT04und5g span:focus {
  outline: none;
}
.cid-tLT04und5g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLT04und5g .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLT04und5g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLT04und5g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLT04und5g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLT04und5g .mbr-section-title {
  color: #000000;
}
.cid-tLT04und5g .mbr-text,
.cid-tLT04und5g .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLT04und5g .item-title {
  text-align: center;
}
.cid-tLT04und5g .item-subtitle {
  text-align: center;
}
.cid-tM0GPw8HI7 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../images/bg-003-1920x1206.webp");
}
.cid-tM0GPw8HI7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tM0GPw8HI7 H1 {
  color: #facb1d;
  text-align: center;
}
.cid-tM0GPw8HI7 .mbr-text,
.cid-tM0GPw8HI7 .mbr-section-btn {
  color: #716c80;
}
.cid-tM0GPw8HI7 H3 {
  color: #716c80;
}
.cid-tM0GPw8HI7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tM0GPw8HI7 .btn-info-outline {
  border: none;
  color: #ffffff !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tM0GPw8HI7 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tM0GPw8HI7 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tM0GPw8HI7 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ffffff !important;
  box-shadow: none!important;
}
.cid-tM0GPw8HI7 .btn-info-outline:active,
.cid-tM0GPw8HI7 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tM0GPw8HI7 DIV {
  color: #57468b;
}
.cid-tM0GPw8HI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM0GPw8HI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM0GPw8HI7 .mbr-text,
.cid-tM0GPw8HI7 .media-content,
.cid-tM0GPw8HI7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tM0U4LZN7Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #facb1d;
}
.cid-tM0U4LZN7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM0U4LZN7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM0U4LZN7Q .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tM0U4LZN7Q .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-tM0U4LZN7Q .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tM0U4LZN7Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tM0TxXa9MT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #facb1d;
}
@media (min-width: 769px) {
  .cid-tM0TxXa9MT .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-tM0TxXa9MT .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-tM0TxXa9MT .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-tM0TxXa9MT .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-tM0TxXa9MT img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tM0TxXa9MT .top {
    padding-top: 20px;
  }
}
.cid-tM0TxXa9MT .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tM0TxXa9MT .close::before {
  content: '\e91a';
}
.cid-tM0TxXa9MT .close:hover {
  color: #fff;
}
.cid-tM0TxXa9MT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tM0TxXa9MT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tM0TxXa9MT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tM0TxXa9MT .carousel-control-next span {
  margin-left: 5px;
}
.cid-tM0TxXa9MT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tM0TxXa9MT .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tM0TxXa9MT .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tM0TxXa9MT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tM0TxXa9MT .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tM0TxXa9MT .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tM0TxXa9MT .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tM0TxXa9MT .carousel-item img {
    width: 70%;
  }
}
.cid-tM0TxXa9MT .carousel-inner > .active {
  display: block;
}
.cid-tM0TxXa9MT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tM0TxXa9MT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tM0TxXa9MT .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-tM0TxXa9MT .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tM0TxXa9MT .carousel-control,
  .cid-tM0TxXa9MT .carousel-indicators {
    position: fixed;
  }
}
.cid-tM0TxXa9MT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tM0TxXa9MT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tM0TxXa9MT .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tM0TxXa9MT .modal-content {
    width: 70%;
  }
}
.cid-tM0TxXa9MT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tM0TxXa9MT .carousel {
  width: 100%;
}
.cid-tM0TxXa9MT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tM0TxXa9MT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tM0TxXa9MT .modal.fade .modal-dialog,
.cid-tM0TxXa9MT .modal.in .modal-dialog {
  transform: none;
}
.cid-tM0TxXa9MT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKpimocA4a {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKpimocA4a .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tKpimocA4a .mbr-iconfont {
  align-items: center;
}
.cid-tKpimocA4a .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-tKpimocA4a .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tKpimocA4a .icon-transition span:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tKpimocA4a .social-media {
  padding: 0;
}
.cid-tKpimocA4a .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tKpimocA4a .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tKpimocA4a .mbr-list,
.cid-tKpimocA4a .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tKpimocA4a .social-list {
    text-align: center !important;
  }
}
.cid-tKpgVZbqrn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tKpgVZbqrn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tKpgVZbqrn form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-tKpgVZbqrn form {
    padding: 2rem 0rem;
  }
}
.cid-tKpgVZbqrn .border-radius {
  border-radius: 3rem;
}
.cid-tKpgVZbqrn input,
.cid-tKpgVZbqrn textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-tKpgVZbqrn input:hover,
.cid-tKpgVZbqrn textarea:hover,
.cid-tKpgVZbqrn input:focus,
.cid-tKpgVZbqrn textarea:focus,
.cid-tKpgVZbqrn input:active,
.cid-tKpgVZbqrn textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-tKpgVZbqrn .image-wrapper,
.cid-tKpgVZbqrn img {
  height: 100%;
  object-fit: cover;
}
.cid-tKpgVZbqrn .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-tKpgVZbqrn .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-tKpgVZbqrn .col-auto {
    margin: auto;
  }
}
.cid-tKpgVZbqrn h5 {
  margin-bottom: 3rem;
}
.cid-tKpgVZbqrn a {
  font-weight: bold;
}
.cid-tKpgVZbqrn .mbr-section-title {
  color: #ffffff;
}
.cid-tKpgVZbqrn .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tyT93Q7iiX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd631;
}
.cid-tyT93Q7iiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyT93Q7iiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyT93Q7iiX .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tyT93Q7iiX .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-tyT93Q7iiX .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tyT93Q7iiX .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tyT93Q7iiX .date-wrapper .mbr-iconfont {
  font-size: 48px;
  margin-right: 10px;
}
.cid-tyT93Q7iiX .date-wrapper .mbr-date {
  margin: 0;
}
.cid-tyT93Q7iiX .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cid-tyT93Q7iiX .icons-wrapper .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #000000;
  margin: 0 5px 10px 5px;
  transition: all .3s ease;
}
.cid-tyT93Q7iiX .icons-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tyT93Q7iiX .mbr-date,
.cid-tyT93Q7iiX .mbr-iconfont {
  color: #000000;
}
.cid-tM0NQJ4tSx .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tM0NQJ4tSx .nav-item:focus,
.cid-tM0NQJ4tSx .nav-link:focus {
  outline: none;
}
.cid-tM0NQJ4tSx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tM0NQJ4tSx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM0NQJ4tSx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tM0NQJ4tSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tM0NQJ4tSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tM0NQJ4tSx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM0NQJ4tSx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM0NQJ4tSx .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tM0NQJ4tSx .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffd631;
  background: none;
}
.cid-tM0NQJ4tSx .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffd631 !important;
}
.cid-tM0NQJ4tSx .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tM0NQJ4tSx .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tM0NQJ4tSx .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tM0NQJ4tSx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tM0NQJ4tSx .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tM0NQJ4tSx .navbar.collapsed .navbar-collapse.show,
.cid-tM0NQJ4tSx .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tM0NQJ4tSx .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tM0NQJ4tSx .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tM0NQJ4tSx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tM0NQJ4tSx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM0NQJ4tSx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM0NQJ4tSx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM0NQJ4tSx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM0NQJ4tSx .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tM0NQJ4tSx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM0NQJ4tSx .navbar.collapsed .right-menu,
.cid-tM0NQJ4tSx .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tM0NQJ4tSx .navbar .navbar-collapse.show,
  .cid-tM0NQJ4tSx .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tM0NQJ4tSx .navbar .navbar-collapse.show .brand-container,
  .cid-tM0NQJ4tSx .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tM0NQJ4tSx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM0NQJ4tSx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tM0NQJ4tSx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM0NQJ4tSx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM0NQJ4tSx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM0NQJ4tSx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tM0NQJ4tSx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM0NQJ4tSx .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tM0NQJ4tSx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tM0NQJ4tSx .navbar .right-menu,
  .cid-tM0NQJ4tSx .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tM0NQJ4tSx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM0NQJ4tSx .navbar.navbar-short .mbr-overlay {
  background: #ffd631 !important;
}
.cid-tM0NQJ4tSx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM0NQJ4tSx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tM0NQJ4tSx .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM0NQJ4tSx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM0NQJ4tSx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM0NQJ4tSx .dropdown-item.active,
.cid-tM0NQJ4tSx .dropdown-item:active {
  background-color: transparent;
}
.cid-tM0NQJ4tSx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM0NQJ4tSx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM0NQJ4tSx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM0NQJ4tSx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffd631;
}
.cid-tM0NQJ4tSx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM0NQJ4tSx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM0NQJ4tSx ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tM0NQJ4tSx ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tM0NQJ4tSx .navbar-buttons {
  margin-left: auto;
}
.cid-tM0NQJ4tSx button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM0NQJ4tSx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tM0NQJ4tSx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM0NQJ4tSx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM0NQJ4tSx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM0NQJ4tSx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM0NQJ4tSx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM0NQJ4tSx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tM0NQJ4tSx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tM0NQJ4tSx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM0NQJ4tSx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tM0NQJ4tSx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM0NQJ4tSx .right-menu,
.cid-tM0NQJ4tSx .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tM0NQJ4tSx .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tM0NQJ4tSx .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tM0NQJ4tSx .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tM0NQJ4tSx .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
}
.cid-tM0NQJ4tSx .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tM0NQJ4tSx .card-wrapper {
  z-index: 3;
}
.cid-tM0NQJ4tSx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tM0NQJ4tSx .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM0NQJ4tSx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
