body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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))));
  }
  .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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #37c5ab !important;
}
.bg-info {
  background-color: #796eff !important;
}
.bg-warning {
  background-color: #fff000 !important;
}
.bg-danger {
  background-color: #e8384f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #273240 !important;
  border-color: #273240 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a0d10 !important;
  border-color: #0a0d10 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a0d10 !important;
  border-color: #0a0d10 !important;
}
.btn-info,
.btn-info:active {
  background-color: #796eff !important;
  border-color: #796eff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3221ff !important;
  border-color: #3221ff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3221ff !important;
  border-color: #3221ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #268977 !important;
  border-color: #268977 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #268977 !important;
  border-color: #268977 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e8384f !important;
  border-color: #e8384f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #be162c !important;
  border-color: #be162c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be162c !important;
  border-color: #be162c !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000001;
  color: #000001;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #273240;
  border-color: #273240;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273240 !important;
  border-color: #273240 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1b08ff;
  color: #1b08ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #796eff;
  border-color: #796eff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #796eff !important;
  border-color: #796eff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #217566;
  color: #217566;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #37c5ab;
  border-color: #37c5ab;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999000;
  color: #999000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #a71327;
  color: #a71327;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e8384f;
  border-color: #e8384f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #273240 !important;
}
.text-success {
  color: #37c5ab !important;
}
.text-info {
  color: #796eff !important;
}
.text-warning {
  color: #fff000 !important;
}
.text-danger {
  color: #e8384f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #217566 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1b08ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71327 !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: #796eff;
}
.alert-warning {
  background-color: #fff000;
}
.alert-danger {
  background-color: #e8384f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #99e3d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdeff1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #273240 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sC2pJCXbnG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 25%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sC2pJCXbnG .nav-item,
.cid-sC2pJCXbnG .nav-link,
.cid-sC2pJCXbnG .navbar-caption {
  font-weight: normal;
}
.cid-sC2pJCXbnG .nav-item:focus,
.cid-sC2pJCXbnG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sC2pJCXbnG .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sC2pJCXbnG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sC2pJCXbnG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sC2pJCXbnG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sC2pJCXbnG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sC2pJCXbnG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sC2pJCXbnG .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-sC2pJCXbnG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sC2pJCXbnG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sC2pJCXbnG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #930037;
}
.cid-sC2pJCXbnG .navbar.opened {
  transition: all .3s;
  background: #930037 !important;
}
.cid-sC2pJCXbnG .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sC2pJCXbnG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sC2pJCXbnG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sC2pJCXbnG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sC2pJCXbnG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sC2pJCXbnG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sC2pJCXbnG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sC2pJCXbnG .navbar.collapsed .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-sC2pJCXbnG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sC2pJCXbnG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC2pJCXbnG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sC2pJCXbnG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sC2pJCXbnG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sC2pJCXbnG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sC2pJCXbnG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sC2pJCXbnG .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-sC2pJCXbnG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sC2pJCXbnG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sC2pJCXbnG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sC2pJCXbnG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sC2pJCXbnG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sC2pJCXbnG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sC2pJCXbnG .navbar.navbar-short {
  background: #930037 !important;
  min-height: 60px;
}
.cid-sC2pJCXbnG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sC2pJCXbnG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sC2pJCXbnG .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-sC2pJCXbnG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sC2pJCXbnG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sC2pJCXbnG .dropdown-item.active,
.cid-sC2pJCXbnG .dropdown-item:active {
  background-color: transparent;
}
.cid-sC2pJCXbnG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sC2pJCXbnG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sC2pJCXbnG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #930037;
}
.cid-sC2pJCXbnG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sC2pJCXbnG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC2pJCXbnG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sC2pJCXbnG .navbar-buttons {
  text-align: center;
}
.cid-sC2pJCXbnG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC2pJCXbnG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sC2pJCXbnG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sC2pJCXbnG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sC2pJCXbnG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sC2pJCXbnG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sC2pJCXbnG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC2pJCXbnG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sC2pJCXbnG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sC2pJCXbnG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sC2pJCXbnG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sC2pJCXbnG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC2pJCXbnG .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sC2pJCXbnG .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sC2pJCXbnG .soc-item {
  margin: .5rem .3rem;
}
.cid-sC2pJCXbnG .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sC2pJCXbnG .navbar {
    height: 77px;
  }
  .cid-sC2pJCXbnG .navbar.opened {
    height: auto;
  }
  .cid-sC2pJCXbnG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sC2pJCXbnG img {
  border-radius: 10%;
}
.cid-sC2HrB4s5C {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/preliminar-tablet-aws2-1280x850.jpeg");
}
.cid-sC2HrB4s5C .mbr-section-title {
  letter-spacing: 0.1em;
  color: #930037;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-sC2HrB4s5C .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sC2HrB4s5C .btn {
  margin: 0px !important;
}
.cid-sC2HrB4s5C .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC2HrB4s5C .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sC2HrB4s5C .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sC2HrB4s5C .carousel-item .wrap-img {
  text-align: center;
}
.cid-sC2HrB4s5C .carousel-item .wrap-img img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}
.cid-sC2HrB4s5C .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sC2HrB4s5C .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sC2HrB4s5C .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #232323;
  display: inline-block;
  border: 4px solid #232323;
}
.cid-sC2HrB4s5C .carousel-indicators li.active {
  border-color: #050505;
}
@media (max-width: 768px) {
  .cid-sC2HrB4s5C .second-col {
    padding-top: 2rem;
  }
}
.cid-sC2HrB4s5C .mbr-section-subtitle,
.cid-sC2HrB4s5C .mbr-section-btn {
  color: #930037;
  text-align: left;
}
.cid-sCqIVXmx4g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sCqIVXmx4g .mbr-media {
  position: relative;
}
.cid-sCqIVXmx4g .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCqIVXmx4g .box {
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCqIVXmx4g .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sCqIVXmx4g .mbr-iconfont {
  font-size: 3rem;
  color: #930037;
  padding: 2rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: #dae2ec;
}
.cid-sCqIVXmx4g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCqIVXmx4g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCqIVXmx4g .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCqIVXmx4g a {
  text-decoration: none!important;
}
.cid-sCqIVXmx4g .close {
  position: fixed;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCqIVXmx4g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sC2MZlCUw6 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #930037;
}
.cid-sC2MZlCUw6 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sC2MZlCUw6 .mbr-text,
.cid-sC2MZlCUw6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sC3o9pKcXm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/eliana-asmvirtual.fw-3-1033x685.png");
}
.cid-sC3o9pKcXm .nav-tabs .nav-item.open .nav-link:focus,
.cid-sC3o9pKcXm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sC3o9pKcXm .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-sC3o9pKcXm .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-sC3o9pKcXm .icon-big:hover {
  color: #ffffff !important;
}
.cid-sC3o9pKcXm .content-col {
  margin: auto 0;
}
.cid-sC3o9pKcXm img {
  width: 105%;
  margin: auto;
}
.cid-sC3o9pKcXm h6 {
  margin: 0;
}
.cid-sC3o9pKcXm h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sC3o9pKcXm h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sC3o9pKcXm .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-sC3o9pKcXm .icon-wrap,
.cid-sC3o9pKcXm .date-wrap {
  display: flex;
  align-items: center;
}
.cid-sC3o9pKcXm .tabs-col {
  overflow: hidden;
}
.cid-sC3o9pKcXm .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-sC3o9pKcXm .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-sC3o9pKcXm .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-sC3o9pKcXm .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-sC3o9pKcXm .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sC3o9pKcXm .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-sC3o9pKcXm .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-sC3o9pKcXm .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sC3o9pKcXm img {
    margin-bottom: 2rem;
    width: 110%;
  }
}
@media (max-width: 767px) {
  .cid-sC3o9pKcXm .nav-tabs {
    flex-direction: row;
  }
  .cid-sC3o9pKcXm .mbr-text,
  .cid-sC3o9pKcXm .nav-link {
    text-align: center;
  }
  .cid-sC3o9pKcXm .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-sC3o9pKcXm .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-sC3o9pKcXm .nav-item {
    min-width: 100px;
  }
  .cid-sC3o9pKcXm .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-sC3o9pKcXm .location,
.cid-sC3o9pKcXm .icon-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sC3o9pKcXm H2 {
  color: #ffffff;
}
.cid-sC3o9pKcXm H3 {
  color: #ffffff;
}
.cid-sC36GdMLwM {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sC36GdMLwM .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sC36GdMLwM .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sC36GdMLwM .acc {
    padding: 0 2rem;
  }
}
.cid-sC36GdMLwM .img-col {
  padding: 0;
}
.cid-sC36GdMLwM .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sC36GdMLwM .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sC36GdMLwM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sC36GdMLwM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sC36GdMLwM .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sC36GdMLwM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sC36GdMLwM .card .panel-body {
  color: #767676;
}
.cid-sC36GdMLwM .card:hover {
  background: #767676;
}
.cid-sC36GdMLwM .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #930037;
}
.cid-sC36GdMLwM .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sC36GdMLwM .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sC36GdMLwM .panel-text {
  padding: 0rem;
  color: #930037;
}
.cid-sC36GdMLwM .panel-collapse {
  margin-top: -1px;
}
.cid-sC36GdMLwM H4 {
  color: #930037;
}
@media (max-width: 992px) {
  .cid-sC36GdMLwM .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sC36GdMLwM .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sC36GdMLwM .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sC36GdMLwM .sign {
    margin-right: 0.5rem;
  }
}
.cid-sC36GdMLwM H2 {
  color: #7f1933;
}
.cid-sC36GdMLwM P {
  color: #930037;
}
.cid-sC36GdMLwM H3 {
  color: #930037;
}
.cid-sC36GdMLwM .text-black {
  color: #f9f0f0 !important;
}
.cid-sC873ZOKQi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1210.jpg");
}
.cid-sC873ZOKQi .carousel-item {
  justify-content: center;
}
.cid-sC873ZOKQi .carousel-item.active,
.cid-sC873ZOKQi .carousel-item-next,
.cid-sC873ZOKQi .carousel-item-prev {
  display: flex;
}
.cid-sC873ZOKQi .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #1d2c35;
}
.cid-sC873ZOKQi .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-sC873ZOKQi .carousel-control-next span {
  padding-left: 5px;
}
.cid-sC873ZOKQi .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sC873ZOKQi .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sC873ZOKQi .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sC873ZOKQi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sC873ZOKQi .user_text {
  text-align: center;
  color: #ffffff;
}
.cid-sC873ZOKQi .user_name {
  color: #ffffff;
}
.cid-sC873ZOKQi .user_desk {
  color: #ffffff;
}
.cid-sC873ZOKQi H3 {
  color: #ffffff;
}
.cid-sC3Pit5ADB {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/gadget-3-1280x900.jpg");
}
.cid-sC3Pit5ADB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sC3Pit5ADB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sC3Pit5ADB .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sC3Pit5ADB svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-sC3Pit5ADB #e2_shape {
  fill: #ffffff !important;
}
.cid-sC3Pit5ADB .mbr-section-title {
  text-align: left;
  color: #930037;
}
.cid-sC3Pit5ADB .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-sC3Pit5ADB .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-sC3Pit5ADB .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-sC3Pit5ADB .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-sC3Pit5ADB .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-sC3Pit5ADB .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-sC3Pit5ADB .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-sC3Pit5ADB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sC3Pit5ADB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sC3Pit5ADB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sC3Pit5ADB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sC3Pit5ADB a.close:hover {
  color: #ffffff;
}
.cid-sC3Pit5ADB .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-sC3Pit5ADB .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1rem;
  padding: 0 0 0 2px;
  display: block;
}
.cid-sC3Pit5ADB .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-sC3Pit5ADB .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-sC3Pit5ADB svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sC3Pit5ADB .show-modal {
    margin-bottom: 20px;
  }
}
.cid-sC3Pit5ADB .mbr-text,
.cid-sC3Pit5ADB .mbr-section-btn {
  text-align: left;
  color: #930037;
}
.cid-sC7wYhaL1b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sC7wYhaL1b .footer_col_logo {
  width: 40%;
}
.cid-sC7wYhaL1b .footer_col {
  width: 20%;
}
.cid-sC7wYhaL1b .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-sC7wYhaL1b .logo_wrap {
  max-width: 40%;
}
.cid-sC7wYhaL1b .logo_wrap img {
  border-radius: 10%;
  width: 100%;
  max-height: 150px;
}
.cid-sC7wYhaL1b .brand_name {
  color: #ffffff;
}
.cid-sC7wYhaL1b .contacts {
  margin-top: 46px;
}
.cid-sC7wYhaL1b .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sC7wYhaL1b .contacts b {
  color: #ffffff;
}
.cid-sC7wYhaL1b .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 23px;
  color: #ffffff;
  text-align: center;
}
.cid-sC7wYhaL1b .item-wrap {
  line-height: 25px;
}
.cid-sC7wYhaL1b a.text-white {
  color: #a99fc5 !important;
}
.cid-sC7wYhaL1b a.text-white:hover {
  color: #ffffff !important;
}
.cid-sC7wYhaL1b .item-wrap a,
.cid-sC7wYhaL1b .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sC7wYhaL1b .item-wrap a:before,
.cid-sC7wYhaL1b .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sC7wYhaL1b .item-wrap a:hover::before,
.cid-sC7wYhaL1b .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sC7wYhaL1b .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-sC7wYhaL1b .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sC7wYhaL1b .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sC7wYhaL1b .footer_col_logo {
    width: 100%;
  }
  .cid-sC7wYhaL1b .footer_col {
    width: 33.3%;
  }
  .cid-sC7wYhaL1b .image {
    margin-bottom: 40px;
  }
  .cid-sC7wYhaL1b .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sC7wYhaL1b .mbr-section-subtitle {
    margin-bottom: 23px;
  }
  .cid-sC7wYhaL1b .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sC7wYhaL1b .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sC7wYhaL1b .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sC7wYhaL1b .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-sC7wYhaL1b .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-sC7xYBlvT5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sC7xYBlvT5 .row-links {
  width: 125%;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-sC7xYBlvT5 .row-links {
    justify-content: center;
  }
}
.cid-sC7xYBlvT5 .container {
  max-width: 1750px;
}
@media (min-width: 767px) {
  .cid-sC7xYBlvT5 .container {
    padding: 0 2rem;
  }
}
.cid-sC7xYBlvT5 .media-container-row {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.cid-sC7xYBlvT5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.cid-sC7xYBlvT5 .media-container-row .foot-menu li {
  padding: 0 1rem;
}
.cid-sC7xYBlvT5 .media-container-row .foot-menu li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sC7xYBlvT5 .media-container-row .foot-menu {
    display: grid;
    text-align: center;
    justify-content: center;
  }
}
.cid-sC7xYBlvT5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sC7xYBlvT5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC7xYBlvT5 .mbr-text {
  text-align: center;
  color: #fff000;
}
@media (max-width: 992px) {
  .cid-sC7xYBlvT5 .mbr-text {
    text-align: center;
    padding-top: 1rem;
  }
}
.cid-sC7xYBlvT5 .mbr-copirayt {
  color: #333333;
}
