.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fe0b7b !important;
}
.bg-success {
  background-color: #fe0b7b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fe0b7b;
  border-color: #fe0b7b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
}
.btn-primary:hover {
  background-color: #d50163 !important;
  border-color: #d50163 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2ff03 !important;
  border-color: #f2ff03 !important;
  color: #030300 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #030300 !important;
  background-color: #f2ff03;
  border-color: #f2ff03;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #030300 !important;
  background-color: #f2ff03 !important;
  border-color: #f2ff03 !important;
}
.btn-secondary:hover {
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #fe0b7b;
  border-color: #fe0b7b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
}
.btn-success:hover {
  background-color: #d50163 !important;
  border-color: #d50163 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #fe0b7b;
  color: #fe0b7b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #fe0b7b !important;
  border-color: #fe0b7b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f2ff03;
  color: #f2ff03;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030300 !important;
  background: #f2ff03 !important;
  border-color: #f2ff03;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #030300 !important;
  background-color: #f2ff03 !important;
  border-color: #f2ff03 !important;
}
.btn-secondary-outline:hover {
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fe0b7b;
  color: #fe0b7b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #fe0b7b !important;
  border-color: #fe0b7b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0b7b !important;
  border-color: #fe0b7b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #fe0b7b !important;
}
.text-secondary {
  color: #f2ff03 !important;
}
.text-success {
  color: #fe0b7b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a2014b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #949c00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a2014b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #fe0b7b !important;
}
.alert-success {
  background-color: #fe0b7b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe0b7b;
  border-color: #fe0b7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #fe0b7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd6e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffd6e9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #fe0b7b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe0b7b;
  color: #ffffff;
}
.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: #fe0b7b;
  border-bottom-color: #fe0b7b;
}
.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: #fe0b7b !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: #f2ff03 !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-tHLnrU8tFm {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-tHLnrU8tFm .nav-item,
.cid-tHLnrU8tFm .nav-link,
.cid-tHLnrU8tFm .navbar-caption {
  font-weight: normal;
}
.cid-tHLnrU8tFm .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tHLnrU8tFm .navbar {
    min-height: 120px !important;
  }
  .cid-tHLnrU8tFm .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tHLnrU8tFm .btn {
    white-space: nowrap;
  }
  .cid-tHLnrU8tFm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tHLnrU8tFm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tHLnrU8tFm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tHLnrU8tFm .dropdown-toggle::after,
  .cid-tHLnrU8tFm .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tHLnrU8tFm .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tHLnrU8tFm .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tHLnrU8tFm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-tHLnrU8tFm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tHLnrU8tFm .dropdown-menu .dropdown-item:hover {
  color: #fe0b7b !important;
  background-color: #fafafa;
}
.cid-tHLnrU8tFm .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-tHLnrU8tFm .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-tHLnrU8tFm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tHLnrU8tFm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tHLnrU8tFm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tHLnrU8tFm .nav-item:focus,
.cid-tHLnrU8tFm .nav-link:focus {
  outline: none;
}
.cid-tHLnrU8tFm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tHLnrU8tFm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHLnrU8tFm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tHLnrU8tFm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHLnrU8tFm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tHLnrU8tFm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHLnrU8tFm ul.navbar-nav li {
  margin: auto;
}
.cid-tHLnrU8tFm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-tHLnrU8tFm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-tHLnrU8tFm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHLnrU8tFm .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tHLnrU8tFm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHLnrU8tFm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHLnrU8tFm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tHLnrU8tFm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tHLnrU8tFm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHLnrU8tFm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tHLnrU8tFm .navbar {
    padding: 10px 0;
  }
  .cid-tHLnrU8tFm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHLnrU8tFm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHLnrU8tFm .navbar .container-fluid,
  .cid-tHLnrU8tFm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tHLnrU8tFm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHLnrU8tFm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHLnrU8tFm .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tHLnrU8tFm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tHLnrU8tFm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHLnrU8tFm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tHLnrU8tFm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-tHLnrU8tFm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHLnrU8tFm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHLnrU8tFm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHLnrU8tFm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHLnrU8tFm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tHLnrU8tFm .dropdown-item.active,
