.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Nunito', 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d54947 !important;
}
.bg-success {
  background-color: #62615c !important;
}
.bg-info {
  background-color: #7d2524 !important;
}
.bg-warning {
  background-color: #252931 !important;
}
.bg-danger {
  background-color: #373c48 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d54947 !important;
  border-color: #d54947 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a12625 !important;
  border-color: #a12625 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a12625 !important;
  border-color: #a12625 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bb9331 !important;
  border-color: #bb9331 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #765d1f !important;
  border-color: #765d1f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #765d1f !important;
  border-color: #765d1f !important;
}
.btn-info,
.btn-info:active {
  background-color: #7d2524 !important;
  border-color: #7d2524 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3a1111 !important;
  border-color: #3a1111 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3a1111 !important;
  border-color: #3a1111 !important;
}
.btn-success,
.btn-success:active {
  background-color: #62615c !important;
  border-color: #62615c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #353532 !important;
  border-color: #353532 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #353532 !important;
  border-color: #353532 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #252931 !important;
  border-color: #252931 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #373c48 !important;
  border-color: #373c48 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #111317 !important;
  border-color: #111317 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #111317 !important;
  border-color: #111317 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d54947;
  color: #d54947;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a12625 !important;
  background-color: transparent!important;
  border-color: #a12625 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d54947 !important;
  border-color: #d54947 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bb9331;
  color: #bb9331;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #765d1f !important;
  background-color: transparent!important;
  border-color: #765d1f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bb9331 !important;
  border-color: #bb9331 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7d2524;
  color: #7d2524;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3a1111 !important;
  background-color: transparent!important;
  border-color: #3a1111 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7d2524 !important;
  border-color: #7d2524 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #62615c;
  color: #62615c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #353532 !important;
  background-color: transparent!important;
  border-color: #353532 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #62615c !important;
  border-color: #62615c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #252931;
  color: #252931;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #252931 !important;
  border-color: #252931 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #373c48;
  color: #373c48;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #111317 !important;
  background-color: transparent!important;
  border-color: #111317 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #373c48 !important;
  border-color: #373c48 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d54947 !important;
}
.text-secondary {
  color: #bb9331 !important;
}
.text-success {
  color: #62615c !important;
}
.text-info {
  color: #7d2524 !important;
}
.text-warning {
  color: #252931 !important;
}
.text-danger {
  color: #373c48 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #942322 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a531c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2d2d2b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e0e0d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b0c0e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d54947;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7d2524;
}
.alert-warning {
  background-color: #252931;
}
.alert-danger {
  background-color: #373c48;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d54947;
  border-color: #d54947;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d54947;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbeded;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a2a19c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cd5453;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dce2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a8aebd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #d54947 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #d54947;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d54947;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d54947;
}
.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: #d54947;
  border-bottom-color: #d54947;
}
.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: #ffffff !important;
  background-color: #d54947 !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: #bb9331 !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='%23d54947' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tTaY735WN6 {
  background-image: url("../../../assets/images/2a-1-1920x1089.jpg");
}
.cid-tTaY735WN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTaY735WN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTaY735WN6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTaY735WN6 .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tTaY735WN6 .title-wrapper .logo-wrap {
  margin-bottom: 50px;
}
.cid-tTaY735WN6 .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 140px;
  width: 360px;
  object-fit: cover;
}
.cid-tTaY735WN6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTaY735WN6 .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-tTaY735WN6 .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tTaY735WN6 .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-tTaY735WN6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTaY735WN6 .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-tTaY735WN6 .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tTaY735WN6 .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-tTaY735WN6 .mbr-section-title {
  color: #ffffff;
}
.cid-tTaY735WN6 .mbr-price {
  color: #ffffff;
}
.cid-tTaY735WN6 .mbr-desc {
  color: #f2f2f2;
}
.cid-tTaY735WN6 .mbr-text {
  color: #dddddd;
}
.cid-tTaY735WN6 .mbr-section-btn {
  text-align: right;
}
.cid-tTDi1VogFF {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-3.jpg");
}
.cid-tTDi1VogFF .text-wrapper {
  max-width: 28rem;
  margin-right: auto;
}
.cid-tTDi1VogFF .card {
  margin-bottom: 1rem;
}
.cid-tTDi1VogFF .cards-container [class*="col"] {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.cid-tTDi1VogFF .card-wrapper {
  box-sizing: border-box;
  min-height: 160px;
  background-color: #bb9331;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
}
.cid-tTDi1VogFF .card-box {
  flex-direction: column;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tTDi1VogFF .section-subtitle {
    margin-bottom: 2rem !important;
  }
}
.cid-tTDi1VogFF .mbr-section-title {
  text-align: left;
}
.cid-tTDi1VogFF .mbr-text {
  text-align: left;
}
.cid-tTDi1VogFF .card-title {
  text-align: left;
  color: #dddddd;
  margin-bottom: 0.75rem;
}
.cid-tTDi1VogFF .card-sub-title {
  color: #dddddd;
  text-align: left;
}
.cid-tTDi1VogFF .section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tTDi1VogFF .section-subtitle {
  text-align: left;
  color: #7d2524;
}
.cid-tTDi1VogFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDi1VogFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tTDi1VogFF {
    padding-bottom: 30px !important;
  }
}
.cid-tTJedT2iN0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #373c48;
}
.cid-tTJedT2iN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJedT2iN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJedT2iN0 .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-tTJedT2iN0 .col-title {
    margin-bottom: 50px;
  }
}
.cid-tTJedT2iN0 .mbr-section-title {
  color: #2B2B2B;
  text-align: left;
}
.cid-tTJedT2iN0 .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tTJedT2iN0 .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tTJedT2iN0 .content-row {
  flex-direction: row-reverse;
}
.cid-tTJedT2iN0 .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-tTJedT2iN0 .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-tTJedT2iN0 .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-tTJedT2iN0 .text-container1 {
  width: 100%;
  padding: 0;
  max-width: 900px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-tTJedT2iN0 .text-container1 {
    max-width: 340px;
  }
}
.cid-tTJedT2iN0 .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-tTJedT2iN0 .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-tTJedT2iN0 .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-tTJedT2iN0 .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-tTJedT2iN0 .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-tTJedT2iN0 .col-carousel {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-tTJedT2iN0 .col-carousel {
    padding-top: 2rem;
  }
}
.cid-tTJedT2iN0 .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-tTJedT2iN0 .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-tTJedT2iN0 .roominess-text {
  color: #3eb75e;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-tTJedT2iN0 .mbr-text {
  color: #dddddd;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-tTJedT2iN0 .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-tTJedT2iN0 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tTJedT2iN0 .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-tTJedT2iN0 .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-tTJedT2iN0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-tTJedT2iN0 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #5f6ad4;
}
.cid-tTJedT2iN0 .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tTJedT2iN0 .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}
.cid-tTJedT2iN0 .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tTJedT2iN0 .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-tTJedT2iN0 .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tTJedT2iN0 .carousel {
    height: 280px;
  }
}
.cid-tTJedT2iN0 .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-tTJedT2iN0 .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-tTJedT2iN0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTJedT2iN0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tTJedT2iN0 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tTJedT2iN0 .col-carousel {
    padding-top: 0px;
  }
}
.cid-tTJedT2iN0 .carousel-control {
  display: none !important;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-tTJedT2iN0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-tTJedT2iN0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-tTJedT2iN0 .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-tTJedT2iN0 .carousel-indicators {
  display: none !important;
}
.cid-tTJedT2iN0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tTJedT2iN0 .name-text,
.cid-tTJedT2iN0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTJedT2iN0 .card-title {
  color: #bb9331;
}
.cid-tTh36yYVKG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #373c48;
}
.cid-tTh36yYVKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTh36yYVKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTh36yYVKG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTh36yYVKG .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTh36yYVKG .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTh36yYVKG .container {
    padding: 0 20px;
  }
}
.cid-tTh36yYVKG .container .row {
  margin: 0;
}
.cid-tTh36yYVKG .row {
  justify-content: center;
}
.cid-tTh36yYVKG .item {
  padding: 0;
}
.cid-tTh36yYVKG .item .item-wrapper a {
  display: block;
}
.cid-tTh36yYVKG .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tTh36yYVKG .item .item-wrapper a .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 70px 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tTh36yYVKG .item .item-wrapper a .item-img {
    padding: 24px;
  }
}
.cid-tTh36yYVKG .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tTh36yYVKG .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
}
.cid-tTh36yYVKG .item .item-wrapper a .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-tTh36yYVKG .item .item-wrapper a .item-img .item-content .mbr-desc {
  margin-bottom: 10px;
}
.cid-tTh36yYVKG .item-title {
  color: #ffffff;
}
.cid-tTh36yYVKG .mbr-desc {
  color: #ddae3c;
}
.cid-tTgtKTktas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 30px solid #7d2524;
  background-color: #252931;
}
.cid-tTgtKTktas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgtKTktas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgtKTktas .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTgtKTktas {
    padding-top: 30px !important;
  }
  .cid-tTgtKTktas img {
    margin-bottom: 2rem;
  }
  .cid-tTgtKTktas .row {
    text-align: center;
  }
  .cid-tTgtKTktas .row > div {
    margin: auto;
  }
  .cid-tTgtKTktas .social-row {
    justify-content: center;
  }
  .cid-tTgtKTktas * {
    text-align: left !important;
  }
}
.cid-tTgtKTktas .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTgtKTktas .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 0rem;
  }
}
.cid-tTgtKTktas .mbr-text {
  color: #dddddd;
}
.cid-tTgtKTktas .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTgtKTktas .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTgtKTktas H5 {
  color: #bb9331;
}
.cid-tTgtKTktas .copyright {
  text-align: left;
  color: #bbbbbb;
}
.cid-tTbc2yEZ0e {
  z-index: 1000;
  width: 100%;
}
.cid-tTbc2yEZ0e nav.navbar {
  position: fixed;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #7d2524 !important;
}
.cid-tTbc2yEZ0e .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tTbc2yEZ0e .dropdown-item:after {
  right: 1rem !important;
}
.cid-tTbc2yEZ0e .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .dropdown-item:hover:before,
.cid-tTbc2yEZ0e .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tTbc2yEZ0e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTbc2yEZ0e .nav-link {
  position: relative;
}
.cid-tTbc2yEZ0e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .container {
    flex-wrap: nowrap;
  }
}
.cid-tTbc2yEZ0e .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-item {
  margin: 0;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #d54947;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tTbc2yEZ0e .dropdown-menu,
.cid-tTbc2yEZ0e .navbar.opened {
  background: #252931 !important;
}
.cid-tTbc2yEZ0e .nav-item:focus,
.cid-tTbc2yEZ0e .nav-link:focus {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTbc2yEZ0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTbc2yEZ0e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(37, 41, 49, 0.6);
  border-bottom: 2px solid #7d2524 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.opened {
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo img {
  width: auto;
}
.cid-tTbc2yEZ0e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar.collapsed {
  justify-content: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTbc2yEZ0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTbc2yEZ0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTbc2yEZ0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTbc2yEZ0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tTbc2yEZ0e .navbar.navbar-short {
  background: #252931;
  min-height: 100px;
}
.cid-tTbc2yEZ0e .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tTbc2yEZ0e .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown-item.active,
.cid-tTbc2yEZ0e .dropdown-item:active {
  background-color: transparent;
}
.cid-tTbc2yEZ0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252931;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTbc2yEZ0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTbc2yEZ0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTbc2yEZ0e .navbar-buttons {
  text-align: center;
}
.cid-tTbc2yEZ0e button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tTbc2yEZ0e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTbc2yEZ0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar {
    height: 70px;
  }
  .cid-tTbc2yEZ0e .navbar.opened {
    height: auto;
  }
  .cid-tTbc2yEZ0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTbc2yEZ0e .container,
.cid-tTbc2yEZ0e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .container,
  .cid-tTbc2yEZ0e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tTbc2yEZ0e .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tTbc2yEZ0e .navbar-collapse {
  min-height: 98px;
}
.cid-tTbc2yEZ0e .mbr-section-btn {
  max-width: 35%;
}
.cid-tTbc2yEZ0e .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e {
    min-height: 70px !important;
  }
  .cid-tTbc2yEZ0e .navbar {
    min-height: 70px !important;
    background: #252931;
  }
  .cid-tTbc2yEZ0e .container-fluid {
    padding: 0 7%;
  }
  .cid-tTbc2yEZ0e .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tTbc2yEZ0e .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tTbc2yEZ0e .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tTbc2yEZ0e .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tTbc2yEZ0e .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tThdhoMSmD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
.cid-tThdhoMSmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tThdhoMSmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tThdhoMSmD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tThdhoMSmD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tThdhoMSmD .container {
    padding: 0 24px;
  }
}
.cid-tThdhoMSmD .row {
  position: relative;
}
.cid-tThdhoMSmD .row .card {
  justify-content: center;
}
.cid-tThdhoMSmD .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #dddddd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tThdhoMSmD .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-tThdhoMSmD .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-tThdhoMSmD .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tThdhoMSmD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tThdhoMSmD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tThdhoMSmD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tThdhoMSmD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tThdhoMSmD .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tThdhoMSmD .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tThdhoMSmD .image-wrapper {
  position: relative;
}
.cid-tThdhoMSmD .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tThdhoMSmD .image-wrapper img {
    height: 350px;
  }
}
.cid-tThdhoMSmD .mbr-section-title {
  color: #F5DF4D;
}
.cid-tThdhoMSmD .mbr-text {
  color: #FF3399;
}
.cid-tThdhoMSmD .mbr-section-title,
.cid-tThdhoMSmD .mbr-section-btn {
  color: #ffffff;
}
.cid-tThdhoMSmD .mbr-text,
.cid-tThdhoMSmD .mbr-section-btn {
  color: #dddddd;
}
.cid-tThdhoMSmD .subtitulo {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-tThdhoMSmD {
    padding-top: 50px !important;
  }
}
.cid-tThgg8FEok {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dddddd;
}
.cid-tThgg8FEok .mbr-fallback-image.disabled {
  display: none;
}
.cid-tThgg8FEok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tThgg8FEok a {
  font-weight: bold;
}
.cid-tThgg8FEok .row {
  flex-direction: row-reverse;
}
.cid-tThgg8FEok .container-fluid {
  padding: 0;
}
.cid-tThgg8FEok img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tThgg8FEok .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tThgg8FEok .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tThgg8FEok .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tThgg8FEok .text-wrapper {
    padding: 1rem;
  }
}
.cid-tThgg8FEok .mbr-text,
.cid-tThgg8FEok .mbr-section-btn {
  color: #000000;
}
.cid-tThgg8FEok .mbr-section-title {
  color: #373c48;
}
.cid-tTgtKTktas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 30px solid #7d2524;
  background-color: #252931;
}
.cid-tTgtKTktas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgtKTktas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgtKTktas .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTgtKTktas {
    padding-top: 30px !important;
  }
  .cid-tTgtKTktas img {
    margin-bottom: 2rem;
  }
  .cid-tTgtKTktas .row {
    text-align: center;
  }
  .cid-tTgtKTktas .row > div {
    margin: auto;
  }
  .cid-tTgtKTktas .social-row {
    justify-content: center;
  }
  .cid-tTgtKTktas * {
    text-align: left !important;
  }
}
.cid-tTgtKTktas .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTgtKTktas .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 0rem;
  }
}
.cid-tTgtKTktas .mbr-text {
  color: #dddddd;
}
.cid-tTgtKTktas .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTgtKTktas .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTgtKTktas H5 {
  color: #bb9331;
}
.cid-tTgtKTktas .copyright {
  text-align: left;
  color: #bbbbbb;
}
.cid-tTbc2yEZ0e {
  z-index: 1000;
  width: 100%;
}
.cid-tTbc2yEZ0e nav.navbar {
  position: fixed;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #7d2524 !important;
}
.cid-tTbc2yEZ0e .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tTbc2yEZ0e .dropdown-item:after {
  right: 1rem !important;
}
.cid-tTbc2yEZ0e .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .dropdown-item:hover:before,
.cid-tTbc2yEZ0e .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tTbc2yEZ0e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTbc2yEZ0e .nav-link {
  position: relative;
}
.cid-tTbc2yEZ0e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .container {
    flex-wrap: nowrap;
  }
}
.cid-tTbc2yEZ0e .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-item {
  margin: 0;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #d54947;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tTbc2yEZ0e .dropdown-menu,
.cid-tTbc2yEZ0e .navbar.opened {
  background: #252931 !important;
}
.cid-tTbc2yEZ0e .nav-item:focus,
.cid-tTbc2yEZ0e .nav-link:focus {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTbc2yEZ0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTbc2yEZ0e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(37, 41, 49, 0.6);
  border-bottom: 2px solid #7d2524 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.opened {
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo img {
  width: auto;
}
.cid-tTbc2yEZ0e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar.collapsed {
  justify-content: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTbc2yEZ0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTbc2yEZ0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTbc2yEZ0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTbc2yEZ0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tTbc2yEZ0e .navbar.navbar-short {
  background: #252931;
  min-height: 100px;
}
.cid-tTbc2yEZ0e .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tTbc2yEZ0e .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown-item.active,
.cid-tTbc2yEZ0e .dropdown-item:active {
  background-color: transparent;
}
.cid-tTbc2yEZ0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252931;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTbc2yEZ0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTbc2yEZ0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTbc2yEZ0e .navbar-buttons {
  text-align: center;
}
.cid-tTbc2yEZ0e button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tTbc2yEZ0e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTbc2yEZ0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar {
    height: 70px;
  }
  .cid-tTbc2yEZ0e .navbar.opened {
    height: auto;
  }
  .cid-tTbc2yEZ0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTbc2yEZ0e .container,
.cid-tTbc2yEZ0e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .container,
  .cid-tTbc2yEZ0e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tTbc2yEZ0e .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tTbc2yEZ0e .navbar-collapse {
  min-height: 98px;
}
.cid-tTbc2yEZ0e .mbr-section-btn {
  max-width: 35%;
}
.cid-tTbc2yEZ0e .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e {
    min-height: 70px !important;
  }
  .cid-tTbc2yEZ0e .navbar {
    min-height: 70px !important;
    background: #252931;
  }
  .cid-tTbc2yEZ0e .container-fluid {
    padding: 0 7%;
  }
  .cid-tTbc2yEZ0e .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tTbc2yEZ0e .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tTbc2yEZ0e .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tTbc2yEZ0e .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tTbc2yEZ0e .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tThmCuIlud {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpeg");
}
.cid-tThmCuIlud .mbr-fallback-image.disabled {
  display: none;
}
.cid-tThmCuIlud .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-tThmCuIlud .container {
    padding: 0 30px;
  }
}
.cid-tThmCuIlud .row .card {
  justify-content: center;
}
.cid-tThmCuIlud .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tThmCuIlud .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tThmCuIlud .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tThmCuIlud .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tThmCuIlud .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tThmCuIlud .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tThmCuIlud .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tThmCuIlud .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tThmCuIlud .mbr-section-title {
  color: #ffffff;
}
.cid-tThmCuIlud .mbr-section-subtitle {
  color: #dddddd;
}
.cid-tThmCuIlud .mbr-section-title,
.cid-tThmCuIlud .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tThmCuIlud {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}
.cid-tTEmVeUGSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/8-1200x675.jpg");
}
.cid-tTEmVeUGSq h3 {
  margin-bottom: 0;
}
.cid-tTEmVeUGSq .container-fluid {
  padding: initial;
}
.cid-tTEmVeUGSq .row {
  margin: 0px;
}
.cid-tTEmVeUGSq .mbr-section-title {
  padding-bottom: 30px;
  color: #b62519;
  text-align: left;
}
.cid-tTEmVeUGSq .mbr-section-subtitle {
  color: #252931;
  text-align: left;
}
.cid-tTEmVeUGSq .color {
  background-color: #fafafa;
}
.cid-tTEmVeUGSq .paddings {
  padding: 145px 100px;
}
.cid-tTEmVeUGSq .title,
.cid-tTEmVeUGSq .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-tTEmVeUGSq .paddings {
    padding: 30px 50px;
  }
}
.cid-tTEmVeUGSq .title {
  text-align: left;
  color: #ff4433;
}
.cid-tTEmVeUGSq .subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 650px) {
  .cid-tTEmVeUGSq .paddings {
    padding: 30px;
  }
}
.cid-tThq2o6wjD {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/15a-1600x926.jpg");
}
.cid-tThq2o6wjD .mbr-overlay {
  background-color: #373c48;
  opacity: 0.8;
}
.cid-tThq2o6wjD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tThq2o6wjD {
    align-items: flex-end;
  }
  .cid-tThq2o6wjD .row {
    justify-content: flex-start;
  }
  .cid-tThq2o6wjD .content-wrap {
    width: 69%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tThq2o6wjD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tThq2o6wjD {
    -webkit-align-items: center;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .cid-tThq2o6wjD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tThq2o6wjD .content-wrap {
    width: 100%;
  }
}
.cid-tThq2o6wjD .mbr-text,
.cid-tThq2o6wjD .mbr-section-btn {
  color: #dddddd;
}
.cid-tTgtKTktas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 30px solid #7d2524;
  background-color: #252931;
}
.cid-tTgtKTktas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgtKTktas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgtKTktas .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTgtKTktas {
    padding-top: 30px !important;
  }
  .cid-tTgtKTktas img {
    margin-bottom: 2rem;
  }
  .cid-tTgtKTktas .row {
    text-align: center;
  }
  .cid-tTgtKTktas .row > div {
    margin: auto;
  }
  .cid-tTgtKTktas .social-row {
    justify-content: center;
  }
  .cid-tTgtKTktas * {
    text-align: left !important;
  }
}
.cid-tTgtKTktas .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTgtKTktas .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 0rem;
  }
}
.cid-tTgtKTktas .mbr-text {
  color: #dddddd;
}
.cid-tTgtKTktas .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTgtKTktas .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTgtKTktas H5 {
  color: #bb9331;
}
.cid-tTgtKTktas .copyright {
  text-align: left;
  color: #bbbbbb;
}
.cid-tTbc2yEZ0e {
  z-index: 1000;
  width: 100%;
}
.cid-tTbc2yEZ0e nav.navbar {
  position: fixed;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #7d2524 !important;
}
.cid-tTbc2yEZ0e .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tTbc2yEZ0e .dropdown-item:after {
  right: 1rem !important;
}
.cid-tTbc2yEZ0e .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .dropdown-item:hover:before,
.cid-tTbc2yEZ0e .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tTbc2yEZ0e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTbc2yEZ0e .nav-link {
  position: relative;
}
.cid-tTbc2yEZ0e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .container {
    flex-wrap: nowrap;
  }
}
.cid-tTbc2yEZ0e .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-item {
  margin: 0;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #d54947;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tTbc2yEZ0e .dropdown-menu,
.cid-tTbc2yEZ0e .navbar.opened {
  background: #252931 !important;
}
.cid-tTbc2yEZ0e .nav-item:focus,
.cid-tTbc2yEZ0e .nav-link:focus {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTbc2yEZ0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTbc2yEZ0e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(37, 41, 49, 0.6);
  border-bottom: 2px solid #7d2524 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.opened {
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo img {
  width: auto;
}
.cid-tTbc2yEZ0e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar.collapsed {
  justify-content: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTbc2yEZ0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTbc2yEZ0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTbc2yEZ0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTbc2yEZ0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tTbc2yEZ0e .navbar.navbar-short {
  background: #252931;
  min-height: 100px;
}
.cid-tTbc2yEZ0e .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tTbc2yEZ0e .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown-item.active,
.cid-tTbc2yEZ0e .dropdown-item:active {
  background-color: transparent;
}
.cid-tTbc2yEZ0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252931;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTbc2yEZ0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTbc2yEZ0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTbc2yEZ0e .navbar-buttons {
  text-align: center;
}
.cid-tTbc2yEZ0e button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tTbc2yEZ0e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTbc2yEZ0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar {
    height: 70px;
  }
  .cid-tTbc2yEZ0e .navbar.opened {
    height: auto;
  }
  .cid-tTbc2yEZ0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTbc2yEZ0e .container,
.cid-tTbc2yEZ0e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .container,
  .cid-tTbc2yEZ0e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tTbc2yEZ0e .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tTbc2yEZ0e .navbar-collapse {
  min-height: 98px;
}
.cid-tTbc2yEZ0e .mbr-section-btn {
  max-width: 35%;
}
.cid-tTbc2yEZ0e .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e {
    min-height: 70px !important;
  }
  .cid-tTbc2yEZ0e .navbar {
    min-height: 70px !important;
    background: #252931;
  }
  .cid-tTbc2yEZ0e .container-fluid {
    padding: 0 7%;
  }
  .cid-tTbc2yEZ0e .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tTbc2yEZ0e .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tTbc2yEZ0e .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tTbc2yEZ0e .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tTbc2yEZ0e .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tTJHV4yMPS {
  padding-top: 13rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1024.jpg");
}
.cid-tTJHV4yMPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJHV4yMPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJHV4yMPS .mbr-section-title {
  color: #ffffff;
}
.cid-tTJHV4yMPS .mbr-text,
.cid-tTJHV4yMPS .mbr-section-btn {
  color: #dddddd;
}
@media (max-width: 767px) {
  .cid-tTJHV4yMPS {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}
.cid-tTJSXKoBSZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f1f1f2;
}
.cid-tTJSXKoBSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJSXKoBSZ .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-tTJSXKoBSZ .container {
    padding: 0 30px;
  }
}
.cid-tTJSXKoBSZ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tTJSXKoBSZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-tTJSXKoBSZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTJSXKoBSZ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .items .item {
    padding: 20px 0;
  }
}
.cid-tTJSXKoBSZ .items .item:hover::after,
.cid-tTJSXKoBSZ .items .item:focus::after {
  height: 100%;
}
.cid-tTJSXKoBSZ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-tTJSXKoBSZ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-tTJSXKoBSZ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-tTJSXKoBSZ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-tTJSXKoBSZ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 2px;
  background-color: #dddddd;
}
.cid-tTJSXKoBSZ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #dddddd;
  transition: all 0.3s ease-in-out;
}
.cid-tTJSXKoBSZ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-tTJSXKoBSZ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tTJSXKoBSZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-tTJSXKoBSZ .mbr-section-title {
  color: #373c48;
}
.cid-tTJSXKoBSZ .card-title {
  color: #252931;
}
.cid-tTJSXKoBSZ .mbr-text {
  color: #252931;
  text-align: left;
}
.cid-tTJSXKoBSZ .mbr-section-subtitle {
  color: #bb9331;
}
@media (max-width: 767px) {
  .cid-tTJSXKoBSZ {
    padding-top: 30px !important;
  }
}
.cid-tTK14yTZM7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bg-3.jpg");
}
.cid-tTK14yTZM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK14yTZM7 img {
  width: 100%;
}
.cid-tTK14yTZM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK14yTZM7 .main-wrap {
  padding: 2rem;
}
.cid-tTK14yTZM7 .card-col {
  height: 100%;
  padding: 0;
}
.cid-tTK14yTZM7 .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tTK14yTZM7 .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-tTK14yTZM7 .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-tTK14yTZM7 .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-tTK14yTZM7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tTK14yTZM7 .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTK14yTZM7 .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-tTK14yTZM7 .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-tTK14yTZM7 .image-wrapper {
  max-width: 75%;
  width: 75%;
}
.cid-tTK14yTZM7 .image-wrapper img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tTK14yTZM7 .mbr-text,
.cid-tTK14yTZM7 .mbr-section-btn {
  color: #dddddd;
}
@media (max-width: 767px) {
  .cid-tTK14yTZM7 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.cid-tTgtKTktas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 30px solid #7d2524;
  background-color: #252931;
}
.cid-tTgtKTktas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgtKTktas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgtKTktas .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTgtKTktas {
    padding-top: 30px !important;
  }
  .cid-tTgtKTktas img {
    margin-bottom: 2rem;
  }
  .cid-tTgtKTktas .row {
    text-align: center;
  }
  .cid-tTgtKTktas .row > div {
    margin: auto;
  }
  .cid-tTgtKTktas .social-row {
    justify-content: center;
  }
  .cid-tTgtKTktas * {
    text-align: left !important;
  }
}
.cid-tTgtKTktas .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTgtKTktas .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 0rem;
  }
}
.cid-tTgtKTktas .mbr-text {
  color: #dddddd;
}
.cid-tTgtKTktas .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTgtKTktas .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTgtKTktas H5 {
  color: #bb9331;
}
.cid-tTgtKTktas .copyright {
  text-align: left;
  color: #bbbbbb;
}
.cid-tTbc2yEZ0e {
  z-index: 1000;
  width: 100%;
}
.cid-tTbc2yEZ0e nav.navbar {
  position: fixed;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #7d2524 !important;
}
.cid-tTbc2yEZ0e .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tTbc2yEZ0e .dropdown-item:after {
  right: 1rem !important;
}
.cid-tTbc2yEZ0e .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .dropdown-item:hover:before,
.cid-tTbc2yEZ0e .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tTbc2yEZ0e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTbc2yEZ0e .nav-link {
  position: relative;
}
.cid-tTbc2yEZ0e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .container {
    flex-wrap: nowrap;
  }
}
.cid-tTbc2yEZ0e .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-item {
  margin: 0;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #d54947;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tTbc2yEZ0e .dropdown-menu,
.cid-tTbc2yEZ0e .navbar.opened {
  background: #252931 !important;
}
.cid-tTbc2yEZ0e .nav-item:focus,
.cid-tTbc2yEZ0e .nav-link:focus {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTbc2yEZ0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTbc2yEZ0e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(37, 41, 49, 0.6);
  border-bottom: 2px solid #7d2524 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.opened {
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo img {
  width: auto;
}
.cid-tTbc2yEZ0e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar.collapsed {
  justify-content: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTbc2yEZ0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTbc2yEZ0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTbc2yEZ0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTbc2yEZ0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tTbc2yEZ0e .navbar.navbar-short {
  background: #252931;
  min-height: 100px;
}
.cid-tTbc2yEZ0e .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tTbc2yEZ0e .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown-item.active,
.cid-tTbc2yEZ0e .dropdown-item:active {
  background-color: transparent;
}
.cid-tTbc2yEZ0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252931;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTbc2yEZ0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTbc2yEZ0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTbc2yEZ0e .navbar-buttons {
  text-align: center;
}
.cid-tTbc2yEZ0e button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tTbc2yEZ0e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTbc2yEZ0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar {
    height: 70px;
  }
  .cid-tTbc2yEZ0e .navbar.opened {
    height: auto;
  }
  .cid-tTbc2yEZ0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTbc2yEZ0e .container,
.cid-tTbc2yEZ0e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .container,
  .cid-tTbc2yEZ0e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tTbc2yEZ0e .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tTbc2yEZ0e .navbar-collapse {
  min-height: 98px;
}
.cid-tTbc2yEZ0e .mbr-section-btn {
  max-width: 35%;
}
.cid-tTbc2yEZ0e .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e {
    min-height: 70px !important;
  }
  .cid-tTbc2yEZ0e .navbar {
    min-height: 70px !important;
    background: #252931;
  }
  .cid-tTbc2yEZ0e .container-fluid {
    padding: 0 7%;
  }
  .cid-tTbc2yEZ0e .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tTbc2yEZ0e .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tTbc2yEZ0e .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tTbc2yEZ0e .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tTbc2yEZ0e .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tTVDd00OAj {
  padding-top: 13rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/7-1-1920x1440.jpg");
}
.cid-tTVDd00OAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVDd00OAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTVDd00OAj .mbr-section-title {
  color: #ffffff;
}
.cid-tTVDd00OAj .mbr-text,
.cid-tTVDd00OAj .mbr-section-btn {
  color: #dddddd;
}
@media (max-width: 767px) {
  .cid-tTVDd00OAj {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}
.cid-tTPLFKH5Zg {
  padding-top: 120px;
  padding-bottom: 105px;
  position: relative;
  background-color: #dddddd;
}
.cid-tTPLFKH5Zg .content {
  padding-left: 30px;
}
.cid-tTPLFKH5Zg .mbr-section-subtitle {
  color: #bb9331;
}
.cid-tTPLFKH5Zg .mbr-section-title {
  color: #d54947;
}
.cid-tTPLFKH5Zg .mbr-text {
  color: #7d2524;
}
.cid-tTPLFKH5Zg .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #bbbbbb;
}
.cid-tTPLFKH5Zg .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tTPLFKH5Zg .p-4 {
  padding: 1rem 0 !important;
}
.cid-tTPLFKH5Zg .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tTPLFKH5Zg .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tTPLFKH5Zg .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tTPLFKH5Zg .card {
  border-radius: 0px;
  border-bottom: 1px solid #bbbbbb !important;
}
.cid-tTPLFKH5Zg .card:last-child {
  border-bottom: none !important;
}
.cid-tTPLFKH5Zg .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tTPLFKH5Zg .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #d54947;
  padding-right: 50px;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #dddddd;
  transition: all .3s ease 0s;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title .toggle-icon:before,
.cid-tTPLFKH5Zg .card .card-header a.panel-title .toggle-icon:after {
  background: #bbbbbb;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #bbbbbb;
  border: 0;
  transform: none;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tTPLFKH5Zg .card .panel-body {
  padding: 14px 20px;
}
.cid-tTPLFKH5Zg .card .panel-body p {
  color: #7d2524;
}
.cid-tTPLFKH5Zg .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tTPLFKH5Zg .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tTPLFKH5Zg .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-tTPLFKH5Zg .collapsed .toggle-icon:before,
.cid-tTPLFKH5Zg .collapsed .toggle-icon:after {
  background: #bbbbbb !important;
}
.cid-tTPLFKH5Zg .collapsed .toggle-icon:before {
  background-color: #bbbbbb !important;
}
.cid-tTPLFKH5Zg .img-wrap img {
  max-width: 80%;
}
@media (max-width: 767px) {
  .cid-tTPLFKH5Zg .img-wrap img {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .cid-tTPLFKH5Zg * {
    text-align: left;
  }
}
.cid-tTPLFKH5Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTPLFKH5Zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTPLFKH5Zg .card .card-header a.panel-title h4 {
  color: #373c48;
}
.cid-tTPLFKH5Zg .card .panel-body p {
  color: #373c48;
}
.cid-tTPLFKH5Zg .content .mbr-section-title {
  color: #373c48;
}
@media (max-width: 767px) {
  .cid-tTPLFKH5Zg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.cid-tTPXfJZzqu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2-1920x1089.jpg");
}
.cid-tTPXfJZzqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTPXfJZzqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTPXfJZzqu .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tTPXfJZzqu {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
  }
}
.cid-tTgtKTktas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 30px solid #7d2524;
  background-color: #252931;
}
.cid-tTgtKTktas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgtKTktas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgtKTktas .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTgtKTktas {
    padding-top: 30px !important;
  }
  .cid-tTgtKTktas img {
    margin-bottom: 2rem;
  }
  .cid-tTgtKTktas .row {
    text-align: center;
  }
  .cid-tTgtKTktas .row > div {
    margin: auto;
  }
  .cid-tTgtKTktas .social-row {
    justify-content: center;
  }
  .cid-tTgtKTktas * {
    text-align: left !important;
  }
}
.cid-tTgtKTktas .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTgtKTktas .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTgtKTktas .list {
    margin-bottom: 0rem;
  }
}
.cid-tTgtKTktas .mbr-text {
  color: #dddddd;
}
.cid-tTgtKTktas .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTgtKTktas .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTgtKTktas div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTgtKTktas H5 {
  color: #bb9331;
}
.cid-tTgtKTktas .copyright {
  text-align: left;
  color: #bbbbbb;
}
.cid-tTbc2yEZ0e {
  z-index: 1000;
  width: 100%;
}
.cid-tTbc2yEZ0e nav.navbar {
  position: fixed;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #7d2524 !important;
}
.cid-tTbc2yEZ0e .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tTbc2yEZ0e .dropdown-item:after {
  right: 1rem !important;
}
.cid-tTbc2yEZ0e .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .dropdown-item:hover:before,
.cid-tTbc2yEZ0e .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tTbc2yEZ0e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTbc2yEZ0e .nav-link {
  position: relative;
}
.cid-tTbc2yEZ0e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .container {
    flex-wrap: nowrap;
  }
}
.cid-tTbc2yEZ0e .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-item {
  margin: 0;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #d54947;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tTbc2yEZ0e .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tTbc2yEZ0e .dropdown-menu,
.cid-tTbc2yEZ0e .navbar.opened {
  background: #252931 !important;
}
.cid-tTbc2yEZ0e .nav-item:focus,
.cid-tTbc2yEZ0e .nav-link:focus {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTbc2yEZ0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTbc2yEZ0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTbc2yEZ0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTbc2yEZ0e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(37, 41, 49, 0.6);
  border-bottom: 2px solid #7d2524 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.opened {
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tTbc2yEZ0e .navbar .navbar-logo img {
  width: auto;
}
.cid-tTbc2yEZ0e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar.collapsed {
  justify-content: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTbc2yEZ0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTbc2yEZ0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTbc2yEZ0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTbc2yEZ0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTbc2yEZ0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTbc2yEZ0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTbc2yEZ0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTbc2yEZ0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tTbc2yEZ0e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tTbc2yEZ0e .navbar.navbar-short {
  background: #252931;
  min-height: 100px;
}
.cid-tTbc2yEZ0e .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tTbc2yEZ0e .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTbc2yEZ0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTbc2yEZ0e .dropdown-item.active,
.cid-tTbc2yEZ0e .dropdown-item:active {
  background-color: transparent;
}
.cid-tTbc2yEZ0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTbc2yEZ0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252931;
}
.cid-tTbc2yEZ0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTbc2yEZ0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTbc2yEZ0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTbc2yEZ0e .navbar-buttons {
  text-align: center;
}
.cid-tTbc2yEZ0e button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tTbc2yEZ0e button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tTbc2yEZ0e nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tTbc2yEZ0e nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tTbc2yEZ0e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTbc2yEZ0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTbc2yEZ0e .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-tTbc2yEZ0e .navbar {
    height: 70px;
  }
  .cid-tTbc2yEZ0e .navbar.opened {
    height: auto;
  }
  .cid-tTbc2yEZ0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTbc2yEZ0e .container,
.cid-tTbc2yEZ0e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e .container,
  .cid-tTbc2yEZ0e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tTbc2yEZ0e .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tTbc2yEZ0e .navbar-collapse {
  min-height: 98px;
}
.cid-tTbc2yEZ0e .mbr-section-btn {
  max-width: 35%;
}
.cid-tTbc2yEZ0e .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tTbc2yEZ0e {
    min-height: 70px !important;
  }
  .cid-tTbc2yEZ0e .navbar {
    min-height: 70px !important;
    background: #252931;
  }
  .cid-tTbc2yEZ0e .container-fluid {
    padding: 0 7%;
  }
  .cid-tTbc2yEZ0e .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tTbc2yEZ0e .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tTbc2yEZ0e .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tTbc2yEZ0e .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tTbc2yEZ0e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tTbc2yEZ0e .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-tU7lziEKJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #131313;
}
.cid-tU7lziEKJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU7lziEKJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU7lziEKJ5 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-tU7lziEKJ5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tU7lziEKJ5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tU7lziEKJ5 .container {
    padding: 0 30px;
  }
}
.cid-tU7lziEKJ5 .google-map {
  border-top: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}
