@import url(https://fonts.googleapis.com/css?family=Caveat:400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Caveat', handwriting;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Caveat', handwriting;
  font-size: 2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 5.6rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #cd2027 !important;
  border-color: #cd2027 !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: #cd2027 !important;
  border-color: #cd2027 !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: #cd2027 !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #cd2027 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cd2027 !important;
  border-color: #cd2027 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #cd2027;
  border-color: #cd2027;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #cd2027 !important;
  border-color: #cd2027 !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: #cd2027 !important;
  border-color: #cd2027 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #cd2027;
  border-color: #cd2027;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #cd2027 !important;
  border-color: #cd2027 !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: #751216;
  color: #751216;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cd2027;
  border-color: #cd2027;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cd2027 !important;
  border-color: #cd2027 !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: #751216;
  color: #751216;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #cd2027;
  border-color: #cd2027;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cd2027 !important;
  border-color: #cd2027 !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: #cd2027 !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #cd2027 !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: #e86b70 !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: #e86b70 !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: #cd2027;
}
.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: #cd2027;
  border-color: #cd2027;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cd2027;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6c3c5;
}
.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: #f6c3c5;
}
.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: 'Caveat', handwriting;
  font-size: 2rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #cd2027;
}
/* 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: #cd2027;
  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: #cd2027;
  border-bottom-color: #cd2027;
}
.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: #cd2027 !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='%23cd2027' %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-suo6R5SGfF .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-suo6R5SGfF .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-suo6R5SGfF .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-suo6R5SGfF .dropdown-item {
  color: #000000 !important;
}
.cid-suo6R5SGfF .dropdown-item:hover {
  color: #000000 !important;
}
.cid-suo6R5SGfF .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-suo6R5SGfF .nav-link:hover {
  color: #cd2027 !important;
}
.cid-suo6R5SGfF .nav-link:hover:before {
  opacity: 1;
}
.cid-suo6R5SGfF .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd2027;
}
.cid-suo6R5SGfF .btn-white {
  color: #cd2027 !important;
}
.cid-suo6R5SGfF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suo6R5SGfF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suo6R5SGfF .container {
  display: flex;
  margin: auto;
}
.cid-suo6R5SGfF .navbar-caption {
  padding-right: 3rem;
}
.cid-suo6R5SGfF .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-suo6R5SGfF .nav-item:focus,
.cid-suo6R5SGfF .nav-link:focus {
  outline: none;
}
.cid-suo6R5SGfF .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-suo6R5SGfF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suo6R5SGfF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suo6R5SGfF .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-suo6R5SGfF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suo6R5SGfF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suo6R5SGfF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c1c1c1;
}
.cid-suo6R5SGfF .navbar.opened {
  transition: all 0.3s;
}
.cid-suo6R5SGfF .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-suo6R5SGfF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suo6R5SGfF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suo6R5SGfF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suo6R5SGfF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suo6R5SGfF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suo6R5SGfF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suo6R5SGfF .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-suo6R5SGfF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suo6R5SGfF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suo6R5SGfF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suo6R5SGfF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suo6R5SGfF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suo6R5SGfF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suo6R5SGfF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suo6R5SGfF .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-suo6R5SGfF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suo6R5SGfF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suo6R5SGfF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suo6R5SGfF .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-suo6R5SGfF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suo6R5SGfF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suo6R5SGfF .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-suo6R5SGfF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suo6R5SGfF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suo6R5SGfF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suo6R5SGfF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suo6R5SGfF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suo6R5SGfF .dropdown-item.active,
.cid-suo6R5SGfF .dropdown-item:active {
  background-color: transparent;
}
.cid-suo6R5SGfF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suo6R5SGfF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suo6R5SGfF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suo6R5SGfF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-suo6R5SGfF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suo6R5SGfF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suo6R5SGfF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suo6R5SGfF .navbar-buttons {
  text-align: center;
}
.cid-suo6R5SGfF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suo6R5SGfF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suo6R5SGfF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suo6R5SGfF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suo6R5SGfF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suo6R5SGfF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suo6R5SGfF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suo6R5SGfF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suo6R5SGfF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suo6R5SGfF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suo6R5SGfF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-suo6R5SGfF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suo6R5SGfF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suo6R5SGfF .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-suo6R5SGfF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suo6R5SGfF .navbar {
    height: 77px;
  }
  .cid-suo6R5SGfF .navbar.opened {
    height: auto;
  }
  .cid-suo6R5SGfF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suo6VoS9z4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image-25-2000x1327.jpg");
}
.cid-suo6VoS9z4 H2 {
  color: #cd2027;
}
.cid-suo6VoS9z4 .mbr-text,
.cid-suo6VoS9z4 .mbr-section-btn {
  color: #808080;
}
.cid-suo6VoS9z4 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-suo6VoS9z4 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-suo6VoS9z4 H1 {
  color: #efefef;
}
.cid-suo7EfBTUX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-suo7EfBTUX H2 {
  color: #808080;
}
.cid-suo7EfBTUX .mbr-text,
.cid-suo7EfBTUX .mbr-section-btn {
  color: #808080;
}
.cid-suo7EfBTUX img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-suo7EfBTUX img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-suo7EfBTUX H1 {
  color: #4f4943;
}
.cid-suoua3kagZ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image-7-2000x956.jpg");
}
.cid-suoua3kagZ H2 {
  color: #cd2027;
}
.cid-suoua3kagZ .mbr-text,
.cid-suoua3kagZ .mbr-section-btn {
  color: #808080;
}
.cid-suoua3kagZ .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-suoua3kagZ .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-suoua3kagZ .mbr-figure {
  height: 100%;
}
.cid-suoua3kagZ .card-img {
  padding: 0 2rem;
}
.cid-suoua3kagZ img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-suoua3kagZ H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-suoua3kagZ .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-suoua3kagZ .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-suoua3kagZ .container {
    padding: 0 3rem;
  }
  .cid-suoua3kagZ .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suoua3kagZ .container {
    padding: 0 2rem;
  }
  .cid-suoua3kagZ .card-img {
    width: 100%;
  }
  .cid-suoua3kagZ .center-card {
    padding: 1rem;
  }
}
.cid-suogv29F7q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cd2027;
}
#custom-html-6 {
  background: #c1c1c1;
}
.cid-suok5EKwY9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-suok5EKwY9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-suok5EKwY9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suok5EKwY9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suok5EKwY9 .title {
  padding: 0 2rem;
}
.cid-suok5EKwY9 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-suok5EKwY9 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-suok5EKwY9 .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-suok5EKwY9 .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-suok5EKwY9 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-suok5EKwY9 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-suok5EKwY9 .container {
  padding: 0 1rem;
}
.cid-suok5EKwY9 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-suok5EKwY9 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-suok5EKwY9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-suok5EKwY9 .icon-focus {
  display: none;
}
.cid-suok5EKwY9 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-suok5EKwY9 .btn-primary-outline:hover {
  background: transparent !important;
  color: #cd2027 !important;
}
.cid-suok5EKwY9 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-suok5EKwY9 li {
  position: relative;
}
.cid-suok5EKwY9 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-suok5EKwY9 .btn {
  font-family: Roboto !important;
}
.cid-suok5EKwY9 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-suok5EKwY9 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suok5EKwY9 li:not(:last-child):after {
    top: 9px;
  }
  .cid-suok5EKwY9 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-suok5EKwY9 .container {
    padding: 0rem;
  }
  .cid-suok5EKwY9 .title {
    padding: 0 1rem;
  }
}
.cid-suok5EKwY9 H2 {
  color: #89b758;
}
.cid-suo7iGNfLP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cd2027;
}
.cid-suo7iGNfLP H2 {
  color: #ffffff;
}
.cid-suo7iGNfLP .mbr-text,
.cid-suo7iGNfLP .mbr-section-btn {
  color: #808080;
}
.cid-suo7iGNfLP img {
  max-width: 500px;
  margin: auto;
}
.cid-suo7iGNfLP h4 {
  line-height: 1.4;
}
.cid-suo7iGNfLP .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-suo7iGNfLP .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #e7272d;
  display: block;
  padding-bottom: 1rem;
}
.cid-suo7iGNfLP .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-suo7iGNfLP .mbr-figure {
    order: 1;
  }
  .cid-suo7iGNfLP .icon-wrap {
    text-align: center;
    margin: auto;
    padding-left: 0rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .cid-suo7iGNfLP .icon-wrap .icon-text {
    text-align: center;
  }
  .cid-suo7iGNfLP .icon-wrap .mbr-iconfont {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-suo7iGNfLP .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-suo7iGNfLP H1 {
  color: #c1c1c1;
}
.cid-suoFER0ZQM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-suoFER0ZQM .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-suoFER0ZQM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-suoFER0ZQM .col + .mbr-section-btn .btn,
.cid-suoFER0ZQM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-suoFER0ZQM .col + .mbr-section-btn .btn,
  .cid-suoFER0ZQM .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-suoFER0ZQM .dragArea > *:nth-last-child(2).col,
  .cid-suoFER0ZQM .dragArea > *:nth-last-child(2).col-auto,
  .cid-suoFER0ZQM .col + .mbr-section-btn,
  .cid-suoFER0ZQM .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-suoFER0ZQM .dragArea {
    flex-direction: column;
  }
}
.cid-suoFER0ZQM .btn-primary {
  border: 1px solid #cd2027 !important;
}
.cid-suoFER0ZQM .btn-primary:hover {
  border: 1px solid #cd2027 !important;
}
.cid-suoFER0ZQM .stripe {
  border-bottom: 1px solid #cd2027;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-suoFER0ZQM .form-group {
  max-width: 220px;
}
.cid-suoFER0ZQM .mbr-section-btn {
  padding-left: 0;
}
.cid-suoFER0ZQM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-suoFER0ZQM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-suoFER0ZQM .mbr-text {
  color: #444;
}
.cid-suoFER0ZQM h5 {
  margin-bottom: 0;
}
.cid-suoFER0ZQM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-suoFER0ZQM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suoFER0ZQM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-suoFER0ZQM .socicon {
  font-size: 1.3rem;
  background: #cd2027;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suoFER0ZQM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-suoFER0ZQM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-suoFER0ZQM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-suoFER0ZQM .social-list a:hover {
  opacity: 0.4;
}
.cid-suoFER0ZQM .media-container-row > div {
  padding: 0px;
}
.cid-suoFER0ZQM .text2 {
  color: #808080;
  text-align: left;
}
.cid-suoFER0ZQM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-suoFER0ZQM .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suoFER0ZQM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-suoFER0ZQM .social-list,
  .cid-suoFER0ZQM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-suoFER0ZQM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-suoFER0ZQM .form-group {
    max-width: 180px;
  }
}
.cid-suoFER0ZQM .links span {
  color: #9e9e9e;
}
.cid-suoFER0ZQM .logo-sub-title {
  text-align: center;
  color: #808080;
}
.cid-suoFER0ZQM .logo-title {
  text-align: center;
}
.cid-suoZzGOWfb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-suoZzGOWfb .row-links {
  width: 100%;
}
.cid-suoZzGOWfb .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-suoZzGOWfb .col-lg-6 {
  height: fit-content;
}
.cid-suoZzGOWfb .soc-item {
  background: #55acee;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-suoZzGOWfb .soc-item:hover {
  transform: scale(1.1);
}
.cid-suoZzGOWfb .row {
  align-items: center;
}
.cid-suoZzGOWfb .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-suoZzGOWfb .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-suoZzGOWfb .row .foot-menu li:hover {
  color: #cd2027;
}
.cid-suoZzGOWfb .row .foot-menu li p {
  margin: 0;
}
.cid-suoZzGOWfb .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-suoZzGOWfb .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-suoZzGOWfb .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-suoZzGOWfb .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-suoZzGOWfb .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suoZzGOWfb .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-suoZzGOWfb .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-suoZzGOWfb .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-suoZzGOWfb .row-links {
    justify-content: center;
  }
  .cid-suoZzGOWfb .foot-menu {
    justify-content: center;
  }
  .cid-suoZzGOWfb .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-suoZzGOWfb .social-row {
    justify-content: center;
  }
  .cid-suoZzGOWfb .mbr-text {
    text-align: center;
  }
  .cid-suoZzGOWfb li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-suoZzGOWfb .foot-menu {
    flex-direction: column;
  }
}
.cid-suoZzGOWfb .foot-menu-item {
  color: #29361a;
}
.cid-suoZzGOWfb .mbr-text {
  color: #808080;
}
.cid-suoYQCch3b .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-suoYQCch3b .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-suoYQCch3b .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-suoYQCch3b .dropdown-item {
  color: #000000 !important;
}
.cid-suoYQCch3b .dropdown-item:hover {
  color: #000000 !important;
}
.cid-suoYQCch3b .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-suoYQCch3b .nav-link:hover {
  color: #cd2027 !important;
}
.cid-suoYQCch3b .nav-link:hover:before {
  opacity: 1;
}
.cid-suoYQCch3b .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd2027;
}
.cid-suoYQCch3b .btn-white {
  color: #cd2027 !important;
}
.cid-suoYQCch3b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suoYQCch3b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suoYQCch3b .container {
  display: flex;
  margin: auto;
}
.cid-suoYQCch3b .navbar-caption {
  padding-right: 3rem;
}
.cid-suoYQCch3b .navbar.opened {
  background: #c1c1c1 !important;
}
.cid-suoYQCch3b .nav-item:focus,
.cid-suoYQCch3b .nav-link:focus {
  outline: none;
}
.cid-suoYQCch3b .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-suoYQCch3b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suoYQCch3b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suoYQCch3b .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-suoYQCch3b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suoYQCch3b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suoYQCch3b .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #c1c1c1;
}
.cid-suoYQCch3b .navbar.opened {
  transition: all 0.3s;
}
.cid-suoYQCch3b .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-suoYQCch3b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suoYQCch3b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suoYQCch3b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suoYQCch3b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suoYQCch3b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suoYQCch3b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suoYQCch3b .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-suoYQCch3b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suoYQCch3b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suoYQCch3b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suoYQCch3b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suoYQCch3b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suoYQCch3b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suoYQCch3b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suoYQCch3b .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-suoYQCch3b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suoYQCch3b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suoYQCch3b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suoYQCch3b .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-suoYQCch3b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suoYQCch3b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suoYQCch3b .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-suoYQCch3b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suoYQCch3b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suoYQCch3b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suoYQCch3b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suoYQCch3b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suoYQCch3b .dropdown-item.active,
.cid-suoYQCch3b .dropdown-item:active {
  background-color: transparent;
}
.cid-suoYQCch3b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suoYQCch3b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suoYQCch3b .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suoYQCch3b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-suoYQCch3b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suoYQCch3b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suoYQCch3b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suoYQCch3b .navbar-buttons {
  text-align: center;
}
.cid-suoYQCch3b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suoYQCch3b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suoYQCch3b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suoYQCch3b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suoYQCch3b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suoYQCch3b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suoYQCch3b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suoYQCch3b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suoYQCch3b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suoYQCch3b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suoYQCch3b .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-suoYQCch3b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suoYQCch3b .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suoYQCch3b .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-suoYQCch3b .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suoYQCch3b .navbar {
    height: 77px;
  }
  .cid-suoYQCch3b .navbar.opened {
    height: auto;
  }
  .cid-suoYQCch3b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suoYQEoged {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cd2027;
}
#custom-html-t {
  background: #c1c1c1;
}
.cid-suoYQF72E3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cd2027;
}
.cid-suoYQF72E3 H2 {
  color: #ffffff;
}
.cid-suoYQF72E3 .mbr-text,
.cid-suoYQF72E3 .mbr-section-btn {
  color: #808080;
}
.cid-suoYQF72E3 img {
  max-width: 500px;
  margin: auto;
}
.cid-suoYQF72E3 h4 {
  line-height: 1.4;
}
.cid-suoYQF72E3 .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-suoYQF72E3 .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #e7272d;
  display: block;
  padding-bottom: 1rem;
}
.cid-suoYQF72E3 .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-suoYQF72E3 .mbr-figure {
    order: 1;
  }
  .cid-suoYQF72E3 .icon-wrap {
    text-align: center;
    margin: auto;
    padding-left: 0rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .cid-suoYQF72E3 .icon-wrap .icon-text {
    text-align: center;
  }
  .cid-suoYQF72E3 .icon-wrap .mbr-iconfont {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-suoYQF72E3 .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-suoYQF72E3 H1 {
  color: #c1c1c1;
}
.cid-suoYQFImfz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-suoYQFImfz .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-suoYQFImfz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-suoYQFImfz .col + .mbr-section-btn .btn,
.cid-suoYQFImfz .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-suoYQFImfz .col + .mbr-section-btn .btn,
  .cid-suoYQFImfz .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-suoYQFImfz .dragArea > *:nth-last-child(2).col,
  .cid-suoYQFImfz .dragArea > *:nth-last-child(2).col-auto,
  .cid-suoYQFImfz .col + .mbr-section-btn,
  .cid-suoYQFImfz .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-suoYQFImfz .dragArea {
    flex-direction: column;
  }
}
.cid-suoYQFImfz .btn-primary {
  border: 1px solid #cd2027 !important;
}
.cid-suoYQFImfz .btn-primary:hover {
  border: 1px solid #cd2027 !important;
}
.cid-suoYQFImfz .stripe {
  border-bottom: 1px solid #cd2027;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-suoYQFImfz .form-group {
  max-width: 220px;
}
.cid-suoYQFImfz .mbr-section-btn {
  padding-left: 0;
}
.cid-suoYQFImfz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-suoYQFImfz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-suoYQFImfz .mbr-text {
  color: #444;
}
.cid-suoYQFImfz h5 {
  margin-bottom: 0;
}
.cid-suoYQFImfz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-suoYQFImfz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suoYQFImfz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-suoYQFImfz .socicon {
  font-size: 1.3rem;
  background: #cd2027;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suoYQFImfz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-suoYQFImfz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-suoYQFImfz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-suoYQFImfz .social-list a:hover {
  opacity: 0.4;
}
.cid-suoYQFImfz .media-container-row > div {
  padding: 0px;
}
.cid-suoYQFImfz .text2 {
  color: #808080;
  text-align: left;
}
.cid-suoYQFImfz .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-suoYQFImfz .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suoYQFImfz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-suoYQFImfz .social-list,
  .cid-suoYQFImfz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-suoYQFImfz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-suoYQFImfz .form-group {
    max-width: 180px;
  }
}
.cid-suoYQFImfz .links span {
  color: #9e9e9e;
}
.cid-suoYQFImfz .logo-sub-title {
  text-align: center;
  color: #808080;
}
.cid-suoYQFImfz .logo-title {
  text-align: center;
}
.cid-suoZzGOWfb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-suoZzGOWfb .row-links {
  width: 100%;
}
.cid-suoZzGOWfb .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-suoZzGOWfb .col-lg-6 {
  height: fit-content;
}
.cid-suoZzGOWfb .soc-item {
  background: #55acee;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-suoZzGOWfb .soc-item:hover {
  transform: scale(1.1);
}
.cid-suoZzGOWfb .row {
  align-items: center;
}
.cid-suoZzGOWfb .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-suoZzGOWfb .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-suoZzGOWfb .row .foot-menu li:hover {
  color: #cd2027;
}
.cid-suoZzGOWfb .row .foot-menu li p {
  margin: 0;
}
.cid-suoZzGOWfb .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-suoZzGOWfb .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-suoZzGOWfb .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-suoZzGOWfb .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-suoZzGOWfb .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-suoZzGOWfb .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-suoZzGOWfb .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-suoZzGOWfb .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-suoZzGOWfb .row-links {
    justify-content: center;
  }
  .cid-suoZzGOWfb .foot-menu {
    justify-content: center;
  }
  .cid-suoZzGOWfb .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-suoZzGOWfb .social-row {
    justify-content: center;
  }
  .cid-suoZzGOWfb .mbr-text {
    text-align: center;
  }
  .cid-suoZzGOWfb li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-suoZzGOWfb .foot-menu {
    flex-direction: column;
  }
}
.cid-suoZzGOWfb .foot-menu-item {
  color: #29361a;
}
.cid-suoZzGOWfb .mbr-text {
  color: #808080;
}
