.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fa7e26 !important;
}
.bg-success {
  background-color: #189d8b !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #ce4909 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  border: 1px solid #fa7e26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 118, 41, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  box-shadow: 0 6px 40px #e37629;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c55405 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  border: 1px solid #189d8b !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(37, 124, 112, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  box-shadow: 0 6px 40px #257c70;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d5248 !important;
  border-color: #189d8b !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  border: 1px solid #ce4909 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(168, 73, 27, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  box-shadow: 0 6px 40px #a8491b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b2c05 !important;
  border-color: #ce4909 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #fa7e26;
  color: #fa7e26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c55405 !important;
  background-color: transparent!important;
  border-color: #c55405 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #189d8b;
  color: #189d8b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d5248 !important;
  background-color: transparent!important;
  border-color: #0d5248 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #189d8b !important;
  border-color: #189d8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #413e65;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: #1e1d2f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ce4909;
  color: #ce4909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b2c05 !important;
  background-color: transparent!important;
  border-color: #7b2c05 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce4909 !important;
  border-color: #ce4909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.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: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #fa7e26 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #189d8b !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #ce4909 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b64e04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a453d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c2605 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa7e26;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #ce4909;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa7e26;
  border-color: #fa7e26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa7e26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #50e4d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbc3a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fa7e26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fa7e26;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa7e26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa7e26;
}
.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: #fa7e26;
  border-bottom-color: #fa7e26;
}
.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: #fa7e26 !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: #faae26 !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='%23fa7e26' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #fa7e26 !important;
  border-color: #fa7e26 !important;
  color: #e3ebf3 !important;
}
.cid-ty20H9zv1J {
  z-index: 1000;
  width: 100%;
}
.cid-ty20H9zv1J nav.navbar {
  position: fixed;
}
.cid-ty20H9zv1J .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-ty20H9zv1J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-ty20H9zv1J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty20H9zv1J .dropdown-item:hover,
.cid-ty20H9zv1J .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-ty20H9zv1J .dropdown-item:hover span {
  color: white;
}
.cid-ty20H9zv1J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty20H9zv1J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty20H9zv1J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty20H9zv1J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty20H9zv1J .nav-link {
  position: relative;
}
.cid-ty20H9zv1J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .container {
    flex-wrap: nowrap;
  }
}
.cid-ty20H9zv1J .nav-item:focus,
.cid-ty20H9zv1J .nav-link:focus {
  outline: none;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty20H9zv1J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty20H9zv1J .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-ty20H9zv1J .navbar.opened {
  transition: all 0.3s;
}
.cid-ty20H9zv1J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty20H9zv1J .navbar .navbar-logo img {
  width: auto;
}
.cid-ty20H9zv1J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty20H9zv1J .navbar.collapsed {
  justify-content: center;
}
.cid-ty20H9zv1J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty20H9zv1J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty20H9zv1J .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-ty20H9zv1J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty20H9zv1J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty20H9zv1J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty20H9zv1J .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-ty20H9zv1J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty20H9zv1J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty20H9zv1J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty20H9zv1J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty20H9zv1J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty20H9zv1J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty20H9zv1J .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J .dropdown-item.active,
.cid-ty20H9zv1J .dropdown-item:active {
  background-color: transparent;
}
.cid-ty20H9zv1J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty20H9zv1J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty20H9zv1J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty20H9zv1J .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-ty20H9zv1J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty20H9zv1J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty20H9zv1J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty20H9zv1J .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-ty20H9zv1J .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-ty20H9zv1J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty20H9zv1J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty20H9zv1J .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-ty20H9zv1J .navbar {
    height: 70px;
  }
  .cid-ty20H9zv1J .navbar.opened {
    height: auto;
  }
  .cid-ty20H9zv1J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty20H9zv1J .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-ty20H9zv1J .navbar-collapse {
  margin-left: auto;
}
.cid-ty20H9zv1J .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-ty20H9zv1J .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-ty20H9zv1J .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar {
    padding: 0 !important;
  }
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-ty20H9zv1J .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-ty20H9zv1J .navbar-collapse.show {
    opacity: 1;
  }
  .cid-ty20H9zv1J .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-ty20H9zv1J .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-ty20N2siby {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty20N2siby .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty20N2siby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty20N2siby .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-ty20N2siby .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ty20N2siby .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty20N2siby .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty20N2siby .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-ty20N2siby .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty20N2siby .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty20N2siby .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty20N2siby .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .col-text {
    order: 2;
  }
}
.cid-ty20N2siby .card-title {
  color: #ffffff;
}
.cid-ty20N2siby .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty20N2siby .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty20N2siby .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty20N2siby .mbr-text,
.cid-ty20N2siby .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRrTNxFQe {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRrTNxFQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRrTNxFQe .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-uPRrTNxFQe .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPRrTNxFQe .container {
    padding: 0 12px;
  }
}
.cid-uPRrTNxFQe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPRrTNxFQe .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uPRrTNxFQe .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uPRrTNxFQe .mbr-section-title {
  color: #ffffff;
}
.cid-uPRnQ8q2pP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRnQ8q2pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRnQ8q2pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRnQ8q2pP .mbr-section-title {
  color: #ffffff;
}
.cid-uPRnQ8q2pP .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRnQ8q2pP .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRnQ8q2pP .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRnQ8q2pP .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRnQ8q2pP .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRnQ8q2pP .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty26v6PBh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-ty26v6PBh2 .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-ty26v6PBh2 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .row {
    padding: 0;
  }
}
.cid-ty26v6PBh2 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-text {
    max-width: 100%;
  }
}
.cid-ty26v6PBh2 .item-title {
  position: relative;
  color: #ffffff;
}
.cid-ty26v6PBh2 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-ty26v6PBh2 .mbr-text {
  color: #ffffff;
}
.cid-ty26v6PBh2 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty26v6PBh2 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-img {
    display: none;
  }
}
.cid-ty26v6PBh2 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-ty26v6PBh2 .item-img-2 {
  transform: rotate(15deg);
}
.cid-ty26v6PBh2 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uPRpoZu3HM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRpoZu3HM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRpoZu3HM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRpoZu3HM .mbr-section-title {
  color: #ffffff;
}
.cid-uPRpoZu3HM .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRpoZu3HM .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRpoZu3HM .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRpoZu3HM .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRpoZu3HM .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRpoZu3HM .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRpoZu3HM .mbr-section-subtitle,
.cid-uPRpoZu3HM .mbr-section-btn {
  color: #ffffff;
}
.cid-ty24VicASv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty24VicASv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty24VicASv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty24VicASv .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-ty24VicASv .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty24VicASv .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-ty24VicASv .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-ty24VicASv .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty24VicASv .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-ty24VicASv .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-ty24VicASv .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-ty24VicASv .card-title {
  color: #ffffff;
}
.cid-ty24VicASv .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty24VicASv .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty24VicASv .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty24VicASv .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty24VicASv .mbr-text,
.cid-ty24VicASv .mbr-section-btn {
  color: #ffffff;
}
.cid-ty263QN2eV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty263QN2eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty263QN2eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty263QN2eV .mbr-section-title {
  color: #ffffff;
}
.cid-ty263QN2eV .mbr-section-title a {
  pointer-events: none;
}
.cid-ty263QN2eV .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty263QN2eV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty263QN2eV .mbr-section-subtitle,
.cid-ty263QN2eV .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRshs8sKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRshs8sKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRshs8sKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRshs8sKr .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .title-wrapper {
    padding-left: 0;
  }
}
.cid-uPRshs8sKr .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPRshs8sKr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPRshs8sKr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRshs8sKr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRshs8sKr .mbr-section-btn .btn::after,
.cid-uPRshs8sKr .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPRshs8sKr .mbr-section-btn .btn:hover,
.cid-uPRshs8sKr .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPRshs8sKr .mbr-section-btn .btn:hover::after,
.cid-uPRshs8sKr .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPRshs8sKr .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #adadad;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPRshs8sKr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  position: relative;
}
.cid-uPRshs8sKr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card .card-header .panel-title {
    position: static;
    display: block;
  }
}
.cid-uPRshs8sKr .panel-group .card .card-header .panel-title .panel-date {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card .card-header .panel-title .panel-date {
    position: static;
    margin-bottom: 16px;
  }
}
.cid-uPRshs8sKr .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uPRshs8sKr .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #adadad 50%);
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card .card-header .panel-title .arrow-wrapper {
    top: 50%;
  }
}
.cid-uPRshs8sKr .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #adadad 50%);
}
.cid-uPRshs8sKr .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  padding-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-uPRshs8sKr .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPRshs8sKr .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPRshs8sKr .panel-group .card .panel-collapse .panel-body .image-wrapper img {
    height: 350px;
  }
}
.cid-uPRshs8sKr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPRshs8sKr .mbr-section-title {
  color: #ffffff;
}
.cid-uPRshs8sKr .mbr-tag {
  color: #adadad;
}
.cid-uPRshs8sKr .panel-date {
  color: #ffffff;
}
.cid-uPRshs8sKr .panel-title-edit {
  color: #ffffff;
}
.cid-uPRshs8sKr .panel-text {
  color: #c7c7c7;
}
.cid-uPRshs8sKr .mbr-section-title,
.cid-uPRshs8sKr .mbr-section-btn {
  color: #ffffff;
}
.cid-ty277DEJQB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty277DEJQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty277DEJQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty277DEJQB .mbr-section-title {
  color: #FA7E26;
}
.cid-ty277DEJQB .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-ty277DEJQB .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-ty277DEJQB .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ty277DEJQB .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-ty277DEJQB .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-ty277DEJQB .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-ty277DEJQB .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-ty277DEJQB .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ty277DEJQB .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-ty277DEJQB .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ty277DEJQB .mbr-text {
    width: 100%;
  }
}
.cid-ty277DEJQB .mbr-section-subtitle,
.cid-ty277DEJQB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPRuGotOeo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRuGotOeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRuGotOeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRuGotOeo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPRuGotOeo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPRuGotOeo .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPRuGotOeo .items-wrapper .item {
  padding: 0 10px;
}
.cid-uPRuGotOeo .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPRuGotOeo .item {
    margin-bottom: 16px;
  }
}
.cid-uPRuGotOeo .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uPRuGotOeo .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uPRuGotOeo .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uPRuGotOeo .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uPRuGotOeo .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uPRuGotOeo .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPRuGotOeo .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPRuGotOeo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRuGotOeo .item-title {
  color: #000c3f;
}
.cid-uPRuGotOeo .item-text {
  color: #000c3f;
}
.cid-uPRuGotOeo .item-title,
.cid-uPRuGotOeo .mbr-section-btn {
  color: #000000;
}
.cid-ty24VWknXS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty24VWknXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty24VWknXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty24VWknXS .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-ty24VWknXS .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-ty24VWknXS .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-ty24VWknXS .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty24VWknXS .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-ty24VWknXS .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-ty24VWknXS .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-ty24VWknXS .card-title {
  color: #ffffff;
}
.cid-ty24VWknXS .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty24VWknXS .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty24VWknXS .mbr-text,
.cid-ty24VWknXS .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRtETe7Gh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12.jpg-1080x810.jpg");
}
.cid-uPRtETe7Gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRtETe7Gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRtETe7Gh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPRtETe7Gh .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPRtETe7Gh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPRtETe7Gh .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPRtETe7Gh .items-wrapper {
  margin: 0;
}
.cid-uPRtETe7Gh .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uPRtETe7Gh .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uPRtETe7Gh .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-uPRtETe7Gh .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uPRtETe7Gh .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRtETe7Gh .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRtETe7Gh .mbr-section-title {
  color: #093388;
}
.cid-uPRtETe7Gh .item-number {
  color: #f4f4f4;
}
.cid-uPRtETe7Gh .item-title {
  color: #093388;
}
.cid-uPRtETe7Gh .item-text {
  color: #58595b;
}
.cid-uPRtETe7Gh .item-text,
.cid-uPRtETe7Gh .text-wrapper {
  color: #ffffff;
}
.cid-uPRpixbrkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRpixbrkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRpixbrkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRpixbrkL .mbr-section-title {
  color: #ffffff;
}
.cid-uPRpixbrkL .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRpixbrkL .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRpixbrkL .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRpixbrkL .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRpixbrkL .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRpixbrkL .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRpixbrkL .mbr-section-subtitle,
.cid-uPRpixbrkL .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRLln4JN4 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRLln4JN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRLln4JN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRLln4JN4 .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uPRLln4JN4 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPRLln4JN4 .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-uPRLln4JN4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPRLln4JN4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPRLln4JN4 .content-head {
  max-width: 800px;
}
.cid-uPRLln4JN4 .mbr-section-title {
  color: #ffffff;
}
.cid-uPRiSyQsbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dino-world-slide-9.jpg-520x360.jpg");
}
.cid-uPRiSyQsbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRiSyQsbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRiSyQsbV .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPRiSyQsbV .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uPRiSyQsbV .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRiSyQsbV .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uPRiSyQsbV .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPRiSyQsbV .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPRiSyQsbV .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPRiSyQsbV .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uPRiSyQsbV .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPRiSyQsbV .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRiSyQsbV .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPRiSyQsbV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPRiSyQsbV .items-wrapper .card {
  padding: 0 32px;
}
.cid-uPRiSyQsbV .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRiSyQsbV .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRiSyQsbV .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRiSyQsbV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPRiSyQsbV .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPRiSyQsbV .list-wrapper .list .item-wrap:hover,
.cid-uPRiSyQsbV .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPRiSyQsbV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPRiSyQsbV .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRiSyQsbV .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRiSyQsbV .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRiSyQsbV .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uPRiSyQsbV .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPRiSyQsbV .mbr-desc {
  color: #ffffff;
}
.cid-uPRiSyQsbV .mbr-text,
.cid-uPRiSyQsbV .text-wrapper {
  color: #9aa0a6;
}
.cid-uPRiSyQsbV .list {
  color: #9aa0a6;
}
.cid-uPRiSyQsbV .mbr-text,
.cid-uPRiSyQsbV .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRiSyQsbV .list,
.cid-uPRiSyQsbV .item-wrap {
  color: #ffffff;
}
.cid-uPRLLyfKWq {
  z-index: 1000;
  width: 100%;
}
.cid-uPRLLyfKWq nav.navbar {
  position: fixed;
}
.cid-uPRLLyfKWq .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-uPRLLyfKWq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-uPRLLyfKWq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPRLLyfKWq .dropdown-item:hover,
.cid-uPRLLyfKWq .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uPRLLyfKWq .dropdown-item:hover span {
  color: white;
}
.cid-uPRLLyfKWq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPRLLyfKWq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPRLLyfKWq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPRLLyfKWq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPRLLyfKWq .nav-link {
  position: relative;
}
.cid-uPRLLyfKWq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPRLLyfKWq .container {
    flex-wrap: nowrap;
  }
}
.cid-uPRLLyfKWq .nav-item:focus,
.cid-uPRLLyfKWq .nav-link:focus {
  outline: none;
}
.cid-uPRLLyfKWq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPRLLyfKWq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPRLLyfKWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPRLLyfKWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPRLLyfKWq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPRLLyfKWq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPRLLyfKWq .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uPRLLyfKWq .navbar.opened {
  transition: all 0.3s;
}
.cid-uPRLLyfKWq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPRLLyfKWq .navbar .navbar-logo img {
  width: auto;
}
.cid-uPRLLyfKWq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPRLLyfKWq .navbar.collapsed {
  justify-content: center;
}
.cid-uPRLLyfKWq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPRLLyfKWq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPRLLyfKWq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPRLLyfKWq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRLLyfKWq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRLLyfKWq .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-uPRLLyfKWq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRLLyfKWq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPRLLyfKWq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPRLLyfKWq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPRLLyfKWq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRLLyfKWq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRLLyfKWq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRLLyfKWq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRLLyfKWq .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-uPRLLyfKWq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPRLLyfKWq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRLLyfKWq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPRLLyfKWq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPRLLyfKWq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPRLLyfKWq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPRLLyfKWq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPRLLyfKWq .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uPRLLyfKWq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPRLLyfKWq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRLLyfKWq .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uPRLLyfKWq .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uPRLLyfKWq .dropdown-item.active,
.cid-uPRLLyfKWq .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRLLyfKWq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRLLyfKWq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRLLyfKWq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRLLyfKWq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-uPRLLyfKWq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRLLyfKWq .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uPRLLyfKWq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRLLyfKWq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPRLLyfKWq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPRLLyfKWq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPRLLyfKWq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uPRLLyfKWq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPRLLyfKWq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRLLyfKWq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRLLyfKWq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPRLLyfKWq .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uPRLLyfKWq .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uPRLLyfKWq .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uPRLLyfKWq .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uPRLLyfKWq .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uPRLLyfKWq .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uPRLLyfKWq .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uPRLLyfKWq .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uPRLLyfKWq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPRLLyfKWq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPRLLyfKWq .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-uPRLLyfKWq .navbar {
    height: 70px;
  }
  .cid-uPRLLyfKWq .navbar.opened {
    height: auto;
  }
  .cid-uPRLLyfKWq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPRLLyfKWq .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-uPRLLyfKWq .navbar-collapse {
  margin-left: auto;
}
.cid-uPRLLyfKWq .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-uPRLLyfKWq .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPRLLyfKWq .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uPRLLyfKWq .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uPRLLyfKWq .navbar {
    padding: 0 !important;
  }
  .cid-uPRLLyfKWq .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uPRLLyfKWq .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uPRLLyfKWq .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uPRLLyfKWq .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uPRLLyfKWq .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uPRLLyfKWq .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uPRLLyfKWq .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPRLLyfKWq .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uPRLLyfKWq .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uPRLLyfKWq .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uPRLLyfKWq .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uPRLLzgMau {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRLLzgMau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRLLzgMau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRLLzgMau .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uPRLLzgMau .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uPRLLzgMau .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uPRLLzgMau .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPRLLzgMau .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPRLLzgMau .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRLLzgMau .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRLLzgMau .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRLLzgMau .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPRLLzgMau .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uPRLLzgMau .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPRLLzgMau .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRLLzgMau .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRLLzgMau .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPRLLzgMau .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPRLLzgMau .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRLLzgMau .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPRLLzgMau .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRLLzgMau .col-text {
    order: 2;
  }
}
.cid-uPRLLzgMau .card-title {
  color: #ffffff;
}
.cid-uPRLLzgMau .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRLLzgMau .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRLLzgMau .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRLLzgMau .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRLLzgMau .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRLLzgMau .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRLLzgMau .mbr-text,
.cid-uPRLLzgMau .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRLLBcANu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRLLBcANu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRLLBcANu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRLLBcANu .mbr-section-title {
  color: #ffffff;
}
.cid-uPRLLBcANu .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRLLBcANu .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRLLBcANu .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRLLBcANu .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRLLBcANu .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRLLBcANu .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRLLOFyce {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #000000;
}
.cid-uPRLLOFyce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRLLOFyce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRLLOFyce .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uPRLLOFyce .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPRLLOFyce .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-uPRLLOFyce .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPRLLOFyce .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPRLLOFyce .content-head {
  max-width: 800px;
}
.cid-uPRLLOFyce .mbr-section-title {
  color: #ffffff;
}
.cid-uPRLLQ0zZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dino-world-slide-9.jpg-520x360.jpg");
}
.cid-uPRLLQ0zZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRLLQ0zZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRLLQ0zZA .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPRLLQ0zZA .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uPRLLQ0zZA .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRLLQ0zZA .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uPRLLQ0zZA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPRLLQ0zZA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPRLLQ0zZA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPRLLQ0zZA .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uPRLLQ0zZA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPRLLQ0zZA .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRLLQ0zZA .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPRLLQ0zZA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPRLLQ0zZA .items-wrapper .card {
  padding: 0 32px;
}
.cid-uPRLLQ0zZA .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRLLQ0zZA .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRLLQ0zZA .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRLLQ0zZA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPRLLQ0zZA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPRLLQ0zZA .list-wrapper .list .item-wrap:hover,
.cid-uPRLLQ0zZA .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPRLLQ0zZA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPRLLQ0zZA .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRLLQ0zZA .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRLLQ0zZA .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRLLQ0zZA .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uPRLLQ0zZA .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPRLLQ0zZA .mbr-desc {
  color: #ffffff;
}
.cid-uPRLLQ0zZA .mbr-text,
.cid-uPRLLQ0zZA .text-wrapper {
  color: #9aa0a6;
}
.cid-uPRLLQ0zZA .list {
  color: #9aa0a6;
}
.cid-uPRLLQ0zZA .mbr-text,
.cid-uPRLLQ0zZA .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRLLQ0zZA .list,
.cid-uPRLLQ0zZA .item-wrap {
  color: #ffffff;
}
.cid-uPRP7ac3EX {
  z-index: 1000;
  width: 100%;
}
.cid-uPRP7ac3EX nav.navbar {
  position: fixed;
}
.cid-uPRP7ac3EX .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-uPRP7ac3EX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-uPRP7ac3EX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPRP7ac3EX .dropdown-item:hover,
.cid-uPRP7ac3EX .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uPRP7ac3EX .dropdown-item:hover span {
  color: white;
}
.cid-uPRP7ac3EX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPRP7ac3EX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPRP7ac3EX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPRP7ac3EX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPRP7ac3EX .nav-link {
  position: relative;
}
.cid-uPRP7ac3EX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPRP7ac3EX .container {
    flex-wrap: nowrap;
  }
}
.cid-uPRP7ac3EX .nav-item:focus,
.cid-uPRP7ac3EX .nav-link:focus {
  outline: none;
}
.cid-uPRP7ac3EX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPRP7ac3EX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPRP7ac3EX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPRP7ac3EX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPRP7ac3EX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPRP7ac3EX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPRP7ac3EX .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uPRP7ac3EX .navbar.opened {
  transition: all 0.3s;
}
.cid-uPRP7ac3EX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPRP7ac3EX .navbar .navbar-logo img {
  width: auto;
}
.cid-uPRP7ac3EX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPRP7ac3EX .navbar.collapsed {
  justify-content: center;
}
.cid-uPRP7ac3EX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPRP7ac3EX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPRP7ac3EX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPRP7ac3EX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRP7ac3EX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRP7ac3EX .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-uPRP7ac3EX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRP7ac3EX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPRP7ac3EX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPRP7ac3EX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPRP7ac3EX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRP7ac3EX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRP7ac3EX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRP7ac3EX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRP7ac3EX .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-uPRP7ac3EX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPRP7ac3EX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRP7ac3EX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPRP7ac3EX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPRP7ac3EX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPRP7ac3EX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPRP7ac3EX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPRP7ac3EX .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uPRP7ac3EX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPRP7ac3EX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRP7ac3EX .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uPRP7ac3EX .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uPRP7ac3EX .dropdown-item.active,
.cid-uPRP7ac3EX .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRP7ac3EX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRP7ac3EX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRP7ac3EX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRP7ac3EX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-uPRP7ac3EX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRP7ac3EX .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uPRP7ac3EX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRP7ac3EX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPRP7ac3EX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPRP7ac3EX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPRP7ac3EX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uPRP7ac3EX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPRP7ac3EX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRP7ac3EX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRP7ac3EX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPRP7ac3EX .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uPRP7ac3EX .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uPRP7ac3EX .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uPRP7ac3EX .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uPRP7ac3EX .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uPRP7ac3EX .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uPRP7ac3EX .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uPRP7ac3EX .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uPRP7ac3EX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPRP7ac3EX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPRP7ac3EX .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-uPRP7ac3EX .navbar {
    height: 70px;
  }
  .cid-uPRP7ac3EX .navbar.opened {
    height: auto;
  }
  .cid-uPRP7ac3EX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPRP7ac3EX .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-uPRP7ac3EX .navbar-collapse {
  margin-left: auto;
}
.cid-uPRP7ac3EX .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-uPRP7ac3EX .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPRP7ac3EX .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uPRP7ac3EX .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uPRP7ac3EX .navbar {
    padding: 0 !important;
  }
  .cid-uPRP7ac3EX .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uPRP7ac3EX .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uPRP7ac3EX .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uPRP7ac3EX .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uPRP7ac3EX .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uPRP7ac3EX .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uPRP7ac3EX .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPRP7ac3EX .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uPRP7ac3EX .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uPRP7ac3EX .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uPRP7ac3EX .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uPRP7bkCMj {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRP7bkCMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRP7bkCMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRP7bkCMj .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uPRP7bkCMj .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uPRP7bkCMj .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uPRP7bkCMj .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPRP7bkCMj .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPRP7bkCMj .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRP7bkCMj .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRP7bkCMj .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRP7bkCMj .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPRP7bkCMj .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uPRP7bkCMj .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPRP7bkCMj .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRP7bkCMj .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRP7bkCMj .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPRP7bkCMj .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPRP7bkCMj .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRP7bkCMj .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPRP7bkCMj .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRP7bkCMj .col-text {
    order: 2;
  }
}
.cid-uPRP7bkCMj .card-title {
  color: #ffffff;
}
.cid-uPRP7bkCMj .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRP7bkCMj .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRP7bkCMj .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRP7bkCMj .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRP7bkCMj .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRP7bkCMj .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRP7bkCMj .mbr-text,
.cid-uPRP7bkCMj .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRP7cihbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPRP7cihbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRP7cihbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRP7cihbj .mbr-section-title {
  color: #ffffff;
}
.cid-uPRP7cihbj .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRP7cihbj .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRP7cihbj .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRP7cihbj .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRP7cihbj .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRP7cihbj .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRP7deKWr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #000000;
}
.cid-uPRP7deKWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRP7deKWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRP7deKWr .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uPRP7deKWr .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPRP7deKWr .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-uPRP7deKWr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPRP7deKWr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPRP7deKWr .content-head {
  max-width: 800px;
}
.cid-uPRP7deKWr .mbr-section-title {
  color: #ffffff;
}
.cid-uPRP7ea0Zz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dino-world-slide-9.jpg-520x360.jpg");
}
.cid-uPRP7ea0Zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRP7ea0Zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRP7ea0Zz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPRP7ea0Zz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uPRP7ea0Zz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRP7ea0Zz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uPRP7ea0Zz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPRP7ea0Zz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPRP7ea0Zz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPRP7ea0Zz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uPRP7ea0Zz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPRP7ea0Zz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRP7ea0Zz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPRP7ea0Zz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPRP7ea0Zz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uPRP7ea0Zz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRP7ea0Zz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRP7ea0Zz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRP7ea0Zz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPRP7ea0Zz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPRP7ea0Zz .list-wrapper .list .item-wrap:hover,
.cid-uPRP7ea0Zz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPRP7ea0Zz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPRP7ea0Zz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRP7ea0Zz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRP7ea0Zz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRP7ea0Zz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uPRP7ea0Zz .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPRP7ea0Zz .mbr-desc {
  color: #ffffff;
}
.cid-uPRP7ea0Zz .mbr-text,
.cid-uPRP7ea0Zz .text-wrapper {
  color: #9aa0a6;
}
.cid-uPRP7ea0Zz .list {
  color: #9aa0a6;
}
.cid-uPRP7ea0Zz .mbr-text,
.cid-uPRP7ea0Zz .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRP7ea0Zz .list,
.cid-uPRP7ea0Zz .item-wrap {
  color: #ffffff;
}
.cid-uPRCKhG8mf {
  z-index: 1000;
  width: 100%;
}
.cid-uPRCKhG8mf nav.navbar {
  position: fixed;
}
.cid-uPRCKhG8mf .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-uPRCKhG8mf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-uPRCKhG8mf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPRCKhG8mf .dropdown-item:hover,
.cid-uPRCKhG8mf .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uPRCKhG8mf .dropdown-item:hover span {
  color: white;
}
.cid-uPRCKhG8mf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPRCKhG8mf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPRCKhG8mf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPRCKhG8mf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPRCKhG8mf .nav-link {
  position: relative;
}
.cid-uPRCKhG8mf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPRCKhG8mf .container {
    flex-wrap: nowrap;
  }
}
.cid-uPRCKhG8mf .nav-item:focus,
.cid-uPRCKhG8mf .nav-link:focus {
  outline: none;
}
.cid-uPRCKhG8mf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPRCKhG8mf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPRCKhG8mf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPRCKhG8mf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPRCKhG8mf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPRCKhG8mf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPRCKhG8mf .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uPRCKhG8mf .navbar.opened {
  transition: all 0.3s;
}
.cid-uPRCKhG8mf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPRCKhG8mf .navbar .navbar-logo img {
  width: auto;
}
.cid-uPRCKhG8mf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPRCKhG8mf .navbar.collapsed {
  justify-content: center;
}
.cid-uPRCKhG8mf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPRCKhG8mf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPRCKhG8mf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPRCKhG8mf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRCKhG8mf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRCKhG8mf .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-uPRCKhG8mf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRCKhG8mf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPRCKhG8mf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPRCKhG8mf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPRCKhG8mf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRCKhG8mf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRCKhG8mf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRCKhG8mf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRCKhG8mf .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-uPRCKhG8mf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPRCKhG8mf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRCKhG8mf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPRCKhG8mf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPRCKhG8mf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPRCKhG8mf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPRCKhG8mf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPRCKhG8mf .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uPRCKhG8mf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPRCKhG8mf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRCKhG8mf .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uPRCKhG8mf .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uPRCKhG8mf .dropdown-item.active,
.cid-uPRCKhG8mf .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRCKhG8mf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRCKhG8mf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRCKhG8mf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRCKhG8mf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-uPRCKhG8mf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRCKhG8mf .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uPRCKhG8mf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRCKhG8mf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPRCKhG8mf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPRCKhG8mf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPRCKhG8mf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uPRCKhG8mf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPRCKhG8mf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRCKhG8mf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRCKhG8mf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPRCKhG8mf .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uPRCKhG8mf .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKhG8mf .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uPRCKhG8mf .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uPRCKhG8mf .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uPRCKhG8mf .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uPRCKhG8mf .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uPRCKhG8mf .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uPRCKhG8mf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPRCKhG8mf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPRCKhG8mf .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-uPRCKhG8mf .navbar {
    height: 70px;
  }
  .cid-uPRCKhG8mf .navbar.opened {
    height: auto;
  }
  .cid-uPRCKhG8mf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPRCKhG8mf .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-uPRCKhG8mf .navbar-collapse {
  margin-left: auto;
}
.cid-uPRCKhG8mf .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-uPRCKhG8mf .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPRCKhG8mf .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uPRCKhG8mf .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uPRCKhG8mf .navbar {
    padding: 0 !important;
  }
  .cid-uPRCKhG8mf .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uPRCKhG8mf .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uPRCKhG8mf .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uPRCKhG8mf .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uPRCKhG8mf .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uPRCKhG8mf .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uPRCKhG8mf .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPRCKhG8mf .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uPRCKhG8mf .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uPRCKhG8mf .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uPRCKhG8mf .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uPRCKjFJnV {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRCKjFJnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKjFJnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKjFJnV .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uPRCKjFJnV .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uPRCKjFJnV .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKjFJnV .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPRCKjFJnV .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPRCKjFJnV .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRCKjFJnV .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKjFJnV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRCKjFJnV .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPRCKjFJnV .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uPRCKjFJnV .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPRCKjFJnV .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRCKjFJnV .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRCKjFJnV .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPRCKjFJnV .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPRCKjFJnV .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRCKjFJnV .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPRCKjFJnV .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRCKjFJnV .col-text {
    order: 2;
  }
}
.cid-uPRCKjFJnV .card-title {
  color: #ffffff;
}
.cid-uPRCKjFJnV .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRCKjFJnV .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKjFJnV .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRCKjFJnV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRCKjFJnV .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRCKjFJnV .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRCKjFJnV .mbr-text,
.cid-uPRCKjFJnV .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRCKkVUav {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRCKkVUav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKkVUav .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-uPRCKkVUav .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPRCKkVUav .container {
    padding: 0 12px;
  }
}
.cid-uPRCKkVUav .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPRCKkVUav .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uPRCKkVUav .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uPRCKkVUav .mbr-section-title {
  color: #ffffff;
}
.cid-uPRCKm7uVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRCKm7uVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKm7uVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKm7uVx .mbr-section-title {
  color: #ffffff;
}
.cid-uPRCKm7uVx .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRCKm7uVx .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRCKm7uVx .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKm7uVx .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRCKm7uVx .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRCKm7uVx .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRCKnesx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-uPRCKnesx6 .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-uPRCKnesx6 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uPRCKnesx6 .row {
    padding: 0;
  }
}
.cid-uPRCKnesx6 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPRCKnesx6 .item-text {
    max-width: 100%;
  }
}
.cid-uPRCKnesx6 .item-title {
  position: relative;
  color: #ffffff;
}
.cid-uPRCKnesx6 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPRCKnesx6 .mbr-text {
  color: #ffffff;
}
.cid-uPRCKnesx6 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRCKnesx6 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPRCKnesx6 .item-img {
    display: none;
  }
}
.cid-uPRCKnesx6 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uPRCKnesx6 .item-img-2 {
  transform: rotate(15deg);
}
.cid-uPRCKnesx6 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uPRCKojH2g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRCKojH2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKojH2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKojH2g .mbr-section-title {
  color: #ffffff;
}
.cid-uPRCKojH2g .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRCKojH2g .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRCKojH2g .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKojH2g .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRCKojH2g .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRCKojH2g .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRCKojH2g .mbr-section-subtitle,
.cid-uPRCKojH2g .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRCKpxnls {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRCKpxnls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKpxnls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKpxnls .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uPRCKpxnls .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRCKpxnls .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKpxnls .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uPRCKpxnls .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uPRCKpxnls .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uPRCKpxnls .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPRCKpxnls .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRCKpxnls .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uPRCKpxnls .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRCKpxnls .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uPRCKpxnls .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRCKpxnls .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uPRCKpxnls .card-title {
  color: #ffffff;
}
.cid-uPRCKpxnls .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPRCKpxnls .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRCKpxnls .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uPRCKpxnls .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uPRCKpxnls .mbr-text,
.cid-uPRCKpxnls .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRCKqN4Ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRCKqN4Ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKqN4Ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKqN4Ab .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRCKqN4Ab .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRCKqN4Ab .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRCKqN4Ab .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKqN4Ab .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRCKqN4Ab .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRCKqN4Ab .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRCKqN4Ab .mbr-section-subtitle,
.cid-uPRCKqN4Ab .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRCKrSWRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRCKrSWRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKrSWRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKrSWRX .mbr-section-title {
  color: #FA7E26;
}
.cid-uPRCKrSWRX .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPRCKrSWRX .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPRCKrSWRX .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPRCKrSWRX .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKrSWRX .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPRCKrSWRX .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPRCKrSWRX .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPRCKrSWRX .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKrSWRX .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPRCKrSWRX .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPRCKrSWRX .mbr-text {
    width: 100%;
  }
}
.cid-uPRCKrSWRX .mbr-section-subtitle,
.cid-uPRCKrSWRX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPRCKt46VG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRCKt46VG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKt46VG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKt46VG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPRCKt46VG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPRCKt46VG .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPRCKt46VG .items-wrapper .item {
  padding: 0 10px;
}
.cid-uPRCKt46VG .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPRCKt46VG .item {
    margin-bottom: 16px;
  }
}
.cid-uPRCKt46VG .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uPRCKt46VG .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uPRCKt46VG .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uPRCKt46VG .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uPRCKt46VG .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uPRCKt46VG .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPRCKt46VG .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPRCKt46VG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRCKt46VG .item-title {
  color: #000c3f;
}
.cid-uPRCKt46VG .item-text {
  color: #000c3f;
}
.cid-uPRCKt46VG .item-title,
.cid-uPRCKt46VG .mbr-section-btn {
  color: #000000;
}
.cid-uPRCKxmABj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRCKxmABj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKxmABj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKxmABj .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .title-wrapper {
    padding-left: 0;
  }
}
.cid-uPRCKxmABj .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPRCKxmABj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPRCKxmABj .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRCKxmABj .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRCKxmABj .mbr-section-btn .btn::after,
.cid-uPRCKxmABj .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPRCKxmABj .mbr-section-btn .btn:hover,
.cid-uPRCKxmABj .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPRCKxmABj .mbr-section-btn .btn:hover::after,
.cid-uPRCKxmABj .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPRCKxmABj .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #adadad;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPRCKxmABj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  position: relative;
}
.cid-uPRCKxmABj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card .card-header .panel-title {
    position: static;
    display: block;
  }
}
.cid-uPRCKxmABj .panel-group .card .card-header .panel-title .panel-date {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card .card-header .panel-title .panel-date {
    position: static;
    margin-bottom: 16px;
  }
}
.cid-uPRCKxmABj .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uPRCKxmABj .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #adadad 50%);
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card .card-header .panel-title .arrow-wrapper {
    top: 50%;
  }
}
.cid-uPRCKxmABj .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #adadad 50%);
}
.cid-uPRCKxmABj .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  padding-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-uPRCKxmABj .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPRCKxmABj .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPRCKxmABj .panel-group .card .panel-collapse .panel-body .image-wrapper img {
    height: 350px;
  }
}
.cid-uPRCKxmABj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPRCKxmABj .mbr-section-title {
  color: #ffffff;
}
.cid-uPRCKxmABj .mbr-tag {
  color: #adadad;
}
.cid-uPRCKxmABj .panel-date {
  color: #ffffff;
}
.cid-uPRCKxmABj .panel-title-edit {
  color: #ffffff;
}
.cid-uPRCKxmABj .panel-text {
  color: #c7c7c7;
}
.cid-uPRCKxmABj .mbr-section-title,
.cid-uPRCKxmABj .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRCKuurgw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRCKuurgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKuurgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKuurgw .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uPRCKuurgw .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRCKuurgw .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKuurgw .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uPRCKuurgw .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uPRCKuurgw .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uPRCKuurgw .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPRCKuurgw .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRCKuurgw .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uPRCKuurgw .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRCKuurgw .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uPRCKuurgw .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRCKuurgw .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uPRCKuurgw .card-title {
  color: #ffffff;
}
.cid-uPRCKuurgw .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPRCKuurgw .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRCKuurgw .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uPRCKuurgw .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uPRCKuurgw .mbr-text,
.cid-uPRCKuurgw .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRCKvOkOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRCKvOkOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKvOkOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKvOkOd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPRCKvOkOd .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPRCKvOkOd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPRCKvOkOd .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPRCKvOkOd .items-wrapper {
  margin: 0;
}
.cid-uPRCKvOkOd .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uPRCKvOkOd .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uPRCKvOkOd .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-uPRCKvOkOd .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uPRCKvOkOd .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRCKvOkOd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRCKvOkOd .mbr-section-title {
  color: #093388;
}
.cid-uPRCKvOkOd .item-number {
  color: #f4f4f4;
}
.cid-uPRCKvOkOd .item-title {
  color: #093388;
}
.cid-uPRCKvOkOd .item-text {
  color: #58595b;
}
.cid-uPRCKvOkOd .item-text,
.cid-uPRCKvOkOd .text-wrapper {
  color: #ffffff;
}
.cid-uPRCKAmGtf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRCKAmGtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKAmGtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKAmGtf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRCKAmGtf .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRCKAmGtf .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRCKAmGtf .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRCKAmGtf .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRCKAmGtf .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRCKAmGtf .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRCKAmGtf .mbr-section-subtitle,
.cid-uPRCKAmGtf .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRNlB6TRP {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-uPRNlB6TRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRNlB6TRP .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-uPRNlB6TRP .container {
    padding: 0 20px;
  }
}
.cid-uPRNlB6TRP .row {
  margin: 0;
}
.cid-uPRNlB6TRP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPRNlB6TRP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPRNlB6TRP .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uPRNlB6TRP .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uPRNlB6TRP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uPRNlB6TRP .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uPRNlB6TRP .mbr-section-title {
  color: #000000;
}
.cid-uPRGWpARRR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRGWpARRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRGWpARRR .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-uPRGWpARRR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPRGWpARRR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPRGWpARRR .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPRGWpARRR .panel-group .card {
    padding: 16px;
  }
}
.cid-uPRGWpARRR .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPRGWpARRR .panel-group .card:hover,
.cid-uPRGWpARRR .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-uPRGWpARRR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPRGWpARRR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPRGWpARRR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPRGWpARRR .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uPRGWpARRR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uPRGWpARRR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPRGWpARRR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-uPRGWpARRR .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uPRGWpARRR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPRGWpARRR .mbr-section-title {
  color: #ffffff;
}
.cid-uPRGWpARRR .panel-title-edit {
  color: #ffffff;
}
.cid-uPRGWpARRR .panel-text {
  color: #ffffff;
}
.cid-uPRLC6xCpN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #000000;
}
.cid-uPRLC6xCpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRLC6xCpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRLC6xCpN .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uPRLC6xCpN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPRLC6xCpN .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-uPRLC6xCpN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPRLC6xCpN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPRLC6xCpN .content-head {
  max-width: 800px;
}
.cid-uPRLC6xCpN .mbr-section-title {
  color: #ffffff;
}
.cid-uPRCKBxrhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dino-world-slide-9.jpg-520x360.jpg");
}
.cid-uPRCKBxrhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRCKBxrhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRCKBxrhL .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPRCKBxrhL .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uPRCKBxrhL .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRCKBxrhL .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uPRCKBxrhL .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPRCKBxrhL .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPRCKBxrhL .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPRCKBxrhL .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uPRCKBxrhL .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPRCKBxrhL .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRCKBxrhL .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPRCKBxrhL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPRCKBxrhL .items-wrapper .card {
  padding: 0 32px;
}
.cid-uPRCKBxrhL .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRCKBxrhL .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRCKBxrhL .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRCKBxrhL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPRCKBxrhL .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPRCKBxrhL .list-wrapper .list .item-wrap:hover,
.cid-uPRCKBxrhL .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPRCKBxrhL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPRCKBxrhL .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRCKBxrhL .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRCKBxrhL .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRCKBxrhL .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uPRCKBxrhL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPRCKBxrhL .mbr-desc {
  color: #ffffff;
}
.cid-uPRCKBxrhL .mbr-text,
.cid-uPRCKBxrhL .text-wrapper {
  color: #9aa0a6;
}
.cid-uPRCKBxrhL .list {
  color: #9aa0a6;
}
.cid-uPRCKBxrhL .mbr-text,
.cid-uPRCKBxrhL .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRCKBxrhL .list,
.cid-uPRCKBxrhL .item-wrap {
  color: #ffffff;
}
.cid-uPRHc1lm5R {
  z-index: 1000;
  width: 100%;
}
.cid-uPRHc1lm5R nav.navbar {
  position: fixed;
}
.cid-uPRHc1lm5R .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-uPRHc1lm5R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-uPRHc1lm5R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPRHc1lm5R .dropdown-item:hover,
.cid-uPRHc1lm5R .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uPRHc1lm5R .dropdown-item:hover span {
  color: white;
}
.cid-uPRHc1lm5R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPRHc1lm5R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPRHc1lm5R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPRHc1lm5R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPRHc1lm5R .nav-link {
  position: relative;
}
.cid-uPRHc1lm5R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPRHc1lm5R .container {
    flex-wrap: nowrap;
  }
}
.cid-uPRHc1lm5R .nav-item:focus,
.cid-uPRHc1lm5R .nav-link:focus {
  outline: none;
}
.cid-uPRHc1lm5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPRHc1lm5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPRHc1lm5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPRHc1lm5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPRHc1lm5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPRHc1lm5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPRHc1lm5R .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uPRHc1lm5R .navbar.opened {
  transition: all 0.3s;
}
.cid-uPRHc1lm5R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPRHc1lm5R .navbar .navbar-logo img {
  width: auto;
}
.cid-uPRHc1lm5R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPRHc1lm5R .navbar.collapsed {
  justify-content: center;
}
.cid-uPRHc1lm5R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPRHc1lm5R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPRHc1lm5R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPRHc1lm5R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRHc1lm5R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRHc1lm5R .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-uPRHc1lm5R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRHc1lm5R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPRHc1lm5R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPRHc1lm5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPRHc1lm5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRHc1lm5R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRHc1lm5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRHc1lm5R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRHc1lm5R .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-uPRHc1lm5R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPRHc1lm5R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRHc1lm5R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPRHc1lm5R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPRHc1lm5R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPRHc1lm5R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPRHc1lm5R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPRHc1lm5R .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uPRHc1lm5R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPRHc1lm5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRHc1lm5R .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uPRHc1lm5R .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uPRHc1lm5R .dropdown-item.active,
.cid-uPRHc1lm5R .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRHc1lm5R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRHc1lm5R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRHc1lm5R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRHc1lm5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-uPRHc1lm5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRHc1lm5R .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uPRHc1lm5R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRHc1lm5R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPRHc1lm5R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPRHc1lm5R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPRHc1lm5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uPRHc1lm5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPRHc1lm5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRHc1lm5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRHc1lm5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPRHc1lm5R .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uPRHc1lm5R .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc1lm5R .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uPRHc1lm5R .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uPRHc1lm5R .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uPRHc1lm5R .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uPRHc1lm5R .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uPRHc1lm5R .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uPRHc1lm5R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPRHc1lm5R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPRHc1lm5R .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-uPRHc1lm5R .navbar {
    height: 70px;
  }
  .cid-uPRHc1lm5R .navbar.opened {
    height: auto;
  }
  .cid-uPRHc1lm5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPRHc1lm5R .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-uPRHc1lm5R .navbar-collapse {
  margin-left: auto;
}
.cid-uPRHc1lm5R .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-uPRHc1lm5R .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPRHc1lm5R .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uPRHc1lm5R .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uPRHc1lm5R .navbar {
    padding: 0 !important;
  }
  .cid-uPRHc1lm5R .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uPRHc1lm5R .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uPRHc1lm5R .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uPRHc1lm5R .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uPRHc1lm5R .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uPRHc1lm5R .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uPRHc1lm5R .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPRHc1lm5R .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uPRHc1lm5R .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uPRHc1lm5R .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uPRHc1lm5R .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uPRHc2v7GF {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRHc2v7GF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHc2v7GF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHc2v7GF .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uPRHc2v7GF .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uPRHc2v7GF .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc2v7GF .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPRHc2v7GF .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPRHc2v7GF .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRHc2v7GF .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc2v7GF .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRHc2v7GF .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPRHc2v7GF .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uPRHc2v7GF .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPRHc2v7GF .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRHc2v7GF .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRHc2v7GF .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPRHc2v7GF .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPRHc2v7GF .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRHc2v7GF .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPRHc2v7GF .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRHc2v7GF .col-text {
    order: 2;
  }
}
.cid-uPRHc2v7GF .card-title {
  color: #ffffff;
}
.cid-uPRHc2v7GF .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRHc2v7GF .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc2v7GF .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRHc2v7GF .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRHc2v7GF .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRHc2v7GF .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRHc2v7GF .mbr-text,
.cid-uPRHc2v7GF .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHc3yMjk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRHc3yMjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHc3yMjk .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-uPRHc3yMjk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPRHc3yMjk .container {
    padding: 0 12px;
  }
}
.cid-uPRHc3yMjk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPRHc3yMjk .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uPRHc3yMjk .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uPRHc3yMjk .mbr-section-title {
  color: #ffffff;
}
.cid-uPRHc4uXtU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRHc4uXtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHc4uXtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHc4uXtU .mbr-section-title {
  color: #ffffff;
}
.cid-uPRHc4uXtU .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRHc4uXtU .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRHc4uXtU .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc4uXtU .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRHc4uXtU .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRHc4uXtU .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRHc5njqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-uPRHc5njqD .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-uPRHc5njqD .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uPRHc5njqD .row {
    padding: 0;
  }
}
.cid-uPRHc5njqD .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPRHc5njqD .item-text {
    max-width: 100%;
  }
}
.cid-uPRHc5njqD .item-title {
  position: relative;
  color: #ffffff;
}
.cid-uPRHc5njqD .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPRHc5njqD .mbr-text {
  color: #ffffff;
}
.cid-uPRHc5njqD .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRHc5njqD .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPRHc5njqD .item-img {
    display: none;
  }
}
.cid-uPRHc5njqD .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uPRHc5njqD .item-img-2 {
  transform: rotate(15deg);
}
.cid-uPRHc5njqD .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uPRHc6iPKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRHc6iPKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHc6iPKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHc6iPKE .mbr-section-title {
  color: #ffffff;
}
.cid-uPRHc6iPKE .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRHc6iPKE .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRHc6iPKE .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc6iPKE .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRHc6iPKE .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRHc6iPKE .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRHc6iPKE .mbr-section-subtitle,
.cid-uPRHc6iPKE .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHc7qQzT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRHc7qQzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHc7qQzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHc7qQzT .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uPRHc7qQzT .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRHc7qQzT .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc7qQzT .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uPRHc7qQzT .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uPRHc7qQzT .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uPRHc7qQzT .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPRHc7qQzT .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRHc7qQzT .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uPRHc7qQzT .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRHc7qQzT .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uPRHc7qQzT .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRHc7qQzT .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uPRHc7qQzT .card-title {
  color: #ffffff;
}
.cid-uPRHc7qQzT .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPRHc7qQzT .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRHc7qQzT .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uPRHc7qQzT .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uPRHc7qQzT .mbr-text,
.cid-uPRHc7qQzT .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHc8wGG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRHc8wGG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHc8wGG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHc8wGG0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRHc8wGG0 .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRHc8wGG0 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRHc8wGG0 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc8wGG0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRHc8wGG0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRHc8wGG0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRHc8wGG0 .mbr-section-subtitle,
.cid-uPRHc8wGG0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHc9tQuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRHc9tQuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHc9tQuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHc9tQuO .mbr-section-title {
  color: #FA7E26;
}
.cid-uPRHc9tQuO .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPRHc9tQuO .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPRHc9tQuO .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPRHc9tQuO .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc9tQuO .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPRHc9tQuO .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPRHc9tQuO .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPRHc9tQuO .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHc9tQuO .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPRHc9tQuO .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPRHc9tQuO .mbr-text {
    width: 100%;
  }
}
.cid-uPRHc9tQuO .mbr-section-subtitle,
.cid-uPRHc9tQuO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPRHcarmHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRHcarmHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHcarmHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHcarmHy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPRHcarmHy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPRHcarmHy .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPRHcarmHy .items-wrapper .item {
  padding: 0 10px;
}
.cid-uPRHcarmHy .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPRHcarmHy .item {
    margin-bottom: 16px;
  }
}
.cid-uPRHcarmHy .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uPRHcarmHy .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uPRHcarmHy .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uPRHcarmHy .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uPRHcarmHy .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uPRHcarmHy .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPRHcarmHy .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPRHcarmHy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRHcarmHy .item-title {
  color: #000c3f;
}
.cid-uPRHcarmHy .item-text {
  color: #000c3f;
}
.cid-uPRHcarmHy .item-title,
.cid-uPRHcarmHy .mbr-section-btn {
  color: #000000;
}
.cid-uPRHcbBYQ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRHcbBYQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHcbBYQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHcbBYQ8 .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .title-wrapper {
    padding-left: 0;
  }
}
.cid-uPRHcbBYQ8 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPRHcbBYQ8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPRHcbBYQ8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRHcbBYQ8 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRHcbBYQ8 .mbr-section-btn .btn::after,
.cid-uPRHcbBYQ8 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPRHcbBYQ8 .mbr-section-btn .btn:hover,
.cid-uPRHcbBYQ8 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPRHcbBYQ8 .mbr-section-btn .btn:hover::after,
.cid-uPRHcbBYQ8 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPRHcbBYQ8 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #adadad;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  position: relative;
}
.cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title {
    position: static;
    display: block;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title .panel-date {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title .panel-date {
    position: static;
    margin-bottom: 16px;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #adadad 50%);
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title .arrow-wrapper {
    top: 50%;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #adadad 50%);
}
.cid-uPRHcbBYQ8 .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  padding-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPRHcbBYQ8 .panel-group .card .panel-collapse .panel-body .image-wrapper img {
    height: 350px;
  }
}
.cid-uPRHcbBYQ8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPRHcbBYQ8 .mbr-section-title {
  color: #ffffff;
}
.cid-uPRHcbBYQ8 .mbr-tag {
  color: #adadad;
}
.cid-uPRHcbBYQ8 .panel-date {
  color: #ffffff;
}
.cid-uPRHcbBYQ8 .panel-title-edit {
  color: #ffffff;
}
.cid-uPRHcbBYQ8 .panel-text {
  color: #c7c7c7;
}
.cid-uPRHcbBYQ8 .mbr-section-title,
.cid-uPRHcbBYQ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHcd9YmX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRHcd9YmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHcd9YmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHcd9YmX .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uPRHcd9YmX .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRHcd9YmX .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHcd9YmX .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uPRHcd9YmX .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uPRHcd9YmX .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uPRHcd9YmX .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPRHcd9YmX .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRHcd9YmX .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uPRHcd9YmX .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRHcd9YmX .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uPRHcd9YmX .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRHcd9YmX .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uPRHcd9YmX .card-title {
  color: #ffffff;
}
.cid-uPRHcd9YmX .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPRHcd9YmX .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRHcd9YmX .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uPRHcd9YmX .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uPRHcd9YmX .mbr-text,
.cid-uPRHcd9YmX .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHceroE0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRHceroE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHceroE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHceroE0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPRHceroE0 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPRHceroE0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPRHceroE0 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPRHceroE0 .items-wrapper {
  margin: 0;
}
.cid-uPRHceroE0 .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uPRHceroE0 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uPRHceroE0 .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-uPRHceroE0 .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uPRHceroE0 .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRHceroE0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRHceroE0 .mbr-section-title {
  color: #093388;
}
.cid-uPRHceroE0 .item-number {
  color: #f4f4f4;
}
.cid-uPRHceroE0 .item-title {
  color: #093388;
}
.cid-uPRHceroE0 .item-text {
  color: #58595b;
}
.cid-uPRHceroE0 .item-text,
.cid-uPRHceroE0 .text-wrapper {
  color: #ffffff;
}
.cid-uPRHcfMWhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRHcfMWhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHcfMWhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHcfMWhD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRHcfMWhD .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRHcfMWhD .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRHcfMWhD .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRHcfMWhD .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRHcfMWhD .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRHcfMWhD .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRHcfMWhD .mbr-section-subtitle,
.cid-uPRHcfMWhD .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHcgUE0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRHcgUE0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHcgUE0k .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-uPRHcgUE0k .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPRHcgUE0k .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPRHcgUE0k .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPRHcgUE0k .panel-group .card {
    padding: 16px;
  }
}
.cid-uPRHcgUE0k .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPRHcgUE0k .panel-group .card:hover,
.cid-uPRHcgUE0k .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-uPRHcgUE0k .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPRHcgUE0k .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPRHcgUE0k .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPRHcgUE0k .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uPRHcgUE0k .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uPRHcgUE0k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPRHcgUE0k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-uPRHcgUE0k .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uPRHcgUE0k .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPRHcgUE0k .mbr-section-title {
  color: #ffffff;
}
.cid-uPRHcgUE0k .panel-title-edit {
  color: #ffffff;
}
.cid-uPRHcgUE0k .panel-text {
  color: #ffffff;
}
.cid-uPRLGtYdHD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #000000;
}
.cid-uPRLGtYdHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRLGtYdHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRLGtYdHD .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uPRLGtYdHD .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPRLGtYdHD .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-uPRLGtYdHD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPRLGtYdHD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPRLGtYdHD .content-head {
  max-width: 800px;
}
.cid-uPRLGtYdHD .mbr-section-title {
  color: #ffffff;
}
.cid-uPRHcirBRr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dino-world-slide-9.jpg-520x360.jpg");
}
.cid-uPRHcirBRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRHcirBRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRHcirBRr .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPRHcirBRr .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uPRHcirBRr .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRHcirBRr .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uPRHcirBRr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPRHcirBRr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPRHcirBRr .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPRHcirBRr .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uPRHcirBRr .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPRHcirBRr .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRHcirBRr .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPRHcirBRr .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPRHcirBRr .items-wrapper .card {
  padding: 0 32px;
}
.cid-uPRHcirBRr .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRHcirBRr .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRHcirBRr .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRHcirBRr .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPRHcirBRr .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPRHcirBRr .list-wrapper .list .item-wrap:hover,
.cid-uPRHcirBRr .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPRHcirBRr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPRHcirBRr .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRHcirBRr .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRHcirBRr .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRHcirBRr .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uPRHcirBRr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPRHcirBRr .mbr-desc {
  color: #ffffff;
}
.cid-uPRHcirBRr .mbr-text,
.cid-uPRHcirBRr .text-wrapper {
  color: #9aa0a6;
}
.cid-uPRHcirBRr .list {
  color: #9aa0a6;
}
.cid-uPRHcirBRr .mbr-text,
.cid-uPRHcirBRr .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRHcirBRr .list,
.cid-uPRHcirBRr .item-wrap {
  color: #ffffff;
}
.cid-uPRJe5vUCr {
  z-index: 1000;
  width: 100%;
}
.cid-uPRJe5vUCr nav.navbar {
  position: fixed;
}
.cid-uPRJe5vUCr .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-uPRJe5vUCr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-uPRJe5vUCr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPRJe5vUCr .dropdown-item:hover,
.cid-uPRJe5vUCr .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uPRJe5vUCr .dropdown-item:hover span {
  color: white;
}
.cid-uPRJe5vUCr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPRJe5vUCr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPRJe5vUCr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPRJe5vUCr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPRJe5vUCr .nav-link {
  position: relative;
}
.cid-uPRJe5vUCr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPRJe5vUCr .container {
    flex-wrap: nowrap;
  }
}
.cid-uPRJe5vUCr .nav-item:focus,
.cid-uPRJe5vUCr .nav-link:focus {
  outline: none;
}
.cid-uPRJe5vUCr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPRJe5vUCr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPRJe5vUCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPRJe5vUCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPRJe5vUCr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPRJe5vUCr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPRJe5vUCr .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uPRJe5vUCr .navbar.opened {
  transition: all 0.3s;
}
.cid-uPRJe5vUCr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPRJe5vUCr .navbar .navbar-logo img {
  width: auto;
}
.cid-uPRJe5vUCr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPRJe5vUCr .navbar.collapsed {
  justify-content: center;
}
.cid-uPRJe5vUCr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPRJe5vUCr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPRJe5vUCr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPRJe5vUCr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPRJe5vUCr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPRJe5vUCr .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-uPRJe5vUCr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPRJe5vUCr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPRJe5vUCr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPRJe5vUCr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPRJe5vUCr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPRJe5vUCr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPRJe5vUCr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPRJe5vUCr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPRJe5vUCr .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-uPRJe5vUCr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPRJe5vUCr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPRJe5vUCr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPRJe5vUCr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPRJe5vUCr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPRJe5vUCr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPRJe5vUCr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPRJe5vUCr .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uPRJe5vUCr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPRJe5vUCr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPRJe5vUCr .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uPRJe5vUCr .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uPRJe5vUCr .dropdown-item.active,
.cid-uPRJe5vUCr .dropdown-item:active {
  background-color: transparent;
}
.cid-uPRJe5vUCr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPRJe5vUCr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPRJe5vUCr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPRJe5vUCr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-uPRJe5vUCr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPRJe5vUCr .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uPRJe5vUCr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPRJe5vUCr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPRJe5vUCr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPRJe5vUCr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPRJe5vUCr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uPRJe5vUCr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPRJe5vUCr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRJe5vUCr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPRJe5vUCr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPRJe5vUCr .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uPRJe5vUCr .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uPRJe5vUCr .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uPRJe5vUCr .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uPRJe5vUCr .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uPRJe5vUCr .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uPRJe5vUCr .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uPRJe5vUCr .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uPRJe5vUCr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPRJe5vUCr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPRJe5vUCr .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-uPRJe5vUCr .navbar {
    height: 70px;
  }
  .cid-uPRJe5vUCr .navbar.opened {
    height: auto;
  }
  .cid-uPRJe5vUCr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPRJe5vUCr .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-uPRJe5vUCr .navbar-collapse {
  margin-left: auto;
}
.cid-uPRJe5vUCr .navbar-nav {
  justify-content: flex-end;
  border: none;
}
.cid-uPRJe5vUCr .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPRJe5vUCr .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uPRJe5vUCr .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uPRJe5vUCr .navbar {
    padding: 0 !important;
  }
  .cid-uPRJe5vUCr .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uPRJe5vUCr .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uPRJe5vUCr .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uPRJe5vUCr .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uPRJe5vUCr .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uPRJe5vUCr .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uPRJe5vUCr .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPRJe5vUCr .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uPRJe5vUCr .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uPRJe5vUCr .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uPRJe5vUCr .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uPRJe6MqLB {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRJe6MqLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJe6MqLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJe6MqLB .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uPRJe6MqLB .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uPRJe6MqLB .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJe6MqLB .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uPRJe6MqLB .mbr-section-title {
  color: #e3ebf3;
}
.cid-uPRJe6MqLB .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRJe6MqLB .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJe6MqLB .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRJe6MqLB .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPRJe6MqLB .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uPRJe6MqLB .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPRJe6MqLB .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRJe6MqLB .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRJe6MqLB .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPRJe6MqLB .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPRJe6MqLB .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRJe6MqLB .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPRJe6MqLB .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRJe6MqLB .col-text {
    order: 2;
  }
}
.cid-uPRJe6MqLB .card-title {
  color: #ffffff;
}
.cid-uPRJe6MqLB .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRJe6MqLB .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJe6MqLB .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRJe6MqLB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRJe6MqLB .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRJe6MqLB .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRJe6MqLB .mbr-text,
.cid-uPRJe6MqLB .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJe7QXvc {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRJe7QXvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJe7QXvc .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-uPRJe7QXvc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPRJe7QXvc .container {
    padding: 0 12px;
  }
}
.cid-uPRJe7QXvc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPRJe7QXvc .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-uPRJe7QXvc .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uPRJe7QXvc .mbr-section-title {
  color: #ffffff;
}
.cid-uPRJe8PrFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRJe8PrFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJe8PrFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJe8PrFW .mbr-section-title {
  color: #ffffff;
}
.cid-uPRJe8PrFW .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRJe8PrFW .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRJe8PrFW .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJe8PrFW .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRJe8PrFW .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRJe8PrFW .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRJe9MsLf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-uPRJe9MsLf .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-uPRJe9MsLf .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uPRJe9MsLf .row {
    padding: 0;
  }
}
.cid-uPRJe9MsLf .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPRJe9MsLf .item-text {
    max-width: 100%;
  }
}
.cid-uPRJe9MsLf .item-title {
  position: relative;
  color: #ffffff;
}
.cid-uPRJe9MsLf .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uPRJe9MsLf .mbr-text {
  color: #ffffff;
}
.cid-uPRJe9MsLf .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uPRJe9MsLf .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uPRJe9MsLf .item-img {
    display: none;
  }
}
.cid-uPRJe9MsLf .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uPRJe9MsLf .item-img-2 {
  transform: rotate(15deg);
}
.cid-uPRJe9MsLf .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uPRJeaN3KJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRJeaN3KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJeaN3KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJeaN3KJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRJeaN3KJ .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRJeaN3KJ .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRJeaN3KJ .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJeaN3KJ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRJeaN3KJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRJeaN3KJ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRJeaN3KJ .mbr-section-subtitle,
.cid-uPRJeaN3KJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJebLUWG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRJebLUWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJebLUWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJebLUWG .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uPRJebLUWG .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRJebLUWG .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJebLUWG .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uPRJebLUWG .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uPRJebLUWG .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uPRJebLUWG .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPRJebLUWG .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRJebLUWG .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uPRJebLUWG .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRJebLUWG .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uPRJebLUWG .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRJebLUWG .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uPRJebLUWG .card-title {
  color: #ffffff;
}
.cid-uPRJebLUWG .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPRJebLUWG .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRJebLUWG .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uPRJebLUWG .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uPRJebLUWG .mbr-text,
.cid-uPRJebLUWG .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJecROJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRJecROJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJecROJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJecROJf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRJecROJf .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRJecROJf .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRJecROJf .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJecROJf .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRJecROJf .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRJecROJf .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRJecROJf .mbr-section-subtitle,
.cid-uPRJecROJf .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJedXaAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRJedXaAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJedXaAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJedXaAV .mbr-section-title {
  color: #FA7E26;
}
.cid-uPRJedXaAV .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uPRJedXaAV .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uPRJedXaAV .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uPRJedXaAV .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJedXaAV .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uPRJedXaAV .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uPRJedXaAV .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uPRJedXaAV .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJedXaAV .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uPRJedXaAV .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPRJedXaAV .mbr-text {
    width: 100%;
  }
}
.cid-uPRJedXaAV .mbr-section-subtitle,
.cid-uPRJedXaAV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPRJef0fm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRJef0fm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJef0fm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJef0fm2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPRJef0fm2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPRJef0fm2 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uPRJef0fm2 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uPRJef0fm2 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPRJef0fm2 .item {
    margin-bottom: 16px;
  }
}
.cid-uPRJef0fm2 .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uPRJef0fm2 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uPRJef0fm2 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uPRJef0fm2 .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uPRJef0fm2 .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uPRJef0fm2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPRJef0fm2 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPRJef0fm2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRJef0fm2 .item-title {
  color: #000c3f;
}
.cid-uPRJef0fm2 .item-text {
  color: #000c3f;
}
.cid-uPRJef0fm2 .item-title,
.cid-uPRJef0fm2 .mbr-section-btn {
  color: #000000;
}
.cid-uPRJegc5vr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRJegc5vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJegc5vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJegc5vr .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .title-wrapper {
    padding-left: 0;
  }
}
.cid-uPRJegc5vr .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPRJegc5vr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPRJegc5vr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRJegc5vr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRJegc5vr .mbr-section-btn .btn::after,
.cid-uPRJegc5vr .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPRJegc5vr .mbr-section-btn .btn:hover,
.cid-uPRJegc5vr .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPRJegc5vr .mbr-section-btn .btn:hover::after,
.cid-uPRJegc5vr .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPRJegc5vr .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #adadad;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPRJegc5vr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  position: relative;
}
.cid-uPRJegc5vr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card .card-header .panel-title {
    position: static;
    display: block;
  }
}
.cid-uPRJegc5vr .panel-group .card .card-header .panel-title .panel-date {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card .card-header .panel-title .panel-date {
    position: static;
    margin-bottom: 16px;
  }
}
.cid-uPRJegc5vr .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uPRJegc5vr .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #adadad 50%);
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card .card-header .panel-title .arrow-wrapper {
    top: 50%;
  }
}
.cid-uPRJegc5vr .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #adadad 50%);
}
.cid-uPRJegc5vr .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  padding-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-uPRJegc5vr .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPRJegc5vr .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPRJegc5vr .panel-group .card .panel-collapse .panel-body .image-wrapper img {
    height: 350px;
  }
}
.cid-uPRJegc5vr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPRJegc5vr .mbr-section-title {
  color: #ffffff;
}
.cid-uPRJegc5vr .mbr-tag {
  color: #adadad;
}
.cid-uPRJegc5vr .panel-date {
  color: #ffffff;
}
.cid-uPRJegc5vr .panel-title-edit {
  color: #ffffff;
}
.cid-uPRJegc5vr .panel-text {
  color: #c7c7c7;
}
.cid-uPRJegc5vr .mbr-section-title,
.cid-uPRJegc5vr .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJehYC0T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPRJehYC0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJehYC0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJehYC0T .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uPRJehYC0T .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRJehYC0T .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJehYC0T .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uPRJehYC0T .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uPRJehYC0T .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uPRJehYC0T .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uPRJehYC0T .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPRJehYC0T .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uPRJehYC0T .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uPRJehYC0T .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uPRJehYC0T .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uPRJehYC0T .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uPRJehYC0T .card-title {
  color: #ffffff;
}
.cid-uPRJehYC0T .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uPRJehYC0T .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPRJehYC0T .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uPRJehYC0T .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uPRJehYC0T .mbr-text,
.cid-uPRJehYC0T .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJejRF6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRJejRF6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJejRF6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJejRF6a .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPRJejRF6a .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPRJejRF6a .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPRJejRF6a .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPRJejRF6a .items-wrapper {
  margin: 0;
}
.cid-uPRJejRF6a .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uPRJejRF6a .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uPRJejRF6a .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-uPRJejRF6a .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uPRJejRF6a .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPRJejRF6a .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPRJejRF6a .mbr-section-title {
  color: #093388;
}
.cid-uPRJejRF6a .item-number {
  color: #f4f4f4;
}
.cid-uPRJejRF6a .item-title {
  color: #093388;
}
.cid-uPRJejRF6a .item-text {
  color: #58595b;
}
.cid-uPRJejRF6a .item-text,
.cid-uPRJejRF6a .text-wrapper {
  color: #ffffff;
}
.cid-uPRJel7Q88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uPRJel7Q88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJel7Q88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJel7Q88 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPRJel7Q88 .mbr-section-title a {
  pointer-events: none;
}
.cid-uPRJel7Q88 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPRJel7Q88 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPRJel7Q88 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uPRJel7Q88 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPRJel7Q88 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPRJel7Q88 .mbr-section-subtitle,
.cid-uPRJel7Q88 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJemu6zM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRJemu6zM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJemu6zM .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-uPRJemu6zM .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPRJemu6zM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPRJemu6zM .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPRJemu6zM .panel-group .card {
    padding: 16px;
  }
}
.cid-uPRJemu6zM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPRJemu6zM .panel-group .card:hover,
.cid-uPRJemu6zM .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-uPRJemu6zM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPRJemu6zM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPRJemu6zM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPRJemu6zM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uPRJemu6zM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uPRJemu6zM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPRJemu6zM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-uPRJemu6zM .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uPRJemu6zM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPRJemu6zM .mbr-section-title {
  color: #ffffff;
}
.cid-uPRJemu6zM .panel-title-edit {
  color: #ffffff;
}
.cid-uPRJemu6zM .panel-text {
  color: #ffffff;
}
.cid-uPRKLCdCVw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/horror-like-concrete-wall-ub7fb5ze93ebbapt.jpg-1920x1200.jpg");
}
.cid-uPRKLCdCVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRKLCdCVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRKLCdCVw .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uPRKLCdCVw .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPRKLCdCVw .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-uPRKLCdCVw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPRKLCdCVw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPRKLCdCVw .content-head {
  max-width: 800px;
}
.cid-uPRKLCdCVw .mbr-section-title {
  color: #ffffff;
}
.cid-uPRJenR2Yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dino-world-slide-9.jpg-520x360.jpg");
}
.cid-uPRJenR2Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJenR2Yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPRJenR2Yt .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPRJenR2Yt .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uPRJenR2Yt .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPRJenR2Yt .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uPRJenR2Yt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPRJenR2Yt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPRJenR2Yt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPRJenR2Yt .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uPRJenR2Yt .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uPRJenR2Yt .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPRJenR2Yt .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPRJenR2Yt .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPRJenR2Yt .items-wrapper .card {
  padding: 0 32px;
}
.cid-uPRJenR2Yt .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRJenR2Yt .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRJenR2Yt .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRJenR2Yt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPRJenR2Yt .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPRJenR2Yt .list-wrapper .list .item-wrap:hover,
.cid-uPRJenR2Yt .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPRJenR2Yt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPRJenR2Yt .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPRJenR2Yt .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPRJenR2Yt .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uPRJenR2Yt .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uPRJenR2Yt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPRJenR2Yt .mbr-desc {
  color: #ffffff;
}
.cid-uPRJenR2Yt .mbr-text,
.cid-uPRJenR2Yt .text-wrapper {
  color: #9aa0a6;
}
.cid-uPRJenR2Yt .list {
  color: #9aa0a6;
}
.cid-uPRJenR2Yt .mbr-text,
.cid-uPRJenR2Yt .mbr-section-btn {
  color: #ffffff;
}
.cid-uPRJenR2Yt .list,
.cid-uPRJenR2Yt .item-wrap {
  color: #ffffff;
}
