body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cc2952 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #df6282 !important;
  border-color: #df6282 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #df6282 !important;
  border-color: #df6282 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e3001b !important;
  border-color: #e3001b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3149 !important;
  border-color: #ff3149 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3149 !important;
  border-color: #ff3149 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7d000f;
  color: #7d000f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e3001b;
  border-color: #e3001b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e3001b !important;
  border-color: #e3001b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cc2952 !important;
}
.text-secondary {
  color: #e3001b !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e47793 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff4a60 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cc2952;
  border-color: #cc2952;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cc2952;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5ccd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #cc2952;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cc2952;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cc2952;
  border-bottom-color: #cc2952;
}
.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: #cc2952 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e3001b !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%;
}
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='%23cc2952' %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;
}
.cid-rOvXCFY7ZU .navbar {
  background: #991524;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rOvXCFY7ZU .navbar-dropdown.bg-color.transparent.opened {
  background: #991524;
}
.cid-rOvXCFY7ZU a {
  font-style: normal;
}
.cid-rOvXCFY7ZU .show {
  overflow: visible;
}
.cid-rOvXCFY7ZU .dropdown-menu {
  max-height: 400px;
}
.cid-rOvXCFY7ZU .dropdown-item:active {
  background-color: transparent;
}
.cid-rOvXCFY7ZU .nav-link {
  font-weight: 600!important;
}
.cid-rOvXCFY7ZU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rOvXCFY7ZU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rOvXCFY7ZU .nav-item:focus,
.cid-rOvXCFY7ZU .nav-link:focus {
  outline: none;
}
.cid-rOvXCFY7ZU .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rOvXCFY7ZU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rOvXCFY7ZU .menu-logo {
  margin-right: auto;
}
.cid-rOvXCFY7ZU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOvXCFY7ZU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rOvXCFY7ZU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rOvXCFY7ZU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rOvXCFY7ZU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rOvXCFY7ZU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rOvXCFY7ZU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rOvXCFY7ZU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rOvXCFY7ZU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rOvXCFY7ZU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOvXCFY7ZU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rOvXCFY7ZU .dropdown .dropdown-menu {
  background: #fed201;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rOvXCFY7ZU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rOvXCFY7ZU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOvXCFY7ZU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rOvXCFY7ZU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOvXCFY7ZU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rOvXCFY7ZU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rOvXCFY7ZU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rOvXCFY7ZU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rOvXCFY7ZU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rOvXCFY7ZU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rOvXCFY7ZU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rOvXCFY7ZU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rOvXCFY7ZU button.navbar-toggler:focus {
  outline: none;
}
.cid-rOvXCFY7ZU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-rOvXCFY7ZU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOvXCFY7ZU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOvXCFY7ZU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOvXCFY7ZU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOvXCFY7ZU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOvXCFY7ZU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOvXCFY7ZU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOvXCFY7ZU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOvXCFY7ZU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rOvXCFY7ZU .collapsed .btn {
  display: -webkit-flex;
}
.cid-rOvXCFY7ZU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.collapsing,
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rOvXCFY7ZU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rOvXCFY7ZU .collapsed button.navbar-toggler {
  display: block;
}
.cid-rOvXCFY7ZU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rOvXCFY7ZU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rOvXCFY7ZU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rOvXCFY7ZU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rOvXCFY7ZU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rOvXCFY7ZU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rOvXCFY7ZU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rOvXCFY7ZU img {
    height: 3.8rem !important;
  }
  .cid-rOvXCFY7ZU .btn {
    display: -webkit-flex;
  }
  .cid-rOvXCFY7ZU button.navbar-toggler {
    display: block;
  }
  .cid-rOvXCFY7ZU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rOvXCFY7ZU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rOvXCFY7ZU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rOvXCFY7ZU .navbar-collapse.collapsing,
  .cid-rOvXCFY7ZU .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rOvXCFY7ZU .navbar-collapse.collapsing .navbar-nav,
  .cid-rOvXCFY7ZU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rOvXCFY7ZU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rOvXCFY7ZU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rOvXCFY7ZU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rOvXCFY7ZU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOvXCFY7ZU .navbar-collapse.collapsing .navbar-buttons,
  .cid-rOvXCFY7ZU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rOvXCFY7ZU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rOvXCFY7ZU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOvXCFY7ZU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rOvXCFY7ZU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rOvXCFY7ZU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rOvXCFY7ZU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rOvXCFY7ZU .nav-link {
    justify-content: start!important;
  }
  .cid-rOvXCFY7ZU .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rOvXCFY7ZU .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rOvXCFY7ZU .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rOvXCFY7ZU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rOvXCFY7ZU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rOvXCFY7ZU .nav-link:hover,
