body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 11rem;
  line-height: 0.8;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 7rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 5.6rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 8.8rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.3rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 3.85rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 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: #e6c63b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.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: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #e6c63b !important;
  color: #000000 !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b39617 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.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-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.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;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #e6c63b !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e6c63b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e6c63b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6c63b;
  border-color: #e6c63b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e6c63b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e6c63b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e6c63b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6c63b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e6c63b;
}
.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: #e6c63b;
  border-bottom-color: #e6c63b;
}
.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: #e6c63b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e6c63b' %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-tz8wD1TTjZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tz8wD1TTjZ nav.navbar {
  position: fixed;
}
.cid-tz8wD1TTjZ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tz8wD1TTjZ .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-tz8wD1TTjZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz8wD1TTjZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz8wD1TTjZ .dropdown-item:hover,
.cid-tz8wD1TTjZ .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-tz8wD1TTjZ .dropdown-item:hover span {
  color: white;
}
.cid-tz8wD1TTjZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz8wD1TTjZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz8wD1TTjZ .nav-dropdown .link {
  padding: 0 0.8em !important;
  margin: 0.667em 1em !important;
}
.cid-tz8wD1TTjZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz8wD1TTjZ .nav-link {
  position: relative;
}
.cid-tz8wD1TTjZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tz8wD1TTjZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tz8wD1TTjZ .iconfont-wrapper {
  color: #e6c63b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz8wD1TTjZ .dropdown-menu,
.cid-tz8wD1TTjZ .navbar.opened {
  background: #151515 !important;
}
.cid-tz8wD1TTjZ .nav-item:focus,
.cid-tz8wD1TTjZ .nav-link:focus {
  outline: none;
}
.cid-tz8wD1TTjZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz8wD1TTjZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz8wD1TTjZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz8wD1TTjZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz8wD1TTjZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz8wD1TTjZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz8wD1TTjZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-tz8wD1TTjZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tz8wD1TTjZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz8wD1TTjZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tz8wD1TTjZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz8wD1TTjZ .navbar.collapsed {
  justify-content: center;
}
.cid-tz8wD1TTjZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz8wD1TTjZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz8wD1TTjZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz8wD1TTjZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz8wD1TTjZ .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-tz8wD1TTjZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz8wD1TTjZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz8wD1TTjZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz8wD1TTjZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8wD1TTjZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8wD1TTjZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8wD1TTjZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8wD1TTjZ .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-tz8wD1TTjZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz8wD1TTjZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz8wD1TTjZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz8wD1TTjZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz8wD1TTjZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz8wD1TTjZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz8wD1TTjZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tz8wD1TTjZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tz8wD1TTjZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz8wD1TTjZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz8wD1TTjZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz8wD1TTjZ .dropdown-item.active,
.cid-tz8wD1TTjZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tz8wD1TTjZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz8wD1TTjZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz8wD1TTjZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz8wD1TTjZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-tz8wD1TTjZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz8wD1TTjZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz8wD1TTjZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz8wD1TTjZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz8wD1TTjZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz8wD1TTjZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tz8wD1TTjZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz8wD1TTjZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8wD1TTjZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8wD1TTjZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz8wD1TTjZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8wD1TTjZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz8wD1TTjZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz8wD1TTjZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8wD1TTjZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz8wD1TTjZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8wD1TTjZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz8wD1TTjZ .navbar {
    height: 70px;
  }
  .cid-tz8wD1TTjZ .navbar.opened {
    height: auto;
  }
  .cid-tz8wD1TTjZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz8wD9HkuH {
  background-image: url("../../../assets/images/pupohor-885-2000x1259.webp");
}
.cid-tz8wD9HkuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8wD9HkuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8wD9HkuH .mbr-section-title {
  color: #e6c63b;
}
.cid-tz8wD9HkuH .mbr-text,
.cid-tz8wD9HkuH .mbr-section-btn {
  color: #ffffff;
}
.cid-tz8wD9HkuH .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tz8wPaxiha {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz8wPaxiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8wPaxiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8wPaxiha a {
  font-weight: bold;
}
.cid-tz8wPaxiha .row {
  flex-direction: row-reverse;
}
.cid-tz8wPaxiha .container-fluid {
  padding: 0;
}
.cid-tz8wPaxiha img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tz8wPaxiha .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz8wPaxiha .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tz8wPaxiha .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tz8wPaxiha .text-wrapper {
    padding: 1rem;
  }
}
.cid-tz8wPaxiha .mbr-text,
.cid-tz8wPaxiha .mbr-section-btn {
  color: #151515;
}
.cid-uOEQIMpOuC {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOEQIMpOuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEQIMpOuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEQIMpOuC a {
  font-weight: bold;
}
.cid-uOEQIMpOuC .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uOEQIMpOuC .mbr-text,
.cid-uOEQIMpOuC .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uOEQIMpOuC .mbr-section-subtitle {
  text-align: center;
  color: #e6c63b;
}
.cid-uOEHmBOPKL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uOEHmBOPKL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOEHmBOPKL .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uOEHmBOPKL .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uOEHmBOPKL .btn-primary-outline:active {
  color: gray;
}
.cid-uOEHmBOPKL .btn-primary-outline:hover {
  color: white;
}
.cid-uOEHmBOPKL div {
  overflow: hidden;
}
.cid-uOEHmBOPKL li.active .btn-primary-outline {
  color: white;
}
.cid-uOEHmBOPKL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOEHmBOPKL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOEHmBOPKL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOEHmBOPKL .mbr-gallery-item {
  overflow: hidden;
}
.cid-uOEHmBOPKL .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uOEHmBOPKL .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uOEHmBOPKL .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uOEHmBOPKL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uOEHmBOPKL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uOEHmBOPKL .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uOEHmBOPKL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uOEHmBOPKL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uOEVOaL2hO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0047ff;
  background-image: linear-gradient(135deg, #000000 10%, #0047ff 80%, #ffffff 130%);
}
.cid-uOEVOaL2hO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEVOaL2hO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEVOaL2hO .row {
  justify-content: center;
}
.cid-uOEVOaL2hO .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uOEVOaL2hO .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uOEVOaL2hO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOEVOaL2hO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOEVOaL2hO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOEVOaL2hO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uOEVOaL2hO .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uOEVOaL2hO .mbr-section-title {
  color: #ffffff;
}
.cid-uOEVOaL2hO .mbr-text,
.cid-uOEVOaL2hO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOEVOaL2hO .mbr-section-title,
.cid-uOEVOaL2hO .mbr-section-btn,
.cid-uOEVOaL2hO .logo-wrapper {
  text-align: center;
  color: #e6c63b;
}
.cid-uPrdSjtQib {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uPrdSjtQib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrdSjtQib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPrdSjtQib a {
  font-weight: bold;
}
.cid-uPrdSjtQib .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-uPrdSjtQib .mbr-text,
.cid-uPrdSjtQib .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uPrdSjtQib .mbr-section-subtitle {
  text-align: center;
}
.cid-uOF5bKnHkn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 769px) {
  .cid-uOF5bKnHkn .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-uOF5bKnHkn .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-uOF5bKnHkn .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-uOF5bKnHkn .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uOF5bKnHkn img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-uOF5bKnHkn .top {
    padding-top: 20px;
  }
}
.cid-uOF5bKnHkn .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-uOF5bKnHkn .close::before {
  content: '\e91a';
}
.cid-uOF5bKnHkn .close:hover {
  color: #fff;
}
.cid-uOF5bKnHkn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOF5bKnHkn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOF5bKnHkn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOF5bKnHkn .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOF5bKnHkn .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-uOF5bKnHkn .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-uOF5bKnHkn .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-uOF5bKnHkn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-uOF5bKnHkn .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-uOF5bKnHkn .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-uOF5bKnHkn .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uOF5bKnHkn .carousel-item img {
    width: 70%;
  }
}
.cid-uOF5bKnHkn .carousel-inner > .active {
  display: block;
}
.cid-uOF5bKnHkn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOF5bKnHkn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOF5bKnHkn .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-uOF5bKnHkn .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uOF5bKnHkn .carousel-control,
  .cid-uOF5bKnHkn .carousel-indicators {
    position: fixed;
  }
}
.cid-uOF5bKnHkn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOF5bKnHkn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOF5bKnHkn .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-uOF5bKnHkn .modal-content {
    width: 70%;
  }
}
.cid-uOF5bKnHkn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOF5bKnHkn .carousel {
  width: 100%;
}
.cid-uOF5bKnHkn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOF5bKnHkn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOF5bKnHkn .modal.fade .modal-dialog,
.cid-uOF5bKnHkn .modal.in .modal-dialog {
  transform: none;
}
.cid-uOF5bKnHkn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOFbg5mFqo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFbg5mFqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFbg5mFqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFbg5mFqo a {
  font-weight: bold;
}
.cid-uOFbg5mFqo .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uOFbg5mFqo .mbr-text,
.cid-uOFbg5mFqo .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uOFbg5mFqo .mbr-section-subtitle {
  text-align: center;
}
.cid-uOFbdBUZ22 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOFbdBUZ22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFbdBUZ22 .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-uOFbdBUZ22 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFbdBUZ22 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFbdBUZ22 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFbdBUZ22 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFbdBUZ22 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFbdBUZ22 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFbdBUZ22 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFbdBUZ22 .mbr-section-title {
  color: #262642;
}
.cid-uOFbdBUZ22 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFbdBUZ22 .mbr-section-title,
.cid-uOFbdBUZ22 .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfgbWDwT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f3ec;
}
.cid-uOFfgbWDwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfgbWDwT .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-uOFfgbWDwT .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfgbWDwT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfgbWDwT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfgbWDwT .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfgbWDwT .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfgbWDwT .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfgbWDwT .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfgbWDwT .mbr-section-title {
  color: #262642;
}
.cid-uOFfgbWDwT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfgbWDwT .mbr-section-title,
.cid-uOFfgbWDwT .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfhMsL59 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFfhMsL59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfhMsL59 .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-uOFfhMsL59 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfhMsL59 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfhMsL59 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfhMsL59 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfhMsL59 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfhMsL59 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfhMsL59 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfhMsL59 .mbr-section-title {
  color: #262642;
}
.cid-uOFfhMsL59 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfhMsL59 .mbr-section-title,
.cid-uOFfhMsL59 .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfm88Opv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f3ec;
}
.cid-uOFfm88Opv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfm88Opv .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-uOFfm88Opv .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfm88Opv .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfm88Opv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfm88Opv .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfm88Opv .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfm88Opv .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfm88Opv .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfm88Opv .mbr-section-title {
  color: #262642;
}
.cid-uOFfm88Opv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfm88Opv .mbr-section-title,
.cid-uOFfm88Opv .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfmV5rqL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFfmV5rqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfmV5rqL .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-uOFfmV5rqL .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfmV5rqL .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfmV5rqL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfmV5rqL .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfmV5rqL .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfmV5rqL .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfmV5rqL .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfmV5rqL .mbr-section-title {
  color: #262642;
}
.cid-uOFfmV5rqL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfmV5rqL .mbr-section-title,
.cid-uOFfmV5rqL .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfnB9q5Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f3ec;
}
.cid-uOFfnB9q5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfnB9q5Z .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-uOFfnB9q5Z .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfnB9q5Z .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfnB9q5Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfnB9q5Z .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfnB9q5Z .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfnB9q5Z .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfnB9q5Z .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfnB9q5Z .mbr-section-title {
  color: #262642;
}
.cid-uOFfnB9q5Z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfnB9q5Z .mbr-section-title,
.cid-uOFfnB9q5Z .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfoSlPT3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFfoSlPT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfoSlPT3 .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-uOFfoSlPT3 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfoSlPT3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfoSlPT3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfoSlPT3 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfoSlPT3 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfoSlPT3 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfoSlPT3 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfoSlPT3 .mbr-section-title {
  color: #262642;
}
.cid-uOFfoSlPT3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfoSlPT3 .mbr-section-title,
.cid-uOFfoSlPT3 .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfptS2ps {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f3ec;
}
.cid-uOFfptS2ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfptS2ps .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-uOFfptS2ps .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfptS2ps .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfptS2ps .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfptS2ps .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfptS2ps .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfptS2ps .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfptS2ps .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfptS2ps .mbr-section-title {
  color: #262642;
}
.cid-uOFfptS2ps .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfptS2ps .mbr-section-title,
.cid-uOFfptS2ps .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfq5q90x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFfq5q90x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfq5q90x .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-uOFfq5q90x .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfq5q90x .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfq5q90x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfq5q90x .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfq5q90x .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfq5q90x .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfq5q90x .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfq5q90x .mbr-section-title {
  color: #262642;
}
.cid-uOFfq5q90x .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfq5q90x .mbr-section-title,
.cid-uOFfq5q90x .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfqJlEHO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f3ec;
}
.cid-uOFfqJlEHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfqJlEHO .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-uOFfqJlEHO .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfqJlEHO .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfqJlEHO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfqJlEHO .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfqJlEHO .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfqJlEHO .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfqJlEHO .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfqJlEHO .mbr-section-title {
  color: #262642;
}
.cid-uOFfqJlEHO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfqJlEHO .mbr-section-title,
.cid-uOFfqJlEHO .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfoczo7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFfoczo7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfoczo7T .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-uOFfoczo7T .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfoczo7T .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfoczo7T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfoczo7T .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfoczo7T .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfoczo7T .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfoczo7T .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfoczo7T .mbr-section-title {
  color: #262642;
}
.cid-uOFfoczo7T .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfoczo7T .mbr-section-title,
.cid-uOFfoczo7T .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFfroFgpP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f3ec;
}
.cid-uOFfroFgpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFfroFgpP .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-uOFfroFgpP .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOFfroFgpP .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOFfroFgpP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFfroFgpP .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uOFfroFgpP .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOFfroFgpP .buttons-wrapper {
    text-align: left;
  }
}
.cid-uOFfroFgpP .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uOFfroFgpP .mbr-section-title {
  color: #262642;
}
.cid-uOFfroFgpP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfroFgpP .mbr-section-title,
.cid-uOFfroFgpP .buttons-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uORUlwLgmn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uORUlwLgmn .fb-page,
.cid-uORUlwLgmn span,
.cid-uORUlwLgmn iframe {
  width: 320px;
  height: 620px;
}
.cid-uORUlwLgmn blockquote {
  display: none;
}
.cid-uORUlwLgmn .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uORUlwLgmn .mbr-section-title {
  color: #e6c63b;
}
.cid-uPHdwjKHp5 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPHdwjKHp5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPHdwjKHp5 form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uPHdwjKHp5 form {
    padding: 2rem 0rem;
  }
}
.cid-uPHdwjKHp5 .border-radius {
  border-radius: 3rem;
}
.cid-uPHdwjKHp5 input,
.cid-uPHdwjKHp5 textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uPHdwjKHp5 input:hover,
.cid-uPHdwjKHp5 textarea:hover,
.cid-uPHdwjKHp5 input:focus,
.cid-uPHdwjKHp5 textarea:focus,
.cid-uPHdwjKHp5 input:active,
.cid-uPHdwjKHp5 textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uPHdwjKHp5 .image-wrapper,
.cid-uPHdwjKHp5 img {
  height: 100%;
  object-fit: cover;
}
.cid-uPHdwjKHp5 .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uPHdwjKHp5 .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uPHdwjKHp5 .col-auto {
    margin: auto;
  }
}
.cid-uPHdwjKHp5 h5 {
  margin-bottom: 3rem;
}
.cid-uPHdwjKHp5 a {
  font-weight: bold;
}
.cid-uPHdwjKHp5 .mbr-section-title {
  color: #e6c63b;
}
.cid-uPHdwjKHp5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uPHdwjKHp5 H5 {
  color: #000000;
}
.cid-uORlDB9Bf2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uORlDB9Bf2 .mbr-text {
  color: #ffffff;
}
.cid-uORBLAf3jV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uORBLAf3jV nav.navbar {
  position: fixed;
}
.cid-uORBLAf3jV .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uORBLAf3jV .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-uORBLAf3jV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uORBLAf3jV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uORBLAf3jV .dropdown-item:hover,
.cid-uORBLAf3jV .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uORBLAf3jV .dropdown-item:hover span {
  color: white;
}
.cid-uORBLAf3jV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uORBLAf3jV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uORBLAf3jV .nav-dropdown .link {
  padding: 0 0.8em !important;
  margin: 0.667em 1em !important;
}
.cid-uORBLAf3jV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORBLAf3jV .nav-link {
  position: relative;
}
.cid-uORBLAf3jV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uORBLAf3jV .container {
    flex-wrap: nowrap;
  }
}
.cid-uORBLAf3jV .iconfont-wrapper {
  color: #e6c63b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uORBLAf3jV .dropdown-menu,
.cid-uORBLAf3jV .navbar.opened {
  background: #151515 !important;
}
.cid-uORBLAf3jV .nav-item:focus,
.cid-uORBLAf3jV .nav-link:focus {
  outline: none;
}
.cid-uORBLAf3jV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORBLAf3jV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORBLAf3jV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORBLAf3jV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORBLAf3jV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORBLAf3jV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORBLAf3jV .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-uORBLAf3jV .navbar.opened {
  transition: all 0.3s;
}
.cid-uORBLAf3jV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uORBLAf3jV .navbar .navbar-logo img {
  width: auto;
}
.cid-uORBLAf3jV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uORBLAf3jV .navbar.collapsed {
  justify-content: center;
}
.cid-uORBLAf3jV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORBLAf3jV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORBLAf3jV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORBLAf3jV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORBLAf3jV .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-uORBLAf3jV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORBLAf3jV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uORBLAf3jV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uORBLAf3jV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORBLAf3jV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORBLAf3jV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORBLAf3jV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORBLAf3jV .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-uORBLAf3jV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORBLAf3jV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uORBLAf3jV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uORBLAf3jV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORBLAf3jV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORBLAf3jV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uORBLAf3jV .navbar.navbar-short {
  min-height: 80px;
}
.cid-uORBLAf3jV .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uORBLAf3jV .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uORBLAf3jV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORBLAf3jV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORBLAf3jV .dropdown-item.active,
.cid-uORBLAf3jV .dropdown-item:active {
  background-color: transparent;
}
.cid-uORBLAf3jV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORBLAf3jV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORBLAf3jV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORBLAf3jV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-uORBLAf3jV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uORBLAf3jV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORBLAf3jV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uORBLAf3jV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORBLAf3jV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uORBLAf3jV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-uORBLAf3jV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORBLAf3jV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORBLAf3jV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORBLAf3jV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORBLAf3jV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORBLAf3jV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORBLAf3jV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORBLAf3jV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORBLAf3jV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uORBLAf3jV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORBLAf3jV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uORBLAf3jV .navbar {
    height: 70px;
  }
  .cid-uORBLAf3jV .navbar.opened {
    height: auto;
  }
  .cid-uORBLAf3jV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORQppviUi {
  align-items: flex-end;
  background-image: url("../../../assets/images/pupohor-story.webp");
}
.cid-uORQppviUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORQppviUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORQppviUi .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uORQppviUi .image-wrapper {
    height: 350px;
  }
}
.cid-uORMPsz4J9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uORMPsz4J9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORMPsz4J9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORMPsz4J9 a {
  font-weight: bold;
}
.cid-uORMPsz4J9 .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uORMPsz4J9 .mbr-text,
.cid-uORMPsz4J9 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uORMPsz4J9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uORL9rF0pn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uORL9rF0pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORL9rF0pn .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-uORL9rF0pn .container {
    padding: 0 30px;
  }
}
.cid-uORL9rF0pn .row {
  justify-content: center;
}
.cid-uORL9rF0pn .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uORL9rF0pn .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uORL9rF0pn .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #e6c63b;
}
.cid-uORL9rF0pn .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uORL9rF0pn .mbr-text {
  color: #000000;
}
.cid-uORBM03GFS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uORBM03GFS .mbr-text {
  color: #ffffff;
}
