body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff4e4e !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4e4e !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e70000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4e4e;
  border-color: #ff4e4e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff4e4e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #ff4e4e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4e4e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4e4e;
  border-bottom-color: #ff4e4e;
}
.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: #ff4e4e !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: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rNQJZbj1lB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff4e4e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-rNQJZbj1lB .nav-item,
.cid-rNQJZbj1lB .nav-link,
.cid-rNQJZbj1lB .navbar-caption {
  font-weight: normal;
}
.cid-rNQJZbj1lB .nav-item:focus,
.cid-rNQJZbj1lB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNQJZbj1lB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link {
    position: relative;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff4e4e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rNQJZbj1lB .nav-item:hover .nav-link:before,
  .cid-rNQJZbj1lB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-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-rNQJZbj1lB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #343434;
  background: none;
}
.cid-rNQJZbj1lB .navbar.opened {
  transition: all .3s;
  background: #343434 !important;
}
.cid-rNQJZbj1lB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rNQJZbj1lB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNQJZbj1lB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQJZbj1lB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNQJZbj1lB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNQJZbj1lB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNQJZbj1lB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQJZbj1lB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQJZbj1lB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQJZbj1lB .navbar.navbar-short {
  background: #343434 !important;
  min-height: 60px;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQJZbj1lB .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-rNQJZbj1lB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNQJZbj1lB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQJZbj1lB .dropdown-item.active,
.cid-rNQJZbj1lB .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQJZbj1lB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #343434;
  z-index: 2;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNQJZbj1lB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQJZbj1lB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQJZbj1lB .navbar-buttons {
  text-align: center;
}
.cid-rNQJZbj1lB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4e4e;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNQJZbj1lB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7fa8d7;
  display: inline-flex;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rNQJZbj1lB .soc-item {
  margin: .5rem .3rem;
}
.cid-rNQJZbj1lB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB a.nav-link .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rNQJZbj1lB a.nav-link:hover .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQJZbj1lB .navbar {
    height: 77px;
  }
  .cid-rNQJZbj1lB .navbar.opened {
    height: auto;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNGA5PiEXs {
  overflow: hidden !important;
  background-image: url("../../../assets/images/hampshire-skyline-1.png");
}
.cid-rNGA5PiEXs .container-fluid {
  padding: 0 5rem;
}
.cid-rNGA5PiEXs .animated-element {
  color: #efefef;
}
.cid-rNGA5PiEXs .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-rNGA5PiEXs .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rNGA5PiEXs .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNGE6YIQyp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/wwwgearsstill.jpg");
}
.cid-rNGE6YIQyp .mbr-text,
.cid-rNGE6YIQyp .mbr-section-subtitle {
  color: #767676;
}
.cid-rNGE6YIQyp .card-title {
  color: #66458e;
}
.cid-rNGE6YIQyp .card .card-img span {
  color: #fb7522;
  font-size: 60px;
  background: linear-gradient(45deg, #fb7522, #448ec6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rNGE6YIQyp .mbr-section-subtitle,
  .cid-rNGE6YIQyp .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNGE6YIQyp .card .card-img span {
    background: none;
  }
}
.cid-rNGE6YIQyp .card-title,
.cid-rNGE6YIQyp .card-img {
  color: #448ec6;
}
.cid-rN7u2xj8kv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rN7u2xj8kv .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-rN7u2xj8kv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rN7u2xj8kv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rN7u2xj8kv .social-media ul li:first-child {
  padding-left: 0;
}
.cid-rN7u2xj8kv .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #282e4b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rN7u2xj8kv .icon-transition span:hover {
  background-color: #ff8f00;
}
@media (max-width: 767px) {
  .cid-rN7u2xj8kv .align-left {
    text-align: left !important;
  }
}
.cid-rNGTq3jfSN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rNGTq3jfSN {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-rNGTq3jfSN .text {
  padding: 0;
}
.cid-rNGTq3jfSN section {
  position: relative;
}
.cid-rNGTq3jfSN h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rNGTq3jfSN .mbr-iconfont {
  padding: 0!important;
}
.cid-rNGTq3jfSN .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #448ec6;
}
.cid-rNGTq3jfSN .box {
  background-image: url("../../../assets/images/wwwgearsstill.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rNGTq3jfSN .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rNGTq3jfSN .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rNGTq3jfSN .icon-wrap span {
  padding-left: 8px;
}
.cid-rNGTq3jfSN .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rNGTq3jfSN .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rNGTq3jfSN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNGTq3jfSN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNGTq3jfSN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNGTq3jfSN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rNGTq3jfSN a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rNGTq3jfSN {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-rNGTq3jfSN .box {
    height: 250px;
  }
  .cid-rNGTq3jfSN .row {
    padding: 1rem!important;
  }
}
.cid-rNGOFF6N5n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNGOFF6N5n .main,
.cid-rNGOFF6N5n .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-rNGOFF6N5n .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-rNGOFF6N5n .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rNGOFF6N5n .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rNGOFF6N5n .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-rNGOFF6N5n .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-rNGOFF6N5n .mbr-iconfont {
  font-size: 3rem;
  color: #fb7522;
}
@media (max-width: 991px) {
  .cid-rNGOFF6N5n .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rNGOFF6N5n .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rNGOFF6N5n .image-element,
  .cid-rNGOFF6N5n .text-element {
    margin-bottom: 0;
  }
  .cid-rNGOFF6N5n .main:first-child {
    padding-top: 0;
  }
}
.cid-rNGOFF6N5n .mbr-section-subtitle,
.cid-rNGOFF6N5n .card-text,
.cid-rNGOFF6N5n .mbr-section-btn {
  color: #8d97ad;
}
.cid-rNcnzNh8b5 {
  background-image: url("../../../assets/images/matthew-kwong-qjgw5ewkco8-unsplash.jpg");
  background-position: right;
}
.cid-rNcnzNh8b5 .wrapper {
  position: relative;
  border-top: 3px solid #767575;
  border-right: 3px solid #767575;
  border-left: 3px solid #767575;
  padding: 2.5rem 2.5rem;
}
.cid-rNcnzNh8b5 .wrapper:before {
  content: "";
  background: #767575;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rNcnzNh8b5 .wrapper:after {
  content: "";
  background: #767575;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rNcnzNh8b5 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rNcnzNh8b5 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rNQC03pWdE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNQC03pWdE .carousel-item {
  padding-bottom: 30px;
  padding: 0 3rem;
}
.cid-rNQC03pWdE .carousel-item > div {
  width: 100%;
}
.cid-rNQC03pWdE .carousel-item.active,
.cid-rNQC03pWdE .carousel-item-next,
.cid-rNQC03pWdE .carousel-item-prev {
  display: flex;
}
.cid-rNQC03pWdE .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-rNQC03pWdE .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: 0.9;
}
.cid-rNQC03pWdE .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rNQC03pWdE .display-5 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rNQC03pWdE .mbr-text {
  color: #121212;
}
.cid-rNQC03pWdE .mbr-section-subtitle {
  color: #767676;
}
.cid-rNQC03pWdE .display-7 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rNQC03pWdE .signature {
  color: #121212;
}
.cid-rNQC03pWdE .desk {
  color: #999999;
}
.cid-rNQC03pWdE .testimonial-photo {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 1.6rem;
  margin-right: 2rem;
  padding: 0;
  display: inline-block;
}
.cid-rNQC03pWdE .testimonial-photo img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 0% 10%;
  transition: 0.5s ease-in-out;
  filter: grayscale(100%);
}
.cid-rNQC03pWdE .testimonial-photo img:hover {
  filter: grayscale(0%);
}
.cid-rNQC03pWdE .title-wrapper .line {
  background-color: #c7cbd4;
  color: #c7cbd4;
  height: 1px;
  margin: 30px 0 20px;
  display: inline-block;
}
.cid-rNQC03pWdE .carousel-indicators li {
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background: #ffffff;
  border: 2px solid black !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.cid-rNQC03pWdE .carousel-indicators {
  bottom: 0px;
}
.cid-rNQC03pWdE .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #000000;
}
.cid-rNQC03pWdE ol {
  margin-bottom: 0rem;
}
.cid-rNQC03pWdE .mbr-iconfont {
  font-size: 2rem;
  position: absolute;
  top: -3.6rem;
  left: 1rem;
}
.cid-rNQC03pWdE .common-wrap {
  padding-top: 4rem;
}
@media (max-width: 1230px) {
  .cid-rNQC03pWdE .mbr-iconfont {
    display: none;
  }
  .cid-rNQC03pWdE .testimonial-photo {
    margin-right: 0;
  }
  .cid-rNQC03pWdE .common-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .cid-rNQC03pWdE .carousel-item {
    padding: 0 5rem;
  }
}
@media (max-width: 992px) {
  .cid-rNQC03pWdE .common-wrap {
    margin-right: 9rem;
  }
}
@media (min-width: 768px) {
  .cid-rNQC03pWdE .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 960px) {
  .cid-rNQC03pWdE .testimonial-photo {
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rNQC03pWdE .testimonial-photo {
    display: block;
    margin: 0 auto !important;
  }
  .cid-rNQC03pWdE .title-wrapper {
    margin: 5px auto;
  }
  .cid-rNQC03pWdE .title-wrapper .line {
    margin: 5px auto;
  }
  .cid-rNQC03pWdE .common-wrap {
    margin-right: 0;
  }
  .cid-rNQC03pWdE .display-5 {
    font-size: 1.5rem !important;
  }
  .cid-rNQC03pWdE .row {
    margin: 0 !important;
  }
  .cid-rNQC03pWdE .carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .cid-rNQC03pWdE .carousel-controls {
    display: none;
  }
}
.cid-rNQC03pWdE .mobi-mbri-quote-right {
  color: #ffb011;
}
.cid-rNQC03pWdE .container-fluid {
  max-width: 1440px;
}
.cid-rNFfsnPLWn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #550606;
}
.cid-rNFfsnPLWn img {
  width: 90%;
}
.cid-rNFfsnPLWn .mbr-text,
.cid-rNFfsnPLWn .mbr-section-btn {
  color: #efefef;
}
.cid-rNFfsnPLWn h2 {
  padding-left: 11rem;
}
.cid-rNFfsnPLWn p {
  padding-right: 8rem;
}
.cid-rNFfsnPLWn .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-rNFfsnPLWn .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-rNFfsnPLWn .separator .sep-holder .sep-line {
  border-color: #550606 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-rNFfsnPLWn h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-rNFfsnPLWn img {
    width: 100%;
  }
  .cid-rNFfsnPLWn .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rNFfsnPLWn p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rNFfsnPLWn h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-rNFfsnPLWn p {
    text-align: left !important;
    position: relative;
  }
}
.cid-rNFfsnPLWn H2 {
  color: #efefef;
}
#RS6STARContactFormSpDon-z H3 {
  color: #ece6e6;
}
#RS6STARContactFormSpDon-z SMALL {
  text-align: center;
}
#RS6STARContactFormSpDon-z .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-z #submitbutton {
  width: 60%;
  margin: 0px 0px;
  font-size: 1.8rem;
}
#RS6STARContactFormSpDon-z h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-z small {
  font-size: 36px;
}
#RS6STARContactFormSpDon-z .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-z .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-z .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-z .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-z .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-z #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-z #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-z #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-z #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  font-size: 1.2rem;
}
#RS6STARContactFormSpDon-z #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  font-size: 1.2rem;
}
#RS6STARContactFormSpDon-z #sendbutton {
  text-align: left;
  width: 100%;
  font-size: 0.8rem;
}
#RS6STARContactFormSpDon-z .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-z .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-z .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-z .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-z .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-z .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-z #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-z #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-z #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-z #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-z #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-z #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-z #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-z #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-z #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-z #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-z #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-z #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-z #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-z #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-z #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-z #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-z #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-z #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-z #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-z #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-z .form-control {
  padding: .5em .5em !important;
}
.cid-rN7vUreZzu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rN7vUreZzu a:link {
  text-decoration: none;
}
.cid-rN7vUreZzu .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rN7vUreZzu .icon-transition span:hover {
  background-color: #448ec6;
}
.cid-rN7vUreZzu .inner-text {
  line-height: 3em;
}
.cid-rN7vUreZzu .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN7vUreZzu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rN7vUreZzu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rN7vUreZzu .content-text,
.cid-rN7vUreZzu .inner-text {
  color: #c1c1c1;
}
.cid-rNMjNdaF9t {
  overflow: hidden !important;
  background-color: #300101;
}
.cid-rNMjNdaF9t .container-fluid {
  padding: 0 5rem;
}
.cid-rNMjNdaF9t .animated-element {
  color: #efefef;
}
.cid-rNMjNdaF9t .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-rNMjNdaF9t .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rNMjNdaF9t .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNMkardz93 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNMkardz93 .container-fluid {
  padding: 0 3rem;
}
.cid-rNMkardz93 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff4e4e 50%, #7fa8d7 120%);
  display: inline-block;
}
.cid-rNMkardz93 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-rNMkardz93 .header-text {
  padding: 2rem 1rem !important;
}
.cid-rNMkardz93 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-rNMkardz93 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rNMkardz93 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rNMkardz93 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNMkardz93 .card .card-header a.panel-title:hover .sign {
  background-color: #073b4c !important;
}
.cid-rNMkardz93 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #448ec6;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-rNMkardz93 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rNMkardz93 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-rNMkardz93 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rNMkardz93 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rNMkardz93 .header-text {
    padding: 1rem !important;
  }
  .cid-rNMkardz93 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rNMkardz93 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-rNMkardz93 .panel-group {
    padding: 0;
  }
}
.cid-rNMkardz93 .header-text,
.cid-rNMkardz93 .sign {
  color: #232323;
}
.cid-rNMkardz93 .mbr-section-subtitle {
  text-align: left;
}
.cid-rO87RQKr8z {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rO87RQKr8z .container-fluid {
  position: relative;
}
.cid-rO87RQKr8z .page-title-content {
  width: 31%;
}
.cid-rO87RQKr8z .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rO87RQKr8z .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rO87RQKr8z .page-title-content {
    text-align: center;
  }
}
.cid-rO87RQKr8z .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rO87RQKr8z a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rO87RQKr8z a:not(:first-child) {
  margin-left: 20px;
}
.cid-rO87RQKr8z a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rO87RQKr8z a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rO87RQKr8z a:hover:after,
.cid-rO87RQKr8z a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rO87RQKr8z a:hover:before,
.cid-rO87RQKr8z a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rO87RQKr8z a.text-white:hover,
.cid-rO87RQKr8z a.text-white:focus {
  color: #ffffff !important;
}
.cid-rO87RQKr8z .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rO87RQKr8z .page-title-content .title,
.cid-rO87RQKr8z .icon-section,
.cid-rO87RQKr8z .mbr-section-btn {
  color: #191f2d;
}
.cid-rO87RQKr8z .text {
  color: #191f2d;
}
.cid-sdAne2lZPI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sdAne2lZPI a:link {
  text-decoration: none;
}
.cid-sdAne2lZPI .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdAne2lZPI .icon-transition span:hover {
  background-color: #448ec6;
}
.cid-sdAne2lZPI .inner-text {
  line-height: 3em;
}
.cid-sdAne2lZPI .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdAne2lZPI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdAne2lZPI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdAne2lZPI .content-text,
.cid-sdAne2lZPI .inner-text {
  color: #c1c1c1;
}
.cid-rNQJZbj1lB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff4e4e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-rNQJZbj1lB .nav-item,
.cid-rNQJZbj1lB .nav-link,
.cid-rNQJZbj1lB .navbar-caption {
  font-weight: normal;
}
.cid-rNQJZbj1lB .nav-item:focus,
.cid-rNQJZbj1lB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNQJZbj1lB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link {
    position: relative;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff4e4e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rNQJZbj1lB .nav-item:hover .nav-link:before,
  .cid-rNQJZbj1lB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-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-rNQJZbj1lB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #343434;
  background: none;
}
.cid-rNQJZbj1lB .navbar.opened {
  transition: all .3s;
  background: #343434 !important;
}
.cid-rNQJZbj1lB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rNQJZbj1lB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNQJZbj1lB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQJZbj1lB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNQJZbj1lB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNQJZbj1lB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNQJZbj1lB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQJZbj1lB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQJZbj1lB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQJZbj1lB .navbar.navbar-short {
  background: #343434 !important;
  min-height: 60px;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQJZbj1lB .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-rNQJZbj1lB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNQJZbj1lB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQJZbj1lB .dropdown-item.active,
.cid-rNQJZbj1lB .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQJZbj1lB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #343434;
  z-index: 2;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNQJZbj1lB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQJZbj1lB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQJZbj1lB .navbar-buttons {
  text-align: center;
}
.cid-rNQJZbj1lB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4e4e;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNQJZbj1lB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7fa8d7;
  display: inline-flex;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rNQJZbj1lB .soc-item {
  margin: .5rem .3rem;
}
.cid-rNQJZbj1lB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB a.nav-link .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rNQJZbj1lB a.nav-link:hover .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQJZbj1lB .navbar {
    height: 77px;
  }
  .cid-rNQJZbj1lB .navbar.opened {
    height: auto;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNH48vdAx1 {
  overflow: hidden !important;
  background-color: #1a214a;
}
.cid-rNH48vdAx1 .container-fluid {
  padding: 0 5rem;
}
.cid-rNH48vdAx1 .animated-element {
  color: #efefef;
}
.cid-rNH48vdAx1 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-rNH48vdAx1 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rNH48vdAx1 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNJrK03ig2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNJrK03ig2 .container-fluid {
  padding: 0 3rem;
}
.cid-rNJrK03ig2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff4e4e 50%, #7fa8d7 120%);
  display: inline-block;
}
.cid-rNJrK03ig2 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-rNJrK03ig2 .header-text {
  padding: 2rem 1rem !important;
}
.cid-rNJrK03ig2 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-rNJrK03ig2 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rNJrK03ig2 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rNJrK03ig2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNJrK03ig2 .card .card-header a.panel-title:hover .sign {
  background-color: #550606 !important;
}
.cid-rNJrK03ig2 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ff4e4e;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-rNJrK03ig2 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rNJrK03ig2 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-rNJrK03ig2 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rNJrK03ig2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rNJrK03ig2 .header-text {
    padding: 1rem !important;
  }
  .cid-rNJrK03ig2 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rNJrK03ig2 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-rNJrK03ig2 .panel-group {
    padding: 0;
  }
}
.cid-rNJrK03ig2 .header-text,
.cid-rNJrK03ig2 .sign {
  color: #232323;
}
.cid-rNH48xi9Wv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNH48xi9Wv .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-rNH48xi9Wv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rNH48xi9Wv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rNH48xi9Wv .social-media ul li:first-child {
  padding-left: 0;
}
.cid-rNH48xi9Wv .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #282e4b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rNH48xi9Wv .icon-transition span:hover {
  background-color: #ff8f00;
}
@media (max-width: 767px) {
  .cid-rNH48xi9Wv .align-left {
    text-align: left !important;
  }
}
.cid-rNQCbKMscr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNQCbKMscr .carousel-item {
  padding-bottom: 30px;
  padding: 0 3rem;
}
.cid-rNQCbKMscr .carousel-item > div {
  width: 100%;
}
.cid-rNQCbKMscr .carousel-item.active,
.cid-rNQCbKMscr .carousel-item-next,
.cid-rNQCbKMscr .carousel-item-prev {
  display: flex;
}
.cid-rNQCbKMscr .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-rNQCbKMscr .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: 0.9;
}
.cid-rNQCbKMscr .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rNQCbKMscr .display-5 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rNQCbKMscr .mbr-text {
  color: #121212;
}
.cid-rNQCbKMscr .mbr-section-subtitle {
  color: #767676;
}
.cid-rNQCbKMscr .display-7 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rNQCbKMscr .signature {
  color: #121212;
}
.cid-rNQCbKMscr .desk {
  color: #999999;
}
.cid-rNQCbKMscr .testimonial-photo {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 1.6rem;
  margin-right: 2rem;
  padding: 0;
  display: inline-block;
}
.cid-rNQCbKMscr .testimonial-photo img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 0% 10%;
  transition: 0.5s ease-in-out;
  filter: grayscale(100%);
}
.cid-rNQCbKMscr .testimonial-photo img:hover {
  filter: grayscale(0%);
}
.cid-rNQCbKMscr .title-wrapper .line {
  background-color: #c7cbd4;
  color: #c7cbd4;
  height: 1px;
  margin: 30px 0 20px;
  display: inline-block;
}
.cid-rNQCbKMscr .carousel-indicators li {
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background: #ffffff;
  border: 2px solid black !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.cid-rNQCbKMscr .carousel-indicators {
  bottom: 0px;
}
.cid-rNQCbKMscr .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #000000;
}
.cid-rNQCbKMscr ol {
  margin-bottom: 0rem;
}
.cid-rNQCbKMscr .mbr-iconfont {
  font-size: 2rem;
  position: absolute;
  top: -3.6rem;
  left: 1rem;
}
.cid-rNQCbKMscr .common-wrap {
  padding-top: 4rem;
}
@media (max-width: 1230px) {
  .cid-rNQCbKMscr .mbr-iconfont {
    display: none;
  }
  .cid-rNQCbKMscr .testimonial-photo {
    margin-right: 0;
  }
  .cid-rNQCbKMscr .common-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .cid-rNQCbKMscr .carousel-item {
    padding: 0 5rem;
  }
}
@media (max-width: 992px) {
  .cid-rNQCbKMscr .common-wrap {
    margin-right: 9rem;
  }
}
@media (min-width: 768px) {
  .cid-rNQCbKMscr .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 960px) {
  .cid-rNQCbKMscr .testimonial-photo {
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rNQCbKMscr .testimonial-photo {
    display: block;
    margin: 0 auto !important;
  }
  .cid-rNQCbKMscr .title-wrapper {
    margin: 5px auto;
  }
  .cid-rNQCbKMscr .title-wrapper .line {
    margin: 5px auto;
  }
  .cid-rNQCbKMscr .common-wrap {
    margin-right: 0;
  }
  .cid-rNQCbKMscr .display-5 {
    font-size: 1.5rem !important;
  }
  .cid-rNQCbKMscr .row {
    margin: 0 !important;
  }
  .cid-rNQCbKMscr .carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .cid-rNQCbKMscr .carousel-controls {
    display: none;
  }
}
.cid-rNQCbKMscr .mobi-mbri-quote-right {
  color: #ffb011;
}
.cid-rNQCbKMscr .container-fluid {
  max-width: 1440px;
}
.cid-rNH48CkjSA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #550606;
}
.cid-rNH48CkjSA img {
  width: 90%;
}
.cid-rNH48CkjSA .mbr-text,
.cid-rNH48CkjSA .mbr-section-btn {
  color: #efefef;
}
.cid-rNH48CkjSA h2 {
  padding-left: 11rem;
}
.cid-rNH48CkjSA p {
  padding-right: 8rem;
}
.cid-rNH48CkjSA .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-rNH48CkjSA .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-rNH48CkjSA .separator .sep-holder .sep-line {
  border-color: #550606 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-rNH48CkjSA h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-rNH48CkjSA img {
    width: 100%;
  }
  .cid-rNH48CkjSA .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rNH48CkjSA p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rNH48CkjSA h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-rNH48CkjSA p {
    text-align: left !important;
    position: relative;
  }
}
.cid-rNH48CkjSA H2 {
  color: #efefef;
}
#RS6STARContactFormSpDon-1t H3 {
  color: #ece6e6;
}
#RS6STARContactFormSpDon-1t SMALL {
  text-align: center;
}
#RS6STARContactFormSpDon-1t .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-1t #submitbutton {
  width: 60%;
  margin: 0px 0px;
  font-size: 1.8rem;
}
#RS6STARContactFormSpDon-1t h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-1t small {
  font-size: 36px;
}
#RS6STARContactFormSpDon-1t .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1t .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1t .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1t .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1t .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-1t #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-1t #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1t #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-1t #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  font-size: 1.2rem;
}
#RS6STARContactFormSpDon-1t #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  font-size: 1.2rem;
}
#RS6STARContactFormSpDon-1t #sendbutton {
  text-align: left;
  width: 100%;
  font-size: 0.8rem;
}
#RS6STARContactFormSpDon-1t .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-1t .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1t .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1t .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1t .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1t .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-1t #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-1t #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-1t #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1t #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1t #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-1t #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-1t #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-1t #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-1t #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-1t #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1t #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1t #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1t #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-1t .form-control {
  padding: .5em .5em !important;
}
.cid-sdAnpoWPaa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sdAnpoWPaa a:link {
  text-decoration: none;
}
.cid-sdAnpoWPaa .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdAnpoWPaa .icon-transition span:hover {
  background-color: #448ec6;
}
.cid-sdAnpoWPaa .inner-text {
  line-height: 3em;
}
.cid-sdAnpoWPaa .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdAnpoWPaa .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdAnpoWPaa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdAnpoWPaa .content-text,
.cid-sdAnpoWPaa .inner-text {
  color: #c1c1c1;
}
.cid-rNQJZbj1lB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff4e4e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-rNQJZbj1lB .nav-item,
.cid-rNQJZbj1lB .nav-link,
.cid-rNQJZbj1lB .navbar-caption {
  font-weight: normal;
}
.cid-rNQJZbj1lB .nav-item:focus,
.cid-rNQJZbj1lB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNQJZbj1lB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link {
    position: relative;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff4e4e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rNQJZbj1lB .nav-item:hover .nav-link:before,
  .cid-rNQJZbj1lB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-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-rNQJZbj1lB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #343434;
  background: none;
}
.cid-rNQJZbj1lB .navbar.opened {
  transition: all .3s;
  background: #343434 !important;
}
.cid-rNQJZbj1lB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rNQJZbj1lB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNQJZbj1lB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQJZbj1lB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNQJZbj1lB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNQJZbj1lB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNQJZbj1lB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQJZbj1lB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQJZbj1lB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQJZbj1lB .navbar.navbar-short {
  background: #343434 !important;
  min-height: 60px;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQJZbj1lB .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-rNQJZbj1lB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNQJZbj1lB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQJZbj1lB .dropdown-item.active,
.cid-rNQJZbj1lB .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQJZbj1lB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #343434;
  z-index: 2;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNQJZbj1lB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQJZbj1lB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQJZbj1lB .navbar-buttons {
  text-align: center;
}
.cid-rNQJZbj1lB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4e4e;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNQJZbj1lB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7fa8d7;
  display: inline-flex;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rNQJZbj1lB .soc-item {
  margin: .5rem .3rem;
}
.cid-rNQJZbj1lB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB a.nav-link .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rNQJZbj1lB a.nav-link:hover .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQJZbj1lB .navbar {
    height: 77px;
  }
  .cid-rNQJZbj1lB .navbar.opened {
    height: auto;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNFhsOCs8b {
  background-image: url("../../../assets/images/plantgif.gif");
}
.cid-rNFhsOCs8b .container-fluid {
  padding: 0 3rem;
}
.cid-rNFhsOCs8b .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rNFhsOCs8b .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rNFhsOCs8b .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNFhsOCs8b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNFhsOCs8b .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-rNFhsOCs8b a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rNFhsOCs8b a.close:hover {
  color: #ffffff;
}
.cid-rNFhsOCs8b svg {
  transition: all 0.5s ease-in;
}
.cid-rNFhsOCs8b svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-rNFhsOCs8b svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-rNFhsOCs8b svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-rNFhsOCs8b .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rNFhsOCs8b H1 {
  text-align: left;
}
.cid-rNFhsPIUqc {
  padding-top: 75px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNFhsPIUqc .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-rNFhsPIUqc .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-rNFhsPIUqc .p-4 {
  padding: 1rem 0 !important;
}
.cid-rNFhsPIUqc .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rNFhsPIUqc .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNFhsPIUqc .mbri-arrow-up:before {
  content: "\e960";
}
.cid-rNFhsPIUqc .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rNFhsPIUqc .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-rNFhsPIUqc .card {
  border-radius: 0px;
  border-bottom: 2px solid #e5e5e5 !important;
}
.cid-rNFhsPIUqc .card:last-child {
  border-bottom: none !important;
}
.cid-rNFhsPIUqc .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-rNFhsPIUqc .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title .toggle-icon {
  left: 7px;
  position: absolute;
  top: 36px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 18px;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title .toggle-icon:before,
.cid-rNFhsPIUqc .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title .toggle-icon:before {
  height: 19px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -9px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-rNFhsPIUqc .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 19px;
  margin-left: -9px;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .cid-rNFhsPIUqc .column-wrapper2 {
    margin-top: 3rem;
  }
}
.cid-rNFhsQPiaz {
  background-image: url("../../../assets/images/matthew-kwong-qjgw5ewkco8-unsplash.jpg");
  background-position: right;
}
.cid-rNFhsQPiaz .wrapper {
  position: relative;
  border-top: 3px solid #767575;
  border-right: 3px solid #767575;
  border-left: 3px solid #767575;
  padding: 2.5rem 2.5rem;
}
.cid-rNFhsQPiaz .wrapper:before {
  content: "";
  background: #767575;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rNFhsQPiaz .wrapper:after {
  content: "";
  background: #767575;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rNFhsQPiaz img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rNFhsQPiaz .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rNQCKgoIMn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNQCKgoIMn .container-fluid {
  position: relative;
}
.cid-rNQCKgoIMn .page-title-content {
  width: 79%;
}
.cid-rNQCKgoIMn .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rNQCKgoIMn .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rNQCKgoIMn .page-title-content {
    text-align: center;
  }
}
.cid-rNQCKgoIMn .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rNQCKgoIMn a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rNQCKgoIMn a:not(:first-child) {
  margin-left: 20px;
}
.cid-rNQCKgoIMn a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rNQCKgoIMn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rNQCKgoIMn a:hover:after,
.cid-rNQCKgoIMn a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rNQCKgoIMn a:hover:before,
.cid-rNQCKgoIMn a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rNQCKgoIMn a.text-white:hover,
.cid-rNQCKgoIMn a.text-white:focus {
  color: #ffffff !important;
}
.cid-rNQCKgoIMn .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rNQCKgoIMn .page-title-content .title,
.cid-rNQCKgoIMn .icon-section,
.cid-rNQCKgoIMn .mbr-section-btn {
  color: #343434;
}
.cid-rNFhsRwrkk {
  background-color: #ffffff;
}
.cid-rNFhsRwrkk .box1 {
  background-image: url("../../../assets/images/visitstivessplash.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rNFhsRwrkk .box2 {
  background-image: url("../../../assets/images/aerialprofilessplash.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rNFhsRwrkk .icon-wrap {
  background-color: #ff4e4e !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rNFhsRwrkk .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rNFhsRwrkk .icon-wrap span {
  padding-left: 8px;
}
.cid-rNFhsRwrkk .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rNFhsRwrkk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rNFhsRwrkk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNFhsRwrkk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNFhsRwrkk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNFhsRwrkk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rNFhsRwrkk a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rNFhsRwrkk .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-rNFhsRwrkk .box1,
  .cid-rNFhsRwrkk .box2 {
    height: 250px;
  }
}
.cid-rNFhsSFmqh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNFhsSFmqh .box1 {
  background-image: url("../../../assets/images/terrazzosplash-1.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rNFhsSFmqh .box2 {
  background-image: url("../../../assets/images/roguessplash.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rNFhsSFmqh .icon-wrap {
  background-color: #ff4e4e !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rNFhsSFmqh .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rNFhsSFmqh .icon-wrap span {
  padding-left: 8px;
}
.cid-rNFhsSFmqh .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rNFhsSFmqh .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rNFhsSFmqh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNFhsSFmqh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNFhsSFmqh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNFhsSFmqh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rNFhsSFmqh a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rNFhsSFmqh {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-rNFhsSFmqh .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-rNFhsSFmqh {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-rNFhsSFmqh .box1,
  .cid-rNFhsSFmqh .box2 {
    height: 250px;
  }
}
.cid-rNFhDSbFCf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/wwwgearsstill.png");
}
.cid-rNFhDSbFCf .mbr-text,
.cid-rNFhDSbFCf .mbr-section-subtitle {
  color: #767676;
}
.cid-rNFhDSbFCf .card-title {
  color: #66458e;
}
.cid-rNFhDSbFCf .card .card-img span {
  color: #fb7522;
  font-size: 60px;
  background: linear-gradient(45deg, #fb7522, #448ec6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rNFhDSbFCf .mbr-section-subtitle,
  .cid-rNFhDSbFCf .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNFhDSbFCf .card .card-img span {
    background: none;
  }
}
.cid-rNFhDSbFCf .card-title,
.cid-rNFhDSbFCf .card-img {
  color: #448ec6;
}
.cid-rNFhFgBjep {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNFhFgBjep .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-rNFhFgBjep .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-rNFhFgBjep .ico-line {
  display: -webkit-flex;
}
.cid-rNFhFgBjep .col-md-4 {
  padding: 0;
}
.cid-rNFhFgBjep p {
  line-height: 1.6;
}
.cid-rNFhFgBjep .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rNFhFgBjep .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-rNFhFgBjep .card-img {
  overflow: hidden;
  max-height: 475px;
  position: relative;
  border-radius: 0;
  right: 25px;
  top: 30px;
}
.cid-rNFhFgBjep .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-rNFhFgBjep img {
  transition: all 0.3s;
}
.cid-rNFhFgBjep h5 {
  margin: 0;
}
.cid-rNFhFgBjep .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-rNFhFgBjep .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-rNFhFgBjep .card-box > p,
.cid-rNFhFgBjep .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-rNFhFgBjep .price {
  color: #ffffff;
  text-align: left;
}
.cid-rNFhFgBjep .rev {
  color: #232323;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-rNFhFgBjep .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-rNFhFgBjep .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-rNFhFgBjep .col-md-4 {
    padding: 0 15px;
  }
  .cid-rNFhFgBjep .col-md-8 {
    margin: 0 15px;
  }
  .cid-rNFhFgBjep .price-box {
    left: 15px;
  }
  .cid-rNFhFgBjep .card-box {
    padding: 1rem;
  }
}
.cid-rNQCiVgyZB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNQCiVgyZB .carousel-item {
  padding-bottom: 30px;
  padding: 0 3rem;
}
.cid-rNQCiVgyZB .carousel-item > div {
  width: 100%;
}
.cid-rNQCiVgyZB .carousel-item.active,
.cid-rNQCiVgyZB .carousel-item-next,
.cid-rNQCiVgyZB .carousel-item-prev {
  display: flex;
}
.cid-rNQCiVgyZB .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-rNQCiVgyZB .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: 0.9;
}
.cid-rNQCiVgyZB .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rNQCiVgyZB .display-5 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rNQCiVgyZB .mbr-text {
  color: #121212;
}
.cid-rNQCiVgyZB .mbr-section-subtitle {
  color: #767676;
}
.cid-rNQCiVgyZB .display-7 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rNQCiVgyZB .signature {
  color: #121212;
}
.cid-rNQCiVgyZB .desk {
  color: #999999;
}
.cid-rNQCiVgyZB .testimonial-photo {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 1.6rem;
  margin-right: 2rem;
  padding: 0;
  display: inline-block;
}
.cid-rNQCiVgyZB .testimonial-photo img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 0% 10%;
  transition: 0.5s ease-in-out;
  filter: grayscale(100%);
}
.cid-rNQCiVgyZB .testimonial-photo img:hover {
  filter: grayscale(0%);
}
.cid-rNQCiVgyZB .title-wrapper .line {
  background-color: #c7cbd4;
  color: #c7cbd4;
  height: 1px;
  margin: 30px 0 20px;
  display: inline-block;
}
.cid-rNQCiVgyZB .carousel-indicators li {
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background: #ffffff;
  border: 2px solid black !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.cid-rNQCiVgyZB .carousel-indicators {
  bottom: 0px;
}
.cid-rNQCiVgyZB .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #000000;
}
.cid-rNQCiVgyZB ol {
  margin-bottom: 0rem;
}
.cid-rNQCiVgyZB .mbr-iconfont {
  font-size: 2rem;
  position: absolute;
  top: -3.6rem;
  left: 1rem;
}
.cid-rNQCiVgyZB .common-wrap {
  padding-top: 4rem;
}
@media (max-width: 1230px) {
  .cid-rNQCiVgyZB .mbr-iconfont {
    display: none;
  }
  .cid-rNQCiVgyZB .testimonial-photo {
    margin-right: 0;
  }
  .cid-rNQCiVgyZB .common-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .cid-rNQCiVgyZB .carousel-item {
    padding: 0 5rem;
  }
}
@media (max-width: 992px) {
  .cid-rNQCiVgyZB .common-wrap {
    margin-right: 9rem;
  }
}
@media (min-width: 768px) {
  .cid-rNQCiVgyZB .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 960px) {
  .cid-rNQCiVgyZB .testimonial-photo {
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rNQCiVgyZB .testimonial-photo {
    display: block;
    margin: 0 auto !important;
  }
  .cid-rNQCiVgyZB .title-wrapper {
    margin: 5px auto;
  }
  .cid-rNQCiVgyZB .title-wrapper .line {
    margin: 5px auto;
  }
  .cid-rNQCiVgyZB .common-wrap {
    margin-right: 0;
  }
  .cid-rNQCiVgyZB .display-5 {
    font-size: 1.5rem !important;
  }
  .cid-rNQCiVgyZB .row {
    margin: 0 !important;
  }
  .cid-rNQCiVgyZB .carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .cid-rNQCiVgyZB .carousel-controls {
    display: none;
  }
}
.cid-rNQCiVgyZB .mobi-mbri-quote-right {
  color: #ffb011;
}
.cid-rNQCiVgyZB .container-fluid {
  max-width: 1440px;
}
.cid-rNFhsVLmlP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #550606;
}
.cid-rNFhsVLmlP img {
  width: 90%;
}
.cid-rNFhsVLmlP .mbr-text,
.cid-rNFhsVLmlP .mbr-section-btn {
  color: #efefef;
}
.cid-rNFhsVLmlP h2 {
  padding-left: 11rem;
}
.cid-rNFhsVLmlP p {
  padding-right: 8rem;
}
.cid-rNFhsVLmlP .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-rNFhsVLmlP .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-rNFhsVLmlP .separator .sep-holder .sep-line {
  border-color: #550606 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-rNFhsVLmlP h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-rNFhsVLmlP img {
    width: 100%;
  }
  .cid-rNFhsVLmlP .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rNFhsVLmlP p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rNFhsVLmlP h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-rNFhsVLmlP p {
    text-align: left !important;
    position: relative;
  }
}
.cid-rNFhsVLmlP H2 {
  color: #efefef;
}
#RS6STARContactFormSpDon-1a H3 {
  color: #ece6e6;
}
#RS6STARContactFormSpDon-1a SMALL {
  text-align: center;
}
#RS6STARContactFormSpDon-1a .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-1a #submitbutton {
  width: 60%;
  margin: 0px 0px;
  font-size: 1.8rem;
}
#RS6STARContactFormSpDon-1a h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-1a small {
  font-size: 36px;
}
#RS6STARContactFormSpDon-1a .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1a .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1a .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1a .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-1a .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-1a #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-1a #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-1a #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-1a #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  font-size: 1.2rem;
}
#RS6STARContactFormSpDon-1a #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  font-size: 1.2rem;
}
#RS6STARContactFormSpDon-1a #sendbutton {
  text-align: left;
  width: 100%;
  font-size: 0.8rem;
}
#RS6STARContactFormSpDon-1a .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-1a .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1a .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1a .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1a .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-1a .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-1a #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-1a #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-1a #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1a #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1a #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-1a #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-1a #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-1a #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-1a #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-1a #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1a #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-1a #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-1a #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-1a .form-control {
  padding: .5em .5em !important;
}
.cid-sdAnyoi1Rq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sdAnyoi1Rq a:link {
  text-decoration: none;
}
.cid-sdAnyoi1Rq .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdAnyoi1Rq .icon-transition span:hover {
  background-color: #448ec6;
}
.cid-sdAnyoi1Rq .inner-text {
  line-height: 3em;
}
.cid-sdAnyoi1Rq .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdAnyoi1Rq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdAnyoi1Rq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdAnyoi1Rq .content-text,
.cid-sdAnyoi1Rq .inner-text {
  color: #c1c1c1;
}
.cid-rNQJZbj1lB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff4e4e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-rNQJZbj1lB .nav-item,
.cid-rNQJZbj1lB .nav-link,
.cid-rNQJZbj1lB .navbar-caption {
  font-weight: normal;
}
.cid-rNQJZbj1lB .nav-item:focus,
.cid-rNQJZbj1lB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNQJZbj1lB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link {
    position: relative;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff4e4e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rNQJZbj1lB .nav-item:hover .nav-link:before,
  .cid-rNQJZbj1lB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-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-rNQJZbj1lB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #343434;
  background: none;
}
.cid-rNQJZbj1lB .navbar.opened {
  transition: all .3s;
  background: #343434 !important;
}
.cid-rNQJZbj1lB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rNQJZbj1lB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNQJZbj1lB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQJZbj1lB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNQJZbj1lB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNQJZbj1lB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNQJZbj1lB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQJZbj1lB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQJZbj1lB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQJZbj1lB .navbar.navbar-short {
  background: #343434 !important;
  min-height: 60px;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQJZbj1lB .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-rNQJZbj1lB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNQJZbj1lB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQJZbj1lB .dropdown-item.active,
.cid-rNQJZbj1lB .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQJZbj1lB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #343434;
  z-index: 2;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNQJZbj1lB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQJZbj1lB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQJZbj1lB .navbar-buttons {
  text-align: center;
}
.cid-rNQJZbj1lB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4e4e;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNQJZbj1lB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7fa8d7;
  display: inline-flex;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rNQJZbj1lB .soc-item {
  margin: .5rem .3rem;
}
.cid-rNQJZbj1lB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB a.nav-link .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rNQJZbj1lB a.nav-link:hover .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQJZbj1lB .navbar {
    height: 77px;
  }
  .cid-rNQJZbj1lB .navbar.opened {
    height: auto;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNQJZbj1lB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff4e4e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-rNQJZbj1lB .nav-item,
.cid-rNQJZbj1lB .nav-link,
.cid-rNQJZbj1lB .navbar-caption {
  font-weight: normal;
}
.cid-rNQJZbj1lB .nav-item:focus,
.cid-rNQJZbj1lB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNQJZbj1lB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link {
    position: relative;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff4e4e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rNQJZbj1lB .nav-item:hover .nav-link:before,
  .cid-rNQJZbj1lB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-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-rNQJZbj1lB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #343434;
  background: none;
}
.cid-rNQJZbj1lB .navbar.opened {
  transition: all .3s;
  background: #343434 !important;
}
.cid-rNQJZbj1lB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rNQJZbj1lB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNQJZbj1lB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQJZbj1lB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNQJZbj1lB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNQJZbj1lB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNQJZbj1lB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQJZbj1lB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQJZbj1lB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQJZbj1lB .navbar.navbar-short {
  background: #343434 !important;
  min-height: 60px;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQJZbj1lB .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-rNQJZbj1lB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNQJZbj1lB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQJZbj1lB .dropdown-item.active,
.cid-rNQJZbj1lB .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQJZbj1lB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #343434;
  z-index: 2;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNQJZbj1lB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQJZbj1lB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQJZbj1lB .navbar-buttons {
  text-align: center;
}
.cid-rNQJZbj1lB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4e4e;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNQJZbj1lB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7fa8d7;
  display: inline-flex;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rNQJZbj1lB .soc-item {
  margin: .5rem .3rem;
}
.cid-rNQJZbj1lB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB a.nav-link .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rNQJZbj1lB a.nav-link:hover .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQJZbj1lB .navbar {
    height: 77px;
  }
  .cid-rNQJZbj1lB .navbar.opened {
    height: auto;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2UILy6thj {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background6.jpg");
  overflow: hidden;
}
.cid-s2UILy6thj svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s2UILy6thj #e2_shape {
  fill: #ffffff !important;
}
.cid-s2UILy6thj img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(166, 194, 227, 0.35);
}
@media (max-width: 576px) {
  .cid-s2UILy6thj img {
    width: 90%!important;
  }
}
.cid-s2UILy6thj H1 {
  color: #ffffff;
}
.cid-s2UZXQzTy8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2UZXQzTy8 img {
  width: 90%;
}
.cid-s2UZXQzTy8 .mbr-text,
.cid-s2UZXQzTy8 .mbr-section-btn {
  color: black;
}
.cid-s2UZXQzTy8 h2 {
  padding-left: 11rem;
}
.cid-s2UZXQzTy8 p {
  padding-right: 8rem;
}
.cid-s2UZXQzTy8 .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-s2UZXQzTy8 .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-s2UZXQzTy8 .separator .sep-holder .sep-line {
  border-color: #ffffff !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-s2UZXQzTy8 h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-s2UZXQzTy8 img {
    width: 100%;
  }
  .cid-s2UZXQzTy8 .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-s2UZXQzTy8 p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-s2UZXQzTy8 h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-s2UZXQzTy8 p {
    text-align: left !important;
    position: relative;
  }
}
.cid-shQw4XxVrS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-shQw4XxVrS {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-shQw4XxVrS .text {
  padding: 0;
}
.cid-shQw4XxVrS section {
  position: relative;
}
.cid-shQw4XxVrS h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-shQw4XxVrS .mbr-iconfont {
  padding: 0!important;
}
.cid-shQw4XxVrS .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #300101;
}
.cid-shQw4XxVrS .box {
  background-image: url("../../../assets/images/vlcsnap-2020-11-30-18h45m40s481-2.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shQw4XxVrS .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-shQw4XxVrS .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-shQw4XxVrS .icon-wrap span {
  padding-left: 8px;
}
.cid-shQw4XxVrS .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-shQw4XxVrS .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-shQw4XxVrS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shQw4XxVrS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shQw4XxVrS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-shQw4XxVrS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shQw4XxVrS a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shQw4XxVrS {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-shQw4XxVrS .box {
    height: 250px;
  }
  .cid-shQw4XxVrS .row {
    padding: 1rem!important;
  }
}
.cid-shQw4XxVrS H2 {
  color: #191f2d;
}
.cid-s2V6uFJx5k {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #300101;
}
.cid-s2V6uFJx5k .mbr-text,
.cid-s2V6uFJx5k .mbr-section-subtitle {
  color: #767676;
}
.cid-s2V6uFJx5k .card-title {
  color: #66458e;
}
.cid-s2V6uFJx5k .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s2V6uFJx5k .mbr-section-subtitle,
  .cid-s2V6uFJx5k .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2V6uFJx5k .card .card-img span {
    background: none;
  }
}
.cid-s2V6uFJx5k .mbr-section-title {
  color: #ea4242;
}
.cid-s2V6uFJx5k .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s2V6uFJx5k .card-title,
.cid-s2V6uFJx5k .card-img {
  color: #cccccc;
}
.cid-s2V6uFJx5k .mbr-text {
  color: #cccccc;
}
.cid-s2VvnuccfD {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-s2VvnuccfD p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s2VvnuccfD .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-s2VvnuccfD .collapsed {
  border: none;
}
.cid-s2VvnuccfD .panel-body {
  padding-top: 0.5rem;
}
.cid-s2VvnuccfD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s2VvnuccfD .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-s2VvnuccfD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s2VvnuccfD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s2VvnuccfD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s2VvnuccfD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s2VvnuccfD .panel-text {
  color: #767676;
}
.cid-s2VvnuccfD H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-s2VF39b2BR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2VF39b2BR .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s2VF39b2BR .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s2VF39b2BR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s2VF39b2BR .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s2VF39b2BR .process-icon,
.cid-s2VF39b2BR .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s2VF39b2BR .wrapper,
.cid-s2VF39b2BR .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s2VF39b2BR .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: .4;
}
.cid-s2VF39b2BR .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s2VF39b2BR .icon-container a {
  display: inherit;
}
.cid-s2VF39b2BR .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #149dcc !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s2VF39b2BR .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s2VF39b2BR .icon-main:hover .icon-wrapper {
  background-color: #149dcc !important;
}
.cid-s2VF39b2BR .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-s2VF39b2BR .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-s2VF39b2BR .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s2VF39b2BR .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s2VF39b2BR .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s2VF39b2BR .mbr-section-title {
  margin: 0;
}
.cid-s2VF39b2BR .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s2ViJrNTwp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #300101;
}
.cid-s2ViJrNTwp img {
  width: 90%;
}
.cid-s2ViJrNTwp .mbr-text,
.cid-s2ViJrNTwp .mbr-section-btn {
  color: #fafafa;
}
.cid-s2ViJrNTwp h2 {
  padding-left: 11rem;
}
.cid-s2ViJrNTwp p {
  padding-right: 8rem;
}
.cid-s2ViJrNTwp .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-s2ViJrNTwp .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-s2ViJrNTwp .separator .sep-holder .sep-line {
  border-color: #ffffff !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-s2ViJrNTwp h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-s2ViJrNTwp img {
    width: 100%;
  }
  .cid-s2ViJrNTwp .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-s2ViJrNTwp p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-s2ViJrNTwp h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-s2ViJrNTwp p {
    text-align: left !important;
    position: relative;
  }
}
.cid-s2ViJrNTwp H2 {
  color: #cccccc;
}
.cid-s2XU8rWvPX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s2XU8rWvPX .carousel-item {
  padding-bottom: 30px;
  padding: 0 3rem;
}
.cid-s2XU8rWvPX .carousel-item > div {
  width: 100%;
}
.cid-s2XU8rWvPX .carousel-item.active,
.cid-s2XU8rWvPX .carousel-item-next,
.cid-s2XU8rWvPX .carousel-item-prev {
  display: flex;
}
.cid-s2XU8rWvPX .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-s2XU8rWvPX .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: 0.9;
}
.cid-s2XU8rWvPX .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s2XU8rWvPX .display-5 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-s2XU8rWvPX .mbr-text {
  color: #121212;
}
.cid-s2XU8rWvPX .mbr-section-subtitle {
  color: #767676;
}
.cid-s2XU8rWvPX .display-7 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-s2XU8rWvPX .signature {
  color: #121212;
}
.cid-s2XU8rWvPX .desk {
  color: #999999;
}
.cid-s2XU8rWvPX .testimonial-photo {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 1.6rem;
  margin-right: 2rem;
  padding: 0;
  display: inline-block;
}
.cid-s2XU8rWvPX .testimonial-photo img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 0% 10%;
  transition: 0.5s ease-in-out;
  filter: grayscale(100%);
}
.cid-s2XU8rWvPX .testimonial-photo img:hover {
  filter: grayscale(0%);
}
.cid-s2XU8rWvPX .title-wrapper .line {
  background-color: #c7cbd4;
  color: #c7cbd4;
  height: 1px;
  margin: 30px 0 20px;
  display: inline-block;
}
.cid-s2XU8rWvPX .carousel-indicators li {
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background: #ffffff;
  border: 2px solid black !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.cid-s2XU8rWvPX .carousel-indicators {
  bottom: 0px;
}
.cid-s2XU8rWvPX .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #000000;
}
.cid-s2XU8rWvPX ol {
  margin-bottom: 0rem;
}
.cid-s2XU8rWvPX .mbr-iconfont {
  font-size: 2rem;
  position: absolute;
  top: -3.6rem;
  left: 1rem;
}
.cid-s2XU8rWvPX .common-wrap {
  padding-top: 4rem;
}
@media (max-width: 1230px) {
  .cid-s2XU8rWvPX .mbr-iconfont {
    display: none;
  }
  .cid-s2XU8rWvPX .testimonial-photo {
    margin-right: 0;
  }
  .cid-s2XU8rWvPX .common-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .cid-s2XU8rWvPX .carousel-item {
    padding: 0 5rem;
  }
}
@media (max-width: 992px) {
  .cid-s2XU8rWvPX .common-wrap {
    margin-right: 9rem;
  }
}
@media (min-width: 768px) {
  .cid-s2XU8rWvPX .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 960px) {
  .cid-s2XU8rWvPX .testimonial-photo {
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-s2XU8rWvPX .testimonial-photo {
    display: block;
    margin: 0 auto !important;
  }
  .cid-s2XU8rWvPX .title-wrapper {
    margin: 5px auto;
  }
  .cid-s2XU8rWvPX .title-wrapper .line {
    margin: 5px auto;
  }
  .cid-s2XU8rWvPX .common-wrap {
    margin-right: 0;
  }
  .cid-s2XU8rWvPX .display-5 {
    font-size: 1.5rem !important;
  }
  .cid-s2XU8rWvPX .row {
    margin: 0 !important;
  }
  .cid-s2XU8rWvPX .carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .cid-s2XU8rWvPX .carousel-controls {
    display: none;
  }
}
.cid-s2XU8rWvPX .mobi-mbri-quote-right {
  color: #ffb011;
}
.cid-s2XU8rWvPX .container-fluid {
  max-width: 1440px;
}
.cid-s2VfS1DwrV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-s2VfS1DwrV .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s2VfS1DwrV .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s2VfS1DwrV .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2VfS1DwrV .first-table {
  margin: 0;
}
.cid-s2VfS1DwrV .first-table.two-items {
  margin-right: 15px;
}
.cid-s2VfS1DwrV .first-table .table-head-wrapper {
  background: #efefef;
}
.cid-s2VfS1DwrV .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-s2VfS1DwrV .second-table .table-head-wrapper {
  background: #232323;
}
.cid-s2VfS1DwrV .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-s2VfS1DwrV .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-s2VfS1DwrV .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-s2VfS1DwrV .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-s2VfS1DwrV .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-s2VfS1DwrV .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-s2VfS1DwrV .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-s2VfS1DwrV .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-s2VfS1DwrV .first-table,
  .cid-s2VfS1DwrV .second-table {
    margin: 0 15px;
  }
  .cid-s2VfS1DwrV .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-s2VfS1DwrV .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s2VfS1DwrV .first-table,
  .cid-s2VfS1DwrV .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-s2VfS1DwrV .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sdAn4oAfbR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sdAn4oAfbR a:link {
  text-decoration: none;
}
.cid-sdAn4oAfbR .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdAn4oAfbR .icon-transition span:hover {
  background-color: #448ec6;
}
.cid-sdAn4oAfbR .inner-text {
  line-height: 3em;
}
.cid-sdAn4oAfbR .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdAn4oAfbR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdAn4oAfbR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdAn4oAfbR .content-text,
.cid-sdAn4oAfbR .inner-text {
  color: #c1c1c1;
}
.cid-rNQJZbj1lB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff4e4e;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-rNQJZbj1lB .nav-item,
.cid-rNQJZbj1lB .nav-link,
.cid-rNQJZbj1lB .navbar-caption {
  font-weight: normal;
}
.cid-rNQJZbj1lB .nav-item:focus,
.cid-rNQJZbj1lB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNQJZbj1lB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link {
    position: relative;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff4e4e;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rNQJZbj1lB .nav-item:hover .nav-link:before,
  .cid-rNQJZbj1lB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNQJZbj1lB .dropdown .dropdown-menu .dropdown-item .soc-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-rNQJZbj1lB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #343434;
  background: none;
}
.cid-rNQJZbj1lB .navbar.opened {
  transition: all .3s;
  background: #343434 !important;
}
.cid-rNQJZbj1lB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rNQJZbj1lB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNQJZbj1lB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQJZbj1lB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNQJZbj1lB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNQJZbj1lB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQJZbj1lB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNQJZbj1lB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQJZbj1lB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQJZbj1lB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQJZbj1lB .navbar.navbar-short {
  background: #343434 !important;
  min-height: 60px;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQJZbj1lB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQJZbj1lB .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-rNQJZbj1lB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNQJZbj1lB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQJZbj1lB .dropdown-item.active,
.cid-rNQJZbj1lB .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQJZbj1lB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNQJZbj1lB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #343434;
  z-index: 2;
}
.cid-rNQJZbj1lB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNQJZbj1lB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQJZbj1lB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQJZbj1lB .navbar-buttons {
  text-align: center;
}
.cid-rNQJZbj1lB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4e4e;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQJZbj1lB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQJZbj1lB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQJZbj1lB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNQJZbj1lB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #7fa8d7;
  display: inline-flex;
}
.cid-rNQJZbj1lB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rNQJZbj1lB .soc-item {
  margin: .5rem .3rem;
}
.cid-rNQJZbj1lB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNQJZbj1lB a.nav-link .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rNQJZbj1lB a.nav-link:hover .mbr-iconfont-btn,
.cid-rNQJZbj1lB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rNQJZbj1lB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQJZbj1lB .navbar {
    height: 77px;
  }
  .cid-rNQJZbj1lB .navbar.opened {
    height: auto;
  }
  .cid-rNQJZbj1lB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdAjfbHCOM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-sdAjfbHCOM img {
  width: 90%;
}
.cid-sdAjfbHCOM h3 {
  line-height: 1;
  padding-left: 3.9rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cid-sdAjfbHCOM h3:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sdAjfbHCOM h3::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sdAjfbHCOM h3:hover:after,
.cid-sdAjfbHCOM h3:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sdAjfbHCOM h3:hover:before,
.cid-sdAjfbHCOM h3:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sdAjfbHCOM h2 {
  padding-left: 4rem;
}
.cid-sdAjfbHCOM h2 .wrap:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 15%;
  left: -1.5rem;
  width: 70px;
  height: 2px;
}
.cid-sdAjfbHCOM .img1 {
  top: -6%;
}
@media (max-width: 1200px) {
  .cid-sdAjfbHCOM h2 .wrap::before {
    top: 12%;
    left: 0rem;
    width: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sdAjfbHCOM img {
    width: 100%;
  }
  .cid-sdAjfbHCOM .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-sdAjfbHCOM h2 {
    line-height: 3rem;
    padding-left: 0;
  }
  .cid-sdAjfbHCOM h2 .wrap::before {
    display: none;
  }
  .cid-sdAjfbHCOM h3 {
    padding-left: 15px;
  }
  .cid-sdAjfbHCOM .align-left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sdAjfbHCOM h2 {
    padding-left: 0;
  }
  .cid-sdAjfbHCOM h2 .wrap::before {
    display: none;
  }
  .cid-sdAjfbHCOM h3 {
    margin: auto 0;
  }
  .cid-sdAjfbHCOM p {
    margin-top: 1rem;
    padding: 1rem;
  }
  .cid-sdAjfbHCOM .align-left {
    padding: 1rem;
  }
  .cid-sdAjfbHCOM .icon-wrap {
    margin: auto 0;
  }
}
.cid-sdAjfbHCOM .mbr-iconfont {
  color: #5263b8;
  font-size: 4rem;
}
@media (max-width: 576px) {
  .cid-sdAjfbHCOM .mbr-section-title {
    padding-bottom: 0 !important;
  }
  .cid-sdAjfbHCOM .mbr-section-subtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cid-sdAjfbHCOM .text2 {
    margin-top: 0px;
    padding-top: 8px;
  }
}