.cid-tU7lziEKJ5 .google-map iframe {
  border-radius: 0 !important;
  height: 500px;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .cid-tU7lziEKJ5 .google-map iframe {
    height: 200px;
  }
}
.cid-tU7qELkqHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-3a-1920x1280.jpg");
}
.cid-tU7qELkqHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU7qELkqHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU7qELkqHM .title-wrapper {
  z-index: 1;
  position: sticky;
  top: 150px;
}
@media (max-width: 992px) {
  .cid-tU7qELkqHM .title-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .cid-tU7qELkqHM div.sticky {
    position: relative;
    top: 0;
  }
  .cid-tU7qELkqHM .mbr-section-title {
    margin-bottom: 10px;
  }
  .cid-tU7qELkqHM .mbr-section-title span {
    position: relative;
    z-index: 1;
  }
  .cid-tU7qELkqHM .mbr-section-title span::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #373c48;
    z-index: -1;
  }
  .cid-tU7qELkqHM .mbr-text {
    margin-bottom: 0;
  }
}
.cid-tU7qELkqHM .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  border: 2px solid #bb9331;
  border-radius: 3px;
  margin-bottom: 64px;
  justify-content: center;
}
.cid-tU7qELkqHM .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 3px;
  padding: 16px 25px 6px;
  color: #373c48;
  border: none;
}
.cid-tU7qELkqHM .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #bb9331;
  color: #ffffff;
  border: none;
}
.cid-tU7qELkqHM .tab-content {
  position: relative;
  z-index: 1;
}
.cid-tU7qELkqHM .tab-content .tab-pane .text-wrapper .list-text {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #bb9331;
}
.cid-tU7qELkqHM .tab-content .tab-pane .text-wrapper .list-text .mbr-time {
  margin: 0;
}
.cid-tU7qELkqHM .tab-content .tab-pane .text-wrapper .list-text .mbr-desc {
  margin: 0;
}
.cid-tU7qELkqHM .tab-content .tab-pane .text-wrapper .list {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #bb9331;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .cid-tU7qELkqHM .tab-content .tab-pane .text-wrapper .list {
    padding-left: 0;
  }
}
.cid-tU7qELkqHM .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
  padding: 18px 0 18px 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tU7qELkqHM .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
    padding-left: 0;
  }
}
.cid-tU7qELkqHM .mbr-section-title {
  color: #373c48;
}
.cid-tU7qELkqHM .mbr-text {
  color: #373c48;
}
.cid-tU7qELkqHM .mbr-time {
  color: #373c48;
}
.cid-tU7qELkqHM .mbr-desc {
  color: #bb9331;
}
.cid-tU7qELkqHM .list {
  color: #111111;
}
.cid-tU7qELkqHM .mbr-tabs-text {
  color: #373c48;
}
@media (max-width: 767px) {
  .cid-tU7qELkqHM {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.cid-tU7iCKxxxZ {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #373c48;
}
.cid-tU7iCKxxxZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tU7iCKxxxZ .form-control,
.cid-tU7iCKxxxZ .field-input {
  padding: 0.5rem;
  background-color: #373c48 !important;
  border-color: #adadad !important;
  color: #f1f1f2;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tU7iCKxxxZ .form-control::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .field-input::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .form-control::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tU7iCKxxxZ .form-control:-moz-placeholder,
.cid-tU7iCKxxxZ .field-input:-moz-placeholder,
.cid-tU7iCKxxxZ .form-control:-moz-placeholder,
.cid-tU7iCKxxxZ .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tU7iCKxxxZ .form-control:hover,
.cid-tU7iCKxxxZ .field-input:hover,
.cid-tU7iCKxxxZ .form-control:focus,
.cid-tU7iCKxxxZ .field-input:focus {
  background-color: #3e4351;
  border-color: #adadad !important;
  color: #dddddd;
  box-shadow: none;
  outline: none;
}
.cid-tU7iCKxxxZ .form-control:hover::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .field-input:hover::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .form-control:focus::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .field-input:focus::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .form-control:hover::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .field-input:hover::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .form-control:focus::-webkit-input-placeholder,
.cid-tU7iCKxxxZ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tU7iCKxxxZ .form-control:hover:-moz-placeholder,
.cid-tU7iCKxxxZ .field-input:hover:-moz-placeholder,
.cid-tU7iCKxxxZ .form-control:focus:-moz-placeholder,
.cid-tU7iCKxxxZ .field-input:focus:-moz-placeholder,
.cid-tU7iCKxxxZ .form-control:hover:-moz-placeholder,
.cid-tU7iCKxxxZ .field-input:hover:-moz-placeholder,
.cid-tU7iCKxxxZ .form-control:focus:-moz-placeholder,
.cid-tU7iCKxxxZ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tU7iCKxxxZ .jq-number__spin:hover,
.cid-tU7iCKxxxZ .jq-number__spin:focus {
  background-color: #3e4351;
  border-color: #adadad;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tU7iCKxxxZ .jq-number__spin {
  background-color: #373c48;
  border-color: #adadad !important;
  color: #f1f1f2;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tU7iCKxxxZ .jq-selectbox li,
.cid-tU7iCKxxxZ .jq-selectbox li {
  background-color: #373c48;
  color: #ffffff;
}
.cid-tU7iCKxxxZ .jq-selectbox li:hover,
.cid-tU7iCKxxxZ .jq-selectbox li.selected {
  background-color: #3e4351;
  color: #ffffff;
}
.cid-tU7iCKxxxZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tU7iCKxxxZ .jq-number__spin.minus:hover:after,
.cid-tU7iCKxxxZ .jq-number__spin.plus:hover:after {
  border-top-color: #373c48;
  border-bottom-color: #373c48;
}
.cid-tU7iCKxxxZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tU7iCKxxxZ .jq-number__spin.minus:after,
.cid-tU7iCKxxxZ .jq-number__spin.plus:after {
  border-top-color: #3e4351;
  border-bottom-color: #3e4351;
}
.cid-tU7iCKxxxZ input::-webkit-clear-button {
  display: none;
}
.cid-tU7iCKxxxZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-tU7iCKxxxZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-tU7iCKxxxZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tU7iCKxxxZ H4 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tU7iCKxxxZ {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.cid-tU7iCKLbFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 30px solid #7d2524;
  background-color: #252931;
}
.cid-tU7iCKLbFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU7iCKLbFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU7iCKLbFF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tU7iCKLbFF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tU7iCKLbFF {
    padding-top: 30px !important;
  }
  .cid-tU7iCKLbFF img {
    margin-bottom: 2rem;
  }
  .cid-tU7iCKLbFF .row {
    text-align: center;
  }
  .cid-tU7iCKLbFF .row > div {
    margin: auto;
  }
  .cid-tU7iCKLbFF .social-row {
    justify-content: center;
  }
  .cid-tU7iCKLbFF * {
    text-align: left !important;
  }
}
.cid-tU7iCKLbFF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tU7iCKLbFF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tU7iCKLbFF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tU7iCKLbFF .list {
    margin-bottom: 0rem;
  }
}
.cid-tU7iCKLbFF .mbr-text {
  color: #dddddd;
}
.cid-tU7iCKLbFF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tU7iCKLbFF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tU7iCKLbFF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tU7iCKLbFF H5 {
  color: #bb9331;
}
.cid-tU7iCKLbFF .copyright {
  text-align: left;
  color: #bbbbbb;
}
.cid-tU7iCL3FPW {
  z-index: 1000;
  width: 100%;
}
.cid-tU7iCL3FPW nav.navbar {
  position: fixed;
}
.cid-tU7iCL3FPW .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-tU7iCL3FPW .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #7d2524 !important;
}
.cid-tU7iCL3FPW .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-tU7iCL3FPW .dropdown-item:after {
  right: 1rem !important;
}
.cid-tU7iCL3FPW .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tU7iCL3FPW .dropdown-item:hover:before,
.cid-tU7iCL3FPW .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-tU7iCL3FPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tU7iCL3FPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tU7iCL3FPW .nav-link {
  position: relative;
}
.cid-tU7iCL3FPW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tU7iCL3FPW .container {
    flex-wrap: nowrap;
  }
}
.cid-tU7iCL3FPW .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-tU7iCL3FPW .navbar-nav .nav-item {
  margin: 0;
}
.cid-tU7iCL3FPW .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-tU7iCL3FPW .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #d54947;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tU7iCL3FPW .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-tU7iCL3FPW .dropdown-menu,
.cid-tU7iCL3FPW .navbar.opened {
  background: #252931 !important;
}
.cid-tU7iCL3FPW .nav-item:focus,
.cid-tU7iCL3FPW .nav-link:focus {
  outline: none;
}
.cid-tU7iCL3FPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tU7iCL3FPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU7iCL3FPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tU7iCL3FPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tU7iCL3FPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU7iCL3FPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tU7iCL3FPW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(37, 41, 49, 0.6);
  border-bottom: 2px solid #7d2524 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tU7iCL3FPW .navbar.opened {
  transition: all 0.3s;
}
.cid-tU7iCL3FPW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tU7iCL3FPW .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-tU7iCL3FPW .navbar .navbar-logo img {
  width: auto;
}
.cid-tU7iCL3FPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU7iCL3FPW .navbar.collapsed {
  justify-content: center;
}
.cid-tU7iCL3FPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU7iCL3FPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tU7iCL3FPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tU7iCL3FPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU7iCL3FPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU7iCL3FPW .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-tU7iCL3FPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU7iCL3FPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU7iCL3FPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tU7iCL3FPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tU7iCL3FPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU7iCL3FPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU7iCL3FPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU7iCL3FPW .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-tU7iCL3FPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tU7iCL3FPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tU7iCL3FPW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU7iCL3FPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tU7iCL3FPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tU7iCL3FPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tU7iCL3FPW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tU7iCL3FPW .navbar.navbar-short {
  background: #252931;
  min-height: 100px;
}
.cid-tU7iCL3FPW .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-tU7iCL3FPW .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tU7iCL3FPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU7iCL3FPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU7iCL3FPW .dropdown-item.active,
.cid-tU7iCL3FPW .dropdown-item:active {
  background-color: transparent;
}
.cid-tU7iCL3FPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU7iCL3FPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU7iCL3FPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU7iCL3FPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #252931;
}
.cid-tU7iCL3FPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tU7iCL3FPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tU7iCL3FPW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU7iCL3FPW .navbar-buttons {
  text-align: center;
}
.cid-tU7iCL3FPW button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-tU7iCL3FPW button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-tU7iCL3FPW button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-tU7iCL3FPW button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tU7iCL3FPW button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-tU7iCL3FPW button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-tU7iCL3FPW button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tU7iCL3FPW button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tU7iCL3FPW button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-tU7iCL3FPW button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-tU7iCL3FPW button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tU7iCL3FPW nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-tU7iCL3FPW nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.cid-tU7iCL3FPW nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tU7iCL3FPW nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-tU7iCL3FPW nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-tU7iCL3FPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tU7iCL3FPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tU7iCL3FPW .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-tU7iCL3FPW .navbar {
    height: 70px;
  }
  .cid-tU7iCL3FPW .navbar.opened {
    height: auto;
  }
  .cid-tU7iCL3FPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tU7iCL3FPW .container,
.cid-tU7iCL3FPW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tU7iCL3FPW .container,
  .cid-tU7iCL3FPW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tU7iCL3FPW .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-tU7iCL3FPW .navbar-collapse {
  min-height: 98px;
}
.cid-tU7iCL3FPW .mbr-section-btn {
  max-width: 35%;
}
.cid-tU7iCL3FPW .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tU7iCL3FPW {
    min-height: 70px !important;
  }
  .cid-tU7iCL3FPW .navbar {
    min-height: 70px !important;
    background: #252931;
  }
  .cid-tU7iCL3FPW .container-fluid {
    padding: 0 7%;
  }
  .cid-tU7iCL3FPW .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-tU7iCL3FPW .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-tU7iCL3FPW .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-tU7iCL3FPW .navbar-nav li {
    margin: 0 !important;
  }
  .cid-tU7iCL3FPW .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-tU7iCL3FPW .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-tU7iCL3FPW .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-tU7iCL3FPW .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-tU7iCL3FPW .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-tU7iCL3FPW .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
