.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #ffa04b !important;
  border-color: #ffa04b !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #ffa04b !important;
  border-color: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.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: #ffa04b !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #299e0c !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa04b !important;
  border-color: #ffa04b !important;
  color: #ffffff;
  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;
  background-color: #f37300;
  border-color: #f37300;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f37300 !important;
  border-color: #f37300 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  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;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #299e0c !important;
  border-color: #299e0c !important;
  color: #ffffff;
  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;
  background-color: #144d06;
  border-color: #144d06;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #144d06 !important;
  border-color: #144d06 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  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;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #ffa04b !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa04b;
  color: #ffa04b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f37300 !important;
  background-color: transparent!important;
  border-color: #f37300 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa04b !important;
  border-color: #ffa04b !important;
}
.btn-primary-outline:active {
  color: #ffa04b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #299e0c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #299e0c;
  color: #299e0c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #144d06 !important;
  background-color: transparent!important;
  border-color: #144d06 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #299e0c !important;
  border-color: #299e0c !important;
}
.btn-danger-outline:active {
  color: #299e0c !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #ffa04b !important;
  background: #ffa04b !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #ffa04b !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #299e0c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffd6b1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4aee22 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #ffa04b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #299e0c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa04b;
  border-color: #ffa04b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffa04b;
}
.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: #b9b9b9;
}
.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: #5ef03a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffa04b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffa04b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa04b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa04b;
}
.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: #ffa04b;
  border-bottom-color: #ffa04b;
}
.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: #ffa04b !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: #1b2026 !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='%23ffa04b' %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-st2eExKwNs {
  z-index: 1000;
  width: 100%;
}
.cid-st2eExKwNs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2eExKwNs nav.navbar {
  position: fixed;
}
.cid-st2eExKwNs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2eExKwNs .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2eExKwNs .nav-item {
    height: auto;
  }
}
.cid-st2eExKwNs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2eExKwNs .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-st2eExKwNs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2eExKwNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2eExKwNs .dropdown-item:hover,
.cid-st2eExKwNs .dropdown-item:focus {
  background: white !important;
}
.cid-st2eExKwNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2eExKwNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2eExKwNs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2eExKwNs .nav-link {
  position: relative;
}
.cid-st2eExKwNs .container {
  display: flex;
  margin: auto;
}
.cid-st2eExKwNs .iconfont-wrapper {
  color: #ffa04b !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2eExKwNs .dropdown-menu,
.cid-st2eExKwNs .navbar.opened {
  background: #ffffff !important;
}
.cid-st2eExKwNs .nav-item:focus,
.cid-st2eExKwNs .nav-link:focus {
  outline: none;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2eExKwNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2eExKwNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2eExKwNs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
}
.cid-st2eExKwNs .navbar.opened {
  transition: all 0.3s;
}
.cid-st2eExKwNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2eExKwNs .navbar .navbar-logo img {
  width: auto;
}
.cid-st2eExKwNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2eExKwNs .navbar.collapsed {
  justify-content: center;
}
.cid-st2eExKwNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2eExKwNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2eExKwNs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2eExKwNs .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-st2eExKwNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2eExKwNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2eExKwNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2eExKwNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2eExKwNs .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-st2eExKwNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2eExKwNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2eExKwNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2eExKwNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2eExKwNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2eExKwNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2eExKwNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2eExKwNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2eExKwNs .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-st2eExKwNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2eExKwNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2eExKwNs .dropdown-item.active,
.cid-st2eExKwNs .dropdown-item:active {
  background-color: transparent;
}
.cid-st2eExKwNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2eExKwNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st2eExKwNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2eExKwNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2eExKwNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2eExKwNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2eExKwNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa04b;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2eExKwNs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2eExKwNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2eExKwNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2eExKwNs .navbar {
    height: 70px;
  }
  .cid-st2eExKwNs .navbar.opened {
    height: auto;
  }
  .cid-st2eExKwNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2eElkdSs {
  background-image: url("../../../assets/images/mbr-taksio-1920x1280.jpg");
}
.cid-st2eElkdSs .mbr-text,
.cid-st2eElkdSs .mbr-section-btn {
  color: #000000;
}
.cid-st2eElkdSs .mbr-section-title {
  color: #000000;
}
.cid-st2eElkdSs .mbr-section-subtitle {
  color: #000000;
}
.cid-st2KAGhoWy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2KAGhoWy .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-st2KAGhoWy img {
  width: 100%;
  border-radius: 10px;
}
.cid-st2KAGhoWy .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-st2KAGhoWy .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-st2KAGhoWy .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-st2KAGhoWy img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-st2KAGhoWy .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-st2KAGhoWy img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-st2KAGhoWy img {
    width: 100%;
  }
}
.cid-st2KAGhoWy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-st2KAGhoWy .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2KAGhoWy .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2KAGhoWy .mbr-text,
.cid-st2KAGhoWy .mbr-section-btn {
  color: #464646;
}
.cid-st2KAGhoWy .mbr-section-subtitle {
  color: #777777;
}
.cid-st2LmwKCWJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dce8eb;
}
.cid-st2LmwKCWJ .card-wrapper {
  display: flex;
  justify-content: center;
}
.cid-st2LmwKCWJ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-st2LmwKCWJ .icon-wrapper {
  background: #ff8484;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2LmwKCWJ .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-st2LmwKCWJ .card-text {
  color: #777777;
}
.cid-st2L3FzgcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-st2L3FzgcK .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-st2L3FzgcK .panel-group {
  border: none;
}
.cid-st2L3FzgcK .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-st2L3FzgcK .card-header {
    padding: 1rem 0rem;
  }
}
.cid-st2L3FzgcK .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-st2L3FzgcK .panel-body {
    padding: 0rem;
  }
}
.cid-st2L3FzgcK .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-st2L3FzgcK .img-item {
    padding-bottom: 3rem;
  }
}
.cid-st2L3FzgcK img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2L3FzgcK img {
    width: 100%;
  }
}
.cid-st2L3FzgcK .container-fluid {
  padding: 0 1rem;
}
.cid-st2L3FzgcK .collapsed span {
  transform: rotate(0deg);
}
.cid-st2L3FzgcK .panel-title {
  display: flex;
  align-items: center;
}
.cid-st2L3FzgcK .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-st2L3FzgcK .panel-title-edit {
  color: #000000;
}
.cid-st2L3FzgcK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-st2L3FzgcK .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-st2L3FzgcK .panel-title-edit,
.cid-st2L3FzgcK .mbr-iconfont {
  color: #1b2026;
}
.cid-st2L3FzgcK .panel-text {
  color: #777777;
}
.cid-st2L3FzgcK H4 {
  color: #777777;
}
.cid-sJ80Hb6DfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce8eb;
}
.cid-sJ80Hb6DfG .mbr-media {
  position: relative;
}
.cid-sJ80Hb6DfG .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sJ80Hb6DfG .box {
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sJ80Hb6DfG .box {
    min-height: 300px;
  }
}
.cid-sJ80Hb6DfG .icon-wrap {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ80Hb6DfG .icon-wrap a {
  height: 20px;
}
.cid-sJ80Hb6DfG .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 120px;
    height: 120px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sJ80Hb6DfG .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #121212;
}
.cid-sJ80Hb6DfG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJ80Hb6DfG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJ80Hb6DfG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJ80Hb6DfG .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-sJ80Hb6DfG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st2KLTxC9B {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-st2KLTxC9B .card-wrapper {
  background: #ffffff;
  border: 2px solid #dce8eb;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-st2KLTxC9B .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-st2KLTxC9B .card-wrapper:hover .mbr-iconfont {
  background: #ffa04b;
}
@media (max-width: 767px) {
  .cid-st2KLTxC9B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-st2KLTxC9B .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #353535;
  background: #dce8eb;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-st2KLTxC9B .row {
  justify-content: center;
}
.cid-st2KLTxC9B .card-box {
  display: flex;
  align-items: center;
}
.cid-st2KLTxC9B .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-st2KLTxC9B .card-box {
    flex-direction: column;
  }
  .cid-st2KLTxC9B .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-st2KLTxC9B .card-link {
  text-decoration: underline;
}
.cid-st2KLTxC9B .card-link:hover a {
  background-image: none!important;
}
.cid-st2KLTxC9B .mbr-section-subtitle {
  color: #777777;
}
.cid-st2KLTxC9B .card-text {
  color: #777777;
}
.cid-st2MbvALGc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-st2MbvALGc .progress {
  width: 100%;
}
.cid-st2MbvALGc p {
  margin-bottom: 0.4rem;
}
.cid-st2MbvALGc .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-st2MbvALGc progress {
  height: 6px;
}
.cid-st2MbvALGc .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-st2MbvALGc .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-st2MbvALGc .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st2MbvALGc .progress_value {
  position: relative;
}
.cid-st2MbvALGc .progress1 .progressbar-number:before,
.cid-st2MbvALGc .progress2 .progressbar-number:before,
.cid-st2MbvALGc .progress3 .progressbar-number:before,
.cid-st2MbvALGc .progress4 .progressbar-number:before,
.cid-st2MbvALGc .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-st2MbvALGc progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st2MbvALGc progress::-webkit-progress-value {
  background: #31363b;
}
.cid-st2MbvALGc progress[value]::-moz-progress-bar {
  background: #31363b;
}
.cid-st2MbvALGc progress::-ms-fill {
  background: #31363b;
}
.cid-st2MbvALGc .progress1 .progressbar-number:before {
  content: '100';
}
.cid-st2MbvALGc .progress2 .progressbar-number:before {
  content: '100';
}
.cid-st2MbvALGc .progress3 .progressbar-number:before {
  content: '81';
}
.cid-st2MbvALGc .progress4 .progressbar-number:before {
  content: '70';
}
.cid-st2MbvALGc .progress5 .progressbar-number:before {
  content: '60';
}
.cid-st2MbvALGc .section-content-text {
  color: #454545;
}
.cid-st2MbvALGc .progressbar-title p,
.cid-st2MbvALGc .progress_value {
  color: #31363b;
}
.cid-st2MbvALGc .mbr-section-subtitle {
  color: #777777;
}
.cid-st2KOSUUhW {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-st2KOSUUhW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-st2KOSUUhW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-st2KOSUUhW .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-st2KOSUUhW .row .img-item img {
    height: 250px;
  }
}
.cid-svVKNzQoWW {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svVKNzQoWW *:focus {
  outline: none;
}
.cid-svVKNzQoWW .form-group {
  margin-bottom: 2rem;
}
.cid-svVKNzQoWW .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-svVKNzQoWW .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-svVKNzQoWW .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-svVKNzQoWW .form-control::-moz-placeholder {
  color: #000000;
}
.cid-svVKNzQoWW .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-svVKNzQoWW .form-control:-moz-placeholder {
  color: #000000;
}
.cid-svVKNzQoWW input.form-control {
  padding: 1px 0;
}
.cid-svVKNzQoWW .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-svVKNzQoWW .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-svVKNzQoWW .soc-item .socicon:hover {
  opacity: .5;
}
.cid-svVKNzQoWW .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-svVKNzQoWW .first-column,
  .cid-svVKNzQoWW .form-1 {
    text-align: center;
  }
}
.cid-st2KZwV6ZE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-st2KZwV6ZE .google-map {
  height: 30rem;
  position: relative;
}
.cid-st2KZwV6ZE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-st2KZwV6ZE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-st2KZwV6ZE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-st2KZwV6ZE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-st2KXorDtr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-st2KXorDtr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2KXorDtr li {
  padding-bottom: 0.6rem;
}
.cid-st2KXorDtr .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-st2KXorDtr .border-col {
    border: 0px;
  }
}
.cid-st2KXorDtr .container {
  position: relative;
}
.cid-st2KXorDtr .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-st2KXorDtr .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-st2KXorDtr .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2KXorDtr .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2KXorDtr .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-st2KXorDtr .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2KXorDtr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2KXorDtr .soc-item:hover {
  background: #ffa04b;
}
.cid-st2KXorDtr .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2KXorDtr .row {
    text-align: center;
  }
  .cid-st2KXorDtr .social-row {
    justify-content: center;
  }
}
.cid-st2KXorDtr .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2KXorDtr .mbr-text {
  color: #dce8eb;
}
.cid-st2KXorDtr H5 {
  color: #ffffff;
}
.cid-st2KXorDtr .mbr-section-subtitle {
  color: #ffa04b;
}
.cid-svVTjwTVXe {
  z-index: 1000;
  width: 100%;
}
.cid-svVTjwTVXe .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-svVTjwTVXe nav.navbar {
  position: fixed;
}
.cid-svVTjwTVXe .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-svVTjwTVXe .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-svVTjwTVXe .nav-item {
    height: auto;
  }
}
.cid-svVTjwTVXe .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-svVTjwTVXe .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-svVTjwTVXe .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-svVTjwTVXe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svVTjwTVXe .dropdown-item:hover,
.cid-svVTjwTVXe .dropdown-item:focus {
  background: white !important;
}
.cid-svVTjwTVXe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svVTjwTVXe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svVTjwTVXe .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-svVTjwTVXe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svVTjwTVXe .nav-link {
  position: relative;
}
.cid-svVTjwTVXe .container {
  display: flex;
  margin: auto;
}
.cid-svVTjwTVXe .iconfont-wrapper {
  color: #ffa04b !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-svVTjwTVXe .dropdown-menu,
.cid-svVTjwTVXe .navbar.opened {
  background: #ffffff !important;
}
.cid-svVTjwTVXe .nav-item:focus,
.cid-svVTjwTVXe .nav-link:focus {
  outline: none;
}
.cid-svVTjwTVXe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svVTjwTVXe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svVTjwTVXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-svVTjwTVXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svVTjwTVXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svVTjwTVXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svVTjwTVXe .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
}
.cid-svVTjwTVXe .navbar.opened {
  transition: all 0.3s;
}
.cid-svVTjwTVXe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svVTjwTVXe .navbar .navbar-logo img {
  width: auto;
}
.cid-svVTjwTVXe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svVTjwTVXe .navbar.collapsed {
  justify-content: center;
}
.cid-svVTjwTVXe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svVTjwTVXe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svVTjwTVXe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-svVTjwTVXe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svVTjwTVXe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svVTjwTVXe .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-svVTjwTVXe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svVTjwTVXe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svVTjwTVXe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svVTjwTVXe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svVTjwTVXe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svVTjwTVXe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svVTjwTVXe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svVTjwTVXe .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-svVTjwTVXe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svVTjwTVXe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svVTjwTVXe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svVTjwTVXe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svVTjwTVXe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svVTjwTVXe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svVTjwTVXe .navbar.navbar-short {
  min-height: 60px;
}
.cid-svVTjwTVXe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svVTjwTVXe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svVTjwTVXe .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-svVTjwTVXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svVTjwTVXe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svVTjwTVXe .dropdown-item.active,
.cid-svVTjwTVXe .dropdown-item:active {
  background-color: transparent;
}
.cid-svVTjwTVXe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svVTjwTVXe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svVTjwTVXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svVTjwTVXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svVTjwTVXe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svVTjwTVXe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svVTjwTVXe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svVTjwTVXe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svVTjwTVXe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svVTjwTVXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa04b;
}
.cid-svVTjwTVXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svVTjwTVXe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svVTjwTVXe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svVTjwTVXe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svVTjwTVXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svVTjwTVXe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svVTjwTVXe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svVTjwTVXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svVTjwTVXe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svVTjwTVXe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svVTjwTVXe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svVTjwTVXe .navbar {
    height: 70px;
  }
  .cid-svVTjwTVXe .navbar.opened {
    height: auto;
  }
  .cid-svVTjwTVXe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svVTjympMT {
  background-image: url("../../../assets/images/mbr-1920x1440-new-1920x1440-qcode-1920x1440.jpg");
}
.cid-svVTjympMT .mbr-text,
.cid-svVTjympMT .mbr-section-btn {
  color: #000000;
}
.cid-svVTjympMT .mbr-section-title {
  color: #000000;
}
.cid-svVTjympMT .mbr-section-subtitle {
  color: #000000;
}
.cid-svVTjHX2Rs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-svVTjHX2Rs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-svVTjHX2Rs li {
  padding-bottom: 0.6rem;
}
.cid-svVTjHX2Rs .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-svVTjHX2Rs .border-col {
    border: 0px;
  }
}
.cid-svVTjHX2Rs .container {
  position: relative;
}
.cid-svVTjHX2Rs .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-svVTjHX2Rs .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-svVTjHX2Rs .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-svVTjHX2Rs .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-svVTjHX2Rs .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-svVTjHX2Rs .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-svVTjHX2Rs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-svVTjHX2Rs .soc-item:hover {
  background: #ffa04b;
}
.cid-svVTjHX2Rs .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-svVTjHX2Rs .row {
    text-align: center;
  }
  .cid-svVTjHX2Rs .social-row {
    justify-content: center;
  }
}
.cid-svVTjHX2Rs .list {
  list-style: none;
  padding-left: 0;
}
.cid-svVTjHX2Rs .mbr-text {
  color: #dce8eb;
}
.cid-svVTjHX2Rs H5 {
  color: #ffffff;
}
.cid-svVTjHX2Rs .mbr-section-subtitle {
  color: #ffa04b;
}
.cid-svVToeyhvV {
  z-index: 1000;
  width: 100%;
}
.cid-svVToeyhvV .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-svVToeyhvV nav.navbar {
  position: fixed;
}
.cid-svVToeyhvV .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-svVToeyhvV .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-svVToeyhvV .nav-item {
    height: auto;
  }
}
.cid-svVToeyhvV .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-svVToeyhvV .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-svVToeyhvV .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-svVToeyhvV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svVToeyhvV .dropdown-item:hover,
.cid-svVToeyhvV .dropdown-item:focus {
  background: white !important;
}
.cid-svVToeyhvV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svVToeyhvV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svVToeyhvV .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-svVToeyhvV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svVToeyhvV .nav-link {
  position: relative;
}
.cid-svVToeyhvV .container {
  display: flex;
  margin: auto;
}
.cid-svVToeyhvV .iconfont-wrapper {
  color: #ffa04b !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-svVToeyhvV .dropdown-menu,
.cid-svVToeyhvV .navbar.opened {
  background: #ffffff !important;
}
.cid-svVToeyhvV .nav-item:focus,
.cid-svVToeyhvV .nav-link:focus {
  outline: none;
}
.cid-svVToeyhvV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svVToeyhvV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svVToeyhvV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-svVToeyhvV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svVToeyhvV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svVToeyhvV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svVToeyhvV .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
}
.cid-svVToeyhvV .navbar.opened {
  transition: all 0.3s;
}
.cid-svVToeyhvV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svVToeyhvV .navbar .navbar-logo img {
  width: auto;
}
.cid-svVToeyhvV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svVToeyhvV .navbar.collapsed {
  justify-content: center;
}
.cid-svVToeyhvV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svVToeyhvV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svVToeyhvV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-svVToeyhvV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svVToeyhvV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svVToeyhvV .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-svVToeyhvV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svVToeyhvV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svVToeyhvV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svVToeyhvV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svVToeyhvV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svVToeyhvV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svVToeyhvV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svVToeyhvV .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-svVToeyhvV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svVToeyhvV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svVToeyhvV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svVToeyhvV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svVToeyhvV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svVToeyhvV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svVToeyhvV .navbar.navbar-short {
  min-height: 60px;
}
.cid-svVToeyhvV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svVToeyhvV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svVToeyhvV .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-svVToeyhvV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svVToeyhvV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svVToeyhvV .dropdown-item.active,
.cid-svVToeyhvV .dropdown-item:active {
  background-color: transparent;
}
.cid-svVToeyhvV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svVToeyhvV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svVToeyhvV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svVToeyhvV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svVToeyhvV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svVToeyhvV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svVToeyhvV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svVToeyhvV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svVToeyhvV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svVToeyhvV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa04b;
}
.cid-svVToeyhvV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svVToeyhvV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svVToeyhvV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svVToeyhvV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svVToeyhvV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svVToeyhvV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svVToeyhvV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svVToeyhvV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svVToeyhvV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svVToeyhvV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svVToeyhvV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svVToeyhvV .navbar {
    height: 70px;
  }
  .cid-svVToeyhvV .navbar.opened {
    height: auto;
  }
  .cid-svVToeyhvV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svVTofL3Vm {
  background-image: url("../../../assets/images/velocidade-11-2000x1250.jpg");
}
.cid-svVTofL3Vm .mbr-text,
.cid-svVTofL3Vm .mbr-section-btn {
  color: #efefef;
}
.cid-svVTofL3Vm .mbr-section-title {
  color: #ffa04b;
}
.cid-svVTofL3Vm .mbr-section-subtitle {
  color: #000000;
}
.cid-swGScgaBGb {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-swGScgaBGb .mbr-text,
.cid-swGScgaBGb .typed-text,
.cid-swGScgaBGb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-swGScgaBGb .btn {
  margin-left: 4px !important;
}
.cid-swGScgaBGb .animated-element {
  color: #ffbc00;
}
.cid-swGScgaBGb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-svVToopGtF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-svVToopGtF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-svVToopGtF li {
  padding-bottom: 0.6rem;
}
.cid-svVToopGtF .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-svVToopGtF .border-col {
    border: 0px;
  }
}
.cid-svVToopGtF .container {
  position: relative;
}
.cid-svVToopGtF .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-svVToopGtF .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-svVToopGtF .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-svVToopGtF .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-svVToopGtF .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-svVToopGtF .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-svVToopGtF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-svVToopGtF .soc-item:hover {
  background: #ffa04b;
}
.cid-svVToopGtF .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-svVToopGtF .row {
    text-align: center;
  }
  .cid-svVToopGtF .social-row {
    justify-content: center;
  }
}
.cid-svVToopGtF .list {
  list-style: none;
  padding-left: 0;
}
.cid-svVToopGtF .mbr-text {
  color: #dce8eb;
}
.cid-svVToopGtF H5 {
  color: #ffffff;
}
.cid-svVToopGtF .mbr-section-subtitle {
  color: #ffa04b;
}
.cid-swGUHpqEL1 {
  z-index: 1000;
  width: 100%;
}
.cid-swGUHpqEL1 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-swGUHpqEL1 nav.navbar {
  position: fixed;
}
.cid-swGUHpqEL1 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-swGUHpqEL1 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-swGUHpqEL1 .nav-item {
    height: auto;
  }
}
.cid-swGUHpqEL1 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swGUHpqEL1 .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-swGUHpqEL1 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-swGUHpqEL1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-swGUHpqEL1 .dropdown-item:hover,
.cid-swGUHpqEL1 .dropdown-item:focus {
  background: white !important;
}
.cid-swGUHpqEL1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-swGUHpqEL1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-swGUHpqEL1 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-swGUHpqEL1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swGUHpqEL1 .nav-link {
  position: relative;
}
.cid-swGUHpqEL1 .container {
  display: flex;
  margin: auto;
}
.cid-swGUHpqEL1 .iconfont-wrapper {
  color: #ffa04b !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-swGUHpqEL1 .dropdown-menu,
.cid-swGUHpqEL1 .navbar.opened {
  background: #ffffff !important;
}
.cid-swGUHpqEL1 .nav-item:focus,
.cid-swGUHpqEL1 .nav-link:focus {
  outline: none;
}
.cid-swGUHpqEL1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-swGUHpqEL1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swGUHpqEL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-swGUHpqEL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swGUHpqEL1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swGUHpqEL1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swGUHpqEL1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
}
.cid-swGUHpqEL1 .navbar.opened {
  transition: all 0.3s;
}
.cid-swGUHpqEL1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-swGUHpqEL1 .navbar .navbar-logo img {
  width: auto;
}
.cid-swGUHpqEL1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-swGUHpqEL1 .navbar.collapsed {
  justify-content: center;
}
.cid-swGUHpqEL1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swGUHpqEL1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swGUHpqEL1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-swGUHpqEL1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swGUHpqEL1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swGUHpqEL1 .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-swGUHpqEL1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swGUHpqEL1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swGUHpqEL1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-swGUHpqEL1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swGUHpqEL1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swGUHpqEL1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swGUHpqEL1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swGUHpqEL1 .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-swGUHpqEL1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swGUHpqEL1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swGUHpqEL1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swGUHpqEL1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swGUHpqEL1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swGUHpqEL1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swGUHpqEL1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-swGUHpqEL1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swGUHpqEL1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swGUHpqEL1 .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-swGUHpqEL1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swGUHpqEL1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swGUHpqEL1 .dropdown-item.active,
.cid-swGUHpqEL1 .dropdown-item:active {
  background-color: transparent;
}
.cid-swGUHpqEL1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swGUHpqEL1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swGUHpqEL1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swGUHpqEL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-swGUHpqEL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swGUHpqEL1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swGUHpqEL1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swGUHpqEL1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swGUHpqEL1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swGUHpqEL1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa04b;
}
.cid-swGUHpqEL1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swGUHpqEL1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swGUHpqEL1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swGUHpqEL1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swGUHpqEL1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swGUHpqEL1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swGUHpqEL1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swGUHpqEL1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swGUHpqEL1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swGUHpqEL1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-swGUHpqEL1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swGUHpqEL1 .navbar {
    height: 70px;
  }
  .cid-swGUHpqEL1 .navbar.opened {
    height: auto;
  }
  .cid-swGUHpqEL1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swGV3vjpyC {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-swGV3vjpyC .mbr-section-subtitle {
  color: #14191e;
}
.cid-swGV3vjpyC .mbr-text {
  color: #d75e33;
}
.cid-swGUHqKywk {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-swGUHqKywk .mbr-text,
.cid-swGUHqKywk .typed-text,
.cid-swGUHqKywk .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-swGUHqKywk .btn {
  margin-left: 4px !important;
}
.cid-swGUHqKywk .animated-element {
  color: #ffbc00;
}
.cid-swGUHqKywk .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-swGUHrnfZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-swGUHrnfZc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-swGUHrnfZc li {
  padding-bottom: 0.6rem;
}
.cid-swGUHrnfZc .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-swGUHrnfZc .border-col {
    border: 0px;
  }
}
.cid-swGUHrnfZc .container {
  position: relative;
}
.cid-swGUHrnfZc .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-swGUHrnfZc .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-swGUHrnfZc .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-swGUHrnfZc .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-swGUHrnfZc .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-swGUHrnfZc .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-swGUHrnfZc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-swGUHrnfZc .soc-item:hover {
  background: #ffa04b;
}
.cid-swGUHrnfZc .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-swGUHrnfZc .row {
    text-align: center;
  }
  .cid-swGUHrnfZc .social-row {
    justify-content: center;
  }
}
.cid-swGUHrnfZc .list {
  list-style: none;
  padding-left: 0;
}
.cid-swGUHrnfZc .mbr-text {
  color: #dce8eb;
}
.cid-swGUHrnfZc H5 {
  color: #ffffff;
}
.cid-swGUHrnfZc .mbr-section-subtitle {
  color: #ffa04b;
}
.cid-syhJsNvUiM {
  z-index: 1000;
  width: 100%;
}
.cid-syhJsNvUiM .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-syhJsNvUiM nav.navbar {
  position: fixed;
}
.cid-syhJsNvUiM .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-syhJsNvUiM .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-syhJsNvUiM .nav-item {
    height: auto;
  }
}
.cid-syhJsNvUiM .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syhJsNvUiM .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-syhJsNvUiM .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syhJsNvUiM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syhJsNvUiM .dropdown-item:hover,
.cid-syhJsNvUiM .dropdown-item:focus {
  background: white !important;
}
.cid-syhJsNvUiM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syhJsNvUiM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syhJsNvUiM .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-syhJsNvUiM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syhJsNvUiM .nav-link {
  position: relative;
}
.cid-syhJsNvUiM .container {
  display: flex;
  margin: auto;
}
.cid-syhJsNvUiM .iconfont-wrapper {
  color: #ffa04b !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-syhJsNvUiM .dropdown-menu,
.cid-syhJsNvUiM .navbar.opened {
  background: #ffffff !important;
}
.cid-syhJsNvUiM .nav-item:focus,
.cid-syhJsNvUiM .nav-link:focus {
  outline: none;
}
.cid-syhJsNvUiM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syhJsNvUiM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syhJsNvUiM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-syhJsNvUiM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syhJsNvUiM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syhJsNvUiM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syhJsNvUiM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
}
.cid-syhJsNvUiM .navbar.opened {
  transition: all 0.3s;
}
.cid-syhJsNvUiM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syhJsNvUiM .navbar .navbar-logo img {
  width: auto;
}
.cid-syhJsNvUiM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syhJsNvUiM .navbar.collapsed {
  justify-content: center;
}
.cid-syhJsNvUiM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syhJsNvUiM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syhJsNvUiM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-syhJsNvUiM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syhJsNvUiM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syhJsNvUiM .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-syhJsNvUiM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syhJsNvUiM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syhJsNvUiM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syhJsNvUiM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syhJsNvUiM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syhJsNvUiM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syhJsNvUiM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syhJsNvUiM .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-syhJsNvUiM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syhJsNvUiM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syhJsNvUiM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syhJsNvUiM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syhJsNvUiM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syhJsNvUiM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syhJsNvUiM .navbar.navbar-short {
  min-height: 60px;
}
.cid-syhJsNvUiM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syhJsNvUiM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syhJsNvUiM .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-syhJsNvUiM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syhJsNvUiM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syhJsNvUiM .dropdown-item.active,
.cid-syhJsNvUiM .dropdown-item:active {
  background-color: transparent;
}
.cid-syhJsNvUiM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syhJsNvUiM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syhJsNvUiM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syhJsNvUiM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syhJsNvUiM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syhJsNvUiM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syhJsNvUiM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syhJsNvUiM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syhJsNvUiM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syhJsNvUiM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa04b;
}
.cid-syhJsNvUiM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syhJsNvUiM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syhJsNvUiM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syhJsNvUiM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syhJsNvUiM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syhJsNvUiM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syhJsNvUiM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syhJsNvUiM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syhJsNvUiM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syhJsNvUiM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syhJsNvUiM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syhJsNvUiM .navbar {
    height: 70px;
  }
  .cid-syhJsNvUiM .navbar.opened {
    height: auto;
  }
  .cid-syhJsNvUiM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syhJsNUsnw {
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-syhJsNUsnw .mbr-text,
.cid-syhJsNUsnw .mbr-section-btn {
  color: #efefef;
}
.cid-syhJsNUsnw .mbr-section-title {
  color: #ffa04b;
}
.cid-syhJsNUsnw .mbr-section-subtitle {
  color: #000000;
}
.cid-syhJsO9LyY {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-syhJsO9LyY .mbr-text,
.cid-syhJsO9LyY .typed-text,
.cid-syhJsO9LyY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-syhJsO9LyY .btn {
  margin-left: 4px !important;
}
.cid-syhJsO9LyY .animated-element {
  color: #ffbc00;
}
.cid-syhJsO9LyY .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-syhJsOCLiU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-syhJsOCLiU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-syhJsOCLiU li {
  padding-bottom: 0.6rem;
}
.cid-syhJsOCLiU .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-syhJsOCLiU .border-col {
    border: 0px;
  }
}
.cid-syhJsOCLiU .container {
  position: relative;
}
.cid-syhJsOCLiU .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-syhJsOCLiU .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-syhJsOCLiU .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-syhJsOCLiU .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-syhJsOCLiU .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-syhJsOCLiU .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-syhJsOCLiU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-syhJsOCLiU .soc-item:hover {
  background: #ffa04b;
}
.cid-syhJsOCLiU .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-syhJsOCLiU .row {
    text-align: center;
  }
  .cid-syhJsOCLiU .social-row {
    justify-content: center;
  }
}
.cid-syhJsOCLiU .list {
  list-style: none;
  padding-left: 0;
}
.cid-syhJsOCLiU .mbr-text {
  color: #dce8eb;
}
.cid-syhJsOCLiU H5 {
  color: #ffffff;
}
.cid-syhJsOCLiU .mbr-section-subtitle {
  color: #ffa04b;
}
