body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'alternate-gothic-extracondensed-atf';
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'alternate-gothic-extracondensed-atf';
  font-size: 3.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'alternate-gothic-extracondensed-atf';
  font-size: 2.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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: #a3171c !important;
}
.bg-success {
  background-color: #d87c0a !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #a3171c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a3171c !important;
  border-color: #a3171c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #600e10 !important;
  border-color: #600e10 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #600e10 !important;
  border-color: #600e10 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdbf57 !important;
  border-color: #fdbf57 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #fca20b !important;
  border-color: #fca20b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fca20b !important;
  border-color: #fca20b !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: #d87c0a !important;
  border-color: #d87c0a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8f5207 !important;
  border-color: #8f5207 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8f5207 !important;
  border-color: #8f5207 !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: #a3171c !important;
  border-color: #a3171c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #600e10 !important;
  border-color: #600e10 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #600e10 !important;
  border-color: #600e10 !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: #4a0a0d;
  color: #4a0a0d;
}
.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: #a3171c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a3171c !important;
  border-color: #a3171c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #eb9403;
  color: #eb9403;
}
.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: #fdbf57;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fdbf57 !important;
  border-color: #fdbf57 !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: #774405;
  color: #774405;
}
.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: #d87c0a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d87c0a !important;
  border-color: #d87c0a !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: #4a0a0d;
  color: #4a0a0d;
}
.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: #a3171c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a3171c !important;
  border-color: #a3171c !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: #a3171c !important;
}
.text-secondary {
  color: #fdbf57 !important;
}
.text-success {
  color: #d87c0a !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #a3171c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4a0a0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #eb9403 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #774405 !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: #4a0a0d !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: #a3171c;
}
.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: #a3171c;
  border-color: #a3171c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a3171c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e75358;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbdbb3;
}
.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: #e75358;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #a3171c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a3171c;
  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: #a3171c;
  border-bottom-color: #a3171c;
}
.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: #a3171c !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: #fdbf57 !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-rJTQ8loxRU .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-rJTQ8loxRU .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-rJTQ8loxRU .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-rJTQ8loxRU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJTQ8loxRU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rJTQ8loxRU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJTQ8loxRU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJTQ8loxRU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJTQ8loxRU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJTQ8loxRU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rJTQ8loxRU a {
  font-style: normal;
}
.cid-rJTQ8loxRU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rJTQ8loxRU .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rJTQ8loxRU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJTQ8loxRU .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rJTQ8loxRU .content-text {
  margin-bottom: 0;
}
.cid-rJTQ8loxRU .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rJTQ8loxRU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #a3171c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rJTQ8loxRU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rJTQ8loxRU .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-rJTQ8loxRU .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rJTQ8loxRU .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rJTQ8loxRU .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rJTQ8loxRU .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rJTQ8loxRU .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rJTQ8loxRU .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJTQ8loxRU .nav-dropdown .link {
  font-weight: 400;
}
.cid-rJTQ8loxRU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rJTQ8loxRU .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rJTQ8loxRU .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rJTQ8loxRU .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-rJTQ8loxRU .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-rJTQ8loxRU .menu-content-top.show {
  display: block;
}
.cid-rJTQ8loxRU .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rJTQ8loxRU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-rJTQ8loxRU .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rJTQ8loxRU .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rJTQ8loxRU .dropdown-item:before {
    display: none;
  }
  .cid-rJTQ8loxRU .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-rJTQ8loxRU .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rJTQ8loxRU img {
    height: 3.8rem !important;
  }
  .cid-rJTQ8loxRU .btn {
    display: flex;
  }
  .cid-rJTQ8loxRU button.navbar-toggler {
    display: block;
  }
  .cid-rJTQ8loxRU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rJTQ8loxRU .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rJTQ8loxRU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJTQ8loxRU .navbar-collapse.collapsing,
  .cid-rJTQ8loxRU .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJTQ8loxRU .navbar-collapse.collapsing .navbar-nav,
  .cid-rJTQ8loxRU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJTQ8loxRU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJTQ8loxRU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rJTQ8loxRU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rJTQ8loxRU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJTQ8loxRU .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJTQ8loxRU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJTQ8loxRU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJTQ8loxRU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJTQ8loxRU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rJTQ8loxRU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJTQ8loxRU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJTQ8loxRU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-rJTQ8loxRU .navbar .menu-content-top {
    display: block;
  }
  .cid-rJTQ8loxRU .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-rJTQ8loxRU .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rJTQ8loxRU .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rJTQ8loxRU .menu-bottom {
    display: flex;
  }
  .cid-rJTQ8loxRU .navbar {
    display: block;
    padding: 0;
  }
  .cid-rJTQ8loxRU .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rJTQ8loxRU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rJTQ8loxRU .navbar-toggler {
    display: none;
  }
}
.cid-rJTQ8loxRU .navbar-short .menu-content-top {
  border: none;
}
.cid-rJTQ8loxRU .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJTQ8loxRU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rJTQ8loxRU .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-rJTQ8loxRU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJTQ8loxRU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJTQ8loxRU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJTQ8loxRU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rJTQ8loxRU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rJTQ8loxRU .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJTQ8loxRU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rJTQ8loxRU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rJTQ8loxRU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJTQ8loxRU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJTQ8loxRU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJTQ8loxRU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJTQ8loxRU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rJTQ8loxRU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJTQ8loxRU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJTQ8loxRU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJTQ8loxRU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJTQ8loxRU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJTQ8loxRU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-rJTQ8loxRU button.navbar-toggler:focus {
  outline: none;
}
.cid-rJTQ8loxRU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rJTQ8loxRU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJTQ8loxRU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTQ8loxRU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJTQ8loxRU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJTQ8loxRU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTQ8loxRU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJTQ8loxRU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJTQ8loxRU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJTQ8loxRU .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rJTQ8loxRU .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJTQ8loxRU .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rJTQ8loxRU .collapsed .btn {
  display: flex;
}
.cid-rJTQ8loxRU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJTQ8loxRU .collapsed .navbar-collapse.collapsing,
.cid-rJTQ8loxRU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJTQ8loxRU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJTQ8loxRU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJTQ8loxRU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJTQ8loxRU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJTQ8loxRU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rJTQ8loxRU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rJTQ8loxRU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJTQ8loxRU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJTQ8loxRU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJTQ8loxRU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rJTQ8loxRU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-rJTQ8loxRU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rJTQ8loxRU .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJTQ8loxRU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rJTQ8loxRU .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rJTQ8loxRU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-rJTQ8loxRU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJTQ8loxRU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJTQ8loxRU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rJTQ8loxRU .collapsed .dropdown-item:before {
  display: none;
}
.cid-rJTQ8loxRU .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rJTQ8loxRU .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rJTQ8loxRU .nav-link:focus {
  outline: none;
}
.cid-rJTQ8loxRU .navbar-toggler {
  position: relative;
}
.cid-rJTQ8loxRU .dropdown-item.active,
.cid-rJTQ8loxRU .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-rJTQ8loxRU .nav-link:hover,
.cid-rJTQ8loxRU .dropdown-item:hover {
  color: #4284df;
}
.cid-sSaGgYvLV5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-orange-bg-pattern-1024x264.jpg");
  background-repeat: repeat !important;
}
.cid-sSaGgYvLV5 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sSaGgYvLV5 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sSaGgYvLV5 H3 {
  color: #ffffff;
}
.cid-u5xEYzKqtp {
  background-image: url("../../../assets/images/1.webp");
}
.cid-u5xEYzKqtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xEYzKqtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xEYzKqtp .mbr-section-title {
  color: #ffffff;
}
.cid-u5xEYzKqtp .mbr-text,
.cid-u5xEYzKqtp .mbr-section-btn {
  color: #ffffff;
}
.cid-u5xEYzKqtp h2 {
  font-size: 56px;
}
.cid-u5xEYzKqtp h1 {
  font-family: alternate-gothic-extracondensed-atf;
  background: #D87C0A;
  font-size: 100px;
  background-image: url(https://www.proxydocs.com/branding/962415/2025/topo-white.svg);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-top: -50px;
}
.cid-sSeWaQEb25 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/quanta-pattern.svg");
  background-repeat: repeat !important;
}
.cid-sSeWaQEb25 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sSeWaQEb25 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sSeWaQEb25 H3 {
  color: #191f2d;
}
.cid-sTzyBJK2k0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-bold.webp");
}
.cid-sTzyBJK2k0 .mbr-section-subtitle {
  margin-bottom: 12px;
  text-align: center;
}
.cid-sTzyBJK2k0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sTzyBJK2k0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sTzyBJK2k0 .mbr-section-btn .btn-secondary-outline .active,
.cid-sTzyBJK2k0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #a3171c !important;
}
.cid-sTzyBJK2k0 .item-img {
  overflow: hidden;
}
.cid-sTzyBJK2k0 img,
.cid-sTzyBJK2k0 .item-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.cid-sTzyBJK2k0 .item-content {
  padding: 40px;
  background: #343434;
}
@media (max-width: 767px) {
  .cid-sTzyBJK2k0 .item-content {
    padding: 20px;
  }
}
.cid-sTzyBJK2k0 .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sTzyBJK2k0 .item:focus,
.cid-sTzyBJK2k0 span:focus {
  outline: none;
}
.cid-sTzyBJK2k0 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sTzyBJK2k0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sTzyBJK2k0 .item-title,
.cid-sTzyBJK2k0 .card_topic {
  margin-bottom: 12px;
}
.cid-sTzyBJK2k0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sTzyBJK2k0 .item-wrapper:hover .item-title a {
  color: #fdbf57 !important;
}
.cid-sTzyBJK2k0 .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sTzyBJK2k0 .category_content {
  opacity: .8;
}
.cid-sTzyBJK2k0 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sTzyBJK2k0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTzyBJK2k0 .item-title {
  color: #f1a631;
}
.cid-sTzyBJK2k0 .btn {
  background-color: #D87C0A !important;
  color: #fff !important;
}
.cid-sTzyBJK2k0 .btn:hover {
  background-color: #cf091C !important;
  color: #fff !important;
}
.cid-sTzFKB74M4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/quanta-pattern.svg");
}
.cid-sTzFKB74M4 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sTzFKB74M4 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sTzFKB74M4 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sTzFKB74M4 .mbr-text,
.cid-sTzFKB74M4 .mbr-section-btn {
  color: #191f2d;
}
.cid-sTzFKB74M4 h3 {
  font-size: 28px;
}
.cid-sTzFKB74M4 .btn {
  background-color: #D87C0A !important;
  color: #fff !important;
}
.cid-sTzFKB74M4 .btn:hover {
  background-color: #cf091C !important;
  color: #fff !important;
}
.cid-sSaCCkYgdu {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background-image-2000x691.jpg");
}
.cid-sSaCCkYgdu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sSaCCkYgdu .mbr-text,
.cid-sSaCCkYgdu .mbr-section-btn {
  text-align: left;
  color: #f2f3f7;
}
.cid-sSaCCkYgdu .btn {
  background-color: #D87C0A !important;
  color: #fff !important;
}
.cid-sSaCCkYgdu .btn:hover {
  background-color: #cf091C !important;
  color: #fff !important;
}
.cid-rXFkcWCtJY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXFkcWCtJY .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-rXFkcWCtJY .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rXFkcWCtJY .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rXFkcWCtJY .form-group {
  padding-right: 0;
}
.cid-rXFkcWCtJY .card {
  padding: 3rem 8rem;
}
.cid-rXFkcWCtJY .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rXFkcWCtJY .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rXFkcWCtJY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rXFkcWCtJY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rXFkcWCtJY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rXFkcWCtJY .map-placeholder {
  display: none;
}
.cid-rXFkcWCtJY .btn-primary {
  border: 1px solid #a3171c !important;
}
.cid-rXFkcWCtJY .btn-primary:hover {
  border: 1px solid #a3171c !important;
}
.cid-rXFkcWCtJY .stripe {
  border-bottom: 1px solid #a3171c;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rXFkcWCtJY .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rXFkcWCtJY .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rXFkcWCtJY .mbr-text {
  color: #444;
}
.cid-rXFkcWCtJY h5 {
  margin-bottom: 0;
}
.cid-rXFkcWCtJY .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rXFkcWCtJY .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rXFkcWCtJY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rXFkcWCtJY .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXFkcWCtJY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rXFkcWCtJY .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rXFkcWCtJY .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rXFkcWCtJY .social-list a:hover {
  opacity: 0.4;
}
.cid-rXFkcWCtJY .media-container-row > div {
  padding: 0px;
}
.cid-rXFkcWCtJY .text2 {
  color: #000000;
  text-align: left;
}
.cid-rXFkcWCtJY .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rXFkcWCtJY .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rXFkcWCtJY .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rXFkcWCtJY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rXFkcWCtJY h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rXFkcWCtJY .form-group {
    max-width: 180px;
  }
  .cid-rXFkcWCtJY .card {
    padding: 2rem 1rem;
  }
}
.cid-rXFkcWCtJY .links span {
  color: #9e9e9e;
}
.cid-rXFkcWCtJY .logo-title,
.cid-rXFkcWCtJY .logo-sub-title {
  text-align: center;
}
.cid-rXFkcWCtJY .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rKbxxTdNVl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKbxxTdNVl .counter-container {
  color: #464646;
}
.cid-rKbxxTdNVl .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rKbxxTdNVl .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rKbxxTdNVl .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rKbxxTdNVl p {
  font-family: Montserrat;
}
.cid-rKbxxTdNVl .mbr-section-btn {
  font-family: Montserrat;
}
.cid-rKbxxTdNVl .btn {
  background-color: #D87C0A !important;
  color: #fff !important;
}
.cid-rKbxxTdNVl .btn:hover {
  background-color: #cf091C !important;
  color: #fff !important;
}
.cid-rKbtkiaBrv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/quanta-pattern.svg");
}
.cid-rKbtkiaBrv .mbr-section-title span {
  display: block;
}
.cid-rKbtkiaBrv .first-column,
.cid-rKbtkiaBrv .second-column {
  margin-bottom: 1rem;
}
.cid-rKbtkiaBrv .first-column ul,
.cid-rKbtkiaBrv .second-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rKbtkiaBrv .first-column ul li,
.cid-rKbtkiaBrv .second-column ul li {
  margin-bottom: 1rem;
}
.cid-rKbtkiaBrv .card-support {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
.cid-rKbtkiaBrv .card-support li {
  margin-bottom: .4rem;
  margin-right: .4rem;
  display: inline-block;
}
.cid-rKbtkiaBrv .mbr-iconfont {
  padding: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-rKbtkiaBrv .card-support {
    text-align: center;
  }
}
.cid-rKbtkiaBrv .first-column {
  color: #191f2d;
}