.cid-tHLnrU8tFm .dropdown-item:active {
  background-color: transparent;
}
.cid-tHLnrU8tFm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHLnrU8tFm .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-tHLnrU8tFm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHLnrU8tFm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tHLnrU8tFm .navbar-buttons {
  text-align: center;
}
.cid-tHLnrU8tFm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHLnrU8tFm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHLnrU8tFm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHLnrU8tFm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHLnrU8tFm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHLnrU8tFm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHLnrU8tFm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHLnrU8tFm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHLnrU8tFm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHLnrU8tFm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHLnrU8tFm .navbar-dropdown {
  position: absolute;
}
.cid-tHLnrU8tFm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tHLnrU8tFm a.nav-link:hover {
  color: #fe0b7b !important;
}
.is-builder .cid-tHLnrU8tFm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHLnrU8tFm .navbar {
    height: 77px;
  }
  .cid-tHLnrU8tFm .navbar.opened {
    height: auto;
  }
  .cid-tHLnrU8tFm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PO9m9kR0 {
  overflow: visible;
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/super-hero-bg-2000x1250.jpg");
}
.cid-t3PO9m9kR0 .mbr-overlay {
  background: #000000;
}
.cid-t3PO9m9kR0 .animation {
  pointer-events: none;
}
.cid-t3PO9m9kR0 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #f2ff03;
}
.cid-t3PO9m9kR0 .span__iscriviti {
  padding-top: 30px;
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0.5vw;
  font-size: 1.5rem;
  text-align: center;
}
.cid-t3PO9m9kR0 .mbr-section-title {
  margin-bottom: 27px;
  color: #ffffff;
}
.cid-t3PO9m9kR0 .mbr-section-slogan {
  margin-top: 200px;
  color: #ffffff;
  text-align: center;
  font-size: 3em;
}
@media (max-width: 767px) {
  .cid-t3PO9m9kR0 .mbr-section-slogan {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2em;
  }
}
.cid-t3PO9m9kR0 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-t3PO9m9kR0 .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-t3PO9m9kR0 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t3PO9m9kR0 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-t3PO9m9kR0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-t3PO9m9kR0 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-t3PO9m9kR0 .image__block {
    margin-bottom: -100px;
  }
}
.cid-t3PO9m9kR0 .mbr-section-subtitle,
.cid-t3PO9m9kR0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t3PO9m9kR0 .span__countdown {
  text-align: center;
}
.cid-t4a7zDA8L4 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ribbon-light-space-2000x1243.jpg");
}
.cid-t4a7zDA8L4 .container-fluid {
  padding: 0 3rem;
}
.cid-t4a7zDA8L4 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-t4a7zDA8L4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rRHGwRVzkW {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/outer-space-2000x1059.jpg");
}
.cid-rRHGwRVzkW .content__block {
  padding-right: 2vw;
  padding-left: 2vw;
  padding-top: 1vw !important;
  margin-top: 1vw !important;
  padding-bottom: 1vw !important;
  margin-bottom: 1vw !important;
}
@media (max-width: 767px) {
  .cid-rRHGwRVzkW .content__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-rRHGwRVzkW .mbr-section-title {
  margin-bottom: 20px;
  color: #fe0b7b;
}
.cid-rRHGwRVzkW .span__title {
  color: #f2ff03;
}
.cid-rRHGwRVzkW .span__subtitle {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cid-rRHGwRVzkW .span__countdown {
  color: #ffffff;
  margin-bottom: -1vw;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.4rem;
}
.cid-rRHGwRVzkW .span__iscriviti {
  color: #ffffff;
  margin-bottom: 0.5vw;
  font-size: 1.5rem;
}
.cid-rRHGwRVzkW .span__divertiti {
  color: #ffffff;
  margin-bottom: 2vw;
  font-size: 2.2rem;
}
.cid-rRHGwRVzkW .image__canotta {
  position: relative;
}
.cid-rRHGwRVzkW .image__canotta img {
  width: 100%!important;
  object-fit: cover;
  border-radius: 0px;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-rRHGwRVzkW .image__canotta img {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}
.cid-rRHGwRVzkW .image {
  position: relative;
}
.cid-rRHGwRVzkW .image img {
  width: 80%;
  object-fit: cover;
  border-radius: 0px;
}
.cid-rRHGwRVzkW .number-wrap {
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
}
.cid-rRHGwRVzkW .number {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  text-transform: none;
  word-spacing: 0;
  line-height: 1.3;
  color: #d5d100;
}
.cid-rRHGwRVzkW .dot {
  position: absolute;
  top: 0;
  right: -12px;
  display: block;
  overflow: hidden;
  font-weight: 700;
  font-size: 23px;
  color: #d5d100;
}
.cid-rRHGwRVzkW .countdown-cont {
  max-width: 700px;
  margin: 20px 0 ;
}
.cid-rRHGwRVzkW .countdown .row {
  margin: 0;
  justify-content: flex-start;
}
.cid-rRHGwRVzkW .col-xs-3,
.cid-rRHGwRVzkW .col-sm-3,
.cid-rRHGwRVzkW .col-md-3 {
  max-width: 60px;
  padding: 0;
}
.cid-rRHGwRVzkW .mbr-media {
  display: none;
}
.cid-rRHGwRVzkW .mbr-figure {
  align-self: flex-start;
  position: absolute;
  top: 45%;
  left: 45%;
}
.cid-rRHGwRVzkW .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-rRHGwRVzkW .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRHGwRVzkW .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHGwRVzkW .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRHGwRVzkW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHGwRVzkW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHGwRVzkW .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHGwRVzkW a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHGwRVzkW a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-rRHGwRVzkW a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHGwRVzkW .mbr-figure {
    top: 40%;
    left: 40%;
  }
  .cid-rRHGwRVzkW .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRHGwRVzkW H2 {
  color: #d310fc;
}
.cid-t3Q3dVED8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3Q3dVED8t .mbr-section-medaglia {
  text-align: center;
  color: #fe0b7b;
  justify-content: space-between;
  margin: auto;
  margin-top: 50px!important;
  align-items: center;
  max-width: 80%;
}
.cid-t3Q3dVED8t .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-t3Q3dVED8t .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-t3Q3dVED8t .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-t3Q3dVED8t H3 {
  color: #1d1d1f;
}
.cid-t3Q3dVED8t .wedosport {
  color: ;
  font-size: 1.15em;
  font-weight: 800;
  text-decoration: underline;
}
.cid-t3Q3dVED8t .card-subtitle {
  text-align: left;
}
.cid-t3Q3dVED8t .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-t3Q3dVED8t .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-t3Q3dVED8t .card-title,
.cid-t3Q3dVED8t .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-t3Q3dVED8t .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-t3Q3dVED8t .card-text {
  color: #8c8c95;
}
.cid-t3Q3dVED8t .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-t3Q3dVED8t .year-subtitle {
  text-align: center;
  color: #5f5d68;
}
.cid-t3Q3dVED8t .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-t3Q3dVED8t .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-t3Q3dVED8t .accent1 {
  background-color: #fedb01;
}
.cid-t3Q3dVED8t .accent2 {
  background-color: #6c38ff;
}
.cid-t3Q3dVED8t .accent3 {
  background-color: #ff4433;
}
.cid-t3Q3dVED8t .accent4 {
  background-color: #ff9417;
}
.cid-t3Q3dVED8t .accent5 {
  background-color: #4cc9f0;
}
.cid-t3Q3dVED8t .timeline {
  align-items: center;
}
.cid-t3Q3dVED8t .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-t3Q3dVED8t .year-title.year1:before {
  background-color: #fedb01;
}
.cid-t3Q3dVED8t .year-title.year2:before {
  background-color: #6c38ff;
}
.cid-t3Q3dVED8t .year-title.year3:before {
  background-color: #ff4433;
}
.cid-t3Q3dVED8t .year-title.year4:before {
  background-color: #ff9417;
}
.cid-t3Q3dVED8t .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-t3Q3dVED8t .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-t3Q3dVED8t .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-t3Q3dVED8t .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-t3Q3dVED8t .year {
    flex-direction: row;
  }
  .cid-t3Q3dVED8t .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-t3Q3dVED8t .year-title:before {
    display: block;
  }
  .cid-t3Q3dVED8t .accent {
    display: none;
  }
  .cid-t3Q3dVED8t .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-t3Q3dVED8t .line {
    display: none;
  }
  .cid-t3Q3dVED8t .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-t3Q3dVED8t .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-t3Q3dVED8t .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-t3Q3dVED8t .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-t3Q3dVED8t .main {
    flex-direction: column;
  }
  .cid-t3Q3dVED8t .row.title-block,
  .cid-t3Q3dVED8t .timeline {
    margin: auto;
  }
  .cid-t3Q3dVED8t .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-t3Q3dVED8t .button-align {
    margin-top: 16px;
  }
}
.cid-t3Q3dVED8t .btn {
  margin-top: 20px;
}
.cid-t3Q3dVED8t a.btn > span {
  margin-left: 0.5rem;
}
.cid-tHLntfPibt .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tHLntfPibt .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tHLntfPibt .block_wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-tHLntfPibt .title__address {
  margin-bottom: 20px;
}
.cid-tHLntfPibt .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-tHLntfPibt .work__phone {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tHLntfPibt .mbr-section-btn {
  margin-top: 40px;
}
.cid-tHLntfPibt .btn-primary:hover {
  background-color: #f2ff03 !important;
  border-color: #f2ff03 !important;
}
.cid-tHLntfPibt .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tHLntfPibt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tHLntfPibt .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-tHLntfPibt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tHLntfPibt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tHLntfPibt .container {
    max-width: 100%;
  }
  .cid-tHLntfPibt .container .row {
    margin: 0;
  }
  .cid-tHLntfPibt .block_wrapper {
    height: 100%;
    background-color: #000000;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-tHLntfPibt .title__address,
.cid-tHLntfPibt .mbr-section-btn {
  color: #ffffff;
}
.cid-tHLntfPibt .work__time {
  color: #ffffff;
}
.cid-tHLnufBe95 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-tHLnufBe95 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #655495;
}
.cid-tHLnufBe95 .mbr-text {
  margin-bottom: 20px;
}
.cid-tHLnufBe95 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tHLnufBe95 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tHLnufBe95 .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-tHLnufBe95 .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-tHLnufBe95 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHLnufBe95 .card .panel-body {
  padding: 10px 0;
  opacity: .75;
}
.cid-tHLnufBe95 .sign {
  font-family: 'FontAwesome' !important;
  padding: 20px 20px 20px 0;
  font-weight: 300;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 767px) {
  .cid-tHLnufBe95 .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-tHLnufBe95 .mbri-arrow-up:before {
  content: "\f068";
}
.cid-tHLnufBe95 .mbri-arrow-down:before {
  content: "\f067";
}
.cid-tHLnufBe95 H4 {
  color: #341d74;
}
.cid-tHLnufBe95 H4:hover .sign {
  color: #fe0b7b;
}
.cid-tHLnufBe95 .panel-text {
  color: #655495;
}
.cid-tHLnufBe95 .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-tHLnufBe95 .mbr-section-title {
  color: #341d74;
}
.cid-rRHGvGJJWT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/brutal-super-hero-rev2.jpg");
}
.cid-rRHGvGJJWT .span__help {
  color: #F1FF04;
  margin-bottom: 0.5vw;
  font-size: 1.5rem;
}
.cid-rRHGvGJJWT .carousel {
  padding: 0;
}
.cid-rRHGvGJJWT .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRHGvGJJWT .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHGvGJJWT .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #f2ff03;
  background: rgba(255, 255, 255, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .carousel-controls a:hover span {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rRHGvGJJWT .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHGvGJJWT .user {
  border-radius: 0px;
  padding: 60px 60px 70px;
  background-color: rgba(0, 0, 0, 0.75);
}
.cid-rRHGvGJJWT .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-rRHGvGJJWT .user_image img {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.cid-rRHGvGJJWT .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 70%;
  }
  .cid-rRHGvGJJWT .carousel-control-next {
    left: 78%;
  }
  .cid-rRHGvGJJWT .title__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rRHGvGJJWT .mbr-section-title {
    margin-bottom: 30px;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 67%;
  }
  .cid-rRHGvGJJWT .user {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRHGvGJJWT .user_prof {
    display: none;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 64%;
  }
}
@media (max-width: 400px) {
  .cid-rRHGvGJJWT .user_name {
    display: none;
  }
  .cid-rRHGvGJJWT .carousel-control-prev {
    left: 60%;
  }
  .cid-rRHGvGJJWT .user_text {
    padding-bottom: 10px;
  }
}
.cid-rRHGvGJJWT .mbr-section-title,
.cid-rRHGvGJJWT .mbr-section-btn {
  color: #ffffff;
}
.cid-rRHGvGJJWT .span__countdown {
  color: #f2ff03;
}
.cid-t3QrBZNKiu {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/ribbon-light-space-2000x1243.jpg");
  position: relative;
  overflow: hidden;
}
.cid-t3QrBZNKiu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-t3QrBZNKiu #e2_shape {
  fill: #000000 !important;
}
.cid-t3QrBZNKiu img {
  width: 80%;
  border-radius: 0;
  margin: auto;
  box-shadow: none;
}
@media (max-width: 576px) {
  .cid-t3QrBZNKiu img {
    width: 90%!important;
  }
}