.cid-rOvXCFY7ZU .dropdown-item:hover {
  color: #e4d295 !important;
}
@media (min-width: 1500px) {
  .cid-rOvXCFY7ZU .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rOvXCFY7ZU .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rOwlwCe2y9 {
  overflow-x: hidden !important;
}
.cid-rOwlwCe2y9,
.cid-rOwlwCe2y9 .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 105px;
}
.cid-rOwlwCe2y9 .mbr-section-title {
  color: #ffffff;
}
.cid-rOwlwCe2y9 .mbr-section-title span {
  color: #cc2952;
}
.cid-rOwlwCe2y9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rOwlwCe2y9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/t1-1-1600x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-rOwlwCe2y9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rOwlwCe2y9 .mbr-overlay {
  z-index: 1;
}
.cid-rOwlwCe2y9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shhCbBBt5r .mbr-section-title {
  color: #991524;
  text-align: right;
}
.cid-shhCbBBt5r .mbr-section-subtitle {
  color: #991524;
  text-align: right;
}
.cid-shhyUWuxNx {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/foto041-1296x864.jpg");
}
@media (min-width: 1500px) {
  .cid-shhyUWuxNx .container {
    max-width: 1400px;
  }
}
.cid-shhyUWuxNx img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-shhyUWuxNx .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cid-shhyUWuxNx .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-shhyUWuxNx .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-shhyUWuxNx .link,
.cid-shhyUWuxNx .link-wrap {
  color: #999999;
}
.cid-shhyUWuxNx .content {
  margin: auto;
}
.cid-shhyUWuxNx .mbr-text,
.cid-shhyUWuxNx .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-shhyUWuxNx img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-shhyUWuxNx .img-col {
    padding-bottom: 2rem;
  }
}
.cid-shhyUWuxNx .quote {
  color: #200960;
}
.cid-shhyUWuxNx H3 {
  color: #991524;
}
.cid-shhyUWuxNx H4 {
  color: #d58f76;
}
.cid-shhyUWuxNx .mbr-text {
  color: #333333;
}
.cid-shi18YsjnA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shi18YsjnA .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-shi18YsjnA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-shi18YsjnA .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-shi18YsjnA .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-shi18YsjnA .mbr-text,
.cid-shi18YsjnA .mbr-section-btn {
  color: #282124;
}
.cid-shi18YsjnA .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-shi18YsjnA .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-shi18YsjnA .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-shi18YsjnA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-shi18YsjnA .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #cc2952;
}
@media (max-width: 991px) {
  .cid-shi18YsjnA .main-row {
    margin: 0;
  }
  .cid-shi18YsjnA .mbr-section-title,
  .cid-shi18YsjnA .mbr-text,
  .cid-shi18YsjnA .list,
  .cid-shi18YsjnA .mbr-section-btn {
    text-align: center !important;
  }
  .cid-shi18YsjnA .text-content {
    padding: 0;
  }
}
.cid-shi18YsjnA .mbr-section-title {
  color: #991524;
}
.cid-shi18YsjnA .list {
  color: #465052;
}
.cid-uHAZM5y6WP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-0502.jpg-2000x1333.jpg");
}
.cid-uHAZM5y6WP .mbr-overlay {
  background: linear-gradient(90deg, #c1c1c1, #ffffff);
}
.cid-uHAZM5y6WP .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uHAZM5y6WP .text-content {
  padding-right: 1.5rem;
}
.cid-uHAZM5y6WP .mbr-text,
.cid-uHAZM5y6WP .mbr-section-btn {
  color: #282124;
}
.cid-uHAZM5y6WP .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-uHAZM5y6WP .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uHAZM5y6WP .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uHAZM5y6WP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uHAZM5y6WP .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #cc2952;
}
@media (max-width: 991px) {
  .cid-uHAZM5y6WP .main-row {
    margin: 0;
  }
  .cid-uHAZM5y6WP .mbr-section-title,
  .cid-uHAZM5y6WP .mbr-text,
  .cid-uHAZM5y6WP .list,
  .cid-uHAZM5y6WP .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uHAZM5y6WP .text-content {
    padding: 0;
  }
}
.cid-uHAZM5y6WP .mbr-section-title {
  color: #991524;
}
.cid-uHAZM5y6WP .list {
  color: #465052;
}
.cid-uKws4GnHnu {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-uKws4GnHnu .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-uKws4GnHnu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uKws4GnHnu .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uKws4GnHnu .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uKws4GnHnu .mbr-text,
.cid-uKws4GnHnu .mbr-section-btn {
  color: #282124;
}
.cid-uKws4GnHnu .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-uKws4GnHnu .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uKws4GnHnu .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uKws4GnHnu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uKws4GnHnu .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #cc2952;
}
@media (max-width: 991px) {
  .cid-uKws4GnHnu .main-row {
    margin: 0;
  }
  .cid-uKws4GnHnu .mbr-section-title,
  .cid-uKws4GnHnu .mbr-text,
  .cid-uKws4GnHnu .list,
  .cid-uKws4GnHnu .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uKws4GnHnu .text-content {
    padding: 0;
  }
}
.cid-uKws4GnHnu .mbr-section-title {
  color: #991524;
}
.cid-uKws4GnHnu .list {
  color: #465052;
}
.cid-shhv2O2Tgo {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-shhv2O2Tgo .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-shhv2O2Tgo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-shhv2O2Tgo .text-content {
  padding-right: 1.5rem;
}
.cid-shhv2O2Tgo .mbr-text,
.cid-shhv2O2Tgo .mbr-section-btn {
  color: #767676;
}
.cid-shhv2O2Tgo .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-shhv2O2Tgo .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-shhv2O2Tgo .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-shhv2O2Tgo .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-shhv2O2Tgo .main-row {
    margin: 0;
  }
  .cid-shhv2O2Tgo .mbr-section-title,
  .cid-shhv2O2Tgo .mbr-text,
  .cid-shhv2O2Tgo .list,
  .cid-shhv2O2Tgo .mbr-section-btn {
    text-align: center !important;
  }
  .cid-shhv2O2Tgo .text-content {
    padding: 0;
  }
}
.cid-shhv2O2Tgo .mbr-section-title {
  color: #991524;
}
.cid-shhrWvE7SN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-shhrWvE7SN .mbr-text {
  color: #767676;
}
.cid-shhrWvE7SN .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-shhrWvE7SN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-shhrWvE7SN .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #991524;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #991524, #e3001b);
}
.cid-uLchlWJRV7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-uLchlWJRV7 .mbr-text {
  color: #767676;
}
.cid-uLchlWJRV7 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uLchlWJRV7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uLchlWJRV7 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #991524;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #991524, #e3001b);
}
.cid-uJiOSuE300 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uJiOSuE300 .blue {
  color: blue;
}
.cid-uJiOSuE300 H3 {
  color: #000000;
}
.cid-uJiOSuE300 H1 {
  color: #7f1933;
}
.cid-uJiKrrezc4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uJiKrrezc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiKrrezc4 .container-fluid {
  max-width: 100%;
}
.cid-uJiKrrezc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uJiKrrezc4 .img-wrapper {
    transform: translateY(60%);
    text-align: center;
    transition: all 0.3s;
  }
  .cid-uJiKrrezc4 .col-lg-25 {
    max-width: 18%;
  }
  .cid-uJiKrrezc4 .card-box {
    opacity: 0;
    transition: all 0.3s;
    max-width: 230px;
    margin: auto;
  }
  .cid-uJiKrrezc4 .card:hover {
    max-width: 25% !important;
  }
  .cid-uJiKrrezc4 .card:hover .card-box {
    opacity: 1;
  }
  .cid-uJiKrrezc4 .card:hover .img-wrapper {
    transform: translateY(0px);
  }
}
@media (min-width: 1600px) and (max-width: 1400px) {
  .cid-uJiKrrezc4 .card {
    margin-bottom: 2rem;
  }
}
.cid-uJiKrrezc4 .card {
  transition: all 0.3s;
  min-height: 300px;
}
@media (max-width: 1400px) {
  .cid-uJiKrrezc4 .card {
    margin-bottom: 2rem;
  }
}
.cid-uJiKrrezc4 .card-wrapper {
  border: 2px solid #dfdbd7;
  border-radius: 16px;
  background: #efeeee;
}
@media (min-width: 768px) {
  .cid-uJiKrrezc4 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJiKrrezc4 .card-wrapper {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-uJiKrrezc4 img {
  margin: auto;
  width: 140px;
  padding-bottom: 1.5rem;
}
.cid-uJiKrrezc4 .row {
  align-items: flex-start;
}
.cid-uJiKrrezc4 .mbr-text,
.cid-uJiKrrezc4 .mbr-section-btn {
  color: #491414;
}
.cid-uJiPDyXm8S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uJiPDyXm8S .blue {
  color: blue;
}
.cid-uJiPDyXm8S H3 {
  color: #000000;
}
.cid-uJiPDyXm8S H1 {
  color: #7f1933;
}
.cid-uJiPHU88P0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uJiPHU88P0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiPHU88P0 .container-fluid {
  max-width: 100%;
}
.cid-uJiPHU88P0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uJiPHU88P0 .img-wrapper {
    transform: translateY(60%);
    text-align: center;
    transition: all 0.3s;
  }
  .cid-uJiPHU88P0 .col-lg-25 {
    max-width: 18%;
  }
  .cid-uJiPHU88P0 .card-box {
    opacity: 0;
    transition: all 0.3s;
    max-width: 230px;
    margin: auto;
  }
  .cid-uJiPHU88P0 .card:hover {
    max-width: 25% !important;
  }
  .cid-uJiPHU88P0 .card:hover .card-box {
    opacity: 1;
  }
  .cid-uJiPHU88P0 .card:hover .img-wrapper {
    transform: translateY(0px);
  }
}
@media (min-width: 1600px) and (max-width: 1400px) {
  .cid-uJiPHU88P0 .card {
    margin-bottom: 2rem;
  }
}
.cid-uJiPHU88P0 .card {
  transition: all 0.3s;
  min-height: 300px;
}
@media (max-width: 1400px) {
  .cid-uJiPHU88P0 .card {
    margin-bottom: 2rem;
  }
}
.cid-uJiPHU88P0 .card-wrapper {
  border: 2px solid #dfdbd7;
  border-radius: 16px;
  background: #efeeee;
}
@media (min-width: 768px) {
  .cid-uJiPHU88P0 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJiPHU88P0 .card-wrapper {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-uJiPHU88P0 img {
  margin: auto;
  width: 140px;
  padding-bottom: 1.5rem;
}
.cid-uJiPHU88P0 .row {
  align-items: flex-start;
}
.cid-uJiPHU88P0 .mbr-text,
.cid-uJiPHU88P0 .mbr-section-btn {
  color: #491414;
}
.cid-uJiOriNjH0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uJiOriNjH0 .blue {
  color: blue;
}
.cid-uJiOriNjH0 H3 {
  color: #000000;
}
.cid-uJiOriNjH0 H1 {
  color: #073b4c;
}
.cid-uJiN0BLXnB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uJiN0BLXnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiN0BLXnB .container-fluid {
  max-width: 100%;
}
.cid-uJiN0BLXnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uJiN0BLXnB .img-wrapper {
    transform: translateY(60%);
    text-align: center;
    transition: all 0.3s;
  }
  .cid-uJiN0BLXnB .col-lg-25 {
    max-width: 18%;
  }
  .cid-uJiN0BLXnB .card-box {
    opacity: 0;
    transition: all 0.3s;
    max-width: 230px;
    margin: auto;
  }
  .cid-uJiN0BLXnB .card:hover {
    max-width: 25% !important;
  }
  .cid-uJiN0BLXnB .card:hover .card-box {
    opacity: 1;
  }
  .cid-uJiN0BLXnB .card:hover .img-wrapper {
    transform: translateY(0px);
  }
}
@media (min-width: 1600px) and (max-width: 1400px) {
  .cid-uJiN0BLXnB .card {
    margin-bottom: 2rem;
  }
}
.cid-uJiN0BLXnB .card {
  transition: all 0.3s;
  min-height: 300px;
}
@media (max-width: 1400px) {
  .cid-uJiN0BLXnB .card {
    margin-bottom: 2rem;
  }
}
.cid-uJiN0BLXnB .card-wrapper {
  border: 2px solid #dfdbd7;
  border-radius: 16px;
  background: #efeeee;
}
@media (min-width: 768px) {
  .cid-uJiN0BLXnB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJiN0BLXnB .card-wrapper {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-uJiN0BLXnB img {
  margin: auto;
  width: 140px;
  padding-bottom: 1.5rem;
}
.cid-uJiN0BLXnB .row {
  align-items: flex-start;
}
.cid-uJiN0BLXnB .mbr-text,
.cid-uJiN0BLXnB .mbr-section-btn {
  color: #491414;
}
.cid-uKfaY3Ct5P {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uKfaY3Ct5P .blue {
  color: blue;
}
.cid-uKfaY3Ct5P H3 {
  color: #000000;
}
.cid-uKfaY3Ct5P H1 {
  color: #073b4c;
}
.cid-uKfaU0lNRl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uKfaU0lNRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKfaU0lNRl .container-fluid {
  max-width: 100%;
}
.cid-uKfaU0lNRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-uKfaU0lNRl .img-wrapper {
    transform: translateY(60%);
    text-align: center;
    transition: all 0.3s;
  }
  .cid-uKfaU0lNRl .col-lg-25 {
    max-width: 18%;
  }
  .cid-uKfaU0lNRl .card-box {
    opacity: 0;
    transition: all 0.3s;
    max-width: 230px;
    margin: auto;
  }
  .cid-uKfaU0lNRl .card:hover {
    max-width: 25% !important;
  }
  .cid-uKfaU0lNRl .card:hover .card-box {
    opacity: 1;
  }
  .cid-uKfaU0lNRl .card:hover .img-wrapper {
    transform: translateY(0px);
  }
}
@media (min-width: 1600px) and (max-width: 1400px) {
  .cid-uKfaU0lNRl .card {
    margin-bottom: 2rem;
  }
}
.cid-uKfaU0lNRl .card {
  transition: all 0.3s;
  min-height: 300px;
}
@media (max-width: 1400px) {
  .cid-uKfaU0lNRl .card {
    margin-bottom: 2rem;
  }
}
.cid-uKfaU0lNRl .card-wrapper {
  border: 2px solid #dfdbd7;
  border-radius: 16px;
  background: #efeeee;
}
@media (min-width: 768px) {
  .cid-uKfaU0lNRl .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKfaU0lNRl .card-wrapper {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-uKfaU0lNRl img {
  margin: auto;
  width: 140px;
  padding-bottom: 1.5rem;
}
.cid-uKfaU0lNRl .row {
  align-items: flex-start;
}
.cid-uKfaU0lNRl .mbr-text,
.cid-uKfaU0lNRl .mbr-section-btn {
  color: #491414;
}
.cid-uGigK2S3Pt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGigK2S3Pt .blue {
  color: blue;
}
.cid-uGigK2S3Pt H3 {
  color: #991524;
}
.cid-uHAYYWSy4B {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHAYYWSy4B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHAYYWSy4B .row {
  flex-direction: row-reverse;
}
.cid-uHAYYWSy4B img {
  width: 100%;
}
.cid-uHAYYWSy4B .mbr-description {
  color: #012b3a;
}
.cid-uIm1UFMAf9 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIm1UFMAf9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIm1UFMAf9 .row {
  flex-direction: row-reverse;
}
.cid-uIm1UFMAf9 img {
  width: 100%;
}
.cid-uIm1UFMAf9 .mbr-description {
  color: #012b3a;
}
.cid-uGRIF8a47F {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGRIF8a47F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGRIF8a47F .row {
  flex-direction: row-reverse;
}
.cid-uGRIF8a47F img {
  width: 100%;
}
.cid-uGRIF8a47F .mbr-description {
  color: #012b3a;
}
.cid-uJiBU3WSyS {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJiBU3WSyS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJiBU3WSyS .row {
  flex-direction: row-reverse;
}
.cid-uJiBU3WSyS img {
  width: 100%;
}
.cid-uJiBU3WSyS .mbr-description {
  color: #012b3a;
}
.cid-uIDmftZbsE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIDmftZbsE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIDmftZbsE .row {
  flex-direction: row-reverse;
}
.cid-uIDmftZbsE img {
  width: 100%;
}
.cid-uIDmftZbsE .mbr-description {
  color: #012b3a;
}
.cid-uJiB9qqCIm {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJiB9qqCIm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJiB9qqCIm .row {
  flex-direction: row-reverse;
}
.cid-uJiB9qqCIm img {
  width: 100%;
}
.cid-uJiB9qqCIm .mbr-description {
  color: #012b3a;
}
.cid-uLcfJ2eDLd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLcfJ2eDLd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLcfJ2eDLd .row {
  flex-direction: row-reverse;
}
.cid-uLcfJ2eDLd img {
  width: 100%;
}
.cid-uLcfJ2eDLd .mbr-description {
  color: #012b3a;
}
.cid-shhwL4BpZG {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #7f1933;
}
.cid-shhwL4BpZG .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shhwL4BpZG div.b {
  padding-top: 2rem;
}
.cid-shhwL4BpZG H2 {
  color: #ffffff;
  text-align: center;
}
.cid-shhwL4BpZG H5 {
  color: #ed8c2d;
}
.cid-uGicFMHwCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uGicFMHwCk .media-container-row .mbr-text {
  color: #333333;
}
.cid-shhKphI7bi .navbar {
  background: #991524;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhKphI7bi .navbar-dropdown.bg-color.transparent.opened {
  background: #991524;
}
.cid-shhKphI7bi a {
  font-style: normal;
}
.cid-shhKphI7bi .show {
  overflow: visible;
}
.cid-shhKphI7bi .dropdown-menu {
  max-height: 400px;
}
.cid-shhKphI7bi .dropdown-item:active {
  background-color: transparent;
}
.cid-shhKphI7bi .nav-link {
  font-weight: 600!important;
}
.cid-shhKphI7bi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhKphI7bi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-shhKphI7bi .nav-item:focus,
.cid-shhKphI7bi .nav-link:focus {
  outline: none;
}
.cid-shhKphI7bi .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhKphI7bi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhKphI7bi .menu-logo {
  margin-right: auto;
}
.cid-shhKphI7bi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhKphI7bi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shhKphI7bi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-shhKphI7bi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhKphI7bi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhKphI7bi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhKphI7bi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhKphI7bi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-shhKphI7bi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhKphI7bi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhKphI7bi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhKphI7bi .dropdown .dropdown-menu {
  background: #fed201;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhKphI7bi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-shhKphI7bi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhKphI7bi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhKphI7bi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhKphI7bi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shhKphI7bi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhKphI7bi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhKphI7bi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhKphI7bi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhKphI7bi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhKphI7bi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhKphI7bi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhKphI7bi button.navbar-toggler:focus {
  outline: none;
}
.cid-shhKphI7bi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #879a9f;
}
.cid-shhKphI7bi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhKphI7bi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhKphI7bi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhKphI7bi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhKphI7bi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhKphI7bi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhKphI7bi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhKphI7bi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhKphI7bi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhKphI7bi .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhKphI7bi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhKphI7bi .collapsed .navbar-collapse.collapsing,
.cid-shhKphI7bi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-shhKphI7bi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhKphI7bi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhKphI7bi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhKphI7bi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhKphI7bi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shhKphI7bi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shhKphI7bi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhKphI7bi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhKphI7bi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhKphI7bi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shhKphI7bi .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhKphI7bi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhKphI7bi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhKphI7bi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shhKphI7bi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhKphI7bi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhKphI7bi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shhKphI7bi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhKphI7bi img {
    height: 3.8rem !important;
  }
  .cid-shhKphI7bi .btn {
    display: -webkit-flex;
  }
  .cid-shhKphI7bi button.navbar-toggler {
    display: block;
  }
  .cid-shhKphI7bi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhKphI7bi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhKphI7bi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhKphI7bi .navbar-collapse.collapsing,
  .cid-shhKphI7bi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-shhKphI7bi .navbar-collapse.collapsing .navbar-nav,
  .cid-shhKphI7bi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhKphI7bi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhKphI7bi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhKphI7bi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shhKphI7bi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhKphI7bi .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhKphI7bi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhKphI7bi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhKphI7bi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhKphI7bi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shhKphI7bi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhKphI7bi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhKphI7bi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-shhKphI7bi .nav-link {
    justify-content: start!important;
  }
  .cid-shhKphI7bi .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-shhKphI7bi .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-shhKphI7bi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-shhKphI7bi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhKphI7bi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhKphI7bi .nav-link:hover,
.cid-shhKphI7bi .dropdown-item:hover {
  color: #e4d295 !important;
}
@media (min-width: 1500px) {
  .cid-shhKphI7bi .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-shhKphI7bi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-shhKpif9gS {
  overflow-x: hidden !important;
}
.cid-shhKpif9gS,
.cid-shhKpif9gS .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 105px;
}
.cid-shhKpif9gS .mbr-section-title {
  color: #ffffff;
}
.cid-shhKpif9gS .mbr-section-title span {
  color: #cc2952;
}
.cid-shhKpif9gS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-shhKpif9gS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/t1-1-1600x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-shhKpif9gS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-shhKpif9gS .mbr-overlay {
  z-index: 1;
}
.cid-shhKpif9gS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shhQBE3HF5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efeeee;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shhQBE3HF5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhQBE3HF5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhQBE3HF5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhQBE3HF5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhQBE3HF5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #ffffff) !important;
}
.cid-shhQBE3HF5 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-shhQBE3HF5 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-shhQBE3HF5 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-shhQBE3HF5 .mbr-gallery-filter ul {
  display: block;
}
.cid-shhQBE3HF5 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-shhQBE3HF5 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-shhQBE3HF5 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-shhQBE3HF5 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-shhQBE3HF5 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-shhQBE3HF5 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-shhQBE3HF5 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-shhQBE3HF5 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-shhQBE3HF5 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-shhQBE3HF5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-shhQBE3HF5 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-shhQBE3HF5 .icon-focus:before {
  content: '\e95e';
}
.cid-shhQBE3HF5 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-shhQBE3HF5 .mbr-section-title {
  margin: 0;
}
.cid-shhQBE3HF5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-shhQBE3HF5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-shhQBE3HF5 .mbr-section-title,
.cid-shhQBE3HF5 .underline {
  color: #991524;
}
.cid-shhKpn2ptA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-shhKpn2ptA .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shhKpn2ptA div.b {
  padding-top: 2rem;
}
.cid-shhKpn2ptA H2 {
  color: #ffffff;
  text-align: center;
}
.cid-shhKpn2ptA H5 {
  color: #ed8c2d;
}
.cid-uGicFMHwCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uGicFMHwCk .media-container-row .mbr-text {
  color: #333333;
}
.cid-shhM2gCcFz .navbar {
  background: #991524;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhM2gCcFz .navbar-dropdown.bg-color.transparent.opened {
  background: #991524;
}
.cid-shhM2gCcFz a {
  font-style: normal;
}
.cid-shhM2gCcFz .show {
  overflow: visible;
}
.cid-shhM2gCcFz .dropdown-menu {
  max-height: 400px;
}
.cid-shhM2gCcFz .dropdown-item:active {
  background-color: transparent;
}
.cid-shhM2gCcFz .nav-link {
  font-weight: 600!important;
}
.cid-shhM2gCcFz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhM2gCcFz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-shhM2gCcFz .nav-item:focus,
.cid-shhM2gCcFz .nav-link:focus {
  outline: none;
}
.cid-shhM2gCcFz .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhM2gCcFz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhM2gCcFz .menu-logo {
  margin-right: auto;
}
.cid-shhM2gCcFz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhM2gCcFz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shhM2gCcFz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-shhM2gCcFz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhM2gCcFz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhM2gCcFz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhM2gCcFz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhM2gCcFz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-shhM2gCcFz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhM2gCcFz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhM2gCcFz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhM2gCcFz .dropdown .dropdown-menu {
  background: #fed201;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhM2gCcFz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-shhM2gCcFz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhM2gCcFz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhM2gCcFz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhM2gCcFz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shhM2gCcFz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhM2gCcFz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhM2gCcFz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhM2gCcFz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhM2gCcFz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhM2gCcFz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhM2gCcFz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhM2gCcFz button.navbar-toggler:focus {
  outline: none;
}
.cid-shhM2gCcFz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #879a9f;
}
.cid-shhM2gCcFz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhM2gCcFz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhM2gCcFz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhM2gCcFz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhM2gCcFz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhM2gCcFz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhM2gCcFz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhM2gCcFz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhM2gCcFz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhM2gCcFz .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhM2gCcFz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhM2gCcFz .collapsed .navbar-collapse.collapsing,
.cid-shhM2gCcFz .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-shhM2gCcFz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhM2gCcFz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhM2gCcFz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhM2gCcFz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhM2gCcFz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shhM2gCcFz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shhM2gCcFz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhM2gCcFz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhM2gCcFz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhM2gCcFz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shhM2gCcFz .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhM2gCcFz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhM2gCcFz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhM2gCcFz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shhM2gCcFz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhM2gCcFz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhM2gCcFz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shhM2gCcFz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhM2gCcFz img {
    height: 3.8rem !important;
  }
  .cid-shhM2gCcFz .btn {
    display: -webkit-flex;
  }
  .cid-shhM2gCcFz button.navbar-toggler {
    display: block;
  }
  .cid-shhM2gCcFz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhM2gCcFz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhM2gCcFz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhM2gCcFz .navbar-collapse.collapsing,
  .cid-shhM2gCcFz .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-shhM2gCcFz .navbar-collapse.collapsing .navbar-nav,
  .cid-shhM2gCcFz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhM2gCcFz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhM2gCcFz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhM2gCcFz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shhM2gCcFz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhM2gCcFz .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhM2gCcFz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhM2gCcFz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhM2gCcFz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhM2gCcFz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shhM2gCcFz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhM2gCcFz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhM2gCcFz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-shhM2gCcFz .nav-link {
    justify-content: start!important;
  }
  .cid-shhM2gCcFz .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-shhM2gCcFz .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-shhM2gCcFz .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-shhM2gCcFz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhM2gCcFz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhM2gCcFz .nav-link:hover,
.cid-shhM2gCcFz .dropdown-item:hover {
  color: #e4d295 !important;
}
@media (min-width: 1500px) {
  .cid-shhM2gCcFz .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-shhM2gCcFz .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-shhM2h761f {
  overflow-x: hidden !important;
}
.cid-shhM2h761f,
.cid-shhM2h761f .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 105px;
}
.cid-shhM2h761f .mbr-section-title {
  color: #ffffff;
}
.cid-shhM2h761f .mbr-section-title span {
  color: #cc2952;
}
.cid-shhM2h761f .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-shhM2h761f .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/t1-1-1600x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-shhM2h761f .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-shhM2h761f .mbr-overlay {
  z-index: 1;
}
.cid-shhM2h761f .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shhM2hPTIB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shhM2hPTIB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhM2hPTIB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhM2hPTIB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhM2hPTIB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhM2hPTIB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shhM2hPTIB .mbr-gallery-item > div:hover::before {
  opacity: 0.6 !important;
}
.cid-shhM2hPTIB .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-shhM2hPTIB .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-shhM2hPTIB .mbr-gallery-filter ul {
  display: block;
}
.cid-shhM2hPTIB .mbr-gallery-filter ul li {
  position: relative;
}
.cid-shhM2hPTIB .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-shhM2hPTIB .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-shhM2hPTIB .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-shhM2hPTIB .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-shhM2hPTIB .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-shhM2hPTIB .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-shhM2hPTIB .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-shhM2hPTIB .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-shhM2hPTIB .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-shhM2hPTIB .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-shhM2hPTIB .icon-focus:before {
  content: '\e95e';
}
.cid-shhM2hPTIB .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-shhM2hPTIB .mbr-section-title {
  margin: 0;
}
.cid-shhM2hPTIB .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-shhM2hPTIB .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-shhM2hPTIB .mbr-section-title,
.cid-shhM2hPTIB .underline {
  color: #991524;
}
.cid-shhM2ikqm2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-shhM2ikqm2 .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shhM2ikqm2 div.b {
  padding-top: 2rem;
}
.cid-shhM2ikqm2 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-shhM2ikqm2 H5 {
  color: #ed8c2d;
}
.cid-uGicFMHwCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uGicFMHwCk .media-container-row .mbr-text {
  color: #333333;
}
.cid-shhMij7kbl .navbar {
  background: #991524;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhMij7kbl .navbar-dropdown.bg-color.transparent.opened {
  background: #991524;
}
.cid-shhMij7kbl a {
  font-style: normal;
}
.cid-shhMij7kbl .show {
  overflow: visible;
}
.cid-shhMij7kbl .dropdown-menu {
  max-height: 400px;
}
.cid-shhMij7kbl .dropdown-item:active {
  background-color: transparent;
}
.cid-shhMij7kbl .nav-link {
  font-weight: 600!important;
}
.cid-shhMij7kbl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhMij7kbl .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-shhMij7kbl .nav-item:focus,
.cid-shhMij7kbl .nav-link:focus {
  outline: none;
}
.cid-shhMij7kbl .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhMij7kbl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhMij7kbl .menu-logo {
  margin-right: auto;
}
.cid-shhMij7kbl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhMij7kbl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shhMij7kbl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-shhMij7kbl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhMij7kbl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhMij7kbl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhMij7kbl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhMij7kbl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-shhMij7kbl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhMij7kbl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhMij7kbl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhMij7kbl .dropdown .dropdown-menu {
  background: #fed201;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhMij7kbl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-shhMij7kbl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhMij7kbl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhMij7kbl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhMij7kbl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shhMij7kbl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhMij7kbl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhMij7kbl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhMij7kbl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhMij7kbl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhMij7kbl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhMij7kbl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhMij7kbl button.navbar-toggler:focus {
  outline: none;
}
.cid-shhMij7kbl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #879a9f;
}
.cid-shhMij7kbl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhMij7kbl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhMij7kbl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhMij7kbl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhMij7kbl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhMij7kbl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhMij7kbl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhMij7kbl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhMij7kbl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhMij7kbl .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhMij7kbl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhMij7kbl .collapsed .navbar-collapse.collapsing,
.cid-shhMij7kbl .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-shhMij7kbl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhMij7kbl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhMij7kbl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhMij7kbl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhMij7kbl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shhMij7kbl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shhMij7kbl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhMij7kbl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhMij7kbl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhMij7kbl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shhMij7kbl .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhMij7kbl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhMij7kbl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhMij7kbl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shhMij7kbl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhMij7kbl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhMij7kbl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shhMij7kbl.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhMij7kbl img {
    height: 3.8rem !important;
  }
  .cid-shhMij7kbl .btn {
    display: -webkit-flex;
  }
  .cid-shhMij7kbl button.navbar-toggler {
    display: block;
  }
  .cid-shhMij7kbl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhMij7kbl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhMij7kbl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhMij7kbl .navbar-collapse.collapsing,
  .cid-shhMij7kbl .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-shhMij7kbl .navbar-collapse.collapsing .navbar-nav,
  .cid-shhMij7kbl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhMij7kbl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhMij7kbl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhMij7kbl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shhMij7kbl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhMij7kbl .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhMij7kbl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhMij7kbl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhMij7kbl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhMij7kbl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shhMij7kbl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhMij7kbl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhMij7kbl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-shhMij7kbl .nav-link {
    justify-content: start!important;
  }
  .cid-shhMij7kbl .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-shhMij7kbl .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-shhMij7kbl .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-shhMij7kbl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhMij7kbl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhMij7kbl .nav-link:hover,
.cid-shhMij7kbl .dropdown-item:hover {
  color: #e4d295 !important;
}
@media (min-width: 1500px) {
  .cid-shhMij7kbl .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-shhMij7kbl .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-shhMijTN57 {
  overflow-x: hidden !important;
}
.cid-shhMijTN57,
.cid-shhMijTN57 .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 105px;
}
.cid-shhMijTN57 .mbr-section-title {
  color: #ffffff;
}
.cid-shhMijTN57 .mbr-section-title span {
  color: #cc2952;
}
.cid-shhMijTN57 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-shhMijTN57 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/t1-1-1600x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-shhMijTN57 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-shhMijTN57 .mbr-overlay {
  z-index: 1;
}
.cid-shhMijTN57 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shhMikx5IQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shhMikx5IQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhMikx5IQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhMikx5IQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhMikx5IQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhMikx5IQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shhMikx5IQ .mbr-gallery-item > div:hover::before {
  opacity: 0.6 !important;
}
.cid-shhMikx5IQ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-shhMikx5IQ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-shhMikx5IQ .mbr-gallery-filter ul {
  display: block;
}
.cid-shhMikx5IQ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-shhMikx5IQ .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-shhMikx5IQ .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-shhMikx5IQ .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-shhMikx5IQ .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-shhMikx5IQ .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-shhMikx5IQ .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-shhMikx5IQ .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-shhMikx5IQ .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-shhMikx5IQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-shhMikx5IQ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-shhMikx5IQ .icon-focus:before {
  content: '\e95e';
}
.cid-shhMikx5IQ .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-shhMikx5IQ .mbr-section-title {
  margin: 0;
}
.cid-shhMikx5IQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-shhMikx5IQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-shhMikx5IQ .mbr-section-title,
.cid-shhMikx5IQ .underline {
  color: #991524;
}
.cid-shhMilaKG2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-shhMilaKG2 .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shhMilaKG2 div.b {
  padding-top: 2rem;
}
.cid-shhMilaKG2 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-shhMilaKG2 H5 {
  color: #ed8c2d;
}
.cid-uGicFMHwCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uGicFMHwCk .media-container-row .mbr-text {
  color: #333333;
}
.cid-shhMpGFS1o .navbar {
  background: #991524;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhMpGFS1o .navbar-dropdown.bg-color.transparent.opened {
  background: #991524;
}
.cid-shhMpGFS1o a {
  font-style: normal;
}
.cid-shhMpGFS1o .show {
  overflow: visible;
}
.cid-shhMpGFS1o .dropdown-menu {
  max-height: 400px;
}
.cid-shhMpGFS1o .dropdown-item:active {
  background-color: transparent;
}
.cid-shhMpGFS1o .nav-link {
  font-weight: 600!important;
}
.cid-shhMpGFS1o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhMpGFS1o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-shhMpGFS1o .nav-item:focus,
.cid-shhMpGFS1o .nav-link:focus {
  outline: none;
}
.cid-shhMpGFS1o .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhMpGFS1o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhMpGFS1o .menu-logo {
  margin-right: auto;
}
.cid-shhMpGFS1o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhMpGFS1o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shhMpGFS1o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-shhMpGFS1o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhMpGFS1o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhMpGFS1o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhMpGFS1o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhMpGFS1o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-shhMpGFS1o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhMpGFS1o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhMpGFS1o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhMpGFS1o .dropdown .dropdown-menu {
  background: #fed201;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhMpGFS1o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-shhMpGFS1o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhMpGFS1o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhMpGFS1o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhMpGFS1o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shhMpGFS1o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhMpGFS1o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhMpGFS1o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhMpGFS1o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhMpGFS1o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhMpGFS1o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhMpGFS1o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhMpGFS1o button.navbar-toggler:focus {
  outline: none;
}
.cid-shhMpGFS1o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #879a9f;
}
.cid-shhMpGFS1o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhMpGFS1o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhMpGFS1o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhMpGFS1o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhMpGFS1o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhMpGFS1o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhMpGFS1o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhMpGFS1o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhMpGFS1o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhMpGFS1o .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhMpGFS1o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhMpGFS1o .collapsed .navbar-collapse.collapsing,
.cid-shhMpGFS1o .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-shhMpGFS1o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhMpGFS1o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhMpGFS1o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhMpGFS1o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhMpGFS1o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shhMpGFS1o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shhMpGFS1o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhMpGFS1o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhMpGFS1o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhMpGFS1o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shhMpGFS1o .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhMpGFS1o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhMpGFS1o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhMpGFS1o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shhMpGFS1o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhMpGFS1o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhMpGFS1o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shhMpGFS1o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhMpGFS1o img {
    height: 3.8rem !important;
  }
  .cid-shhMpGFS1o .btn {
    display: -webkit-flex;
  }
  .cid-shhMpGFS1o button.navbar-toggler {
    display: block;
  }
  .cid-shhMpGFS1o .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhMpGFS1o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhMpGFS1o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhMpGFS1o .navbar-collapse.collapsing,
  .cid-shhMpGFS1o .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-shhMpGFS1o .navbar-collapse.collapsing .navbar-nav,
  .cid-shhMpGFS1o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhMpGFS1o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhMpGFS1o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhMpGFS1o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shhMpGFS1o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhMpGFS1o .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhMpGFS1o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhMpGFS1o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhMpGFS1o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhMpGFS1o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shhMpGFS1o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhMpGFS1o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhMpGFS1o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-shhMpGFS1o .nav-link {
    justify-content: start!important;
  }
  .cid-shhMpGFS1o .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-shhMpGFS1o .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-shhMpGFS1o .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-shhMpGFS1o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhMpGFS1o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhMpGFS1o .nav-link:hover,
.cid-shhMpGFS1o .dropdown-item:hover {
  color: #e4d295 !important;
}
@media (min-width: 1500px) {
  .cid-shhMpGFS1o .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-shhMpGFS1o .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-shhMpH4fn7 {
  overflow-x: hidden !important;
}
.cid-shhMpH4fn7,
.cid-shhMpH4fn7 .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 105px;
}
.cid-shhMpH4fn7 .mbr-section-title {
  color: #ffffff;
}
.cid-shhMpH4fn7 .mbr-section-title span {
  color: #cc2952;
}
.cid-shhMpH4fn7 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-shhMpH4fn7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/t1-1-1600x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-shhMpH4fn7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-shhMpH4fn7 .mbr-overlay {
  z-index: 1;
}
.cid-shhMpH4fn7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shhMpHCNRN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shhMpHCNRN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhMpHCNRN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhMpHCNRN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhMpHCNRN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhMpHCNRN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shhMpHCNRN .mbr-gallery-item > div:hover::before {
  opacity: 0.6 !important;
}
.cid-shhMpHCNRN .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-shhMpHCNRN .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-shhMpHCNRN .mbr-gallery-filter ul {
  display: block;
}
.cid-shhMpHCNRN .mbr-gallery-filter ul li {
  position: relative;
}
.cid-shhMpHCNRN .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-shhMpHCNRN .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-shhMpHCNRN .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-shhMpHCNRN .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-shhMpHCNRN .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-shhMpHCNRN .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-shhMpHCNRN .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-shhMpHCNRN .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-shhMpHCNRN .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-shhMpHCNRN .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-shhMpHCNRN .icon-focus:before {
  content: '\e95e';
}
.cid-shhMpHCNRN .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-shhMpHCNRN .mbr-section-title {
  margin: 0;
}
.cid-shhMpHCNRN .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-shhMpHCNRN .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-shhMpHCNRN .mbr-section-title,
.cid-shhMpHCNRN .underline {
  color: #991524;
}
.cid-shhMpI3jAu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-shhMpI3jAu .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shhMpI3jAu div.b {
  padding-top: 2rem;
}
.cid-shhMpI3jAu H2 {
  color: #ffffff;
  text-align: center;
}
.cid-shhMpI3jAu H5 {
  color: #ed8c2d;
}
.cid-uGicFMHwCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uGicFMHwCk .media-container-row .mbr-text {
  color: #333333;
}
.cid-shhV20po5g .navbar {
  background: #991524;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhV20po5g .navbar-dropdown.bg-color.transparent.opened {
  background: #991524;
}
.cid-shhV20po5g a {
  font-style: normal;
}
.cid-shhV20po5g .show {
  overflow: visible;
}
.cid-shhV20po5g .dropdown-menu {
  max-height: 400px;
}
.cid-shhV20po5g .dropdown-item:active {
  background-color: transparent;
}
.cid-shhV20po5g .nav-link {
  font-weight: 600!important;
}
.cid-shhV20po5g .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhV20po5g .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-shhV20po5g .nav-item:focus,
.cid-shhV20po5g .nav-link:focus {
  outline: none;
}
.cid-shhV20po5g .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhV20po5g .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhV20po5g .menu-logo {
  margin-right: auto;
}
.cid-shhV20po5g .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhV20po5g .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shhV20po5g .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-shhV20po5g .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhV20po5g .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhV20po5g .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhV20po5g .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhV20po5g .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-shhV20po5g .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhV20po5g .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhV20po5g .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhV20po5g .dropdown .dropdown-menu {
  background: #fed201;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhV20po5g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-shhV20po5g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhV20po5g .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhV20po5g .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhV20po5g .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shhV20po5g .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhV20po5g .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhV20po5g .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhV20po5g .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhV20po5g .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhV20po5g .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhV20po5g button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhV20po5g button.navbar-toggler:focus {
  outline: none;
}
.cid-shhV20po5g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #879a9f;
}
.cid-shhV20po5g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhV20po5g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhV20po5g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhV20po5g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhV20po5g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhV20po5g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhV20po5g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhV20po5g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhV20po5g .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhV20po5g .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhV20po5g .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhV20po5g .collapsed .navbar-collapse.collapsing,
.cid-shhV20po5g .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-shhV20po5g .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhV20po5g .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhV20po5g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhV20po5g .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhV20po5g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shhV20po5g .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shhV20po5g .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhV20po5g .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhV20po5g .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhV20po5g .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shhV20po5g .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhV20po5g .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhV20po5g .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhV20po5g .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shhV20po5g .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhV20po5g .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhV20po5g .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shhV20po5g.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhV20po5g img {
    height: 3.8rem !important;
  }
  .cid-shhV20po5g .btn {
    display: -webkit-flex;
  }
  .cid-shhV20po5g button.navbar-toggler {
    display: block;
  }
  .cid-shhV20po5g .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhV20po5g .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhV20po5g .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhV20po5g .navbar-collapse.collapsing,
  .cid-shhV20po5g .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-shhV20po5g .navbar-collapse.collapsing .navbar-nav,
  .cid-shhV20po5g .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhV20po5g .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhV20po5g .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhV20po5g .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shhV20po5g .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhV20po5g .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhV20po5g .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhV20po5g .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhV20po5g .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhV20po5g .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shhV20po5g .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhV20po5g .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhV20po5g .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-shhV20po5g .nav-link {
    justify-content: start!important;
  }
  .cid-shhV20po5g .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-shhV20po5g .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-shhV20po5g .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-shhV20po5g .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhV20po5g .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhV20po5g .nav-link:hover,
.cid-shhV20po5g .dropdown-item:hover {
  color: #e4d295 !important;
}
@media (min-width: 1500px) {
  .cid-shhV20po5g .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-shhV20po5g .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-shhV20TvQu {
  overflow-x: hidden !important;
}
.cid-shhV20TvQu,
.cid-shhV20TvQu .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 105px;
}
.cid-shhV20TvQu .mbr-section-title {
  color: #ffffff;
}
.cid-shhV20TvQu .mbr-section-title span {
  color: #cc2952;
}
.cid-shhV20TvQu .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-shhV20TvQu .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/t1-1-1600x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-shhV20TvQu .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-shhV20TvQu .mbr-overlay {
  z-index: 1;
}
.cid-shhV20TvQu .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-shhV21AHyS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shhV21AHyS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhV21AHyS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhV21AHyS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhV21AHyS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhV21AHyS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shhV21AHyS .mbr-gallery-item > div:hover::before {
  opacity: 0.6 !important;
}
.cid-shhV21AHyS .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-shhV21AHyS .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-shhV21AHyS .mbr-gallery-filter ul {
  display: block;
}
.cid-shhV21AHyS .mbr-gallery-filter ul li {
  position: relative;
}
.cid-shhV21AHyS .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-shhV21AHyS .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-shhV21AHyS .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-shhV21AHyS .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-shhV21AHyS .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-shhV21AHyS .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-shhV21AHyS .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-shhV21AHyS .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-shhV21AHyS .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-shhV21AHyS .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-shhV21AHyS .icon-focus:before {
  content: '\e95e';
}
.cid-shhV21AHyS .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-shhV21AHyS .mbr-section-title {
  margin: 0;
}
.cid-shhV21AHyS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-shhV21AHyS .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-shhV21AHyS .mbr-section-title,
.cid-shhV21AHyS .underline {
  color: #991524;
}
.cid-shhV221Z4L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-shhV221Z4L .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shhV221Z4L div.b {
  padding-top: 2rem;
}
.cid-shhV221Z4L H2 {
  color: #ffffff;
  text-align: center;
}
.cid-shhV221Z4L H5 {
  color: #ed8c2d;
}
.cid-uGicFMHwCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uGicFMHwCk .media-container-row .mbr-text {
  color: #333333;
}
.cid-uGi4sk4QNd .navbar {
  background: #991524;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uGi4sk4QNd .navbar-dropdown.bg-color.transparent.opened {
  background: #991524;
}
.cid-uGi4sk4QNd a {
  font-style: normal;
}
.cid-uGi4sk4QNd .show {
  overflow: visible;
}
.cid-uGi4sk4QNd .dropdown-menu {
  max-height: 400px;
}
.cid-uGi4sk4QNd .dropdown-item:active {
  background-color: transparent;
}
.cid-uGi4sk4QNd .nav-link {
  font-weight: 600!important;
}
.cid-uGi4sk4QNd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGi4sk4QNd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-uGi4sk4QNd .nav-item:focus,
.cid-uGi4sk4QNd .nav-link:focus {
  outline: none;
}
.cid-uGi4sk4QNd .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGi4sk4QNd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGi4sk4QNd .menu-logo {
  margin-right: auto;
}
.cid-uGi4sk4QNd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGi4sk4QNd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uGi4sk4QNd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-uGi4sk4QNd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGi4sk4QNd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGi4sk4QNd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGi4sk4QNd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGi4sk4QNd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uGi4sk4QNd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGi4sk4QNd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGi4sk4QNd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGi4sk4QNd .dropdown .dropdown-menu {
  background: #fed201;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGi4sk4QNd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-uGi4sk4QNd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGi4sk4QNd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGi4sk4QNd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGi4sk4QNd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uGi4sk4QNd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGi4sk4QNd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGi4sk4QNd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGi4sk4QNd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGi4sk4QNd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGi4sk4QNd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGi4sk4QNd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGi4sk4QNd button.navbar-toggler:focus {
  outline: none;
}
.cid-uGi4sk4QNd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #879a9f;
}
.cid-uGi4sk4QNd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGi4sk4QNd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGi4sk4QNd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGi4sk4QNd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGi4sk4QNd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGi4sk4QNd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGi4sk4QNd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGi4sk4QNd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGi4sk4QNd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGi4sk4QNd .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGi4sk4QNd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGi4sk4QNd .collapsed .navbar-collapse.collapsing,
.cid-uGi4sk4QNd .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uGi4sk4QNd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGi4sk4QNd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGi4sk4QNd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGi4sk4QNd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGi4sk4QNd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGi4sk4QNd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGi4sk4QNd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGi4sk4QNd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGi4sk4QNd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGi4sk4QNd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uGi4sk4QNd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGi4sk4QNd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGi4sk4QNd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGi4sk4QNd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uGi4sk4QNd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGi4sk4QNd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGi4sk4QNd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uGi4sk4QNd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGi4sk4QNd img {
    height: 3.8rem !important;
  }
  .cid-uGi4sk4QNd .btn {
    display: -webkit-flex;
  }
  .cid-uGi4sk4QNd button.navbar-toggler {
    display: block;
  }
  .cid-uGi4sk4QNd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGi4sk4QNd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGi4sk4QNd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGi4sk4QNd .navbar-collapse.collapsing,
  .cid-uGi4sk4QNd .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uGi4sk4QNd .navbar-collapse.collapsing .navbar-nav,
  .cid-uGi4sk4QNd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGi4sk4QNd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGi4sk4QNd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGi4sk4QNd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGi4sk4QNd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGi4sk4QNd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGi4sk4QNd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGi4sk4QNd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGi4sk4QNd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGi4sk4QNd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uGi4sk4QNd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGi4sk4QNd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGi4sk4QNd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uGi4sk4QNd .nav-link {
    justify-content: start!important;
  }
  .cid-uGi4sk4QNd .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uGi4sk4QNd .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uGi4sk4QNd .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uGi4sk4QNd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGi4sk4QNd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGi4sk4QNd .nav-link:hover,
.cid-uGi4sk4QNd .dropdown-item:hover {
  color: #e4d295 !important;
}
@media (min-width: 1500px) {
  .cid-uGi4sk4QNd .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uGi4sk4QNd .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uGi4sklrgA {
  overflow-x: hidden !important;
}
.cid-uGi4sklrgA,
.cid-uGi4sklrgA .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 105px;
}
.cid-uGi4sklrgA .mbr-section-title {
  color: #ffffff;
}
.cid-uGi4sklrgA .mbr-section-title span {
  color: #cc2952;
}
.cid-uGi4sklrgA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uGi4sklrgA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 53s !important;
  animation-duration: 53s;
  background-image: url("../../../assets/images/t1-1-1600x400.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uGi4sklrgA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uGi4sklrgA .mbr-overlay {
  z-index: 1;
}
.cid-uGi4sklrgA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGi4skxwpl .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uGi4skxwpl .mbr-section-subtitle {
  color: #991524;
  text-align: right;
}
.cid-uGi4sleQsH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efeeee;
}
.cid-uGi4sleQsH .video-wrapper iframe {
  width: 100%;
}
.cid-uGi4sleQsH .mbr-section-title,
.cid-uGi4sleQsH .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGi4sleQsH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGi4sleQsH .mbr-section-subtitle {
  color: #ed8c2d;
}
.cid-uGi4slo5JA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGi4slo5JA .row {
  flex-direction: row-reverse;
}
.cid-uGi4slo5JA .video-wrapper iframe {
  width: 100%;
}
.cid-uGi4slo5JA .mbr-section-title,
.cid-uGi4slo5JA .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGi4slo5JA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGi4slo5JA .mbr-section-subtitle {
  color: #ed8c2d;
}
.cid-uGi4slzF3J {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #efeeee;
}
.cid-uGi4slzF3J .video-wrapper iframe {
  width: 100%;
}
.cid-uGi4slzF3J .mbr-section-title,
.cid-uGi4slzF3J .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGi4slzF3J .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGi4slzF3J .mbr-section-subtitle {
  color: #ed8c2d;
}
.cid-uGi4slJmMM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGi4slJmMM .row {
  flex-direction: row-reverse;
}
.cid-uGi4slJmMM .video-wrapper iframe {
  width: 100%;
}
.cid-uGi4slJmMM .mbr-section-title,
.cid-uGi4slJmMM .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGi4slJmMM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGi4slJmMM .mbr-section-subtitle {
  color: #ed8c2d;
}
.cid-uGi4slTbGI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #efeeee;
}
.cid-uGi4slTbGI .video-wrapper iframe {
  width: 100%;
}
.cid-uGi4slTbGI .mbr-section-title,
.cid-uGi4slTbGI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGi4slTbGI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGi4slTbGI .mbr-section-subtitle {
  color: #ed8c2d;
}
.cid-uGi4sm3gzv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGi4sm3gzv .row {
  flex-direction: row-reverse;
}
.cid-uGi4sm3gzv .video-wrapper iframe {
  width: 100%;
}
.cid-uGi4sm3gzv .mbr-section-title,
.cid-uGi4sm3gzv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGi4sm3gzv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGi4sm3gzv .mbr-section-subtitle {
  color: #ed8c2d;
}
.cid-uGi4sn7M3a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-uGi4sn7M3a .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uGi4sn7M3a div.b {
  padding-top: 2rem;
}
.cid-uGi4sn7M3a H2 {
  color: #ffffff;
  text-align: center;
}
.cid-uGi4sn7M3a H5 {
  color: #ed8c2d;
}
.cid-uGicFMHwCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uGicFMHwCk .media-container-row .mbr-text {
  color: #333333;
}
