body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #000033 !important;
  border-color: #000033 !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #f9ad05 !important;
  border-color: #f9ad05 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #000033 !important;
  border-color: #000033 !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #b92222 !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #000033 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b92222 !important;
  border-color: #b92222 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #b92222;
  border-color: #b92222;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #b92222 !important;
  border-color: #b92222 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000033 !important;
  border-color: #000033 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #000033 !important;
  border-color: #000033 !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #631212;
  color: #631212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b92222;
  border-color: #b92222;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b92222 !important;
  border-color: #b92222 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000033;
  border-color: #000033;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000033 !important;
  border-color: #000033 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #b92222 !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #000033 !important;
}
.text-warning {
  color: #808080 !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: #e25f5f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdde9a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !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: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000033;
}
.alert-warning {
  background-color: #808080;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b92222;
  border-color: #b92222;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b92222;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e67575;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1a1aff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.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: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #b92222;
}
/* 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: #b92222;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b92222;
  border-bottom-color: #b92222;
}
.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: #b92222 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fbbe36 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b92222' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-taIfdm4sPK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taIfdm4sPK .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-taIfdm4sPK .dropdown-menu {
  padding: 0;
  background: #fbbe36 !important;
}
.cid-taIfdm4sPK .dropdown-item {
  color: #000000 !important;
}
.cid-taIfdm4sPK .dropdown-item:hover {
  color: #000000 !important;
}
.cid-taIfdm4sPK .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-taIfdm4sPK .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-taIfdm4sPK .btn-white {
  color: #b92222 !important;
}
.cid-taIfdm4sPK .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-taIfdm4sPK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taIfdm4sPK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taIfdm4sPK .container {
  display: flex;
  margin: auto;
}
.cid-taIfdm4sPK .navbar.navbar-short .nav-link,
.cid-taIfdm4sPK .navbar.navbar-short .navbar-caption,
.cid-taIfdm4sPK .navbar.navbar-short .mbr-iconfont {
  color: #b92222 !important;
  border-color: #b92222;
}
.cid-taIfdm4sPK .navbar.navbar-short .hamburger span {
  background: #b92222 !important;
}
.cid-taIfdm4sPK .navbar-caption {
  padding-right: 3rem;
}
.cid-taIfdm4sPK .navbar.opened {
  background: #000033 !important;
}
.cid-taIfdm4sPK .nav-item:focus,
.cid-taIfdm4sPK .nav-link:focus {
  outline: none;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taIfdm4sPK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taIfdm4sPK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taIfdm4sPK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000033;
  background: none;
}
.cid-taIfdm4sPK .navbar.opened {
  transition: all 0.3s;
}
.cid-taIfdm4sPK .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-taIfdm4sPK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taIfdm4sPK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taIfdm4sPK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taIfdm4sPK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taIfdm4sPK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taIfdm4sPK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taIfdm4sPK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taIfdm4sPK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taIfdm4sPK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taIfdm4sPK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taIfdm4sPK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taIfdm4sPK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-taIfdm4sPK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taIfdm4sPK .navbar.navbar-short {
  background: #000033 !important;
  min-height: 60px;
}
.cid-taIfdm4sPK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taIfdm4sPK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taIfdm4sPK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taIfdm4sPK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taIfdm4sPK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taIfdm4sPK .dropdown-item.active,
.cid-taIfdm4sPK .dropdown-item:active {
  background-color: transparent;
}
.cid-taIfdm4sPK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taIfdm4sPK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taIfdm4sPK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taIfdm4sPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000033;
}
.cid-taIfdm4sPK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taIfdm4sPK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taIfdm4sPK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taIfdm4sPK .navbar-buttons {
  text-align: center;
}
.cid-taIfdm4sPK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000033;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taIfdm4sPK .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-taIfdm4sPK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taIfdm4sPK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taIfdm4sPK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-taIfdm4sPK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taIfdm4sPK .navbar {
    height: 77px;
  }
  .cid-taIfdm4sPK .navbar.opened {
    height: auto;
  }
  .cid-taIfdm4sPK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cid-uKHDbKSgjI .mbr-fonts-style,
.cid-uKHDbKSgjI h1.display-1,
.cid-uKHDbKSgjI h2.display-2 {
  opacity: 0;
  animation: zoomOut 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards;
}
.cid-uKHDbKSgjI .mbr-text,
.cid-uKHDbKSgjI p.lead,
.cid-uKHDbKSgjI p.display-7 {
  opacity: 0;
  animation: fadeInUp 1s ease-out 1.5s forwards;
}
.cid-uKHDbKSgjI .carousel-item.active .mbr-section-title,
.cid-uKHDbKSgjI .carousel-item.active .mbr-text {
  opacity: 0;
}
.cid-uKHDbKSgjI .modal-body .close {
  background: #1b1b1b;
}
.cid-uKHDbKSgjI .modal-body .close span {
  font-style: normal;
}
.cid-uKHDbKSgjI .carousel-inner > .active,
.cid-uKHDbKSgjI .carousel-inner > .next,
.cid-uKHDbKSgjI .carousel-inner > .prev {
  display: flex;
}
.cid-uKHDbKSgjI .carousel-control .icon-next,
.cid-uKHDbKSgjI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uKHDbKSgjI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKHDbKSgjI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKHDbKSgjI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uKHDbKSgjI .boxed-slider > div {
  position: relative;
}
.cid-uKHDbKSgjI .container img {
  width: 100%;
}
.cid-uKHDbKSgjI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uKHDbKSgjI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uKHDbKSgjI .mbr-table-cell {
  padding: 0;
}
.cid-uKHDbKSgjI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uKHDbKSgjI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKHDbKSgjI .mbr-overlay {
  z-index: 1;
}
.cid-uKHDbKSgjI .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uKHDbKSgjI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uKHDbKSgjI .carousel-item.active.right,
.cid-uKHDbKSgjI .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uKHDbKSgjI .carousel-item.active.left,
.cid-uKHDbKSgjI .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uKHDbKSgjI .carousel-item.active,
.cid-uKHDbKSgjI .carousel-item.next.left,
.cid-uKHDbKSgjI .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uKHDbKSgjI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uKHDbKSgjI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-indicators li.active,
.cid-uKHDbKSgjI .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-indicators li::after,
.cid-uKHDbKSgjI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uKHDbKSgjI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uKHDbKSgjI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uKHDbKSgjI .mbr-slider > .container img {
  width: 100%;
}
.cid-uKHDbKSgjI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKHDbKSgjI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uKHDbKSgjI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKHDbKSgjI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uKHDbKSgjI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uKHDbKSgjI .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uKHDbKSgjI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uKHDbKSgjI .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uKHDbKSgjI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uKHDbKSgjI .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uKHDbKSgjI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uKHDbKSgjI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uKHDbKSgjI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uJpsy7Kaef {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/bg.jpg-1080x1571.jpg");
}
.cid-uJpsy7Kaef .mbr-section-btn .btn {
  width: 285px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.cid-uJpsy7Kaef H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-uJpsy7Kaef .row {
    position: relative;
    min-height: 600px;
  }
  .cid-uJpsy7Kaef .row .mbr-figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 500px;
    bottom: auto;
  }
  .cid-uJpsy7Kaef .row .mbr-figure img {
    max-height: 400px;
    width: auto;
  }
  .cid-uJpsy7Kaef .row .col-lg-4 {
    position: relative;
    z-index: 1;
  }
}
.cid-uJpsy7Kaef img {
  max-width: 500px;
  margin: auto;
}
.cid-uJpsy7Kaef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpsy7Kaef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDPMZLyYh {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-410x355.jpg");
}
.cid-uKDPMZLyYh .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-uKDPMZLyYh .content-block .mbr-text {
  margin: 0;
}
.cid-uKDPMZLyYh .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-uKDPMZLyYh .image-wrap:hover img {
  opacity: 1;
  transform: scale(1.5);
  transition-duration: 0.2s;
}
.cid-uKDPMZLyYh .image-wrap:hover > .content-block {
  opacity: 0.6;
  transform: translateY(-50%) scale(1.5);
}
.cid-uKDPMZLyYh .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uKDPMZLyYh .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  transform: scale(1);
}
.cid-uKDPMZLyYh h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-uKDPMZLyYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDPMZLyYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDPMZLyYh .mbr-section-title {
  color: #efefef;
}
.cid-uKDPMZLyYh .mbr-section-subtitle {
  color: #e7272d;
}
.cid-taIeL4VC5p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #312421;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taIeL4VC5p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taIeL4VC5p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taIeL4VC5p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taIeL4VC5p .title {
  padding: 0 2rem;
}
.cid-taIeL4VC5p .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-taIeL4VC5p .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.1s ease;
}
.cid-taIeL4VC5p .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-taIeL4VC5p .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-taIeL4VC5p .mbr-gallery-item div:hover {
  transform: scale(1.05);
}
.cid-taIeL4VC5p .mbr-gallery-item div:hover img {
  transform: scale(1.2);
}
.cid-taIeL4VC5p .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-taIeL4VC5p .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-taIeL4VC5p .container {
  padding: 0 1rem;
}
.cid-taIeL4VC5p .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-taIeL4VC5p .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-taIeL4VC5p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taIeL4VC5p .icon-focus {
  display: none;
}
.cid-taIeL4VC5p .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-taIeL4VC5p .btn-primary-outline:hover {
  background: transparent !important;
  color: #b92222 !important;
}
.cid-taIeL4VC5p li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-taIeL4VC5p li {
  position: relative;
}
.cid-taIeL4VC5p .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-taIeL4VC5p .btn {
  font-family: Roboto !important;
}
.cid-taIeL4VC5p .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-taIeL4VC5p .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taIeL4VC5p li:not(:last-child):after {
    top: 9px;
  }
  .cid-taIeL4VC5p .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-taIeL4VC5p .container {
    padding: 0rem;
  }
  .cid-taIeL4VC5p .title {
    padding: 0 1rem;
  }
}
.cid-taIeL4VC5p H2 {
  color: #ffffff;
}
.cid-taIeL4VC5p H1 {
  color: #b92222;
}
.cid-uJwIql4CEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-410x355.jpg");
}
.cid-uJwIql4CEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJwIql4CEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJwIql4CEp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uJwIql4CEp .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJwIql4CEp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJwIql4CEp .container {
    padding: 0 20px;
  }
}
.cid-uJwIql4CEp .row {
  justify-content: center;
}
.cid-uJwIql4CEp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJwIql4CEp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJwIql4CEp .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uJwIql4CEp .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uJwIql4CEp .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJwIql4CEp .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uJwIql4CEp .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uJwIql4CEp .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #fbbe36;
  display: inline-flex;
}
.cid-uJwIql4CEp .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #fbbe36;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uJwIql4CEp .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uJwIql4CEp .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uJwIql4CEp .mbr-section-title {
  color: #ffffff;
}
.cid-uJwIql4CEp .item-title {
  color: #070035;
}
.cid-uJwIql4CEp .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJwIql4CEp .item-title,
.cid-uJwIql4CEp .icon-wrapper {
  color: #cc2952;
  text-align: left;
}
.cid-uJwIql4CEp H2 {
  color: #fbbe36;
}
.cid-uJwIql4CEp H1 {
  color: #e7272d;
}
.cid-uJBNQVrW4d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-855x100.jpg");
}
.cid-taIfdm4sPK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taIfdm4sPK .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-taIfdm4sPK .dropdown-menu {
  padding: 0;
  background: #fbbe36 !important;
}
.cid-taIfdm4sPK .dropdown-item {
  color: #000000 !important;
}
.cid-taIfdm4sPK .dropdown-item:hover {
  color: #000000 !important;
}
.cid-taIfdm4sPK .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-taIfdm4sPK .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-taIfdm4sPK .btn-white {
  color: #b92222 !important;
}
.cid-taIfdm4sPK .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-taIfdm4sPK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taIfdm4sPK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taIfdm4sPK .container {
  display: flex;
  margin: auto;
}
.cid-taIfdm4sPK .navbar.navbar-short .nav-link,
.cid-taIfdm4sPK .navbar.navbar-short .navbar-caption,
.cid-taIfdm4sPK .navbar.navbar-short .mbr-iconfont {
  color: #b92222 !important;
  border-color: #b92222;
}
.cid-taIfdm4sPK .navbar.navbar-short .hamburger span {
  background: #b92222 !important;
}
.cid-taIfdm4sPK .navbar-caption {
  padding-right: 3rem;
}
.cid-taIfdm4sPK .navbar.opened {
  background: #000033 !important;
}
.cid-taIfdm4sPK .nav-item:focus,
.cid-taIfdm4sPK .nav-link:focus {
  outline: none;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taIfdm4sPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taIfdm4sPK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taIfdm4sPK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taIfdm4sPK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000033;
  background: none;
}
.cid-taIfdm4sPK .navbar.opened {
  transition: all 0.3s;
}
.cid-taIfdm4sPK .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-taIfdm4sPK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taIfdm4sPK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taIfdm4sPK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taIfdm4sPK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-taIfdm4sPK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taIfdm4sPK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taIfdm4sPK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taIfdm4sPK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taIfdm4sPK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-taIfdm4sPK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taIfdm4sPK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taIfdm4sPK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taIfdm4sPK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taIfdm4sPK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-taIfdm4sPK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taIfdm4sPK .navbar.navbar-short {
  background: #000033 !important;
  min-height: 60px;
}
.cid-taIfdm4sPK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taIfdm4sPK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taIfdm4sPK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taIfdm4sPK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taIfdm4sPK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taIfdm4sPK .dropdown-item.active,
.cid-taIfdm4sPK .dropdown-item:active {
  background-color: transparent;
}
.cid-taIfdm4sPK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taIfdm4sPK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taIfdm4sPK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taIfdm4sPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000033;
}
.cid-taIfdm4sPK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taIfdm4sPK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taIfdm4sPK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taIfdm4sPK .navbar-buttons {
  text-align: center;
}
.cid-taIfdm4sPK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000033;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taIfdm4sPK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taIfdm4sPK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taIfdm4sPK .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-taIfdm4sPK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taIfdm4sPK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taIfdm4sPK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-taIfdm4sPK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taIfdm4sPK .navbar {
    height: 77px;
  }
  .cid-taIfdm4sPK .navbar.opened {
    height: auto;
  }
  .cid-taIfdm4sPK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJwZoKvmeh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/bg-410x355.jpg");
}
.cid-uJwZoKvmeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJwZoKvmeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJwZoKvmeh .items-wrapper {
  justify-content: flex-end;
}
.cid-uJwZoKvmeh .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJwZoKvmeh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJwZoKvmeh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJwZoKvmeh .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJwZoKvmeh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJwZoKvmeh .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJwZoKvmeh .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJwZoKvmeh .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJwZoKvmeh .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uJwZoKvmeh .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uJwZoKvmeh .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJwZoKvmeh .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJwZoKvmeh .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJwZoKvmeh .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uJwZoKvmeh .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uJwZoKvmeh .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uJwZoKvmeh .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJwZoKvmeh .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uJwZoKvmeh .mbr-desc {
  color: #ffffff;
}
.cid-uJwZoKvmeh .mbr-section-title {
  color: #272b2e;
}
.cid-uJwZoKvmeh .mbr-text,
.cid-uJwZoKvmeh .text-wrapper {
  color: #272b2e;
}
.cid-uJwZoKvmeh .mbr-section-title,
.cid-uJwZoKvmeh .mbr-section-btn {
  color: #b92222;
}
.cid-uJwZoKvmeh .mbr-text {
  color: #ffffff;
}
.cid-uJBNQVrW4d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-855x100.jpg");
}
