body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 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))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !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: #29361a !important;
  border-color: #29361a !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: #e7272d !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !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: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !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: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !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: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !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: #e7272d !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !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: #f18386 !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: #5d7b3b !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: #29361a;
}
.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: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.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: #9dbe78;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e7272d;
}
/* 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: #e7272d;
  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: #e7272d;
  border-bottom-color: #e7272d;
}
.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: #e7272d !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='%23e7272d' %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-sotWNmaq8f {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sotWNmaq8f H2 {
  color: #e7272d;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWKzkNRy0c {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #e7272d;
}
.cid-rWKzkNRy0c .title-align {
  width: 100%;
}
.cid-rWKzkNRy0c .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-rWKzkNRy0c .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-rWKzkNRy0c .img-col img {
  z-index: 2;
  position: relative;
}
.cid-rWKzkNRy0c .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rWKzkNRy0c H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-rWKzkNRy0c H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-rWKzkNRy0c img {
  max-width: 500px;
  margin: auto;
}
.cid-rWKzkNRy0c .mbr-section-subtitle,
.cid-rWKzkNRy0c .title-align {
  color: #fbbe36;
}
.cid-rWKzkNRy0c .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-rWKzkNRy0c .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-rWKzkNRy0c .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-rWKzkNRy0c H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-rWKzkNRy0c .img-col {
    padding-top: 4rem;
  }
}
.cid-rWKzkNRy0c H1 {
  text-align: center;
}
.cid-rXk3bG3LtP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXk3bG3LtP .card-subtitle {
  margin: 0;
}
.cid-rXk3bG3LtP .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef !important;
}
.cid-rXk3bG3LtP .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #efefef;
  cursor: pointer;
}
.cid-rXk3bG3LtP h4,
.cid-rXk3bG3LtP h6,
.cid-rXk3bG3LtP h5 {
  margin: 0;
}
.cid-rXk3bG3LtP .mbr-text {
  transition: all 0.3s;
}
.cid-rXk3bG3LtP .btn-white-outline {
  color: #e7272d !important;
}
.cid-rXk3bG3LtP .price {
  color: #e7272d;
  transition: all 0.3s;
}
.cid-rXk3bG3LtP img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-rXk3bG3LtP .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 2rem;
}
.cid-rXk3bG3LtP .card:hover {
  transform: translateY(-2rem);
}
.cid-rXk3bG3LtP .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #e7272d;
  color: #ffffff !important;
}
.cid-rXk3bG3LtP .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-rXk3bG3LtP .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-rXk3bG3LtP .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-rXk3bG3LtP .card:hover .btn {
  background: #fbbe36 !important;
  color: black!important;
  border-color: #fbbe36 !important;
}
.cid-rXk3bG3LtP .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-rXk3bG3LtP .card-img img {
  max-width: 200px;
}
.cid-rXk3bG3LtP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rXk3bG3LtP .wrapper {
    flex-direction: column;
  }
  .cid-rXk3bG3LtP .icon-padding {
    padding-left: 0rem;
  }
  .cid-rXk3bG3LtP .card-box {
    padding: 0;
  }
}
.cid-rXk3bG3LtP .mbr-text,
.cid-rXk3bG3LtP .mbr-section-btn,
.cid-rXk3bG3LtP .card-img {
  color: #808080;
}
.cid-rXk3bG3LtP H2 {
  color: #e7272d;
}
.cid-rWUwl6vGDV {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWUwl6vGDV .card:hover .item-content {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-rWUwl6vGDV .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rWUwl6vGDV .center {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-rWUwl6vGDV .item-content {
  height: 100%;
  z-index: 99;
  transition: all 0.3s;
  padding: 3rem 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cid-rWUwl6vGDV .border1 {
  border-bottom: 2px dotted lightgray;
}
.cid-rWUwl6vGDV .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
.cid-rWUwl6vGDV .icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-rWUwl6vGDV .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #e7272d;
}
.cid-rWUwl6vGDV .bigicon {
  color: #e7272d;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-rWUwl6vGDV .item-content {
    padding: 3rem 1rem;
  }
}
.cid-rWUwl6vGDV .mbr-text,
.cid-rWUwl6vGDV .mbr-section-btn {
  color: #808080;
  text-align: center;
}
.cid-rWUwl6vGDV .location,
.cid-rWUwl6vGDV .icon-wrap {
  color: #e7272d;
}
.cid-rWUwl6vGDV H3 {
  color: #29361a;
  text-align: center;
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-sotYr2eFZp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fbbe36;
}
.cid-sotYr2eFZp H2 {
  color: #ffffff;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWKFLooBx9 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWKFLooBx9 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rWKFLooBx9 .item-tag {
  background: #ffffff;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-rWKFLooBx9 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-rWKFLooBx9 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rWKFLooBx9 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rWKFLooBx9 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rWKFLooBx9 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rWKFLooBx9 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rWKFLooBx9 .mbr-figure {
    width: 100%!important;
  }
  .cid-rWKFLooBx9 .menu-item {
    flex-direction: column;
  }
  .cid-rWKFLooBx9 img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rWKFLooBx9 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rWKFLooBx9 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rWKFLooBx9 .special-label {
  color: #fff;
}
.cid-rWKFLooBx9 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rWKFLooBx9 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rWKFLooBx9 .menu-row {
  margin: 0;
}
.cid-rWKFLooBx9 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rWKFLooBx9 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rWKFLooBx9 .group-title,
.cid-rWKFLooBx9 .align-wrap {
  text-align: left;
}
.cid-rWKFLooBx9 SPAN {
  color: #e7272d;
}
.cid-rWKFLooBx9 .item-title {
  color: #808080;
}
.cid-rWKFLooBx9 H4 {
  color: #e7272d;
}
.cid-seG1jZZm6r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG1jZZm6r H2 {
  color: #e7272d;
}
.cid-seG1jZZm6r img {
  max-width: 500px;
  margin: auto;
}
.cid-seG1jZZm6r H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG1jZZm6r .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG1jZZm6r .span-row {
  width: 100%;
}
.cid-seG1jZZm6r .mbr-text,
.cid-seG1jZZm6r .mbr-section-btn {
  text-align: center;
}
.cid-tX0EjFnFRX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tX0EjFnFRX .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-tX0EjFnFRX .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-tX0EjFnFRX .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-tX0EjFnFRX .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-tX0EjFnFRX .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-tX0EjFnFRX .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tX0EjFnFRX .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tX0EjFnFRX .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-tX0EjFnFRX .mbr-figure {
    width: 100%!important;
  }
  .cid-tX0EjFnFRX .menu-item {
    flex-direction: column;
  }
  .cid-tX0EjFnFRX img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-tX0EjFnFRX .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tX0EjFnFRX .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-tX0EjFnFRX .special-label {
  color: #fff;
}
.cid-tX0EjFnFRX .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tX0EjFnFRX .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tX0EjFnFRX .menu-row {
  margin: 0;
}
.cid-tX0EjFnFRX .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-tX0EjFnFRX .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tX0EjFnFRX .group-title,
.cid-tX0EjFnFRX .align-wrap {
  text-align: left;
}
.cid-tX0EjFnFRX SPAN {
  color: #e7272d;
}
.cid-tX0EjFnFRX .item-title {
  color: #808080;
}
.cid-tX0EjFnFRX H4 {
  color: #e7272d;
}
.cid-seG3mTpeGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG3mTpeGL H2 {
  color: #e7272d;
}
.cid-seG3mTpeGL img {
  max-width: 500px;
  margin: auto;
}
.cid-seG3mTpeGL H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG3mTpeGL .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG3mTpeGL .span-row {
  width: 100%;
}
.cid-seG3mTpeGL .mbr-text,
.cid-seG3mTpeGL .mbr-section-btn {
  text-align: center;
}
.cid-tX0GJC8DHY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tX0GJC8DHY .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-tX0GJC8DHY .item-tag {
  background: #ffffff;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-tX0GJC8DHY .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-tX0GJC8DHY .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-tX0GJC8DHY .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-tX0GJC8DHY .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tX0GJC8DHY .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tX0GJC8DHY .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-tX0GJC8DHY .mbr-figure {
    width: 100%!important;
  }
  .cid-tX0GJC8DHY .menu-item {
    flex-direction: column;
  }
  .cid-tX0GJC8DHY img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-tX0GJC8DHY .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tX0GJC8DHY .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-tX0GJC8DHY .special-label {
  color: #fff;
}
.cid-tX0GJC8DHY .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tX0GJC8DHY .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tX0GJC8DHY .menu-row {
  margin: 0;
}
.cid-tX0GJC8DHY .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-tX0GJC8DHY .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tX0GJC8DHY .group-title,
.cid-tX0GJC8DHY .align-wrap {
  text-align: left;
}
.cid-tX0GJC8DHY SPAN {
  color: #e7272d;
}
.cid-tX0GJC8DHY .item-title {
  color: #808080;
}
.cid-tX0GJC8DHY H4 {
  color: #e7272d;
}
.cid-sjRstUboY9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjRstUboY9 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sjRstUboY9 .item-tag {
  background: #ffffff;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sjRstUboY9 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-sjRstUboY9 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sjRstUboY9 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sjRstUboY9 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sjRstUboY9 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sjRstUboY9 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sjRstUboY9 .mbr-figure {
    width: 100%!important;
  }
  .cid-sjRstUboY9 .menu-item {
    flex-direction: column;
  }
  .cid-sjRstUboY9 img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-sjRstUboY9 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sjRstUboY9 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sjRstUboY9 .special-label {
  color: #fff;
}
.cid-sjRstUboY9 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sjRstUboY9 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sjRstUboY9 .menu-row {
  margin: 0;
}
.cid-sjRstUboY9 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sjRstUboY9 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sjRstUboY9 .group-title,
.cid-sjRstUboY9 .align-wrap {
  text-align: left;
}
.cid-sjRstUboY9 SPAN {
  color: #e7272d;
}
.cid-sjRstUboY9 .item-title {
  color: #808080;
}
.cid-sjRstUboY9 H4 {
  color: #e7272d;
}
.cid-seG3o46a68 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG3o46a68 H2 {
  color: #e7272d;
}
.cid-seG3o46a68 img {
  max-width: 500px;
  margin: auto;
}
.cid-seG3o46a68 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG3o46a68 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG3o46a68 .span-row {
  width: 100%;
}
.cid-seG3o46a68 .mbr-text,
.cid-seG3o46a68 .mbr-section-btn {
  text-align: center;
}
.cid-rXBk0o8YWR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rXBk0o8YWR .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rXBk0o8YWR .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-rXBk0o8YWR .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-rXBk0o8YWR .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rXBk0o8YWR .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rXBk0o8YWR .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rXBk0o8YWR .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXBk0o8YWR .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rXBk0o8YWR .mbr-figure {
    width: 100%!important;
  }
  .cid-rXBk0o8YWR .menu-item {
    flex-direction: column;
  }
  .cid-rXBk0o8YWR img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rXBk0o8YWR .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rXBk0o8YWR .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rXBk0o8YWR .special-label {
  color: #fff;
}
.cid-rXBk0o8YWR .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rXBk0o8YWR .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rXBk0o8YWR .menu-row {
  margin: 0;
}
.cid-rXBk0o8YWR .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rXBk0o8YWR .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rXBk0o8YWR .group-title,
.cid-rXBk0o8YWR .align-wrap {
  text-align: left;
}
.cid-rXBk0o8YWR SPAN {
  color: #e7272d;
}
.cid-rXBk0o8YWR .item-title {
  color: #808080;
}
.cid-rXBk0o8YWR H4 {
  color: #e7272d;
}
.cid-seG3nOtrlI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG3nOtrlI H2 {
  color: #e7272d;
}
.cid-seG3nOtrlI img {
  max-width: 500px;
  margin: auto;
}
.cid-seG3nOtrlI H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG3nOtrlI .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG3nOtrlI .span-row {
  width: 100%;
}
.cid-seG3nOtrlI .mbr-text,
.cid-seG3nOtrlI .mbr-section-btn {
  text-align: center;
}
.cid-rXBkNzvT7R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXBkNzvT7R .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rXBkNzvT7R .item-tag {
  background: #ffffff;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-rXBkNzvT7R .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-rXBkNzvT7R .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rXBkNzvT7R .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rXBkNzvT7R .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rXBkNzvT7R .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXBkNzvT7R .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rXBkNzvT7R .mbr-figure {
    width: 100%!important;
  }
  .cid-rXBkNzvT7R .menu-item {
    flex-direction: column;
  }
  .cid-rXBkNzvT7R img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rXBkNzvT7R .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rXBkNzvT7R .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rXBkNzvT7R .special-label {
  color: #fff;
}
.cid-rXBkNzvT7R .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rXBkNzvT7R .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rXBkNzvT7R .menu-row {
  margin: 0;
}
.cid-rXBkNzvT7R .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rXBkNzvT7R .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rXBkNzvT7R .group-title,
.cid-rXBkNzvT7R .align-wrap {
  text-align: left;
}
.cid-rXBkNzvT7R SPAN {
  color: #e7272d;
}
.cid-rXBkNzvT7R .item-title {
  color: #808080;
}
.cid-rXBkNzvT7R H4 {
  color: #e7272d;
}
.cid-seG3oIBe7m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG3oIBe7m H2 {
  color: #e7272d;
}
.cid-seG3oIBe7m img {
  max-width: 500px;
  margin: auto;
}
.cid-seG3oIBe7m H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG3oIBe7m .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG3oIBe7m .span-row {
  width: 100%;
}
.cid-seG3oIBe7m .mbr-text,
.cid-seG3oIBe7m .mbr-section-btn {
  text-align: center;
}
.cid-rXBlPpTtsY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rXBlPpTtsY .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rXBlPpTtsY .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-rXBlPpTtsY .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-rXBlPpTtsY .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rXBlPpTtsY .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rXBlPpTtsY .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rXBlPpTtsY .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXBlPpTtsY .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rXBlPpTtsY .mbr-figure {
    width: 100%!important;
  }
  .cid-rXBlPpTtsY .menu-item {
    flex-direction: column;
  }
  .cid-rXBlPpTtsY img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rXBlPpTtsY .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rXBlPpTtsY .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rXBlPpTtsY .special-label {
  color: #fff;
}
.cid-rXBlPpTtsY .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rXBlPpTtsY .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rXBlPpTtsY .menu-row {
  margin: 0;
}
.cid-rXBlPpTtsY .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rXBlPpTtsY .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rXBlPpTtsY .group-title,
.cid-rXBlPpTtsY .align-wrap {
  text-align: left;
}
.cid-rXBlPpTtsY SPAN {
  color: #e7272d;
}
.cid-rXBlPpTtsY .item-title {
  color: #808080;
}
.cid-rXBlPpTtsY H4 {
  color: #e7272d;
}
.cid-seG3p1HbId {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG3p1HbId H2 {
  color: #e7272d;
}
.cid-seG3p1HbId img {
  max-width: 500px;
  margin: auto;
}
.cid-seG3p1HbId H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG3p1HbId .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG3p1HbId .span-row {
  width: 100%;
}
.cid-seG3p1HbId .mbr-text,
.cid-seG3p1HbId .mbr-section-btn {
  text-align: center;
}
.cid-rXBmoIhBa7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXBmoIhBa7 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rXBmoIhBa7 .item-tag {
  background: #ffffff;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-rXBmoIhBa7 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-rXBmoIhBa7 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rXBmoIhBa7 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rXBmoIhBa7 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rXBmoIhBa7 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXBmoIhBa7 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rXBmoIhBa7 .mbr-figure {
    width: 100%!important;
  }
  .cid-rXBmoIhBa7 .menu-item {
    flex-direction: column;
  }
  .cid-rXBmoIhBa7 img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rXBmoIhBa7 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rXBmoIhBa7 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rXBmoIhBa7 .special-label {
  color: #fff;
}
.cid-rXBmoIhBa7 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rXBmoIhBa7 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rXBmoIhBa7 .menu-row {
  margin: 0;
}
.cid-rXBmoIhBa7 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rXBmoIhBa7 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rXBmoIhBa7 .group-title,
.cid-rXBmoIhBa7 .align-wrap {
  text-align: left;
}
.cid-rXBmoIhBa7 SPAN {
  color: #e7272d;
}
.cid-rXBmoIhBa7 .item-title {
  color: #808080;
}
.cid-rXBmoIhBa7 H4 {
  color: #e7272d;
}
.cid-seG3LFfXD5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG3LFfXD5 H2 {
  color: #e7272d;
}
.cid-seG3LFfXD5 img {
  max-width: 500px;
  margin: auto;
}
.cid-seG3LFfXD5 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG3LFfXD5 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG3LFfXD5 .span-row {
  width: 100%;
}
.cid-seG3LFfXD5 .mbr-text,
.cid-seG3LFfXD5 .mbr-section-btn {
  text-align: center;
}
.cid-rXBn10Vke0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rXBn10Vke0 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rXBn10Vke0 .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-rXBn10Vke0 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-rXBn10Vke0 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rXBn10Vke0 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rXBn10Vke0 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rXBn10Vke0 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXBn10Vke0 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rXBn10Vke0 .mbr-figure {
    width: 100%!important;
  }
  .cid-rXBn10Vke0 .menu-item {
    flex-direction: column;
  }
  .cid-rXBn10Vke0 img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rXBn10Vke0 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rXBn10Vke0 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rXBn10Vke0 .special-label {
  color: #fff;
}
.cid-rXBn10Vke0 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rXBn10Vke0 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rXBn10Vke0 .menu-row {
  margin: 0;
}
.cid-rXBn10Vke0 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rXBn10Vke0 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rXBn10Vke0 .group-title,
.cid-rXBn10Vke0 .align-wrap {
  text-align: left;
}
.cid-rXBn10Vke0 SPAN {
  color: #e7272d;
}
.cid-rXBn10Vke0 .item-title {
  color: #808080;
}
.cid-rXBn10Vke0 H4 {
  color: #e7272d;
}
.cid-seG3LVcpiG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-seG3LVcpiG H2 {
  color: #e7272d;
}
.cid-seG3LVcpiG img {
  max-width: 500px;
  margin: auto;
}
.cid-seG3LVcpiG H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-seG3LVcpiG .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-seG3LVcpiG .span-row {
  width: 100%;
}
.cid-seG3LVcpiG .mbr-text,
.cid-seG3LVcpiG .mbr-section-btn {
  text-align: center;
}
.cid-rXBnsGybSU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXBnsGybSU .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rXBnsGybSU .item-tag {
  background: #ffffff;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-rXBnsGybSU .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ffffff;
}
.cid-rXBnsGybSU .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rXBnsGybSU .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rXBnsGybSU .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rXBnsGybSU .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXBnsGybSU .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rXBnsGybSU .mbr-figure {
    width: 100%!important;
  }
  .cid-rXBnsGybSU .menu-item {
    flex-direction: column;
  }
  .cid-rXBnsGybSU img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rXBnsGybSU .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rXBnsGybSU .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rXBnsGybSU .special-label {
  color: #fff;
}
.cid-rXBnsGybSU .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rXBnsGybSU .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rXBnsGybSU .menu-row {
  margin: 0;
}
.cid-rXBnsGybSU .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rXBnsGybSU .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rXBnsGybSU .group-title,
.cid-rXBnsGybSU .align-wrap {
  text-align: left;
}
.cid-rXBnsGybSU SPAN {
  color: #e7272d;
}
.cid-rXBnsGybSU .item-title {
  color: #808080;
}
.cid-rXBnsGybSU H4 {
  color: #e7272d;
}
.cid-rXBnS0BLIa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rXBnS0BLIa .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rXBnS0BLIa .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-rXBnS0BLIa .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-rXBnS0BLIa .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rXBnS0BLIa .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rXBnS0BLIa .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rXBnS0BLIa .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXBnS0BLIa .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rXBnS0BLIa .mbr-figure {
    width: 100%!important;
  }
  .cid-rXBnS0BLIa .menu-item {
    flex-direction: column;
  }
  .cid-rXBnS0BLIa img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rXBnS0BLIa .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rXBnS0BLIa .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rXBnS0BLIa .special-label {
  color: #fff;
}
.cid-rXBnS0BLIa .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rXBnS0BLIa .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rXBnS0BLIa .menu-row {
  margin: 0;
}
.cid-rXBnS0BLIa .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rXBnS0BLIa .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rXBnS0BLIa .group-title,
.cid-rXBnS0BLIa .align-wrap {
  text-align: left;
}
.cid-rXBnS0BLIa SPAN {
  color: #e7272d;
}
.cid-rXBnS0BLIa .item-title {
  color: #808080;
}
.cid-rXBnS0BLIa H4 {
  color: #e7272d;
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-sp7Zes3FYY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fbbe36;
}
.cid-sp7Zes3FYY H2 {
  color: #ffffff;
}
.cid-rXRB45aMdl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXRB45aMdl H2 {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRB45aMdl .mbr-text,
.cid-rXRB45aMdl .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRB45aMdl img {
  max-width: 500px;
  margin: auto;
}
.cid-rXRB45aMdl H1 {
  text-align: center;
  color: #e7272d;
}
.cid-rXRCmYRN73 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rXRCmYRN73 H2 {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRCmYRN73 .mbr-text,
.cid-rXRCmYRN73 .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRCmYRN73 img {
  max-width: 500px;
  margin: auto;
}
.cid-rXRCmYRN73 H1 {
  text-align: center;
  color: #e7272d;
}
.cid-rXRDbMfXQU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXRDbMfXQU H2 {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRDbMfXQU .mbr-text,
.cid-rXRDbMfXQU .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRDbMfXQU img {
  max-width: 500px;
  margin: auto;
}
.cid-rXRDbMfXQU H1 {
  color: #e7272d;
  text-align: center;
}
.cid-sjA5YZOzSq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sjA5YZOzSq H2 {
  color: #0e0e0e;
  text-align: center;
}
.cid-sjA5YZOzSq .mbr-text,
.cid-sjA5YZOzSq .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-sjA5YZOzSq img {
  max-width: 500px;
  margin: auto;
}
.cid-sjA5YZOzSq H1 {
  text-align: center;
  color: #e7272d;
}
.cid-rXREC1oCq6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXREC1oCq6 H2 {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXREC1oCq6 .mbr-text,
.cid-rXREC1oCq6 .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXREC1oCq6 img {
  max-width: 500px;
  margin: auto;
}
.cid-rXREC1oCq6 H1 {
  color: #e7272d;
  text-align: center;
}
.cid-rXRE5WysQ8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rXRE5WysQ8 H2 {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRE5WysQ8 .mbr-text,
.cid-rXRE5WysQ8 .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRE5WysQ8 img {
  max-width: 500px;
  margin: auto;
}
.cid-rXRE5WysQ8 H1 {
  text-align: center;
  color: #e7272d;
}
.cid-rXRFh9lXvI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXRFh9lXvI H2 {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRFh9lXvI .mbr-text,
.cid-rXRFh9lXvI .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rXRFh9lXvI img {
  max-width: 500px;
  margin: auto;
}
.cid-rXRFh9lXvI H1 {
  color: #e7272d;
  text-align: center;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-rXRI5uCRdf {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXRI5uCRdf .mbr-text {
  color: #767676;
}
.cid-rXRI5uCRdf .card-subtitle {
  margin: 0;
}
.cid-rXRI5uCRdf img {
  object-fit: cover;
  max-height: 400px;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rXRI5uCRdf .link {
  transition: all 0.3s;
}
.cid-rXRI5uCRdf .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rXRI5uCRdf .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rXRI5uCRdf .mbr-section-btn .btn {
  border: 0px;
}
.cid-rXRI5uCRdf .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rXRI5uCRdf h4,
.cid-rXRI5uCRdf h6,
.cid-rXRI5uCRdf h5 {
  margin: 0;
}
.cid-rXRI5uCRdf .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rXRI5uCRdf .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rXRI5uCRdf .link-wrap:hover {
  color: #e7272d;
}
.cid-rXRI5uCRdf .link-wrap:hover .link {
  color: #e7272d;
}
.cid-rXRI5uCRdf .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rXRI5uCRdf .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rXRI5uCRdf .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rXRI5uCRdf .icon-wrap span {
  margin-right: 8px;
}
.cid-rXRI5uCRdf .icon-padding {
  padding-left: 2rem;
}
.cid-rXRI5uCRdf .card {
  margin-bottom: 2rem;
}
.cid-rXRI5uCRdf .row {
  justify-content: center;
}
.cid-rXRI5uCRdf .location,
.cid-rXRI5uCRdf .icon-wrap {
  color: #e7272d;
}
.cid-rXRI5uCRdf .link,
.cid-rXRI5uCRdf .link-wrap,
.cid-rXRI5uCRdf .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rXRI5uCRdf .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rXRI5uCRdf .icon-padding {
    padding-left: 0rem;
  }
  .cid-rXRI5uCRdf .card-box {
    padding: 0;
  }
}
.cid-rXRI5uCRdf H2 {
  color: #e7272d;
}
.cid-rXRI5uCRdf .card-title,
.cid-rXRI5uCRdf .card-img {
  text-align: center;
}
.cid-rXRI5uCRdf .mbr-text,
.cid-rXRI5uCRdf .link {
  color: #0e0e0e;
}
.cid-rXRIK3UvRR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXRIK3UvRR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rXRIK3UvRR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXRIK3UvRR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXRIK3UvRR .title {
  padding: 0 2rem;
}
.cid-rXRIK3UvRR .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-rXRIK3UvRR .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rXRIK3UvRR .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;
  pointer-events: none;
}
.cid-rXRIK3UvRR .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rXRIK3UvRR .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rXRIK3UvRR .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rXRIK3UvRR .container {
  padding: 0 1rem;
}
.cid-rXRIK3UvRR .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rXRIK3UvRR .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rXRIK3UvRR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rXRIK3UvRR .icon-focus {
  display: none;
}
.cid-rXRIK3UvRR .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rXRIK3UvRR .btn-primary-outline:hover {
  background: transparent!important;
  color: #e7272d !important;
}
.cid-rXRIK3UvRR .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rXRIK3UvRR li {
  position: relative;
}
.cid-rXRIK3UvRR li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rXRIK3UvRR .btn {
  font-family: Roboto !important;
}
.cid-rXRIK3UvRR .mbr-gallery-title {
  font-size: .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-rXRIK3UvRR .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rXRIK3UvRR li:not(:last-child):after {
    top: 9px;
  }
  .cid-rXRIK3UvRR .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rXRIK3UvRR .container {
    padding: 0rem;
  }
  .cid-rXRIK3UvRR .title {
    padding: 0 1rem;
  }
}
.cid-rXRIK3UvRR H2 {
  color: #89b758;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-rYDJjNKUTu {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYDJjNKUTu H2 {
  color: #e7272d;
}
.cid-rYDGl2676G {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYDGl2676G .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYDGl2676G .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYDGl2676G .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYDGl2676G .title {
  padding: 0 2rem;
}
.cid-rYDGl2676G .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-rYDGl2676G .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rYDGl2676G .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;
  pointer-events: none;
}
.cid-rYDGl2676G .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rYDGl2676G .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rYDGl2676G .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rYDGl2676G .container {
  padding: 0 1rem;
}
.cid-rYDGl2676G .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rYDGl2676G .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rYDGl2676G .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYDGl2676G .icon-focus {
  display: none;
}
.cid-rYDGl2676G .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rYDGl2676G .btn-primary-outline:hover {
  background: transparent!important;
  color: #e7272d !important;
}
.cid-rYDGl2676G .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rYDGl2676G li {
  position: relative;
}
.cid-rYDGl2676G li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rYDGl2676G .btn {
  font-family: Roboto !important;
}
.cid-rYDGl2676G .mbr-gallery-title {
  font-size: .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-rYDGl2676G .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rYDGl2676G li:not(:last-child):after {
    top: 9px;
  }
  .cid-rYDGl2676G .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rYDGl2676G .container {
    padding: 0rem;
  }
  .cid-rYDGl2676G .title {
    padding: 0 1rem;
  }
}
.cid-rYDGl2676G H2 {
  color: #e7272d;
}
.cid-s1QN1Nieqs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1QN1Nieqs .mbr-text {
  color: #767676;
}
.cid-s1QN1Nieqs .card-subtitle {
  margin: 0;
}
.cid-s1QN1Nieqs .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s1QN1Nieqs img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s1QN1Nieqs .card-box {
  padding: 1rem;
}
.cid-s1QN1Nieqs .link {
  transition: all 0.3s;
}
.cid-s1QN1Nieqs .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s1QN1Nieqs .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s1QN1Nieqs .mbr-section-btn .btn {
  border: 0px;
}
.cid-s1QN1Nieqs .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s1QN1Nieqs h4,
.cid-s1QN1Nieqs h6,
.cid-s1QN1Nieqs h5 {
  margin: 0;
}
.cid-s1QN1Nieqs .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s1QN1Nieqs .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s1QN1Nieqs .link-wrap:hover {
  color: #e7272d;
}
.cid-s1QN1Nieqs .link-wrap:hover .link {
  color: #e7272d;
}
.cid-s1QN1Nieqs .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s1QN1Nieqs .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1QN1Nieqs .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s1QN1Nieqs .icon-wrap span {
  margin-right: 8px;
}
.cid-s1QN1Nieqs .icon-padding {
  padding-left: 2rem;
}
.cid-s1QN1Nieqs .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s1QN1Nieqs .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s1QN1Nieqs .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s1QN1Nieqs .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s1QN1Nieqs .card:hover img {
  transform: scale(1.1);
}
.cid-s1QN1Nieqs .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s1QN1Nieqs .card-img: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-s1QN1Nieqs .card-img:after {
  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-s1QN1Nieqs .row {
  justify-content: center;
}
.cid-s1QN1Nieqs .location,
.cid-s1QN1Nieqs .icon-wrap {
  color: #e7272d;
}
.cid-s1QN1Nieqs .link,
.cid-s1QN1Nieqs .link-wrap,
.cid-s1QN1Nieqs .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s1QN1Nieqs .wrapper {
    flex-direction: column;
  }
  .cid-s1QN1Nieqs .icon-padding {
    padding-left: 0rem;
  }
  .cid-s1QN1Nieqs .card-box {
    padding: 0;
  }
}
.cid-s1QN1Nieqs H2 {
  color: #e7272d;
}
.cid-s1QN1Nieqs .card-title,
.cid-s1QN1Nieqs .card-img {
  text-align: center;
}
.cid-s1QN1Nieqs .mbr-text,
.cid-s1QN1Nieqs .link {
  color: #000000;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-sbmJSw1RNL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbmJSw1RNL .mbr-text {
  color: #767676;
}
.cid-sbmJSw1RNL .card-subtitle {
  margin: 0;
}
.cid-sbmJSw1RNL img {
  object-fit: cover;
  max-height: 400px;
  widht: 100%;
  transition: all 0.6s;
}
.cid-sbmJSw1RNL .link {
  transition: all 0.3s;
}
.cid-sbmJSw1RNL .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sbmJSw1RNL .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sbmJSw1RNL .mbr-section-btn .btn {
  border: 0px;
}
.cid-sbmJSw1RNL .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-sbmJSw1RNL h4,
.cid-sbmJSw1RNL h6,
.cid-sbmJSw1RNL h5 {
  margin: 0;
}
.cid-sbmJSw1RNL .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sbmJSw1RNL .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sbmJSw1RNL .link-wrap:hover {
  color: #e7272d;
}
.cid-sbmJSw1RNL .link-wrap:hover .link {
  color: #e7272d;
}
.cid-sbmJSw1RNL .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sbmJSw1RNL .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sbmJSw1RNL .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-sbmJSw1RNL .icon-wrap span {
  margin-right: 8px;
}
.cid-sbmJSw1RNL .icon-padding {
  padding-left: 2rem;
}
.cid-sbmJSw1RNL .card {
  margin-bottom: 2rem;
}
.cid-sbmJSw1RNL .row {
  justify-content: center;
}
.cid-sbmJSw1RNL .location,
.cid-sbmJSw1RNL .icon-wrap {
  color: #e7272d;
}
.cid-sbmJSw1RNL .link,
.cid-sbmJSw1RNL .link-wrap,
.cid-sbmJSw1RNL .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-sbmJSw1RNL .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-sbmJSw1RNL .icon-padding {
    padding-left: 0rem;
  }
  .cid-sbmJSw1RNL .card-box {
    padding: 0;
  }
}
.cid-sbmJSw1RNL H2 {
  color: #e7272d;
}
.cid-sbmJSw1RNL .card-title,
.cid-sbmJSw1RNL .card-img {
  text-align: center;
}
.cid-sbmJSw1RNL .mbr-text,
.cid-sbmJSw1RNL .link {
  color: #000000;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-sbyGQ8OGUw {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbyGQ8OGUw .mbr-text {
  color: #767676;
}
.cid-sbyGQ8OGUw .card-subtitle {
  margin: 0;
}
.cid-sbyGQ8OGUw .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sbyGQ8OGUw img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sbyGQ8OGUw .card-box {
  padding: 1rem;
}
.cid-sbyGQ8OGUw .link {
  transition: all 0.3s;
}
.cid-sbyGQ8OGUw .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sbyGQ8OGUw .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sbyGQ8OGUw .mbr-section-btn .btn {
  border: 0px;
}
.cid-sbyGQ8OGUw .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-sbyGQ8OGUw h4,
.cid-sbyGQ8OGUw h6,
.cid-sbyGQ8OGUw h5 {
  margin: 0;
}
.cid-sbyGQ8OGUw .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sbyGQ8OGUw .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sbyGQ8OGUw .link-wrap:hover {
  color: #e7272d;
}
.cid-sbyGQ8OGUw .link-wrap:hover .link {
  color: #e7272d;
}
.cid-sbyGQ8OGUw .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sbyGQ8OGUw .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sbyGQ8OGUw .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-sbyGQ8OGUw .icon-wrap span {
  margin-right: 8px;
}
.cid-sbyGQ8OGUw .icon-padding {
  padding-left: 2rem;
}
.cid-sbyGQ8OGUw .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sbyGQ8OGUw .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sbyGQ8OGUw .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sbyGQ8OGUw .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sbyGQ8OGUw .card:hover img {
  transform: scale(1.1);
}
.cid-sbyGQ8OGUw .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sbyGQ8OGUw .card-img: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-sbyGQ8OGUw .card-img:after {
  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-sbyGQ8OGUw .row {
  justify-content: center;
}
.cid-sbyGQ8OGUw .location,
.cid-sbyGQ8OGUw .icon-wrap {
  color: #e7272d;
}
.cid-sbyGQ8OGUw .link,
.cid-sbyGQ8OGUw .link-wrap,
.cid-sbyGQ8OGUw .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-sbyGQ8OGUw .wrapper {
    flex-direction: column;
  }
  .cid-sbyGQ8OGUw .icon-padding {
    padding-left: 0rem;
  }
  .cid-sbyGQ8OGUw .card-box {
    padding: 0;
  }
}
.cid-sbyGQ8OGUw H2 {
  color: #e7272d;
}
.cid-sbyGQ8OGUw .card-title,
.cid-sbyGQ8OGUw .card-img {
  text-align: center;
}
.cid-sbyGQ8OGUw .mbr-text,
.cid-sbyGQ8OGUw .link {
  text-align: center;
  color: #000000;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-sbyNvVfBGf {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sbyNvVfBGf H2 {
  color: #e7272d;
}
.cid-sbyNvVfBGf .mbr-text,
.cid-sbyNvVfBGf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sbyNvVfBGf img {
  max-width: 500px;
  margin: auto;
}
.cid-sbyNvVfBGf H1 {
  text-align: center;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
.cid-sdwlftT6NC {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sdwlftT6NC H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sdwlftT6NC .mbr-text,
.cid-sdwlftT6NC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sdwlftT6NC img {
  max-width: 500px;
  margin: auto;
}
.cid-sdwlftT6NC H1 {
  text-align: center;
}
.cid-sdwlfvsPhY .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-sdwlfvsPhY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdwlfvsPhY .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-sdwlfvsPhY .dropdown-item {
  color: #000000 !important;
}
.cid-sdwlfvsPhY .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdwlfvsPhY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdwlfvsPhY .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sdwlfvsPhY .btn-white {
  color: #e7272d !important;
}
.cid-sdwlfvsPhY .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-sdwlfvsPhY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdwlfvsPhY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdwlfvsPhY .container {
  display: flex;
  margin: auto;
}
.cid-sdwlfvsPhY .navbar.navbar-short .nav-link,
.cid-sdwlfvsPhY .navbar.navbar-short .navbar-caption,
.cid-sdwlfvsPhY .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sdwlfvsPhY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sdwlfvsPhY .navbar-caption {
  padding-right: 3rem;
}
.cid-sdwlfvsPhY .navbar.opened {
  background: #e7272d !important;
}
.cid-sdwlfvsPhY .nav-item:focus,
.cid-sdwlfvsPhY .nav-link:focus {
  outline: none;
}
.cid-sdwlfvsPhY .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-sdwlfvsPhY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdwlfvsPhY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdwlfvsPhY .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-sdwlfvsPhY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdwlfvsPhY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdwlfvsPhY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-sdwlfvsPhY .navbar.opened {
  transition: all .3s;
}
.cid-sdwlfvsPhY .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdwlfvsPhY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdwlfvsPhY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdwlfvsPhY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdwlfvsPhY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sdwlfvsPhY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdwlfvsPhY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdwlfvsPhY .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-sdwlfvsPhY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdwlfvsPhY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdwlfvsPhY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdwlfvsPhY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdwlfvsPhY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdwlfvsPhY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdwlfvsPhY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdwlfvsPhY .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-sdwlfvsPhY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdwlfvsPhY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdwlfvsPhY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdwlfvsPhY .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-sdwlfvsPhY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdwlfvsPhY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdwlfvsPhY .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-sdwlfvsPhY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdwlfvsPhY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdwlfvsPhY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdwlfvsPhY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdwlfvsPhY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdwlfvsPhY .dropdown-item.active,
.cid-sdwlfvsPhY .dropdown-item:active {
  background-color: transparent;
}
.cid-sdwlfvsPhY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdwlfvsPhY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdwlfvsPhY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdwlfvsPhY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-sdwlfvsPhY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdwlfvsPhY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdwlfvsPhY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdwlfvsPhY .navbar-buttons {
  text-align: center;
}
.cid-sdwlfvsPhY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdwlfvsPhY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdwlfvsPhY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdwlfvsPhY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdwlfvsPhY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdwlfvsPhY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdwlfvsPhY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdwlfvsPhY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdwlfvsPhY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdwlfvsPhY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdwlfvsPhY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdwlfvsPhY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdwlfvsPhY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdwlfvsPhY .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-sdwlfvsPhY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdwlfvsPhY .navbar {
    height: 77px;
  }
  .cid-sdwlfvsPhY .navbar.opened {
    height: auto;
  }
  .cid-sdwlfvsPhY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdwlfwgvbi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sdwlfwgvbi .row-links {
  width: 100%;
}
.cid-sdwlfwgvbi .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sdwlfwgvbi .col-lg-6 {
  height: fit-content;
}
.cid-sdwlfwgvbi .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sdwlfwgvbi .soc-item:hover {
  transform: scale(1.1);
}
.cid-sdwlfwgvbi .row {
  align-items: center;
}
.cid-sdwlfwgvbi .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sdwlfwgvbi .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sdwlfwgvbi .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sdwlfwgvbi .row .foot-menu li p {
  margin: 0;
}
.cid-sdwlfwgvbi .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdwlfwgvbi .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sdwlfwgvbi .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sdwlfwgvbi .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdwlfwgvbi .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdwlfwgvbi .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdwlfwgvbi .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdwlfwgvbi .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sdwlfwgvbi .row-links {
    justify-content: center;
  }
  .cid-sdwlfwgvbi .foot-menu {
    justify-content: center;
  }
  .cid-sdwlfwgvbi .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sdwlfwgvbi .social-row {
    justify-content: center;
  }
  .cid-sdwlfwgvbi .mbr-text {
    text-align: center;
  }
  .cid-sdwlfwgvbi li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdwlfwgvbi .foot-menu {
    flex-direction: column;
  }
}
.cid-sdxoJTWs0e {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sdxoJTWs0e H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sdxoJTWs0e .mbr-text,
.cid-sdxoJTWs0e .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sdxoJTWs0e img {
  max-width: 500px;
  margin: auto;
}
.cid-sdxoJTWs0e H1 {
  text-align: center;
}
.cid-sdxoJUIqpU .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-sdxoJUIqpU .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdxoJUIqpU .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-sdxoJUIqpU .dropdown-item {
  color: #000000 !important;
}
.cid-sdxoJUIqpU .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdxoJUIqpU .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdxoJUIqpU .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sdxoJUIqpU .btn-white {
  color: #e7272d !important;
}
.cid-sdxoJUIqpU .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-sdxoJUIqpU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdxoJUIqpU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdxoJUIqpU .container {
  display: flex;
  margin: auto;
}
.cid-sdxoJUIqpU .navbar.navbar-short .nav-link,
.cid-sdxoJUIqpU .navbar.navbar-short .navbar-caption,
.cid-sdxoJUIqpU .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sdxoJUIqpU .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sdxoJUIqpU .navbar-caption {
  padding-right: 3rem;
}
.cid-sdxoJUIqpU .navbar.opened {
  background: #e7272d !important;
}
.cid-sdxoJUIqpU .nav-item:focus,
.cid-sdxoJUIqpU .nav-link:focus {
  outline: none;
}
.cid-sdxoJUIqpU .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-sdxoJUIqpU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdxoJUIqpU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdxoJUIqpU .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-sdxoJUIqpU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdxoJUIqpU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdxoJUIqpU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-sdxoJUIqpU .navbar.opened {
  transition: all .3s;
}
.cid-sdxoJUIqpU .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdxoJUIqpU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdxoJUIqpU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdxoJUIqpU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdxoJUIqpU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sdxoJUIqpU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdxoJUIqpU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdxoJUIqpU .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-sdxoJUIqpU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdxoJUIqpU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdxoJUIqpU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdxoJUIqpU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdxoJUIqpU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdxoJUIqpU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdxoJUIqpU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdxoJUIqpU .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-sdxoJUIqpU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdxoJUIqpU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdxoJUIqpU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdxoJUIqpU .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-sdxoJUIqpU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdxoJUIqpU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdxoJUIqpU .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-sdxoJUIqpU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdxoJUIqpU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdxoJUIqpU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdxoJUIqpU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdxoJUIqpU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdxoJUIqpU .dropdown-item.active,
.cid-sdxoJUIqpU .dropdown-item:active {
  background-color: transparent;
}
.cid-sdxoJUIqpU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdxoJUIqpU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdxoJUIqpU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdxoJUIqpU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-sdxoJUIqpU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdxoJUIqpU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdxoJUIqpU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdxoJUIqpU .navbar-buttons {
  text-align: center;
}
.cid-sdxoJUIqpU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdxoJUIqpU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdxoJUIqpU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdxoJUIqpU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdxoJUIqpU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdxoJUIqpU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdxoJUIqpU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdxoJUIqpU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdxoJUIqpU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdxoJUIqpU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdxoJUIqpU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdxoJUIqpU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdxoJUIqpU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdxoJUIqpU .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-sdxoJUIqpU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdxoJUIqpU .navbar {
    height: 77px;
  }
  .cid-sdxoJUIqpU .navbar.opened {
    height: auto;
  }
  .cid-sdxoJUIqpU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdxoJVoV30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sdxoJVoV30 .row-links {
  width: 100%;
}
.cid-sdxoJVoV30 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sdxoJVoV30 .col-lg-6 {
  height: fit-content;
}
.cid-sdxoJVoV30 .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sdxoJVoV30 .soc-item:hover {
  transform: scale(1.1);
}
.cid-sdxoJVoV30 .row {
  align-items: center;
}
.cid-sdxoJVoV30 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sdxoJVoV30 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sdxoJVoV30 .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sdxoJVoV30 .row .foot-menu li p {
  margin: 0;
}
.cid-sdxoJVoV30 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdxoJVoV30 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sdxoJVoV30 .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sdxoJVoV30 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdxoJVoV30 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdxoJVoV30 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdxoJVoV30 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdxoJVoV30 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sdxoJVoV30 .row-links {
    justify-content: center;
  }
  .cid-sdxoJVoV30 .foot-menu {
    justify-content: center;
  }
  .cid-sdxoJVoV30 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sdxoJVoV30 .social-row {
    justify-content: center;
  }
  .cid-sdxoJVoV30 .mbr-text {
    text-align: center;
  }
  .cid-sdxoJVoV30 li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdxoJVoV30 .foot-menu {
    flex-direction: column;
  }
}
.cid-sdxsZFVNN3 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sdxsZFVNN3 H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sdxsZFVNN3 .mbr-text,
.cid-sdxsZFVNN3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sdxsZFVNN3 img {
  max-width: 500px;
  margin: auto;
}
.cid-sdxsZFVNN3 H1 {
  text-align: center;
}
.cid-sdxsZH1R8w .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-sdxsZH1R8w .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdxsZH1R8w .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-sdxsZH1R8w .dropdown-item {
  color: #000000 !important;
}
.cid-sdxsZH1R8w .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdxsZH1R8w .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdxsZH1R8w .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sdxsZH1R8w .btn-white {
  color: #e7272d !important;
}
.cid-sdxsZH1R8w .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-sdxsZH1R8w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdxsZH1R8w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdxsZH1R8w .container {
  display: flex;
  margin: auto;
}
.cid-sdxsZH1R8w .navbar.navbar-short .nav-link,
.cid-sdxsZH1R8w .navbar.navbar-short .navbar-caption,
.cid-sdxsZH1R8w .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sdxsZH1R8w .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sdxsZH1R8w .navbar-caption {
  padding-right: 3rem;
}
.cid-sdxsZH1R8w .navbar.opened {
  background: #e7272d !important;
}
.cid-sdxsZH1R8w .nav-item:focus,
.cid-sdxsZH1R8w .nav-link:focus {
  outline: none;
}
.cid-sdxsZH1R8w .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-sdxsZH1R8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdxsZH1R8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdxsZH1R8w .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-sdxsZH1R8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdxsZH1R8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdxsZH1R8w .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-sdxsZH1R8w .navbar.opened {
  transition: all .3s;
}
.cid-sdxsZH1R8w .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdxsZH1R8w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdxsZH1R8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdxsZH1R8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdxsZH1R8w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sdxsZH1R8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdxsZH1R8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdxsZH1R8w .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-sdxsZH1R8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdxsZH1R8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdxsZH1R8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdxsZH1R8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdxsZH1R8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdxsZH1R8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdxsZH1R8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdxsZH1R8w .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-sdxsZH1R8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdxsZH1R8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdxsZH1R8w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdxsZH1R8w .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-sdxsZH1R8w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdxsZH1R8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdxsZH1R8w .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-sdxsZH1R8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdxsZH1R8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdxsZH1R8w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdxsZH1R8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdxsZH1R8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdxsZH1R8w .dropdown-item.active,
.cid-sdxsZH1R8w .dropdown-item:active {
  background-color: transparent;
}
.cid-sdxsZH1R8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdxsZH1R8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdxsZH1R8w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdxsZH1R8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-sdxsZH1R8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdxsZH1R8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdxsZH1R8w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdxsZH1R8w .navbar-buttons {
  text-align: center;
}
.cid-sdxsZH1R8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdxsZH1R8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdxsZH1R8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdxsZH1R8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdxsZH1R8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdxsZH1R8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdxsZH1R8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdxsZH1R8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdxsZH1R8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdxsZH1R8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdxsZH1R8w .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdxsZH1R8w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdxsZH1R8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdxsZH1R8w .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-sdxsZH1R8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdxsZH1R8w .navbar {
    height: 77px;
  }
  .cid-sdxsZH1R8w .navbar.opened {
    height: auto;
  }
  .cid-sdxsZH1R8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdxsZHNiU0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sdxsZHNiU0 .row-links {
  width: 100%;
}
.cid-sdxsZHNiU0 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sdxsZHNiU0 .col-lg-6 {
  height: fit-content;
}
.cid-sdxsZHNiU0 .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sdxsZHNiU0 .soc-item:hover {
  transform: scale(1.1);
}
.cid-sdxsZHNiU0 .row {
  align-items: center;
}
.cid-sdxsZHNiU0 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sdxsZHNiU0 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sdxsZHNiU0 .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sdxsZHNiU0 .row .foot-menu li p {
  margin: 0;
}
.cid-sdxsZHNiU0 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdxsZHNiU0 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sdxsZHNiU0 .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sdxsZHNiU0 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdxsZHNiU0 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdxsZHNiU0 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdxsZHNiU0 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdxsZHNiU0 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sdxsZHNiU0 .row-links {
    justify-content: center;
  }
  .cid-sdxsZHNiU0 .foot-menu {
    justify-content: center;
  }
  .cid-sdxsZHNiU0 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sdxsZHNiU0 .social-row {
    justify-content: center;
  }
  .cid-sdxsZHNiU0 .mbr-text {
    text-align: center;
  }
  .cid-sdxsZHNiU0 li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdxsZHNiU0 .foot-menu {
    flex-direction: column;
  }
}
.cid-sdxrmvlzK8 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sdxrmvlzK8 H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sdxrmvlzK8 .mbr-text,
.cid-sdxrmvlzK8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sdxrmvlzK8 img {
  max-width: 500px;
  margin: auto;
}
.cid-sdxrmvlzK8 H1 {
  text-align: center;
}
.cid-sdxrmwiPse .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-sdxrmwiPse .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdxrmwiPse .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-sdxrmwiPse .dropdown-item {
  color: #000000 !important;
}
.cid-sdxrmwiPse .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdxrmwiPse .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdxrmwiPse .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sdxrmwiPse .btn-white {
  color: #e7272d !important;
}
.cid-sdxrmwiPse .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-sdxrmwiPse .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdxrmwiPse .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdxrmwiPse .container {
  display: flex;
  margin: auto;
}
.cid-sdxrmwiPse .navbar.navbar-short .nav-link,
.cid-sdxrmwiPse .navbar.navbar-short .navbar-caption,
.cid-sdxrmwiPse .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sdxrmwiPse .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sdxrmwiPse .navbar-caption {
  padding-right: 3rem;
}
.cid-sdxrmwiPse .navbar.opened {
  background: #e7272d !important;
}
.cid-sdxrmwiPse .nav-item:focus,
.cid-sdxrmwiPse .nav-link:focus {
  outline: none;
}
.cid-sdxrmwiPse .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-sdxrmwiPse .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdxrmwiPse .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdxrmwiPse .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-sdxrmwiPse .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdxrmwiPse .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdxrmwiPse .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-sdxrmwiPse .navbar.opened {
  transition: all .3s;
}
.cid-sdxrmwiPse .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdxrmwiPse .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdxrmwiPse .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdxrmwiPse .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdxrmwiPse .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sdxrmwiPse .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdxrmwiPse .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdxrmwiPse .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-sdxrmwiPse .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdxrmwiPse .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdxrmwiPse .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdxrmwiPse .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdxrmwiPse .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdxrmwiPse .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdxrmwiPse .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdxrmwiPse .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-sdxrmwiPse .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdxrmwiPse .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdxrmwiPse .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdxrmwiPse .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-sdxrmwiPse .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdxrmwiPse .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdxrmwiPse .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-sdxrmwiPse .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdxrmwiPse .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdxrmwiPse .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdxrmwiPse .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdxrmwiPse .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdxrmwiPse .dropdown-item.active,
.cid-sdxrmwiPse .dropdown-item:active {
  background-color: transparent;
}
.cid-sdxrmwiPse .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdxrmwiPse .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdxrmwiPse .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdxrmwiPse .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-sdxrmwiPse .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdxrmwiPse .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdxrmwiPse ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdxrmwiPse .navbar-buttons {
  text-align: center;
}
.cid-sdxrmwiPse button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdxrmwiPse button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sdxrmwiPse button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdxrmwiPse button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdxrmwiPse button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdxrmwiPse button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdxrmwiPse nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdxrmwiPse nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdxrmwiPse nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdxrmwiPse nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdxrmwiPse .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdxrmwiPse a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdxrmwiPse .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdxrmwiPse .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-sdxrmwiPse .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdxrmwiPse .navbar {
    height: 77px;
  }
  .cid-sdxrmwiPse .navbar.opened {
    height: auto;
  }
  .cid-sdxrmwiPse .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdxrmx2xnP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sdxrmx2xnP .row-links {
  width: 100%;
}
.cid-sdxrmx2xnP .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sdxrmx2xnP .col-lg-6 {
  height: fit-content;
}
.cid-sdxrmx2xnP .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sdxrmx2xnP .soc-item:hover {
  transform: scale(1.1);
}
.cid-sdxrmx2xnP .row {
  align-items: center;
}
.cid-sdxrmx2xnP .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sdxrmx2xnP .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sdxrmx2xnP .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sdxrmx2xnP .row .foot-menu li p {
  margin: 0;
}
.cid-sdxrmx2xnP .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdxrmx2xnP .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sdxrmx2xnP .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sdxrmx2xnP .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdxrmx2xnP .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdxrmx2xnP .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdxrmx2xnP .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdxrmx2xnP .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sdxrmx2xnP .row-links {
    justify-content: center;
  }
  .cid-sdxrmx2xnP .foot-menu {
    justify-content: center;
  }
  .cid-sdxrmx2xnP .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sdxrmx2xnP .social-row {
    justify-content: center;
  }
  .cid-sdxrmx2xnP .mbr-text {
    text-align: center;
  }
  .cid-sdxrmx2xnP li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdxrmx2xnP .foot-menu {
    flex-direction: column;
  }
}
.cid-sjA2IzqLjZ {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjA2IzqLjZ H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sjA2IzqLjZ .mbr-text,
.cid-sjA2IzqLjZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sjA2IzqLjZ img {
  max-width: 500px;
  margin: auto;
}
.cid-sjA2IzqLjZ H1 {
  text-align: center;
}
.cid-sjA2IzTwkp .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-sjA2IzTwkp .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sjA2IzTwkp .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-sjA2IzTwkp .dropdown-item {
  color: #000000 !important;
}
.cid-sjA2IzTwkp .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sjA2IzTwkp .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sjA2IzTwkp .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sjA2IzTwkp .btn-white {
  color: #e7272d !important;
}
.cid-sjA2IzTwkp .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-sjA2IzTwkp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sjA2IzTwkp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjA2IzTwkp .container {
  display: flex;
  margin: auto;
}
.cid-sjA2IzTwkp .navbar.navbar-short .nav-link,
.cid-sjA2IzTwkp .navbar.navbar-short .navbar-caption,
.cid-sjA2IzTwkp .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sjA2IzTwkp .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sjA2IzTwkp .navbar-caption {
  padding-right: 3rem;
}
.cid-sjA2IzTwkp .navbar.opened {
  background: #e7272d !important;
}
.cid-sjA2IzTwkp .nav-item:focus,
.cid-sjA2IzTwkp .nav-link:focus {
  outline: none;
}
.cid-sjA2IzTwkp .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-sjA2IzTwkp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjA2IzTwkp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjA2IzTwkp .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-sjA2IzTwkp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjA2IzTwkp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjA2IzTwkp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-sjA2IzTwkp .navbar.opened {
  transition: all .3s;
}
.cid-sjA2IzTwkp .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sjA2IzTwkp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjA2IzTwkp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjA2IzTwkp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjA2IzTwkp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sjA2IzTwkp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjA2IzTwkp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjA2IzTwkp .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-sjA2IzTwkp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjA2IzTwkp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjA2IzTwkp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sjA2IzTwkp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjA2IzTwkp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjA2IzTwkp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjA2IzTwkp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjA2IzTwkp .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-sjA2IzTwkp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjA2IzTwkp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjA2IzTwkp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjA2IzTwkp .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-sjA2IzTwkp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjA2IzTwkp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sjA2IzTwkp .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-sjA2IzTwkp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjA2IzTwkp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjA2IzTwkp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjA2IzTwkp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjA2IzTwkp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjA2IzTwkp .dropdown-item.active,
.cid-sjA2IzTwkp .dropdown-item:active {
  background-color: transparent;
}
.cid-sjA2IzTwkp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjA2IzTwkp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjA2IzTwkp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjA2IzTwkp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-sjA2IzTwkp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjA2IzTwkp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjA2IzTwkp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjA2IzTwkp .navbar-buttons {
  text-align: center;
}
.cid-sjA2IzTwkp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjA2IzTwkp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjA2IzTwkp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjA2IzTwkp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjA2IzTwkp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjA2IzTwkp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjA2IzTwkp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjA2IzTwkp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjA2IzTwkp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjA2IzTwkp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjA2IzTwkp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjA2IzTwkp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjA2IzTwkp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjA2IzTwkp .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-sjA2IzTwkp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjA2IzTwkp .navbar {
    height: 77px;
  }
  .cid-sjA2IzTwkp .navbar.opened {
    height: auto;
  }
  .cid-sjA2IzTwkp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjA2IAvaKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sjA2IAvaKd .row-links {
  width: 100%;
}
.cid-sjA2IAvaKd .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sjA2IAvaKd .col-lg-6 {
  height: fit-content;
}
.cid-sjA2IAvaKd .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sjA2IAvaKd .soc-item:hover {
  transform: scale(1.1);
}
.cid-sjA2IAvaKd .row {
  align-items: center;
}
.cid-sjA2IAvaKd .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sjA2IAvaKd .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sjA2IAvaKd .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sjA2IAvaKd .row .foot-menu li p {
  margin: 0;
}
.cid-sjA2IAvaKd .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sjA2IAvaKd .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sjA2IAvaKd .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sjA2IAvaKd .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjA2IAvaKd .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjA2IAvaKd .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjA2IAvaKd .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sjA2IAvaKd .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sjA2IAvaKd .row-links {
    justify-content: center;
  }
  .cid-sjA2IAvaKd .foot-menu {
    justify-content: center;
  }
  .cid-sjA2IAvaKd .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sjA2IAvaKd .social-row {
    justify-content: center;
  }
  .cid-sjA2IAvaKd .mbr-text {
    text-align: center;
  }
  .cid-sjA2IAvaKd li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sjA2IAvaKd .foot-menu {
    flex-direction: column;
  }
}
.cid-sp7u8yTTYb {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sp7u8yTTYb H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sp7u8yTTYb .mbr-text,
.cid-sp7u8yTTYb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sp7u8yTTYb img {
  max-width: 500px;
  margin: auto;
}
.cid-sp7u8yTTYb H1 {
  text-align: center;
}
.cid-sp7u8zmFae .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-sp7u8zmFae .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sp7u8zmFae .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-sp7u8zmFae .dropdown-item {
  color: #000000 !important;
}
.cid-sp7u8zmFae .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sp7u8zmFae .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sp7u8zmFae .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-sp7u8zmFae .btn-white {
  color: #e7272d !important;
}
.cid-sp7u8zmFae .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-sp7u8zmFae .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sp7u8zmFae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sp7u8zmFae .container {
  display: flex;
  margin: auto;
}
.cid-sp7u8zmFae .navbar.navbar-short .nav-link,
.cid-sp7u8zmFae .navbar.navbar-short .navbar-caption,
.cid-sp7u8zmFae .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sp7u8zmFae .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sp7u8zmFae .navbar-caption {
  padding-right: 3rem;
}
.cid-sp7u8zmFae .navbar.opened {
  background: #e7272d !important;
}
.cid-sp7u8zmFae .nav-item:focus,
.cid-sp7u8zmFae .nav-link:focus {
  outline: none;
}
.cid-sp7u8zmFae .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-sp7u8zmFae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sp7u8zmFae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sp7u8zmFae .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-sp7u8zmFae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sp7u8zmFae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sp7u8zmFae .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-sp7u8zmFae .navbar.opened {
  transition: all .3s;
}
.cid-sp7u8zmFae .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sp7u8zmFae .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sp7u8zmFae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sp7u8zmFae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sp7u8zmFae .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sp7u8zmFae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp7u8zmFae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp7u8zmFae .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-sp7u8zmFae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp7u8zmFae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sp7u8zmFae .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sp7u8zmFae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp7u8zmFae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp7u8zmFae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp7u8zmFae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp7u8zmFae .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-sp7u8zmFae .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp7u8zmFae .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp7u8zmFae .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sp7u8zmFae .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-sp7u8zmFae .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sp7u8zmFae .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sp7u8zmFae .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-sp7u8zmFae .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sp7u8zmFae .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sp7u8zmFae .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sp7u8zmFae .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sp7u8zmFae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp7u8zmFae .dropdown-item.active,
.cid-sp7u8zmFae .dropdown-item:active {
  background-color: transparent;
}
.cid-sp7u8zmFae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp7u8zmFae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp7u8zmFae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp7u8zmFae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-sp7u8zmFae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sp7u8zmFae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp7u8zmFae ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sp7u8zmFae .navbar-buttons {
  text-align: center;
}
.cid-sp7u8zmFae button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp7u8zmFae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sp7u8zmFae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp7u8zmFae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp7u8zmFae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp7u8zmFae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp7u8zmFae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp7u8zmFae nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp7u8zmFae nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp7u8zmFae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp7u8zmFae .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sp7u8zmFae a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp7u8zmFae .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp7u8zmFae .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-sp7u8zmFae .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sp7u8zmFae .navbar {
    height: 77px;
  }
  .cid-sp7u8zmFae .navbar.opened {
    height: auto;
  }
  .cid-sp7u8zmFae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sp7u8zXM4D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sp7u8zXM4D .row-links {
  width: 100%;
}
.cid-sp7u8zXM4D .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sp7u8zXM4D .col-lg-6 {
  height: fit-content;
}
.cid-sp7u8zXM4D .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sp7u8zXM4D .soc-item:hover {
  transform: scale(1.1);
}
.cid-sp7u8zXM4D .row {
  align-items: center;
}
.cid-sp7u8zXM4D .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sp7u8zXM4D .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sp7u8zXM4D .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sp7u8zXM4D .row .foot-menu li p {
  margin: 0;
}
.cid-sp7u8zXM4D .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sp7u8zXM4D .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sp7u8zXM4D .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sp7u8zXM4D .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sp7u8zXM4D .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sp7u8zXM4D .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sp7u8zXM4D .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sp7u8zXM4D .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sp7u8zXM4D .row-links {
    justify-content: center;
  }
  .cid-sp7u8zXM4D .foot-menu {
    justify-content: center;
  }
  .cid-sp7u8zXM4D .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sp7u8zXM4D .social-row {
    justify-content: center;
  }
  .cid-sp7u8zXM4D .mbr-text {
    text-align: center;
  }
  .cid-sp7u8zXM4D li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sp7u8zXM4D .foot-menu {
    flex-direction: column;
  }
}
.cid-sdrNlG1RUV {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sdrNlG1RUV H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sdrNlG1RUV .mbr-text,
.cid-sdrNlG1RUV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sdrNlG1RUV img {
  max-width: 500px;
  margin: auto;
}
.cid-sdrNlG1RUV H1 {
  text-align: center;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rWKuqEUhNJ .dropdown-menu {
  padding: 0;
  background: #efefef !important;
}
.cid-rWKuqEUhNJ .dropdown-item {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rWKuqEUhNJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rWKuqEUhNJ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .btn-white {
  color: #e7272d !important;
}
.cid-rWKuqEUhNJ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWKuqEUhNJ .container {
  display: flex;
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .nav-link,
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-caption,
.cid-rWKuqEUhNJ .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rWKuqEUhNJ .navbar-caption {
  padding-right: 3rem;
}
.cid-rWKuqEUhNJ .navbar.opened {
  background: #e7272d !important;
}
.cid-rWKuqEUhNJ .nav-item:focus,
.cid-rWKuqEUhNJ .nav-link:focus {
  outline: none;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWKuqEUhNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWKuqEUhNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWKuqEUhNJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.opened {
  transition: all .3s;
}
.cid-rWKuqEUhNJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rWKuqEUhNJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWKuqEUhNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWKuqEUhNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWKuqEUhNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rWKuqEUhNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rWKuqEUhNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWKuqEUhNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWKuqEUhNJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWKuqEUhNJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rWKuqEUhNJ .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-rWKuqEUhNJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rWKuqEUhNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rWKuqEUhNJ .navbar.navbar-short {
  background: #e7272d !important;
  min-height: 60px;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWKuqEUhNJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWKuqEUhNJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWKuqEUhNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWKuqEUhNJ .dropdown-item.active,
.cid-rWKuqEUhNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rWKuqEUhNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWKuqEUhNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7272d;
}
.cid-rWKuqEUhNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWKuqEUhNJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWKuqEUhNJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWKuqEUhNJ .navbar-buttons {
  text-align: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWKuqEUhNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWKuqEUhNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWKuqEUhNJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWKuqEUhNJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWKuqEUhNJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWKuqEUhNJ .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-rWKuqEUhNJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWKuqEUhNJ .navbar {
    height: 77px;
  }
  .cid-rWKuqEUhNJ .navbar.opened {
    height: auto;
  }
  .cid-rWKuqEUhNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWUwcIyiXX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rWUwcIyiXX .row-links {
  width: 100%;
}
.cid-rWUwcIyiXX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-rWUwcIyiXX .col-lg-6 {
  height: fit-content;
}
.cid-rWUwcIyiXX .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rWUwcIyiXX .soc-item:hover {
  transform: scale(1.1);
}
.cid-rWUwcIyiXX .row {
  align-items: center;
}
.cid-rWUwcIyiXX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-rWUwcIyiXX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rWUwcIyiXX .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-rWUwcIyiXX .row .foot-menu li p {
  margin: 0;
}
.cid-rWUwcIyiXX .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWUwcIyiXX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rWUwcIyiXX .row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWUwcIyiXX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWUwcIyiXX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWUwcIyiXX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWUwcIyiXX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rWUwcIyiXX .row-links {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .foot-menu {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-rWUwcIyiXX .social-row {
    justify-content: center;
  }
  .cid-rWUwcIyiXX .mbr-text {
    text-align: center;
  }
  .cid-rWUwcIyiXX li {
    padding-right: 1rem!important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rWUwcIyiXX .foot-menu {
    flex-direction: column;
  }
}
