body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.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: 992px) {
  .display-1 {
    font-size: 1.56rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.65rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.72rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.92rem;
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffcc00 !important;
}
.bg-success {
  background-color: #11b823 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #941cf0 !important;
}
.bg-danger {
  background-color: #941cf0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d24eff !important;
  border-color: #d24eff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bf01ff !important;
  border-color: #bf01ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bf01ff !important;
  border-color: #bf01ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #11b823 !important;
  border-color: #11b823 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0b7216 !important;
  border-color: #0b7216 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b7216 !important;
  border-color: #0b7216 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #941cf0 !important;
  border-color: #941cf0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6b0cb4 !important;
  border-color: #6b0cb4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6b0cb4 !important;
  border-color: #6b0cb4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #941cf0 !important;
  border-color: #941cf0 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #6b0cb4 !important;
  border-color: #6b0cb4 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6b0cb4 !important;
  border-color: #6b0cb4 !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: #997a00;
  color: #997a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ac00e7;
  color: #ac00e7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d24eff;
  border-color: #d24eff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d24eff !important;
  border-color: #d24eff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #085b11;
  color: #085b11;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #11b823;
  border-color: #11b823;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #11b823 !important;
  border-color: #11b823 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d0a9c;
  color: #5d0a9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #941cf0;
  border-color: #941cf0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #941cf0 !important;
  border-color: #941cf0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5d0a9c;
  color: #5d0a9c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #941cf0;
  border-color: #941cf0;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #941cf0 !important;
  border-color: #941cf0 !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: #ffcc00 !important;
}
.text-secondary {
  color: #d24eff !important;
}
.text-success {
  color: #11b823 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #941cf0 !important;
}
.text-danger {
  color: #941cf0 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffe066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ecb4ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #42ed54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c17cf6 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c17cf6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #941cf0;
}
.alert-danger {
  background-color: #941cf0;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #59f069;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #eedbfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eedbfd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffcc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc00;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcc00;
  border-bottom-color: #ffcc00;
}
.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: #ffcc00 !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: #d24eff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffcc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uS4XBjqOai {
  padding-top: 225px;
  padding-bottom: 225px;
}
@media (min-width: 992px) {
  .cid-uS4XBjqOai .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uS4XBjqOai p {
  margin: 0;
}
.cid-uS4XBjqOai .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uS4XBjqOai .display-1 {
  line-height: 1;
}
.cid-uS4XBjqOai .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uS4XBjqOai .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uS4XBjqOai .btn:hover {
  transform: translateY(-10px);
}
.cid-uS4XBjqOai .btn-white-outline:hover,
.cid-uS4XBjqOai .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uS4XBjqOai H1 {
  text-align: center;
}
.cid-uS4XBjqOai .mbr-text,
.cid-uS4XBjqOai .mbr-section-btn {
  text-align: center;
}
.cid-uXdwqL0HaS {
  padding-top: 90px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .cid-uXdwqL0HaS .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uXdwqL0HaS p {
  margin: 0;
}
.cid-uXdwqL0HaS .display-1 {
  line-height: 1;
}
.cid-uXdwqL0HaS H1 {
  color: #aa5fe4;
}
.cid-uXdwqL0HaS .mbr-text,
.cid-uXdwqL0HaS .img-align {
  color: #ffffff;
}
.cid-uVioprX0uM {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.cid-uVioprX0uM .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8519c7;
  margin-bottom: 1rem;
}
.cid-uVioprX0uM .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uVioprX0uM .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uVioprX0uM .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #0f1113;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uVioprX0uM .card-wrapper:hover {
  background: transparent;
}
.cid-uVioprX0uM .card-title,
.cid-uVioprX0uM .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uVioprX0uM .main-title,
.cid-uVioprX0uM .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uVioprX0uM .card-text {
  color: #ffffff;
}
.cid-uVioprX0uM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVioprX0uM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXdxCO022Z {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.cid-uXdxCO022Z .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8519c7;
  margin-bottom: 1rem;
}
.cid-uXdxCO022Z .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uXdxCO022Z .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uXdxCO022Z .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #0f1113;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uXdxCO022Z .card-wrapper:hover {
  background: transparent;
}
.cid-uXdxCO022Z .card-title,
.cid-uXdxCO022Z .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uXdxCO022Z .main-title,
.cid-uXdxCO022Z .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uXdxCO022Z .card-text {
  color: #ffffff;
}
.cid-uXdxCO022Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXdxCO022Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-7.jpg");
}
.cid-uXgcOnMbwn {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #0f1113;
}
.cid-uXgcOnMbwn H2 {
  color: #ffffff;
}
.cid-uXgdhzjk4K {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0f1113;
}
.cid-uXgdhzjk4K H2 {
  color: #ffffff;
}
.cid-uVnAzhynqW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0f1113;
}
.cid-uVnAzhynqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnAzhynqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnAzhynqW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVnAzhynqW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVnAzhynqW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uVnAzhynqW .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uVnAzhynqW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVnAzhynqW .mbr-section-title {
  color: #ffffff;
}
.cid-uVnAzhynqW .mbr-text,
.cid-uVnAzhynqW .mbr-section-btn {
  color: #ffffff;
}
.cid-uVnERsicyx {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f2f1f7;
}
.cid-uVnERsicyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnERsicyx .card-wrapper {
  background: #322b46;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-uVnERsicyx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVnERsicyx .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-uVnERsicyx .title {
    margin-bottom: 10rem;
  }
}
.cid-uVnERsicyx .row {
  justify-content: center;
}
.cid-uVnERsicyx .card-box {
  display: flex;
  align-items: center;
}
.cid-uVnERsicyx .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVnERsicyx .card-box {
    flex-direction: column;
  }
  .cid-uVnERsicyx .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uVnERsicyx .card-link {
  text-align: center;
}
.cid-uVnERsicyx .card-link:hover a {
  background-image: none !important;
}
.cid-uVnERsicyx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVnERsicyx .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVnERsicyx .card-title,
.cid-uVnERsicyx .iconfont-wrapper {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-uVnERsicyx .mbr-section-title {
  color: #ffffff;
}
.cid-uXdrsaTmoh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212132;
}
.cid-uXdrsaTmoh .container {
  max-width: 1280px;
}
.cid-uXdrsaTmoh .images-container {
  display: grid;
  width: 100%;
  max-width: 100%;
  align-items: center;
  grid-column-gap: 0.83rem;
  grid-row-gap: 0.83rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uXdrsaTmoh .images-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uXdrsaTmoh .images-container {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uXdrsaTmoh .mbr-section-head {
  display: flex;
  width: 100%;
  align-items: center;
}
.cid-uXdrsaTmoh .mbr-section-title {
  width: 100%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-uXdrsaTmoh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uXdrsaTmoh img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
.cid-uXdrsaTmoh .card {
  transition: all 0.3s;
  height: fit-content;
  width: 100%;
}
.cid-uXdrFZBCHU {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uXdrFZBCHU .main-heading {
  margin-bottom: 1.3rem;
}
.cid-uXdrFZBCHU img {
  border-radius: 100%;
}
.cid-uXdrFZBCHU .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-uXdrFZBCHU .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uXdrFZBCHU .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-uXdrFZBCHU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXdrFZBCHU .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-uXdrFZBCHU .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-uXdrFZBCHU .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXdrFZBCHU .card-title,
.cid-uXdrFZBCHU .mbr-role {
  transition: 0.3s;
}
.cid-uXdrFZBCHU a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-uXdrFZBCHU a:hover {
  color: #c1f7d5 !important;
}
.cid-uXdrFZBCHU .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-uXdrFZBCHU .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uXdrFZBCHU .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-uXdrFZBCHU .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uXdrFZBCHU .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXdrFZBCHU .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXdrFZBCHU .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uXdrFZBCHU .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uXdrFZBCHU .social-list {
  margin-bottom: 1.5rem;
}
.cid-uVnHvCS7R1 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cc-3-2000x1125.png");
}
.cid-uVnHvCS7R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnHvCS7R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnHvCS7R1 .mbr-section-title {
  text-align: center;
}
.cid-uVnHvCS7R1 .mbr-text,
.cid-uVnHvCS7R1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVnHvCS7R1 .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uVnHvCS7R1 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uVnHvCS7R1 .mbr-section-title,
.cid-uVnHvCS7R1 .dot {
  color: #ffffff;
  text-align: center;
}
.cid-uVnHvCS7R1 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uU4hXiOTJj {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uU4hXiOTJj .container-fluid {
  max-width: 1700px;
}
.cid-uU4hXiOTJj h1 {
  line-height: 1;
}
.cid-uU4hXiOTJj .mbr-text,
.cid-uU4hXiOTJj .mbr-section-btn {
  color: #fefefe;
}
.cid-uUg0mXplI2 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUg0mXplI2 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uUg0mXplI2 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uUg0mXplI2 .mbr-section-title {
  color: #ffffff;
}
.cid-uU4A2rAjqz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uU4A2rAjqz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uU4A2rAjqz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uU4A2rAjqz .main-title {
  color: #404040;
}
.cid-uU4A2rAjqz .main-title.display-2 {
  line-height: 1.375;
}
.cid-uU4A2rAjqz .mbr-section-subtitle {
  color: #b029de;
  font-weight: 600;
}
.cid-uU4A2rAjqz .mbr-text {
  color: #606060;
}
.cid-uU4A2rAjqz .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4A2rAjqz .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #b029de;
  margin-bottom: 2rem;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uU4A2rAjqz .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uU4A2rAjqz .card-wrapper {
    flex-direction: column;
  }
  .cid-uU4A2rAjqz .card-box {
    padding: 2rem 1rem;
  }
  .cid-uU4A2rAjqz .card-box,
  .cid-uU4A2rAjqz .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uU4A2rAjqz .card {
    margin-bottom: 2rem;
  }
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-title,
.cid-uU4A2rAjqz .card-box {
  color: #000000;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .mbr-text,
.cid-uU4A2rAjqz .link-wrap {
  color: #000000;
}
.cid-uU4zyExTEd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uU4zyExTEd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uU4zyExTEd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uU4zyExTEd .main-title {
  color: #404040;
}
.cid-uU4zyExTEd .main-title.display-2 {
  line-height: 1.375;
}
.cid-uU4zyExTEd .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uU4zyExTEd .mbr-text {
  color: #606060;
}
.cid-uU4zyExTEd .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4zyExTEd .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #b029de;
  margin-bottom: 2rem;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uU4zyExTEd .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uU4zyExTEd .card-wrapper {
    flex-direction: column;
  }
  .cid-uU4zyExTEd .card-box {
    padding: 2rem 1rem;
  }
  .cid-uU4zyExTEd .card-box,
  .cid-uU4zyExTEd .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uU4zyExTEd .card {
    margin-bottom: 2rem;
  }
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-title,
.cid-uU4zyExTEd .card-box {
  color: #000000;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .mbr-text,
.cid-uU4zyExTEd .link-wrap {
  color: #000000;
}
.cid-uU4RGmgORi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0b0d37;
}
.cid-uU4RGmgORi img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-uU4RGmgORi .card {
  margin-bottom: 130px !important;
}
.cid-uU4RGmgORi .card .img-wrapper {
  overflow: hidden;
}
.cid-uU4RGmgORi .card:hover {
  cursor: pointer;
}
.cid-uU4RGmgORi .card:hover img {
  transform: scale(1.05);
}
.cid-uU4RGmgORi .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-uU4RGmgORi .card {
    margin-bottom: 50px !important;
  }
}
.cid-uU4RGmgORi .card .card-wrapper {
  text-align: left;
}
.cid-uU4RGmgORi .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #fefeff;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-text {
  color: #82786e;
}
@media (min-width: 1400px) {
  .cid-uU4RGmgORi .card.left-box {
    right: 105px !important;
  }
  .cid-uU4RGmgORi .card.right-box {
    left: 97px !important;
  }
}
.cid-uU4RGmgORi .mbr-section-title {
  color: #06182d;
}
.cid-uU4RGmgORi .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #33037a;
  background: linear-gradient(#33037a 0%, #080b41 69%, #0a0f3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uU4RGmgORi .mbr-section-subtitle {
  color: #06182d;
}
.cid-uU4RGmgORi .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uU4RGmgORi .mbr-section-text {
  color: #999999;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-title,
.cid-uU4RGmgORi .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uU4RGmgORi .mbr-section-title,
.cid-uU4RGmgORi .col {
  color: #ffffff;
}
.cid-uU52hj1JV5 {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uU52hj1JV5 h3 {
  position: relative;
}
.cid-uU52hj1JV5 h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uU52hj1JV5 .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-uU52hj1JV5 H3 {
  color: #000000;
}
.cid-uUffywxtf5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUffywxtf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUffywxtf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUffywxtf5 .item {
  padding-bottom: 2rem;
}
.cid-uUffywxtf5 .item-wrapper {
  position: relative;
}
.cid-uUffywxtf5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUffywxtf5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUffywxtf5 .carousel-control,
.cid-uUffywxtf5 .close {
  background: #1b1b1b;
}
.cid-uUffywxtf5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUffywxtf5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUffywxtf5 .close {
  position: fixed;
  opacity: 0.5;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUffywxtf5 .close::before {
  content: '\e91a';
}
.cid-uUffywxtf5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUffywxtf5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUffywxtf5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUffywxtf5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUffywxtf5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUffywxtf5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUffywxtf5 .carousel-indicators li.active,
.cid-uUffywxtf5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUffywxtf5 .carousel-indicators li::after,
.cid-uUffywxtf5 .carousel-indicators li::before {
  content: none;
}
.cid-uUffywxtf5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUffywxtf5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUffywxtf5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUffywxtf5 .carousel-indicators {
    display: none;
  }
}
.cid-uUffywxtf5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUffywxtf5 .carousel-inner > .active {
  display: block;
}
.cid-uUffywxtf5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUffywxtf5 .carousel-control,
  .cid-uUffywxtf5 .carousel-indicators,
  .cid-uUffywxtf5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUffywxtf5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUffywxtf5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUffywxtf5 .carousel-indicators .active,
.cid-uUffywxtf5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUffywxtf5 .carousel-indicators .active {
  background: #fff;
}
.cid-uUffywxtf5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUffywxtf5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUffywxtf5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUffywxtf5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUffywxtf5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUffywxtf5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUffywxtf5 .carousel {
  width: 100%;
}
.cid-uUffywxtf5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUffywxtf5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUffywxtf5 .modal.fade .modal-dialog,
.cid-uUffywxtf5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uUffywxtf5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUffywxtf5 H6 {
  text-align: center;
}
.cid-uUfmnYAmio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUfmnYAmio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfmnYAmio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfmnYAmio .item {
  padding-bottom: 2rem;
}
.cid-uUfmnYAmio .item-wrapper {
  position: relative;
}
.cid-uUfmnYAmio .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUfmnYAmio .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUfmnYAmio .carousel-control,
.cid-uUfmnYAmio .close {
  background: #1b1b1b;
}
.cid-uUfmnYAmio .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUfmnYAmio .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUfmnYAmio .close {
  position: fixed;
  opacity: 0.5;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUfmnYAmio .close::before {
  content: '\e91a';
}
.cid-uUfmnYAmio .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUfmnYAmio .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUfmnYAmio .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUfmnYAmio .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUfmnYAmio .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUfmnYAmio .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUfmnYAmio .carousel-indicators li.active,
.cid-uUfmnYAmio .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUfmnYAmio .carousel-indicators li::after,
.cid-uUfmnYAmio .carousel-indicators li::before {
  content: none;
}
.cid-uUfmnYAmio .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUfmnYAmio .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUfmnYAmio .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUfmnYAmio .carousel-indicators {
    display: none;
  }
}
.cid-uUfmnYAmio .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUfmnYAmio .carousel-inner > .active {
  display: block;
}
.cid-uUfmnYAmio .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUfmnYAmio .carousel-control,
  .cid-uUfmnYAmio .carousel-indicators,
  .cid-uUfmnYAmio .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUfmnYAmio .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUfmnYAmio .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUfmnYAmio .carousel-indicators .active,
.cid-uUfmnYAmio .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUfmnYAmio .carousel-indicators .active {
  background: #fff;
}
.cid-uUfmnYAmio .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUfmnYAmio .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUfmnYAmio .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUfmnYAmio .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUfmnYAmio .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUfmnYAmio .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUfmnYAmio .carousel {
  width: 100%;
}
.cid-uUfmnYAmio .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUfmnYAmio .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUfmnYAmio .modal.fade .modal-dialog,
.cid-uUfmnYAmio .modal.in .modal-dialog {
  transform: none;
}
.cid-uUfmnYAmio .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUfmnYAmio H6 {
  text-align: center;
}
.cid-uUg5c1AWrl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-uUg5c1AWrl .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-uUg5c1AWrl .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uUg5c1AWrl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uUg5c1AWrl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUg5c1AWrl .mbr-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}
.cid-uUg5c1AWrl .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uUg5c1AWrl .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-uUg5c1AWrl .mbr-text {
  margin-bottom: 20px;
}
.cid-uUg5c1AWrl .mbr-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-uUg5c1AWrl .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-uUg5c1AWrl .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-uUg5c1AWrl .blockquote-details .info {
  padding-left: 20px;
}
.cid-uUg5c1AWrl .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-uUg5c1AWrl .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-uUg5c1AWrl .blockquote-details .info .desk {
  color: #999;
}
.cid-uUg5c1AWrl .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-uUg5c1AWrl .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uUg5c1AWrl .carousel-item > div {
  width: 100%;
}
.cid-uUg5c1AWrl .carousel-item.active,
.cid-uUg5c1AWrl .carousel-item-next,
.cid-uUg5c1AWrl .carousel-item-prev {
  display: flex;
}
.cid-uUg5c1AWrl .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-uUg5c1AWrl .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uUg5c1AWrl .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-uUg5c1AWrl .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cid-uUg5c1AWrl .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-uUg5c1AWrl .blockquote-details {
    justify-content: center;
  }
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUy049pmNk {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3-1920x1080.jpg");
}
.cid-uUy049pmNk .video-wrapper iframe {
  width: 100%;
}
.cid-uUy049pmNk .mbr-section-title,
.cid-uUy049pmNk .mbr-section-subtitle,
.cid-uUy049pmNk .mbr-text {
  text-align: center;
}
.cid-uUy049pmNk .mbr-section-title {
  color: #9810fa;
}
.cid-uUy049pmNk .video {
  padding-top: 4rem;
}
.cid-uUy049pmNk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy049pmNk .mbr-text {
  color: #ffffff;
}
.cid-uVSWfqhjOY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/2-1-2000x1125.jpg");
}
@media (min-width: 992px) {
  .cid-uVSWfqhjOY .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uVSWfqhjOY p {
  margin: 0;
}
.cid-uVSWfqhjOY .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uVSWfqhjOY .display-1 {
  line-height: 1;
}
.cid-uVSWfqhjOY .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uVSWfqhjOY .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uVSWfqhjOY .btn:hover {
  transform: translateY(-10px);
}
.cid-uVSWfqhjOY .btn-white-outline:hover,
.cid-uVSWfqhjOY .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uVSWfqhjOY H1 {
  text-align: center;
}
.cid-uVSWfqhjOY .mbr-text,
.cid-uVSWfqhjOY .mbr-section-btn {
  text-align: center;
}
.cid-uUy6cW3Vov {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/4-2000x1125.jpeg");
}
.cid-uUy6cW3Vov .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUy6cW3Vov .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUy6cW3Vov .main-title {
  color: #404040;
}
.cid-uUy6cW3Vov .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUy6cW3Vov .mbr-section-subtitle {
  color: #941cf0;
  font-weight: 600;
}
.cid-uUy6cW3Vov .mbr-text {
  color: #606060;
}
.cid-uUy6cW3Vov .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy6cW3Vov .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #212428;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUy6cW3Vov .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUy6cW3Vov .card-wrapper {
    flex-direction: column;
  }
  .cid-uUy6cW3Vov .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUy6cW3Vov .card-box,
  .cid-uUy6cW3Vov .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUy6cW3Vov .card {
    margin-bottom: 2rem;
  }
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-title,
.cid-uUy6cW3Vov .card-box {
  color: #ffffff;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .mbr-text,
.cid-uUy6cW3Vov .link-wrap {
  color: #ffffff;
}
.cid-uUy8eZD0RB {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/4-1-2000x1125.jpeg");
}
.cid-uUy8eZD0RB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUy8eZD0RB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUy8eZD0RB .main-title {
  color: #404040;
}
.cid-uUy8eZD0RB .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUy8eZD0RB .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uUy8eZD0RB .mbr-text {
  color: #606060;
}
.cid-uUy8eZD0RB .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy8eZD0RB .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #212428;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUy8eZD0RB .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUy8eZD0RB .card-wrapper {
    flex-direction: column;
  }
  .cid-uUy8eZD0RB .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUy8eZD0RB .card-box,
  .cid-uUy8eZD0RB .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUy8eZD0RB .card {
    margin-bottom: 2rem;
  }
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-title,
.cid-uUy8eZD0RB .card-box {
  color: #ffffff;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .mbr-text,
.cid-uUy8eZD0RB .link-wrap {
  color: #ffffff;
}
.cid-uVTjpc96jy {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/3-1920x1080.jpg");
}
.cid-uVTjpc96jy h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uVTjpc96jy span {
  background-image: url("../../../assets/images/aaaa-1920x1080.png");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uVTjpc96jy .mbr-section-title {
  color: #ffffff;
}
.cid-uUyfrQG09O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3-1920x1080.jpeg");
}
.cid-uUyfrQG09O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyfrQG09O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUyfrQG09O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUyfrQG09O .row {
  flex-direction: row-reverse;
}
.cid-uUyfrQG09O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUyfrQG09O .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUyfrQG09O .mbr-section-title {
  color: #9810fa;
}
.cid-uUyfrQG09O .mbr-text {
  color: #ffffff;
}
.cid-uVWsyywXmj {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #f9f3ff;
}
.cid-uVWsyywXmj h3 {
  position: relative;
}
.cid-uVWsyywXmj h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uVWsyywXmj .mbr-text,
.cid-uVWsyywXmj .mbr-section-btn {
  color: #465052;
}
.cid-uVWsyywXmj H1 {
  color: #941cf0;
}
.cid-uW1s2fzZyj {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #f9f3ff;
}
.cid-uW1s2fzZyj h3 {
  position: relative;
}
.cid-uW1s2fzZyj h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uW1s2fzZyj .mbr-text,
.cid-uW1s2fzZyj .mbr-section-btn {
  color: #465052;
}
.cid-uW1s2fzZyj H1 {
  color: #551586;
}
.cid-uVTupdVx4b {
  background-color: #f9f3ff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-uVTupdVx4b .container,
.cid-uVTupdVx4b .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uVTupdVx4b .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uVTupdVx4b .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
}
.cid-uVTupdVx4b .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.1;
  width: 1vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 0 0 40px #000000;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uVTupdVx4b .bg-frame {
    width: 2vw;
  }
}
.cid-uVTupdVx4b .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uVTupdVx4b .img-bg-container {
    padding: 80px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uVTupdVx4b .img-bg-container {
    padding: 80px 30px;
    padding-bottom: 10px;
  }
}
.cid-uVTupdVx4b .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/a-2000x2000.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-uVTupdVx4b .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0;
}
.cid-uVTupdVx4b .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-uVTupdVx4b .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uVTupdVx4b .item-img {
    right: 10%;
  }
}
.cid-uVTupdVx4b .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(360deg);
}
.cid-uVTupdVx4b .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uVTupdVx4b .mbr-section-title {
  color: #AAFC75;
  margin-bottom: 40px;
}
.cid-uVTupdVx4b .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uVTupdVx4b .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVY1JU8TLy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f3ff;
}
.cid-uVY1JU8TLy .mbr-section-title {
  color: #4e0f7e;
}
.cid-uVY1JU8TLy .mbr-section-subtitle {
  color: #c515ae;
}
.cid-uVXgXiCVC8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f3ff;
}
.cid-uVXgXiCVC8 img {
  border-radius: 0px;
}
.cid-uVXgXiCVC8 .row {
  justify-content: center;
}
.cid-uVXgXiCVC8 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uVXgXiCVC8 .container {
  max-width: 1132px;
}
.cid-uVXVQENuIK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9f3ff;
}
.cid-uVXVQENuIK .mbr-section-title {
  color: #551586;
}
.cid-uVXVQENuIK .mbr-section-subtitle {
  color: #971a87;
}
.cid-uVXKyrC5A5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f3ff;
}
.cid-uVXKyrC5A5 img {
  border-radius: 0px;
}
.cid-uVXKyrC5A5 .row {
  justify-content: center;
}
.cid-uVXKyrC5A5 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uVXKyrC5A5 .container {
  max-width: 1132px;
}
.cid-uVY6g6riHy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f3ff;
}
.cid-uVY6g6riHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY6g6riHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVY6g6riHy .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uVY6g6riHy .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVY6g6riHy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVY6g6riHy .media-content,
.cid-uVY6g6riHy .mbr-figure {
  align-self: center;
}
.cid-uVY6g6riHy .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uVY6g6riHy .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uVY6g6riHy .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uVY6g6riHy .mbr-section-maintitle {
  text-align: center;
  color: #551586;
}
.cid-uVY6g6riHy .mbr-section-title {
  text-align: left;
  color: #551586;
}
.cid-uVY6g6riHy .mbr-text,
.cid-uVY6g6riHy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uW1sGk7Txf {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #f9f3ff;
}
.cid-uW1sGk7Txf h3 {
  position: relative;
}
.cid-uW1sGk7Txf h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uW1sGk7Txf .mbr-text,
.cid-uW1sGk7Txf .mbr-section-btn {
  color: #465052;
}
.cid-uW1sGk7Txf H1 {
  color: #551586;
}
.cid-uW1sM2Sc0t {
  background-color: #f9f3ff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-uW1sM2Sc0t .container,
.cid-uW1sM2Sc0t .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uW1sM2Sc0t .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uW1sM2Sc0t .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
}
.cid-uW1sM2Sc0t .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.1;
  width: 1vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 0 0 40px #000000;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uW1sM2Sc0t .bg-frame {
    width: 2vw;
  }
}
.cid-uW1sM2Sc0t .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uW1sM2Sc0t .img-bg-container {
    padding: 80px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uW1sM2Sc0t .img-bg-container {
    padding: 80px 30px;
    padding-bottom: 10px;
  }
}
.cid-uW1sM2Sc0t .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/bonus3-2-2000x1677.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-uW1sM2Sc0t .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0;
}
.cid-uW1sM2Sc0t .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-uW1sM2Sc0t .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uW1sM2Sc0t .item-img {
    right: 10%;
  }
}
.cid-uW1sM2Sc0t .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(360deg);
}
.cid-uW1sM2Sc0t .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uW1sM2Sc0t .mbr-section-title {
  color: #AAFC75;
  margin-bottom: 40px;
}
.cid-uW1sM2Sc0t .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uW1sM2Sc0t .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW2zEXtdy3 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #f9f3ff;
}
.cid-uW2zEXtdy3 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uW2zEXtdy3 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uW2zEXtdy3 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-uW2zEXtdy3 H1 {
  color: #551586;
}
.cid-uW2zEXtdy3 .mbr-section-subtitle,
.cid-uW2zEXtdy3 .title-align {
  color: #551586;
}
.cid-uUCy9CfQB8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #f4f8fa;
}
.cid-uUCy9CfQB8 .mbr-section-subtitle,
.cid-uUCy9CfQB8 .caption-text {
  color: #8d97ad;
}
.cid-uUCy9CfQB8 .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uUCy9CfQB8 .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uUCy9CfQB8 .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uUCy9CfQB8 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uUCy9CfQB8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUCy9CfQB8 .mbr-section-title {
  text-align: center;
  color: #9810fa;
}
.cid-uW3zCRqC3w {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zzz-2-2000x1125.png");
}
@media (min-width: 992px) {
  .cid-uW3zCRqC3w .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uW3zCRqC3w p {
  margin: 0;
}
.cid-uW3zCRqC3w .display-1 {
  line-height: 1;
}
.cid-uW3zCRqC3w H1 {
  color: #ffffff;
}
.cid-uW3zCRqC3w .mbr-text,
.cid-uW3zCRqC3w .img-align {
  color: #ff20e2;
}
.cid-uW3CgapGbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zzz-2000x1125.png");
}
.cid-uW3CgapGbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3CgapGbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3CgapGbS .row {
  justify-content: space-between;
}
.cid-uW3CgapGbS .mbr-text,
.cid-uW3CgapGbS .mbr-section-btn {
  color: #ffffff;
}
.cid-uW3CgapGbS h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 4rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uW3CgapGbS h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uW3CgapGbS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uW3CgapGbS .mbr-section-title {
  color: #ff20e2;
}
.cid-uW3EHhEdDw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-2000x1125.jpg");
}
.cid-uW3EHhEdDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3EHhEdDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3EHhEdDw .row {
  justify-content: space-between;
}
.cid-uW3EHhEdDw .mbr-text,
.cid-uW3EHhEdDw .mbr-section-btn {
  color: #ffffff;
}
.cid-uW3EHhEdDw h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 4rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uW3EHhEdDw h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uW3EHhEdDw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uW3EHhEdDw .mbr-section-title {
  color: #ff20e2;
}
.cid-uW3Ig48he5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-3-2000x1125.jpeg");
}
.cid-uW3Ig48he5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3Ig48he5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3Ig48he5 .row {
  justify-content: space-between;
}
.cid-uW3Ig48he5 .mbr-text,
.cid-uW3Ig48he5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uW3Ig48he5 h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 4rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uW3Ig48he5 h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uW3Ig48he5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uW3Ig48he5 .mbr-section-title {
  color: #ff20e2;
}
.cid-uW3IDaZprU {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zzz-2000x1125.png");
}
@media (min-width: 992px) {
  .cid-uW3IDaZprU .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uW3IDaZprU p {
  margin: 0;
}
.cid-uW3IDaZprU .display-1 {
  line-height: 1;
}
.cid-uW3IDaZprU H1 {
  color: #ffffff;
}
.cid-uW3IDaZprU .mbr-text,
.cid-uW3IDaZprU .img-align {
  color: #ff20e2;
}
.cid-uUCVd0c5p8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUCVd0c5p8 .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-uUCVd0c5p8 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #941cf0;
  border-radius: 100%;
  color: #941cf0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uUCVd0c5p8 .icon:before {
  font-weight: 900;
}
.cid-uUCVd0c5p8 .accordion-content {
  flex-basis: 100%;
}
.cid-uUCVd0c5p8 .panel-group {
  width: 100%;
}
.cid-uUCVd0c5p8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uUCVd0c5p8 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uUCVd0c5p8 .card .card-header a.panel-title:hover .icon {
  background-color: #941cf0;
  color: #ffffff !important;
}
.cid-uUCVd0c5p8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uUCVd0c5p8 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uUCVd0c5p8 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uUCVd0c5p8 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uUCVd0c5p8 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uUCVd0c5p8 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uUCVd0c5p8 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uUCVd0c5p8 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uUCVd0c5p8 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uUCVd0c5p8 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uUCVd0c5p8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uUCVd0c5p8 .mbr-text {
    margin-left: 1px;
  }
  .cid-uUCVd0c5p8 .mbr-section-title {
    text-align: center;
  }
  .cid-uUCVd0c5p8 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uUCVd0c5p8 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uUCVd0c5p8 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uUCVd0c5p8 .card-header {
  background: none !important;
}
.cid-uUCVd0c5p8 .mbr-text,
.cid-uUCVd0c5p8 .mbr-section-btn {
  text-align: center;
}
.cid-uUCVd0c5p8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUCVd0c5p8 .mbr-section-title {
  text-align: center;
}
.cid-uUCHxx4T2o {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/3-1-1920x1080.jpeg");
}
.cid-uUCHxx4T2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCHxx4T2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUCHxx4T2o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUCHxx4T2o .row {
  flex-direction: row-reverse;
}
.cid-uUCHxx4T2o img {
  width: 100%;
}
.cid-uUCFUq8whQ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/3-2-1920x1080.jpeg");
}
.cid-uUCFUq8whQ .mbr-overlay {
  background-color: #000000;
}
.cid-uUCFUq8whQ .mbr-section-subtitle,
.cid-uUCFUq8whQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCUdasbjQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCUdasbjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCUdasbjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUCUdasbjQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUCUdasbjQ .row {
  flex-direction: row-reverse;
}
.cid-uUCUdasbjQ img {
  width: 100%;
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUIpV5JVgy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uUIpV5JVgy .video-wrapper iframe {
  width: 100%;
}
.cid-uUIpV5JVgy .mbr-section-title,
.cid-uUIpV5JVgy .mbr-section-subtitle,
.cid-uUIpV5JVgy .mbr-text {
  text-align: center;
}
.cid-uUIpV5JVgy .mbr-section-title {
  color: #dd4bee;
}
.cid-uUIpV5JVgy .video {
  padding-top: 4rem;
}
.cid-uUIpV5JVgy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUIpV5JVgy .mbr-text {
  color: #ffffff;
}
.cid-uUIpV5WGHo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUIpV5WGHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIpV5WGHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUIpV5WGHo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIpV5WGHo .row {
  flex-direction: row-reverse;
}
.cid-uUIpV5WGHo img {
  width: 100%;
}
.cid-uUIpV65S8z {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUIpV65S8z .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-uUIpV65S8z .mbr-section-subtitle,
.cid-uUIpV65S8z .mbr-section-btn {
  color: #000000;
}
.cid-uUIpV6fQAx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUIpV6fQAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIpV6fQAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUIpV6fQAx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIpV6fQAx .row {
  flex-direction: row-reverse;
}
.cid-uUIpV6fQAx img {
  width: 100%;
}
.cid-uUIpV6oinQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-uUIpV6oinQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUIpV6oinQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUIpV6oinQ .main-title {
  color: #404040;
}
.cid-uUIpV6oinQ .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUIpV6oinQ .mbr-section-subtitle {
  color: #dd4bee;
  font-weight: 600;
}
.cid-uUIpV6oinQ .mbr-text {
  color: #606060;
}
.cid-uUIpV6oinQ .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6oinQ .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUIpV6oinQ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUIpV6oinQ .card-wrapper {
    flex-direction: column;
  }
  .cid-uUIpV6oinQ .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUIpV6oinQ .card-box,
  .cid-uUIpV6oinQ .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUIpV6oinQ .card {
    margin-bottom: 2rem;
  }
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-title,
.cid-uUIpV6oinQ .card-box {
  color: #dd4bee;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .mbr-text,
.cid-uUIpV6oinQ .link-wrap {
  color: #0e0a21;
}
.cid-uUIpV6I4TN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-uUIpV6I4TN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUIpV6I4TN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUIpV6I4TN .main-title {
  color: #404040;
}
.cid-uUIpV6I4TN .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUIpV6I4TN .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uUIpV6I4TN .mbr-text {
  color: #606060;
}
.cid-uUIpV6I4TN .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6I4TN .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUIpV6I4TN .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUIpV6I4TN .card-wrapper {
    flex-direction: column;
  }
  .cid-uUIpV6I4TN .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUIpV6I4TN .card-box,
  .cid-uUIpV6I4TN .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUIpV6I4TN .card {
    margin-bottom: 2rem;
  }
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-title,
.cid-uUIpV6I4TN .card-box {
  color: #dd4bee;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .mbr-text,
.cid-uUIpV6I4TN .link-wrap {
  color: #0e0a21;
}
.cid-uUIpV740m5 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uUIpV740m5 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uUIpV740m5 p {
  margin: 0;
}
.cid-uUIpV740m5 .display-1 {
  line-height: 1;
}
.cid-uUIpV740m5 H1 {
  color: #000000;
}
.cid-uUIpV740m5 .mbr-text,
.cid-uUIpV740m5 .img-align {
  color: #dd4bee;
}
.cid-uUIpV7d33v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uUIpV7d33v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIpV7d33v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUIpV7d33v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIpV7d33v .row {
  flex-direction: row-reverse;
}
.cid-uUIpV7d33v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUIpV7d33v .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUIpV7d33v .mbr-section-title {
  color: #dd4bee;
}
.cid-uUIpV7d33v .mbr-text {
  color: #ffffff;
}
.cid-uUIpV7tOiK {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #f4f8fa;
}
.cid-uUIpV7tOiK .mbr-section-subtitle,
.cid-uUIpV7tOiK .caption-text {
  color: #8d97ad;
}
.cid-uUIpV7tOiK .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uUIpV7tOiK .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uUIpV7tOiK .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uUIpV7tOiK .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uUIpV7tOiK .mbr-section-subtitle {
  text-align: center;
}
.cid-uUIpV7tOiK .mbr-section-title {
  text-align: center;
}
.cid-uUIpV7Eirx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #161031;
}
.cid-uUIpV7Eirx img {
  border-radius: 0px;
}
.cid-uUIpV7Eirx .row {
  justify-content: center;
}
.cid-uUIpV7Eirx .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uUIpV7Eirx .container {
  max-width: 1132px;
}
.cid-uUIpV7NYL2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUIpV7NYL2 .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-uUIpV7NYL2 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #dd4bee;
  border-radius: 100%;
  color: #dd4bee !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uUIpV7NYL2 .icon:before {
  font-weight: 900;
}
.cid-uUIpV7NYL2 .accordion-content {
  flex-basis: 100%;
}
.cid-uUIpV7NYL2 .panel-group {
  width: 100%;
}
.cid-uUIpV7NYL2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uUIpV7NYL2 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uUIpV7NYL2 .card .card-header a.panel-title:hover .icon {
  background-color: #dd4bee;
  color: #ffffff !important;
}
.cid-uUIpV7NYL2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uUIpV7NYL2 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uUIpV7NYL2 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uUIpV7NYL2 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uUIpV7NYL2 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uUIpV7NYL2 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uUIpV7NYL2 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uUIpV7NYL2 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uUIpV7NYL2 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uUIpV7NYL2 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uUIpV7NYL2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uUIpV7NYL2 .mbr-text {
    margin-left: 1px;
  }
  .cid-uUIpV7NYL2 .mbr-section-title {
    text-align: center;
  }
  .cid-uUIpV7NYL2 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uUIpV7NYL2 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uUIpV7NYL2 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uUIpV7NYL2 .card-header {
  background: none !important;
}
.cid-uUIpV7NYL2 .mbr-text,
.cid-uUIpV7NYL2 .mbr-section-btn {
  text-align: center;
}
.cid-uUIpV7NYL2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUIpV7NYL2 .mbr-section-title {
  text-align: center;
}
.cid-uUIpV8B6fU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uTZUfZAzbH {
  padding-top: 225px;
  padding-bottom: 225px;
}
@media (min-width: 992px) {
  .cid-uTZUfZAzbH .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uTZUfZAzbH p {
  margin: 0;
}
.cid-uTZUfZAzbH .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uTZUfZAzbH .display-1 {
  line-height: 1;
}
.cid-uTZUfZAzbH .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uTZUfZAzbH .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uTZUfZAzbH .btn:hover {
  transform: translateY(-10px);
}
.cid-uTZUfZAzbH .btn-white-outline:hover,
.cid-uTZUfZAzbH .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uTZUfZAzbH H1 {
  text-align: center;
}
.cid-uTZUfZAzbH .mbr-text,
.cid-uTZUfZAzbH .mbr-section-btn {
  text-align: center;
}
.cid-uUIA80vdbB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUIA80vdbB .mbr-text,
.cid-uUIA80vdbB .img-align {
  text-align: center;
}
.cid-uTZVW3BUqO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUICmevjm1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #161031;
}
.cid-uUICmevjm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUICmevjm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUICmevjm1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUICmevjm1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUICmevjm1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUICmevjm1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUICmevjm1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUICmevjm1 .mbr-text,
.cid-uUICmevjm1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUIJTgWjdU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #161031;
}
.cid-uUIJTgWjdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIJTgWjdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUIJTgWjdU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIJTgWjdU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUIJTgWjdU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUIJTgWjdU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUIJTgWjdU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUIJTgWjdU .mbr-text,
.cid-uUIJTgWjdU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uUIOn3Nr4h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUIOn3Nr4h h3 {
  position: relative;
}
.cid-uUIOn3Nr4h h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uUIOn3Nr4h .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #ff2d55;
}
.cid-uUIOn3Nr4h H3 {
  color: #ff2d55;
}
.cid-uUIJThkBZr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uVpN7RiaDb {
  padding-top: 225px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .cid-uVpN7RiaDb .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uVpN7RiaDb p {
  margin: 0;
}
.cid-uVpN7RiaDb .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uVpN7RiaDb .display-1 {
  line-height: 1;
}
.cid-uVpN7RiaDb .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uVpN7RiaDb .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uVpN7RiaDb .btn:hover {
  transform: translateY(-10px);
}
.cid-uVpN7RiaDb .btn-white-outline:hover,
.cid-uVpN7RiaDb .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uVpN7RiaDb H1 {
  text-align: center;
}
.cid-uVpN7RiaDb .mbr-text,
.cid-uVpN7RiaDb .mbr-section-btn {
  text-align: center;
}
.cid-uVpN7RtF3O {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVpN7RtF3O .mbr-text,
.cid-uVpN7RtF3O .img-align {
  text-align: center;
}
.cid-uVpN7RF3mB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uVsC6717Ly {
  padding-top: 0px;
  padding-bottom: 225px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVsC6717Ly .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uVsC6717Ly p {
  margin: 0;
}
.cid-uVsC6717Ly .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uVsC6717Ly .display-1 {
  line-height: 1;
}
.cid-uVsC6717Ly .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uVsC6717Ly .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uVsC6717Ly .btn:hover {
  transform: translateY(-10px);
}
.cid-uVsC6717Ly .btn-white-outline:hover,
.cid-uVsC6717Ly .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uVsC6717Ly H1 {
  text-align: center;
  color: #000000;
}
.cid-uVsC6717Ly .mbr-text,
.cid-uVsC6717Ly .mbr-section-btn {
  text-align: center;
  color: #ff2d55;
}
.cid-uVpN7RX2WV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uVs8gtkkpr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uVs8gtkkpr .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uVs8gtkkpr .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uVs8gtkkpr .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uVs8gtkkpr .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #353535;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uVs8gtkkpr .card-wrapper:hover {
  background: transparent;
}
.cid-uVs8gtkkpr .card-title,
.cid-uVs8gtkkpr .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uVs8gtkkpr .main-title,
.cid-uVs8gtkkpr .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uVs8gtkkpr .card-text {
  color: #ffffff;
}
.cid-uVs8gtkkpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVs8gtkkpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVs9CirFHU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uVs9CirFHU .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uVs9CirFHU .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uVs9CirFHU .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uVs9CirFHU .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #353535;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uVs9CirFHU .card-wrapper:hover {
  background: transparent;
}
.cid-uVs9CirFHU .card-title,
.cid-uVs9CirFHU .card-box {
  color: #ff2d55;
  text-align: center;
}
.cid-uVs9CirFHU .main-title,
.cid-uVs9CirFHU .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uVs9CirFHU .card-text {
  color: #ffffff;
}
.cid-uVs9CirFHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVs9CirFHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVs85rHSsk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWa0x5Yls7 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3-1920x1080.jpg");
}
.cid-uWa0x5Yls7 .video-wrapper iframe {
  width: 100%;
}
.cid-uWa0x5Yls7 .mbr-section-title,
.cid-uWa0x5Yls7 .mbr-section-subtitle,
.cid-uWa0x5Yls7 .mbr-text {
  text-align: center;
}
.cid-uWa0x5Yls7 .mbr-section-title {
  color: #ffffff;
}
.cid-uWa0x5Yls7 .video {
  padding-top: 4rem;
}
.cid-uWa0x5Yls7 .mbr-section-subtitle {
  color: #ff20e2;
}
.cid-uWa0x5Yls7 .mbr-text {
  color: #ffffff;
}
.cid-uWa0x6sT4C {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/4-2000x1125.jpeg");
}
.cid-uWa0x6sT4C .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uWa0x6sT4C .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWa0x6sT4C .main-title {
  color: #404040;
}
.cid-uWa0x6sT4C .main-title.display-2 {
  line-height: 1.375;
}
.cid-uWa0x6sT4C .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
}
.cid-uWa0x6sT4C .mbr-text {
  color: #606060;
}
.cid-uWa0x6sT4C .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWa0x6sT4C .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #131142;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWa0x6sT4C .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uWa0x6sT4C .card-wrapper {
    flex-direction: column;
  }
  .cid-uWa0x6sT4C .card-box {
    padding: 2rem 1rem;
  }
  .cid-uWa0x6sT4C .card-box,
  .cid-uWa0x6sT4C .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWa0x6sT4C .card {
    margin-bottom: 2rem;
  }
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .card-title,
.cid-uWa0x6sT4C .card-box {
  color: #ffffff;
}
.cid-uWa0x6sT4C .card .card-wrapper .card-box .mbr-text,
.cid-uWa0x6sT4C .link-wrap {
  color: #ffffff;
}
.cid-uWa0x6O2DM {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/4-1-2000x1125.jpeg");
}
.cid-uWa0x6O2DM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uWa0x6O2DM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWa0x6O2DM .main-title {
  color: #404040;
}
.cid-uWa0x6O2DM .main-title.display-2 {
  line-height: 1.375;
}
.cid-uWa0x6O2DM .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uWa0x6O2DM .mbr-text {
  color: #606060;
}
.cid-uWa0x6O2DM .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWa0x6O2DM .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #131142;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWa0x6O2DM .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uWa0x6O2DM .card-wrapper {
    flex-direction: column;
  }
  .cid-uWa0x6O2DM .card-box {
    padding: 2rem 1rem;
  }
  .cid-uWa0x6O2DM .card-box,
  .cid-uWa0x6O2DM .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWa0x6O2DM .card {
    margin-bottom: 2rem;
  }
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .card-title,
.cid-uWa0x6O2DM .card-box {
  color: #ffffff;
}
.cid-uWa0x6O2DM .card .card-wrapper .card-box .mbr-text,
.cid-uWa0x6O2DM .link-wrap {
  color: #ffffff;
}
.cid-uWa6Z8JlMb {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/4-1-2000x1125.jpeg");
}
.cid-uWa6Z8JlMb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uWa6Z8JlMb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWa6Z8JlMb .main-title {
  color: #404040;
}
.cid-uWa6Z8JlMb .main-title.display-2 {
  line-height: 1.375;
}
.cid-uWa6Z8JlMb .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uWa6Z8JlMb .mbr-text {
  color: #606060;
}
.cid-uWa6Z8JlMb .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWa6Z8JlMb .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #131142;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWa6Z8JlMb .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uWa6Z8JlMb .card-wrapper {
    flex-direction: column;
  }
  .cid-uWa6Z8JlMb .card-box {
    padding: 2rem 1rem;
  }
  .cid-uWa6Z8JlMb .card-box,
  .cid-uWa6Z8JlMb .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWa6Z8JlMb .card {
    margin-bottom: 2rem;
  }
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .card-title,
.cid-uWa6Z8JlMb .card-box {
  color: #ffffff;
}
.cid-uWa6Z8JlMb .card .card-wrapper .card-box .mbr-text,
.cid-uWa6Z8JlMb .link-wrap {
  color: #ffffff;
}
.cid-uWawoY81IV {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/inserir20um20tc3adtulo-2000x1125.png");
}
.cid-uWawoY81IV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uWawoY81IV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWawoY81IV .main-title {
  color: #404040;
}
.cid-uWawoY81IV .main-title.display-2 {
  line-height: 1.375;
}
.cid-uWawoY81IV .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uWawoY81IV .mbr-text {
  color: #606060;
}
.cid-uWawoY81IV .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWawoY81IV .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #131142;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uWawoY81IV .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uWawoY81IV .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uWawoY81IV .card-wrapper {
    flex-direction: column;
  }
  .cid-uWawoY81IV .card-box {
    padding: 2rem 1rem;
  }
  .cid-uWawoY81IV .card-box,
  .cid-uWawoY81IV .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWawoY81IV .card {
    margin-bottom: 2rem;
  }
}
.cid-uWawoY81IV .card .card-wrapper .card-box .card-title,
.cid-uWawoY81IV .card-box {
  color: #ffffff;
}
.cid-uWawoY81IV .card .card-wrapper .card-box .mbr-text,
.cid-uWawoY81IV .link-wrap {
  color: #ffffff;
}
.cid-uWa0x7AWoh {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #f9f3ff;
}
.cid-uWa0x7AWoh h3 {
  position: relative;
}
.cid-uWa0x7AWoh h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uWa0x7AWoh .mbr-text,
.cid-uWa0x7AWoh .mbr-section-btn {
  color: #465052;
}
.cid-uWa0x7AWoh H1 {
  color: #941cf0;
}
.cid-uWa0x9qqf4 {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #f9f3ff;
}
.cid-uWa0x9qqf4 h3 {
  position: relative;
}
.cid-uWa0x9qqf4 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uWa0x9qqf4 .mbr-text,
.cid-uWa0x9qqf4 .mbr-section-btn {
  color: #465052;
}
.cid-uWa0x9qqf4 H1 {
  color: #551586;
}
.cid-uWa0x9KXbd {
  background-color: #f9f3ff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-uWa0x9KXbd .container,
.cid-uWa0x9KXbd .container-fluid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uWa0x9KXbd .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uWa0x9KXbd .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
}
.cid-uWa0x9KXbd .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.1;
  width: 1vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 0 0 40px #000000;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uWa0x9KXbd .bg-frame {
    width: 2vw;
  }
}
.cid-uWa0x9KXbd .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uWa0x9KXbd .img-bg-container {
    padding: 80px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uWa0x9KXbd .img-bg-container {
    padding: 80px 30px;
    padding-bottom: 10px;
  }
}
.cid-uWa0x9KXbd .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/bonus3-2-2000x1677.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-uWa0x9KXbd .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021c15;
  opacity: 0;
}
.cid-uWa0x9KXbd .item-img {
  position: absolute;
  right: 100px;
  top: -80px;
  max-width: 180px;
  width: 180px;
}
@media (max-width: 991px) {
  .cid-uWa0x9KXbd .item-img {
    max-width: 120px;
    width: 120px;
    top: -40px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uWa0x9KXbd .item-img {
    right: 10%;
  }
}
.cid-uWa0x9KXbd .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(360deg);
}
.cid-uWa0x9KXbd .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uWa0x9KXbd .mbr-section-title {
  color: #AAFC75;
  margin-bottom: 40px;
}
.cid-uWa0x9KXbd .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uWa0x9KXbd .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWa0x9Ynpu {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #f9f3ff;
}
.cid-uWa0x9Ynpu h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uWa0x9Ynpu h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uWa0x9Ynpu .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-uWa0x9Ynpu H1 {
  color: #551586;
}
.cid-uWa0x9Ynpu .mbr-section-subtitle,
.cid-uWa0x9Ynpu .title-align {
  color: #551586;
}
.cid-uWa0x79dfi {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/3-1920x1080.jpg");
}
.cid-uWa0x79dfi h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uWa0x79dfi span {
  background-image: url("../../../assets/images/aaaa-1920x1080.png");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uWa0x79dfi .mbr-section-title {
  color: #ffffff;
}
.cid-uWa0xarTwO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/zzz-2-2000x1125.png");
}
@media (min-width: 992px) {
  .cid-uWa0xarTwO .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uWa0xarTwO p {
  margin: 0;
}
.cid-uWa0xarTwO .display-1 {
  line-height: 1;
}
.cid-uWa0xarTwO H1 {
  color: #ffffff;
}
.cid-uWa0xarTwO .mbr-text,
.cid-uWa0xarTwO .img-align {
  color: #ff20e2;
}
.cid-uWa0xaEw2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zzz-2000x1125.png");
}
.cid-uWa0xaEw2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa0xaEw2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWa0xaEw2l .row {
  justify-content: space-between;
}
.cid-uWa0xaEw2l .mbr-text,
.cid-uWa0xaEw2l .mbr-section-btn {
  color: #ffffff;
}
.cid-uWa0xaEw2l h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 4rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uWa0xaEw2l h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uWa0xaEw2l .mbr-section-subtitle {
  color: #ff20e2;
}
.cid-uWa0xaEw2l .mbr-section-title {
  color: #ffffff;
}
.cid-uWa0xaU8M8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-2000x1125.jpg");
}
.cid-uWa0xaU8M8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa0xaU8M8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWa0xaU8M8 .row {
  justify-content: space-between;
}
.cid-uWa0xaU8M8 .mbr-text,
.cid-uWa0xaU8M8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWa0xaU8M8 h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 4rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uWa0xaU8M8 h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uWa0xaU8M8 .mbr-section-subtitle {
  color: #ff20e2;
}
.cid-uWa0xaU8M8 .mbr-section-title {
  color: #ffffff;
}
.cid-uWa0xb8Fjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-3-2000x1125.jpeg");
}
.cid-uWa0xb8Fjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa0xb8Fjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWa0xb8Fjn .row {
  justify-content: space-between;
}
.cid-uWa0xb8Fjn .mbr-text,
.cid-uWa0xb8Fjn .mbr-section-btn {
  color: #ffffff;
}
.cid-uWa0xb8Fjn h2 {
  width: fit-content;
  float: left;
  border: 2px solid currentColor;
  padding: 1rem 4rem;
  padding-bottom: 0.5rem;
  margin: 0;
  border-radius: 1rem;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uWa0xb8Fjn h2 {
    padding: 1rem 1rem;
    margin-right: 1rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uWa0xb8Fjn .mbr-section-subtitle {
  color: #ff20e2;
  text-align: right;
}
.cid-uWa0xb8Fjn .mbr-section-title {
  color: #ffffff;
}
.cid-uWasUM0r3f {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #fefafa;
}
.cid-uWasUM0r3f h3 {
  position: relative;
}
.cid-uWasUM0r3f h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uWasUM0r3f .mbr-text,
.cid-uWasUM0r3f .mbr-section-btn {
  color: #465052;
}
.cid-uWasUM0r3f H1 {
  color: #131142;
}
.cid-uWatJlaBhS {
  padding-top: 315px;
  background-image: url("../../../assets/images/depoimentos-upscayl-2x-ultramix-balanced-4x-2000x400.png");
}
.cid-uWa0xbqm9j {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/zzz-2000x1125.png");
}
@media (min-width: 992px) {
  .cid-uWa0xbqm9j .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uWa0xbqm9j p {
  margin: 0;
}
.cid-uWa0xbqm9j .display-1 {
  line-height: 1;
}
.cid-uWa0xbqm9j H1 {
  color: #000000;
}
.cid-uWa0xbqm9j .mbr-text,
.cid-uWa0xbqm9j .img-align {
  color: #ff20e2;
}
.cid-uWa0xbDa9O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uWa0xbDa9O .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-uWa0xbDa9O .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #131142;
  border-radius: 100%;
  color: #131142 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uWa0xbDa9O .icon:before {
  font-weight: 900;
}
.cid-uWa0xbDa9O .accordion-content {
  flex-basis: 100%;
}
.cid-uWa0xbDa9O .panel-group {
  width: 100%;
}
.cid-uWa0xbDa9O .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uWa0xbDa9O .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uWa0xbDa9O .card .card-header a.panel-title:hover .icon {
  background-color: #131142;
  color: #ffffff !important;
}
.cid-uWa0xbDa9O .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uWa0xbDa9O .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uWa0xbDa9O .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uWa0xbDa9O .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uWa0xbDa9O svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uWa0xbDa9O .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uWa0xbDa9O .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uWa0xbDa9O .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uWa0xbDa9O .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uWa0xbDa9O .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uWa0xbDa9O {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uWa0xbDa9O .mbr-text {
    margin-left: 1px;
  }
  .cid-uWa0xbDa9O .mbr-section-title {
    text-align: center;
  }
  .cid-uWa0xbDa9O .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uWa0xbDa9O .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uWa0xbDa9O .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uWa0xbDa9O .card-header {
  background: none !important;
}
.cid-uWa0xbDa9O .mbr-text,
.cid-uWa0xbDa9O .mbr-section-btn {
  text-align: center;
}
.cid-uWa0xbDa9O .mbr-section-subtitle {
  text-align: center;
}
.cid-uWa0xbDa9O .mbr-section-title {
  text-align: center;
}
.cid-uWa0xbDa9O .header-text,
.cid-uWa0xbDa9O .sign {
  color: #000000;
}
.cid-uWa0xbVAha {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/3-1-1920x1080.jpeg");
}
.cid-uWa0xbVAha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa0xbVAha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWa0xbVAha .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWa0xbVAha .row {
  flex-direction: row-reverse;
}
.cid-uWa0xbVAha img {
  width: 100%;
}
.cid-uWa0xcbFV4 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/3-2-1920x1080.jpeg");
}
.cid-uWa0xcbFV4 .mbr-overlay {
  background-color: #131142;
}
.cid-uWa0xcbFV4 .mbr-section-subtitle,
.cid-uWa0xcbFV4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWa0xcp2tw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWa0xcp2tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa0xcp2tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWa0xcp2tw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWa0xcp2tw .row {
  flex-direction: row-reverse;
}
.cid-uWa0xcp2tw img {
  width: 100%;
}
.cid-uWa0xcGlVE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWJWU0vWgJ {
  padding-top: 225px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-uWJWU0vWgJ .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uWJWU0vWgJ p {
  margin: 0;
}
.cid-uWJWU0vWgJ .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uWJWU0vWgJ .display-1 {
  line-height: 1;
}
.cid-uWJWU0vWgJ .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uWJWU0vWgJ .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uWJWU0vWgJ .btn:hover {
  transform: translateY(-10px);
}
.cid-uWJWU0vWgJ .btn-white-outline:hover,
.cid-uWJWU0vWgJ .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uWJWU0vWgJ H1 {
  text-align: center;
}
.cid-uWJWU0vWgJ .mbr-text,
.cid-uWJWU0vWgJ .mbr-section-btn {
  text-align: center;
}
.cid-uWJX7OgEE6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-uWJX7OgEE6 .video-wrapper iframe {
  width: 100%;
}
.cid-uWJX7OgEE6 .mbr-section-title,
.cid-uWJX7OgEE6 .mbr-section-subtitle,
.cid-uWJX7OgEE6 .mbr-text {
  text-align: center;
}
.cid-uWJX7OgEE6 .mbr-section-title {
  color: #7a16c7;
}
.cid-uWJX7OgEE6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWJXlAMFun {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1511.jpg");
}
.cid-uWJXlAMFun .video-wrapper iframe {
  width: 100%;
}
.cid-uWJXlAMFun .mbr-section-title,
.cid-uWJXlAMFun .mbr-section-subtitle,
.cid-uWJXlAMFun .mbr-text {
  text-align: center;
}
.cid-uWJXlAMFun .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWJXlAMFun .mbr-section-title {
  color: #ffffff;
}
.cid-uWJXsd2Esa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uWJXsd2Esa .video-wrapper iframe {
  width: 100%;
}
.cid-uWJXsd2Esa .mbr-section-title,
.cid-uWJXsd2Esa .mbr-section-subtitle,
.cid-uWJXsd2Esa .mbr-text {
  text-align: center;
}
.cid-uWJXsd2Esa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWJXsd2Esa .mbr-section-title {
  color: #ffffff;
}
.cid-uWJXyWU3rM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uWJXyWU3rM .video-wrapper iframe {
  width: 100%;
}
.cid-uWJXyWU3rM .mbr-section-title,
.cid-uWJXyWU3rM .mbr-section-subtitle,
.cid-uWJXyWU3rM .mbr-text {
  text-align: center;
}
.cid-uWJXyWU3rM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWJXyWU3rM .mbr-section-title {
  color: #ffffff;
}
.cid-uWJXHPFOme {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1442.jpg");
}
.cid-uWJXHPFOme .video-wrapper iframe {
  width: 100%;
}
.cid-uWJXHPFOme .mbr-section-title,
.cid-uWJXHPFOme .mbr-section-subtitle,
.cid-uWJXHPFOme .mbr-text {
  text-align: center;
}
.cid-uWJXHPFOme .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWJXHPFOme .mbr-section-title {
  color: #ffffff;
}
.cid-uWJFqygThr {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cc-3-2000x1125.png");
}
.cid-uWJFqygThr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWJFqygThr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWJFqygThr .mbr-section-title {
  text-align: center;
}
.cid-uWJFqygThr .mbr-text,
.cid-uWJFqygThr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWJFqygThr .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uWJFqygThr .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uWJFqygThr .mbr-section-title,
.cid-uWJFqygThr .dot {
  color: #ffffff;
  text-align: center;
}
.cid-uWJFqygThr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uWJFqyp7Gq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #040947;
}
.cid-uWJFqyp7Gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWJFqyp7Gq .card-wrapper {
  background: #322b46;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-uWJFqyp7Gq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWJFqyp7Gq .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-uWJFqyp7Gq .title {
    margin-bottom: 10rem;
  }
}
.cid-uWJFqyp7Gq .row {
  justify-content: center;
}
.cid-uWJFqyp7Gq .card-box {
  display: flex;
  align-items: center;
}
.cid-uWJFqyp7Gq .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uWJFqyp7Gq .card-box {
    flex-direction: column;
  }
  .cid-uWJFqyp7Gq .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uWJFqyp7Gq .card-link {
  text-align: center;
}
.cid-uWJFqyp7Gq .card-link:hover a {
  background-image: none !important;
}
.cid-uWJFqyp7Gq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWJFqyp7Gq .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWJFqyp7Gq .card-title,
.cid-uWJFqyp7Gq .iconfont-wrapper {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-uWJFqyp7Gq .mbr-section-title {
  color: #ffffff;
}
.cid-uWJFqyAB2H {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("");
}
.cid-uWJFqyAB2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWJFqyAB2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWJFqyAB2H .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWJFqyAB2H .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWJFqyAB2H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWJFqyAB2H .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uWJFqyAB2H .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWJFqyHqda {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWYT9NEvJ8 {
  padding-top: 225px;
  padding-bottom: 225px;
}
@media (min-width: 992px) {
  .cid-uWYT9NEvJ8 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uWYT9NEvJ8 p {
  margin: 0;
}
.cid-uWYT9NEvJ8 .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uWYT9NEvJ8 .display-1 {
  line-height: 1;
}
.cid-uWYT9NEvJ8 .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uWYT9NEvJ8 .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uWYT9NEvJ8 .btn:hover {
  transform: translateY(-10px);
}
.cid-uWYT9NEvJ8 .btn-white-outline:hover,
.cid-uWYT9NEvJ8 .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uWYT9NEvJ8 H1 {
  text-align: center;
}
.cid-uWYT9NEvJ8 .mbr-text,
.cid-uWYT9NEvJ8 .mbr-section-btn {
  text-align: center;
}
.cid-uWYTHVteo1 {
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/c3d3a335cad0a773b023cbad31ed6c7c-1200x675.jpg");
}
.cid-uWYTHVteo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYTHVteo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWYTHVteo1 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uWYTHVteo1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uWYTHVteo1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWYTHVteo1 .media-content,
.cid-uWYTHVteo1 .mbr-figure {
  align-self: center;
}
.cid-uWYTHVteo1 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uWYTHVteo1 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uWYTHVteo1 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uWYTHVteo1 .mbr-text,
.cid-uWYTHVteo1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWYTHVteo1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uWYWihW8W5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWYWihW8W5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYWihW8W5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYWihW8W5 .content-text {
  max-width: 800px;
}
.cid-uWYWihW8W5 .mbr-section-title {
  color: #000000;
}
.cid-uWYWihW8W5 .mbr-text,
.cid-uWYWihW8W5 .mbr-section-btn {
  color: #000000;
}
.cid-uWYT9NO1R6 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uWYT9NO1R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYT9NO1R6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYT9NO1R6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWYT9NO1R6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYT9NO1R6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWYT9NO1R6 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uWYT9NO1R6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYT9NWDhB {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uWYT9NWDhB .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8519c7;
  margin-bottom: 1rem;
}
.cid-uWYT9NWDhB .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uWYT9NWDhB .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uWYT9NWDhB .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2rem;
  background: #353535;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uWYT9NWDhB .card-wrapper:hover {
  background: transparent;
}
.cid-uWYT9NWDhB .card-title,
.cid-uWYT9NWDhB .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uWYT9NWDhB .main-title,
.cid-uWYT9NWDhB .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uWYT9NWDhB .card-text {
  color: #ffffff;
}
.cid-uWYT9NWDhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYT9NWDhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYT9OeGaB {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cc-3-2000x1125.png");
}
.cid-uWYT9OeGaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYT9OeGaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYT9OeGaB .mbr-section-title {
  text-align: center;
}
.cid-uWYT9OeGaB .mbr-text,
.cid-uWYT9OeGaB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWYT9OeGaB .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uWYT9OeGaB .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uWYT9OeGaB .mbr-section-title,
.cid-uWYT9OeGaB .dot {
  color: #ffffff;
  text-align: center;
}
.cid-uWYT9OeGaB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uWYT9OmLZl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #040947;
}
.cid-uWYT9OmLZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYT9OmLZl .card-wrapper {
  background: #322b46;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-uWYT9OmLZl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYT9OmLZl .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-uWYT9OmLZl .title {
    margin-bottom: 10rem;
  }
}
.cid-uWYT9OmLZl .row {
  justify-content: center;
}
.cid-uWYT9OmLZl .card-box {
  display: flex;
  align-items: center;
}
.cid-uWYT9OmLZl .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uWYT9OmLZl .card-box {
    flex-direction: column;
  }
  .cid-uWYT9OmLZl .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uWYT9OmLZl .card-link {
  text-align: center;
}
.cid-uWYT9OmLZl .card-link:hover a {
  background-image: none !important;
}
.cid-uWYT9OmLZl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWYT9OmLZl .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWYT9OmLZl .card-title,
.cid-uWYT9OmLZl .iconfont-wrapper {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-uWYT9OmLZl .mbr-section-title {
  color: #ffffff;
}
.cid-uWYT9OwSqD {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("");
}
.cid-uWYT9OwSqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYT9OwSqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYT9OwSqD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWYT9OwSqD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYT9OwSqD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWYT9OwSqD .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uWYT9OwSqD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYT9OEHck {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v2lejBZHf9 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/site20para20link20na20bio20tecnologia20e20jogos20escuro20simples20azul-escuro201-2000x1124.png");
}
.cid-v2lejBZHf9 .video-wrapper iframe {
  width: 100%;
}
.cid-v2lejBZHf9 .mbr-section-title,
.cid-v2lejBZHf9 .mbr-section-subtitle,
.cid-v2lejBZHf9 .mbr-text {
  text-align: center;
}
.cid-v2lejBZHf9 .mbr-section-title {
  color: #ac16e0;
}
.cid-v2lejBZHf9 .video {
  padding-top: 4rem;
}
.cid-v2lejBZHf9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2lejBZHf9 .mbr-text {
  color: #ffffff;
}
.cid-v2lejCdL1X {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/2-1-2000x1125.jpg");
}
@media (min-width: 992px) {
  .cid-v2lejCdL1X .display-1 {
    letter-spacing: -6px;
  }
}
.cid-v2lejCdL1X p {
  margin: 0;
}
.cid-v2lejCdL1X .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v2lejCdL1X .display-1 {
  line-height: 1;
}
.cid-v2lejCdL1X .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-v2lejCdL1X .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-v2lejCdL1X .btn:hover {
  transform: translateY(-10px);
}
.cid-v2lejCdL1X .btn-white-outline:hover,
.cid-v2lejCdL1X .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-v2lejCdL1X H1 {
  text-align: center;
}
.cid-v2lejCdL1X .mbr-text,
.cid-v2lejCdL1X .mbr-section-btn {
  text-align: center;
}
.cid-v2lejCmLk6 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/4-2000x1125.jpeg");
}
.cid-v2lejCmLk6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-v2lejCmLk6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v2lejCmLk6 .main-title {
  color: #404040;
}
.cid-v2lejCmLk6 .main-title.display-2 {
  line-height: 1.375;
}
.cid-v2lejCmLk6 .mbr-section-subtitle {
  color: #941cf0;
  font-weight: 600;
}
.cid-v2lejCmLk6 .mbr-text {
  color: #606060;
}
.cid-v2lejCmLk6 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v2lejCmLk6 .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #212428;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-v2lejCmLk6 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-v2lejCmLk6 .card-wrapper {
    flex-direction: column;
  }
  .cid-v2lejCmLk6 .card-box {
    padding: 2rem 1rem;
  }
  .cid-v2lejCmLk6 .card-box,
  .cid-v2lejCmLk6 .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v2lejCmLk6 .card {
    margin-bottom: 2rem;
  }
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .card-title,
.cid-v2lejCmLk6 .card-box {
  color: #ffffff;
}
.cid-v2lejCmLk6 .card .card-wrapper .card-box .mbr-text,
.cid-v2lejCmLk6 .link-wrap {
  color: #ffffff;
}
.cid-v2lejCEE2j {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/4-1-2000x1125.jpeg");
}
.cid-v2lejCEE2j .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffcc00;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-v2lejCEE2j .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v2lejCEE2j .main-title {
  color: #404040;
}
.cid-v2lejCEE2j .main-title.display-2 {
  line-height: 1.375;
}
.cid-v2lejCEE2j .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-v2lejCEE2j .mbr-text {
  color: #606060;
}
.cid-v2lejCEE2j .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v2lejCEE2j .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #212428;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-v2lejCEE2j .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-v2lejCEE2j .card-wrapper {
    flex-direction: column;
  }
  .cid-v2lejCEE2j .card-box {
    padding: 2rem 1rem;
  }
  .cid-v2lejCEE2j .card-box,
  .cid-v2lejCEE2j .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v2lejCEE2j .card {
    margin-bottom: 2rem;
  }
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .card-title,
.cid-v2lejCEE2j .card-box {
  color: #ffffff;
}
.cid-v2lejCEE2j .card .card-wrapper .card-box .mbr-text,
.cid-v2lejCEE2j .link-wrap {
  color: #ffffff;
}
.cid-v2yNmUbPoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2yNmUbPoY .container {
  padding: 0 5%;
}
.cid-v2yNmUbPoY .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-v2yNmUbPoY .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v2yNmUbPoY .counter-container ol li {
  list-style: none;
  position: relative;
  background: #f0f4ff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-v2yNmUbPoY .counter-container ol li {
    width: auto;
  }
}
.cid-v2yNmUbPoY .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-v2yNmUbPoY .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #941cf0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2yNmUbPoY .counter-container ol li:before {
    left: -45px;
  }
}
.cid-v2yNmUbPoY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #941cf0;
  text-align: center;
}
.cid-v2yNmUbPoY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2yNmUbPoY .mbr-text P {
  text-align: center;
}
.cid-v2lgdVuem8 {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #f0f3f6;
}
.cid-v2lgdVuem8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lgdVuem8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2lgdVuem8 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v2lgdVuem8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2lgdVuem8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2lgdVuem8 .media-content,
.cid-v2lgdVuem8 .mbr-figure {
  align-self: center;
}
.cid-v2lgdVuem8 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v2lgdVuem8 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v2lgdVuem8 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v2lgdVuem8 .mbr-text,
.cid-v2lgdVuem8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2lgdVuem8 .mbr-section-title {
  text-align: center;
  color: #24272a;
}
.cid-v2lo7Hsw5s {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v2lo7Hsw5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lo7Hsw5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lo7Hsw5s .card-wrapper {
  background: #f2f1f7;
}
@media (max-width: 767px) {
  .cid-v2lo7Hsw5s .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2lo7Hsw5s .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v2lo7Hsw5s .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v2lo7Hsw5s .mbr-text,
.cid-v2lo7Hsw5s .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v2lo7Hsw5s .card-title,
.cid-v2lo7Hsw5s .card-box {
  text-align: center;
  color: #000000;
}
.cid-v2lejD3ZYM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/3-1920x1080.jpeg");
}
.cid-v2lejD3ZYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lejD3ZYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2lejD3ZYM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2lejD3ZYM .row {
  flex-direction: row-reverse;
}
.cid-v2lejD3ZYM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2lejD3ZYM .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2lejD3ZYM .mbr-section-title {
  color: #ac16e0;
}
.cid-v2lejD3ZYM .mbr-text {
  color: #ffffff;
}
.cid-v2lHhBLxDp {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v2lHhBLxDp .mbr-section-subtitle {
  color: #767676;
}
.cid-v2lHhBLxDp .container-table {
  margin: 0 auto;
}
.cid-v2lHhBLxDp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v2lHhBLxDp .dataTables_wrapper {
  display: block;
}
.cid-v2lHhBLxDp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v2lHhBLxDp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v2lHhBLxDp table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-v2lHhBLxDp table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .2s;
}
.cid-v2lHhBLxDp table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-v2lHhBLxDp table td {
  border: 1px solid #ffffff;
}
.cid-v2lHhBLxDp table.table {
  background: #000000;
}
.cid-v2lHhBLxDp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v2lHhBLxDp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v2lHhBLxDp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v2lHhBLxDp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v2lHhBLxDp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v2lHhBLxDp .dataTables_filter {
    text-align: center;
  }
  .cid-v2lHhBLxDp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v2lHhBLxDp .head-item {
  color: #57468b;
  text-align: center;
}
.cid-v2lHhBLxDp .body-item {
  color: #716c80;
  text-align: center;
}
.cid-v2lHhBLxDp .mbr-section-title {
  color: #ac16e0;
}
.cid-v2lHhBLxDp .head-item1 {
  color: #ac16e0;
  text-align: center;
}
.cid-v2lHhBLxDp .body-item1 {
  color: #ffffff;
}
.cid-v2CXNMzYC2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2CXNMzYC2 h3 {
  position: relative;
}
.cid-v2CXNMzYC2 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-v2CXNMzYC2 .mbr-text,
.cid-v2CXNMzYC2 .mbr-section-btn {
  color: #000000;
}
.cid-v2CXNMzYC2 H1 {
  color: #941cf0;
}
.cid-v2DSy6vp7K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2DSy6vp7K .img-wrap img {
  width: 100%;
}
.cid-v2DSy6vp7K .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2DSy6vp7K .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2DSy6vp7K .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2DSy6vp7K .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2DSy6vp7K .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2DSy6vp7K .btn {
  margin: 0px !important;
}
.cid-v2DSy6vp7K .btn.btn-success-outline {
  color: #000000;
}
.cid-v2DSy6vp7K .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2DSy6vp7K .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2DSy6vp7K .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2DSy6vp7K .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2DSy6vp7K .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2DSy6vp7K .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2DSy6vp7K * {
    text-align: center;
  }
}
.cid-v2DSy6vp7K .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2DSy6vp7K .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2DSy6vp7K .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2DSy6vp7K .sticky-tag .mbr-text {
  color: #261069;
}
.cid-v2DSy6vp7K .mbr-section-subtitle,
.cid-v2DSy6vp7K .mbr-section-btn {
  color: #24272a;
}
.cid-v2DSy6vp7K .mbr-section-subtitle,
.cid-v2DSy6vp7K .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2E3f7XC2t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2E3f7XC2t .img-wrap img {
  width: 100%;
}
.cid-v2E3f7XC2t .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2E3f7XC2t .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2E3f7XC2t .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2E3f7XC2t .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2E3f7XC2t .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2E3f7XC2t .btn {
  margin: 0px !important;
}
.cid-v2E3f7XC2t .btn.btn-success-outline {
  color: #000000;
}
.cid-v2E3f7XC2t .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2E3f7XC2t .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2E3f7XC2t .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2E3f7XC2t .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2E3f7XC2t .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2E3f7XC2t .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2E3f7XC2t * {
    text-align: center;
  }
}
.cid-v2E3f7XC2t .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2E3f7XC2t .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2E3f7XC2t .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2E3f7XC2t .sticky-tag .mbr-text {
  color: #261069;
}
.cid-v2E3f7XC2t .mbr-section-subtitle,
.cid-v2E3f7XC2t .mbr-section-btn {
  color: #24272a;
}
.cid-v2E3f7XC2t .mbr-section-subtitle,
.cid-v2E3f7XC2t .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2E5svT4ZE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2E5svT4ZE .img-wrap img {
  width: 100%;
}
.cid-v2E5svT4ZE .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2E5svT4ZE .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2E5svT4ZE .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2E5svT4ZE .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2E5svT4ZE .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2E5svT4ZE .btn {
  margin: 0px !important;
}
.cid-v2E5svT4ZE .btn.btn-success-outline {
  color: #000000;
}
.cid-v2E5svT4ZE .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2E5svT4ZE .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2E5svT4ZE .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2E5svT4ZE .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2E5svT4ZE .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2E5svT4ZE .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2E5svT4ZE * {
    text-align: center;
  }
}
.cid-v2E5svT4ZE .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2E5svT4ZE .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2E5svT4ZE .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2E5svT4ZE .sticky-tag .mbr-text {
  color: #261069;
}
.cid-v2E5svT4ZE .mbr-section-subtitle,
.cid-v2E5svT4ZE .mbr-section-btn {
  color: #24272a;
}
.cid-v2E5svT4ZE .mbr-section-subtitle,
.cid-v2E5svT4ZE .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2EASXfaOB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2EASXfaOB .img-wrap img {
  width: 100%;
}
.cid-v2EASXfaOB .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2EASXfaOB .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2EASXfaOB .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2EASXfaOB .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2EASXfaOB .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2EASXfaOB .btn {
  margin: 0px !important;
}
.cid-v2EASXfaOB .btn.btn-success-outline {
  color: #000000;
}
.cid-v2EASXfaOB .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2EASXfaOB .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2EASXfaOB .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2EASXfaOB .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2EASXfaOB .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2EASXfaOB .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2EASXfaOB * {
    text-align: center;
  }
}
.cid-v2EASXfaOB .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2EASXfaOB .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2EASXfaOB .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2EASXfaOB .sticky-tag .mbr-text {
  color: #261069;
}
.cid-v2EASXfaOB .mbr-section-subtitle,
.cid-v2EASXfaOB .mbr-section-btn {
  color: #24272a;
}
.cid-v2EASXfaOB .mbr-section-subtitle,
.cid-v2EASXfaOB .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2Fjuejsou {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2Fjuejsou .img-wrap img {
  width: 100%;
}
.cid-v2Fjuejsou .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2Fjuejsou .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2Fjuejsou .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2Fjuejsou .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2Fjuejsou .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2Fjuejsou .btn {
  margin: 0px !important;
}
.cid-v2Fjuejsou .btn.btn-success-outline {
  color: #000000;
}
.cid-v2Fjuejsou .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2Fjuejsou .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2Fjuejsou .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2Fjuejsou .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2Fjuejsou .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2Fjuejsou .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2Fjuejsou * {
    text-align: center;
  }
}
.cid-v2Fjuejsou .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2Fjuejsou .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2Fjuejsou .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2Fjuejsou .sticky-tag .mbr-text {
  color: #261069;
}
.cid-v2Fjuejsou .mbr-section-subtitle,
.cid-v2Fjuejsou .mbr-section-btn {
  color: #24272a;
}
.cid-v2Fjuejsou .mbr-section-subtitle,
.cid-v2Fjuejsou .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2lzDsHLTA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v2lzDsHLTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lzDsHLTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lzDsHLTA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-v2lzDsHLTA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2lzDsHLTA .embla__button--next,
.cid-v2lzDsHLTA .embla__button--prev {
  display: flex;
}
.cid-v2lzDsHLTA .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2lzDsHLTA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2lzDsHLTA .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v2lzDsHLTA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2lzDsHLTA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-v2lzDsHLTA .embla__button {
    top: auto;
  }
}
.cid-v2lzDsHLTA .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v2lzDsHLTA .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-v2lzDsHLTA .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-v2lzDsHLTA .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v2lzDsHLTA .embla {
  position: relative;
  width: 100%;
}
.cid-v2lzDsHLTA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v2lzDsHLTA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2lzDsHLTA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2lzDsHLTA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2lzDsHLTA H3 {
  color: #bf6cff;
}
.cid-v2lzDsHLTA .user_text {
  color: #ffffff;
}
.cid-v2lzDsHLTA .user_desk {
  color: #ffffff;
}
.cid-v2lzDsHLTA .user_name {
  color: #ffffff;
}
.cid-v2CrZTjUDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2CrZTjUDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2CrZTjUDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2CrZTjUDL .container {
  max-width: 1600px;
}
.cid-v2CrZTjUDL .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #24272a;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v2CrZTjUDL .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2CrZTjUDL .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-v2CrZTjUDL .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v2CrZTjUDL .col-title {
    margin-bottom: 50px;
  }
}
.cid-v2CrZTjUDL .mbr-section-title {
  color: #ac16e0;
}
.cid-v2CrZTjUDL .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2CrZTjUDL .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-v2CrZTjUDL .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v2CrZTjUDL .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-v2CrZTjUDL .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-v2CrZTjUDL .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2CrZTjUDL .panel-title-edit {
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.cid-v2CrZTjUDL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-v2CrZTjUDL .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-v2CrZTjUDL .panel-title:hover .panel-title-edit {
  color: #ffcc00;
}
.cid-v2CrZTjUDL .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v2CrZTjUDL .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-v2CrZTjUDL .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-v2CrZTjUDL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2CrZTjUDL .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-v2CrZTjUDL .col-text {
    margin-top: 40px;
  }
}
.cid-v2CrZTjUDL .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-v2CrZTjUDL .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v2CrZTjUDL .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2CrZTjUDL .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v2CrZTjUDL .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v2CrZTjUDL .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v2CrZTjUDL .btn-container .btn {
    width: 100%;
  }
}
.cid-v2lejGq8WX {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/3-1-1920x1080.jpeg");
}
.cid-v2lejGq8WX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lejGq8WX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2lejGq8WX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2lejGq8WX .row {
  flex-direction: row-reverse;
}
.cid-v2lejGq8WX img {
  width: 100%;
}
.cid-v2lejGzaUa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/3-2-1920x1080.jpeg");
}
.cid-v2lejGzaUa .mbr-overlay {
  background-color: #000000;
}
.cid-v2lejGzaUa .mbr-section-subtitle,
.cid-v2lejGzaUa .mbr-section-btn {
  color: #ffffff;
}
.cid-v2lejGJTZ3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2lejGJTZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lejGJTZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2lejGJTZ3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2lejGJTZ3 .row {
  flex-direction: row-reverse;
}
.cid-v2lejGJTZ3 img {
  width: 100%;
}
.cid-v2lejGTfjm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v2JZlTvBct {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1-5-1366x768.jpeg");
}
.cid-v2JZlTvBct .video-wrapper iframe {
  width: 100%;
}
.cid-v2JZlTvBct .mbr-section-title,
.cid-v2JZlTvBct .mbr-section-subtitle,
.cid-v2JZlTvBct .mbr-text {
  text-align: center;
}
.cid-v2JZlTvBct .mbr-section-title {
  color: #745ced;
}
.cid-v2JZlTvBct .video {
  padding-top: 4rem;
}
.cid-v2JZlTvBct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2JZlTvBct .mbr-text {
  color: #ffffff;
}
.cid-v2WCw5m0ge {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/site20para20link20na20bio20tecnologia20e20jogos20escuro20simples20azul-escuro201-2000x1124.png");
}
@media (min-width: 992px) {
  .cid-v2WCw5m0ge .display-1 {
    letter-spacing: -6px;
  }
}
.cid-v2WCw5m0ge p {
  margin: 0;
}
.cid-v2WCw5m0ge .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v2WCw5m0ge .display-1 {
  line-height: 1;
}
.cid-v2WCw5m0ge .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-v2WCw5m0ge .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-v2WCw5m0ge .btn:hover {
  transform: translateY(-10px);
}
.cid-v2WCw5m0ge .btn-white-outline:hover,
.cid-v2WCw5m0ge .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-v2WCw5m0ge H1 {
  text-align: center;
}
.cid-v2WCw5m0ge .mbr-text,
.cid-v2WCw5m0ge .mbr-section-btn {
  text-align: center;
}
.cid-v2VTI4khu1 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v2VTI4khu1 H2 {
  color: #6b3df0;
}
.cid-v2VRtLZPzm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v2VRtLZPzm li {
  list-style: none;
}
.cid-v2VRtLZPzm .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v2VRtLZPzm .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-v2VRtLZPzm .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-v2VRtLZPzm h4 {
  margin: 0;
}
.cid-v2VRtLZPzm ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v2VRtLZPzm .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v2VRtLZPzm .col-title2 {
  color: #ed6436;
  text-align: center;
}
.cid-v2VRtLZPzm .item1 {
  text-align: left;
}
.cid-v2VFZEzuJ9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v2VFZEzuJ9 .title_block {
  margin-bottom: 50px;
}
.cid-v2VFZEzuJ9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v2VFZEzuJ9 .mbr-section-title {
  color: #ffffff;
}
.cid-v2VFZEzuJ9 .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 204, 0, 0.4);
  background-image: linear-gradient(40deg, #ffcc00 0%, #ffe066 100%);
}
.cid-v2VFZEzuJ9 .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(17, 184, 35, 0.4);
  background-image: linear-gradient(40deg, #11b823 0%, #42ed54 100%);
}
.cid-v2VFZEzuJ9 .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(148, 28, 240, 0.4);
  background-image: linear-gradient(40deg, #941cf0 0%, #c17cf6 100%);
}
.cid-v2VFZEzuJ9 .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(148, 28, 240, 0.4);
  background-image: linear-gradient(40deg, #941cf0 0%, #c17cf6 100%);
}
.cid-v2VFZEzuJ9 .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(130, 120, 110, 0.4);
  background-image: linear-gradient(40deg, #82786e 0%, #b2aba4 100%);
}
.cid-v2VFZEzuJ9 .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(210, 78, 255, 0.4);
  background-image: linear-gradient(40deg, #d24eff 0%, #ecb4ff 100%);
}
.cid-v2VFZEzuJ9 .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-v2VFZEzuJ9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-v2VFZEzuJ9 .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v2VFZEzuJ9 .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-v2VFZEzuJ9 .card_title {
  margin-bottom: 20px;
  color: #6b3df0;
}
@media (max-width: 991px) {
  .cid-v2VFZEzuJ9 .title_block {
    margin-bottom: 30px;
  }
  .cid-v2VFZEzuJ9 .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-v2W1GnGGui {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v2W1GnGGui H2 {
  color: #6b3df0;
}
.cid-v2VFAJgUOM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2VFAJgUOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VFAJgUOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VFAJgUOM .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v2VFAJgUOM .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v2VFAJgUOM .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v2VFAJgUOM .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v2VFAJgUOM .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v2VFAJgUOM .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v2VFAJgUOM .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v2VFAJgUOM .mbr-section-subtitle,
.cid-v2VFAJgUOM .mbr-section-btn {
  color: #000000;
}
.cid-v2W0AbUHjo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2W0AbUHjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2W0AbUHjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2W0AbUHjo .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v2W0AbUHjo .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v2W0AbUHjo .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v2W0AbUHjo .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v2W0AbUHjo .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v2W0AbUHjo .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v2W0AbUHjo .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v2W0AbUHjo .mbr-section-subtitle,
.cid-v2W0AbUHjo .mbr-section-btn {
  color: #000000;
}
.cid-v2W0B93m82 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2W0B93m82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2W0B93m82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2W0B93m82 .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v2W0B93m82 .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v2W0B93m82 .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v2W0B93m82 .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v2W0B93m82 .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v2W0B93m82 .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v2W0B93m82 .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v2W0B93m82 .mbr-section-subtitle,
.cid-v2W0B93m82 .mbr-section-btn {
  color: #000000;
}
.cid-v2VEbmNDDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #745ced;
  background: linear-gradient(-45deg, rgba(116, 92, 237, 0.8), #14004d);
}
.cid-v2VEbmNDDa .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v2VEbmNDDa .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v2VEbmNDDa .title__block,
.cid-v2VEbmNDDa .image__block {
  pointer-events: all;
}
.cid-v2VEbmNDDa .subtitle__block {
  color: #ffffff;
}
.cid-v2VEbmNDDa .mbr-section-subtitle {
  display: inline-block;
  border: 1px solid rgba(233, 233, 233, 0.2);
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-bottom: 45px;
  opacity: 0.8;
}
.cid-v2VEbmNDDa .mbr-section-title {
  margin-bottom: 35px;
  text-align: left;
}
.cid-v2VEbmNDDa .image__block img {
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v2VEbmNDDa .image__block {
    display: none;
  }
}
.cid-v2VEbmNDDa .mbr-text {
  padding-bottom: 15px;
}
.cid-v2VEbmNDDa .mbr-text .mbr-iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.cid-v2VEbmNDDa .items__block {
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.2);
}
.cid-v2VEbmNDDa .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-v2VEbmNDDa .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-v2VEbmNDDa .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-v2VEbmNDDa .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-v2VEbmNDDa .user_name {
  color: #ffffff;
  line-height: 24px;
}
.cid-v2VEbmNDDa .user_prof {
  color: #ffffff;
  line-height: 24px;
}
.cid-v2VEbmNDDa .signature {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-v2VEbmNDDa .signature img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-v2VEbmNDDa .signature {
    margin-top: 20px;
  }
}
.cid-v2VEbmNDDa .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v2VEbmNDDa .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v2VEbmNDDa .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v2VEbmNDDa .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  right: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2VEbmNDDa .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  right: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v2VEbmNDDa .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  right: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v2VEbmNDDa .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 30%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v2VEbmNDDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VEbmNDDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VEbmNDDa .mbr-section-subtitle,
.cid-v2VEbmNDDa .subtitle__block {
  text-align: center;
  color: #ffffff;
}
.cid-v2JZlV6BXi {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #f0f3f6;
}
.cid-v2JZlV6BXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JZlV6BXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2JZlV6BXi .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v2JZlV6BXi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2JZlV6BXi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2JZlV6BXi .media-content,
.cid-v2JZlV6BXi .mbr-figure {
  align-self: center;
}
.cid-v2JZlV6BXi .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v2JZlV6BXi .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v2JZlV6BXi .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v2JZlV6BXi .mbr-text,
.cid-v2JZlV6BXi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2JZlV6BXi .mbr-section-title {
  text-align: center;
  color: #24272a;
}
.cid-v2JZlVjYpv {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v2JZlVjYpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JZlVjYpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JZlVjYpv .card-wrapper {
  background: #f2f1f7;
}
@media (max-width: 767px) {
  .cid-v2JZlVjYpv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2JZlVjYpv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v2JZlVjYpv .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v2JZlVjYpv .mbr-text,
.cid-v2JZlVjYpv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v2JZlVjYpv .card-title,
.cid-v2JZlVjYpv .card-box {
  text-align: center;
  color: #941cf0;
}
.cid-v2JZlVG6ET {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v2JZlVG6ET .mbr-section-subtitle {
  color: #767676;
}
.cid-v2JZlVG6ET .container-table {
  margin: 0 auto;
}
.cid-v2JZlVG6ET .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v2JZlVG6ET .dataTables_wrapper {
  display: block;
}
.cid-v2JZlVG6ET .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v2JZlVG6ET .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v2JZlVG6ET table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-v2JZlVG6ET table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .2s;
}
.cid-v2JZlVG6ET table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-v2JZlVG6ET table td {
  border: 1px solid #ffffff;
}
.cid-v2JZlVG6ET table.table {
  background: #000000;
}
.cid-v2JZlVG6ET .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v2JZlVG6ET .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v2JZlVG6ET .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v2JZlVG6ET .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v2JZlVG6ET .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v2JZlVG6ET .dataTables_filter {
    text-align: center;
  }
  .cid-v2JZlVG6ET .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v2JZlVG6ET .head-item {
  color: #57468b;
  text-align: center;
}
.cid-v2JZlVG6ET .body-item {
  color: #716c80;
  text-align: center;
}
.cid-v2JZlVG6ET .mbr-section-title {
  color: #ffffff;
}
.cid-v2JZlVG6ET .head-item1 {
  color: #745ced;
  text-align: center;
}
.cid-v2JZlVG6ET .body-item1 {
  color: #ffffff;
}
.cid-v2JZlWfjrp {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2JZlWfjrp h3 {
  position: relative;
}
.cid-v2JZlWfjrp h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-v2JZlWfjrp .mbr-text,
.cid-v2JZlWfjrp .mbr-section-btn {
  color: #000000;
}
.cid-v2JZlWfjrp H1 {
  color: #745ced;
}
.cid-v2JZlWqGTN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2JZlWqGTN .img-wrap img {
  width: 100%;
}
.cid-v2JZlWqGTN .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2JZlWqGTN .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2JZlWqGTN .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2JZlWqGTN .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2JZlWqGTN .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2JZlWqGTN .btn {
  margin: 0px !important;
}
.cid-v2JZlWqGTN .btn.btn-success-outline {
  color: #000000;
}
.cid-v2JZlWqGTN .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2JZlWqGTN .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2JZlWqGTN .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2JZlWqGTN .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2JZlWqGTN .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2JZlWqGTN .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2JZlWqGTN * {
    text-align: center;
  }
}
.cid-v2JZlWqGTN .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2JZlWqGTN .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2JZlWqGTN .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2JZlWqGTN .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v2JZlWqGTN .mbr-section-subtitle,
.cid-v2JZlWqGTN .mbr-section-btn {
  color: #24272a;
}
.cid-v2JZlWqGTN .mbr-section-subtitle,
.cid-v2JZlWqGTN .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2JZlWGoQL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2JZlWGoQL .img-wrap img {
  width: 100%;
}
.cid-v2JZlWGoQL .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2JZlWGoQL .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2JZlWGoQL .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2JZlWGoQL .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2JZlWGoQL .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2JZlWGoQL .btn {
  margin: 0px !important;
}
.cid-v2JZlWGoQL .btn.btn-success-outline {
  color: #000000;
}
.cid-v2JZlWGoQL .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2JZlWGoQL .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2JZlWGoQL .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2JZlWGoQL .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2JZlWGoQL .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2JZlWGoQL .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2JZlWGoQL * {
    text-align: center;
  }
}
.cid-v2JZlWGoQL .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2JZlWGoQL .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2JZlWGoQL .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2JZlWGoQL .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v2JZlWGoQL .mbr-section-subtitle,
.cid-v2JZlWGoQL .mbr-section-btn {
  color: #24272a;
}
.cid-v2JZlWGoQL .mbr-section-subtitle,
.cid-v2JZlWGoQL .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2JZlWZP2X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2JZlWZP2X .img-wrap img {
  width: 100%;
}
.cid-v2JZlWZP2X .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2JZlWZP2X .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2JZlWZP2X .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2JZlWZP2X .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2JZlWZP2X .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2JZlWZP2X .btn {
  margin: 0px !important;
}
.cid-v2JZlWZP2X .btn.btn-success-outline {
  color: #000000;
}
.cid-v2JZlWZP2X .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2JZlWZP2X .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2JZlWZP2X .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2JZlWZP2X .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2JZlWZP2X .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2JZlWZP2X .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2JZlWZP2X * {
    text-align: center;
  }
}
.cid-v2JZlWZP2X .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2JZlWZP2X .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2JZlWZP2X .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2JZlWZP2X .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v2JZlWZP2X .mbr-section-subtitle,
.cid-v2JZlWZP2X .mbr-section-btn {
  color: #24272a;
}
.cid-v2JZlWZP2X .mbr-section-subtitle,
.cid-v2JZlWZP2X .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2JZlXwoLi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2JZlXwoLi .img-wrap img {
  width: 100%;
}
.cid-v2JZlXwoLi .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v2JZlXwoLi .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v2JZlXwoLi .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v2JZlXwoLi .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v2JZlXwoLi .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v2JZlXwoLi .btn {
  margin: 0px !important;
}
.cid-v2JZlXwoLi .btn.btn-success-outline {
  color: #000000;
}
.cid-v2JZlXwoLi .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v2JZlXwoLi .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v2JZlXwoLi .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v2JZlXwoLi .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2JZlXwoLi .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v2JZlXwoLi .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v2JZlXwoLi * {
    text-align: center;
  }
}
.cid-v2JZlXwoLi .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v2JZlXwoLi .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v2JZlXwoLi .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v2JZlXwoLi .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v2JZlXwoLi .mbr-section-subtitle,
.cid-v2JZlXwoLi .mbr-section-btn {
  color: #24272a;
}
.cid-v2JZlXwoLi .mbr-section-subtitle,
.cid-v2JZlXwoLi .mbr-section-btn DIV {
  text-align: left;
}
.cid-v2JZlXML6V {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fbfafa;
}
.cid-v2JZlXML6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JZlXML6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JZlXML6V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-v2JZlXML6V .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2JZlXML6V .embla__button--next,
.cid-v2JZlXML6V .embla__button--prev {
  display: flex;
}
.cid-v2JZlXML6V .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2JZlXML6V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2JZlXML6V .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v2JZlXML6V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2JZlXML6V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-v2JZlXML6V .embla__button {
    top: auto;
  }
}
.cid-v2JZlXML6V .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v2JZlXML6V .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-v2JZlXML6V .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-v2JZlXML6V .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v2JZlXML6V .embla {
  position: relative;
  width: 100%;
}
.cid-v2JZlXML6V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v2JZlXML6V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2JZlXML6V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2JZlXML6V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2JZlXML6V H3 {
  color: #745ced;
}
.cid-v2JZlXML6V .user_text {
  color: #000000;
}
.cid-v2JZlXML6V .user_desk {
  color: #000000;
}
.cid-v2JZlXML6V .user_name {
  color: #1c1348;
}
.cid-v3cqEEX4cT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-v3cqEEX4cT .content {
  display: flex;
  align-items: center;
}
.cid-v3cqEEX4cT .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-v3cqEEX4cT .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-v3cqEEX4cT .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
  text-align: center;
}
.cid-v3cqEEX4cT .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3cqEEX4cT .btn:hover {
  box-shadow: none;
}
.cid-v3cqEEX4cT .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3cqEEX4cT .image-wrapper {
    margin-top: 25px;
  }
}
.cid-v3cqEEX4cT .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-v3cqEEX4cT .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-v3cqEEX4cT .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-v3cqEEX4cT .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #941cf0;
}
.cid-v3cqEEX4cT .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-v3cqEEX4cT .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-v3cqEEX4cT .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #941cf0;
}
.cid-v3cqEEX4cT .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-v3cqEEX4cT .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-v3cqEEX4cT .mbr-iconfont {
  color: #ffffff;
}
.cid-v3cqEEX4cT .mbr-image-text {
  color: #ffffff;
}
.cid-v3cqEEX4cT .mbr-section-title,
.cid-v3cqEEX4cT .mbr-section-btn {
  text-align: center;
}
.cid-v2JZlYJltg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24272a;
}
.cid-v2JZlYJltg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JZlYJltg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JZlYJltg .container {
  max-width: 1600px;
}
.cid-v2JZlYJltg .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #24272a;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v2JZlYJltg .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2JZlYJltg .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-v2JZlYJltg .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v2JZlYJltg .col-title {
    margin-bottom: 50px;
  }
}
.cid-v2JZlYJltg .mbr-section-title {
  color: #745ced;
}
.cid-v2JZlYJltg .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2JZlYJltg .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-v2JZlYJltg .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v2JZlYJltg .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-v2JZlYJltg .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-v2JZlYJltg .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2JZlYJltg .panel-title-edit {
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.cid-v2JZlYJltg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-v2JZlYJltg .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-v2JZlYJltg .panel-title:hover .panel-title-edit {
  color: #ffcc00;
}
.cid-v2JZlYJltg .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v2JZlYJltg .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-v2JZlYJltg .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-v2JZlYJltg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2JZlYJltg .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-v2JZlYJltg .col-text {
    margin-top: 40px;
  }
}
.cid-v2JZlYJltg .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-v2JZlYJltg .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v2JZlYJltg .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2JZlYJltg .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v2JZlYJltg .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v2JZlYJltg .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v2JZlYJltg .btn-container .btn {
    width: 100%;
  }
}
.cid-v2JZlZMQpz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v3cCT37qoz {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1-5-1366x768.jpeg");
}
.cid-v3cCT37qoz .video-wrapper iframe {
  width: 100%;
}
.cid-v3cCT37qoz .mbr-section-title,
.cid-v3cCT37qoz .mbr-section-subtitle,
.cid-v3cCT37qoz .mbr-text {
  text-align: center;
}
.cid-v3cCT37qoz .mbr-section-title {
  color: #745ced;
}
.cid-v3cCT37qoz .video {
  padding-top: 4rem;
}
.cid-v3cCT37qoz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3cCT37qoz .mbr-text {
  color: #ffffff;
}
.cid-v3cCT3qHoK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/site20para20link20na20bio20tecnologia20e20jogos20escuro20simples20azul-escuro201-2000x1124.png");
}
@media (min-width: 992px) {
  .cid-v3cCT3qHoK .display-1 {
    letter-spacing: -6px;
  }
}
.cid-v3cCT3qHoK p {
  margin: 0;
}
.cid-v3cCT3qHoK .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v3cCT3qHoK .display-1 {
  line-height: 1;
}
.cid-v3cCT3qHoK .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-v3cCT3qHoK .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-v3cCT3qHoK .btn:hover {
  transform: translateY(-10px);
}
.cid-v3cCT3qHoK .btn-white-outline:hover,
.cid-v3cCT3qHoK .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-v3cCT3qHoK H1 {
  text-align: center;
}
.cid-v3cCT3qHoK .mbr-text,
.cid-v3cCT3qHoK .mbr-section-btn {
  text-align: center;
}
.cid-v3cCT3CSPf {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v3cCT3CSPf H2 {
  color: #6b3df0;
}
.cid-v3cCT3QFUa {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v3cCT3QFUa li {
  list-style: none;
}
.cid-v3cCT3QFUa .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v3cCT3QFUa .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-v3cCT3QFUa .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-v3cCT3QFUa h4 {
  margin: 0;
}
.cid-v3cCT3QFUa ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v3cCT3QFUa .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v3cCT3QFUa .col-title2 {
  color: #ed6436;
  text-align: center;
}
.cid-v3cCT3QFUa .item1 {
  text-align: left;
}
.cid-v3cCT4flZQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v3cCT4flZQ .title_block {
  margin-bottom: 50px;
}
.cid-v3cCT4flZQ .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v3cCT4flZQ .mbr-section-title {
  color: #ffffff;
}
.cid-v3cCT4flZQ .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 204, 0, 0.4);
  background-image: linear-gradient(40deg, #ffcc00 0%, #ffe066 100%);
}
.cid-v3cCT4flZQ .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(17, 184, 35, 0.4);
  background-image: linear-gradient(40deg, #11b823 0%, #42ed54 100%);
}
.cid-v3cCT4flZQ .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(148, 28, 240, 0.4);
  background-image: linear-gradient(40deg, #941cf0 0%, #c17cf6 100%);
}
.cid-v3cCT4flZQ .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(148, 28, 240, 0.4);
  background-image: linear-gradient(40deg, #941cf0 0%, #c17cf6 100%);
}
.cid-v3cCT4flZQ .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(130, 120, 110, 0.4);
  background-image: linear-gradient(40deg, #82786e 0%, #b2aba4 100%);
}
.cid-v3cCT4flZQ .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(210, 78, 255, 0.4);
  background-image: linear-gradient(40deg, #d24eff 0%, #ecb4ff 100%);
}
.cid-v3cCT4flZQ .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-v3cCT4flZQ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-v3cCT4flZQ .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v3cCT4flZQ .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-v3cCT4flZQ .card_title {
  margin-bottom: 20px;
  color: #6b3df0;
}
@media (max-width: 991px) {
  .cid-v3cCT4flZQ .title_block {
    margin-bottom: 30px;
  }
  .cid-v3cCT4flZQ .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-v3cCT4DISE {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v3cCT4DISE H2 {
  color: #6b3df0;
}
.cid-v3cCT4PjkT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3cCT4PjkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCT4PjkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cCT4PjkT .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v3cCT4PjkT .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v3cCT4PjkT .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v3cCT4PjkT .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v3cCT4PjkT .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v3cCT4PjkT .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v3cCT4PjkT .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v3cCT4PjkT .mbr-section-subtitle,
.cid-v3cCT4PjkT .mbr-section-btn {
  color: #000000;
}
.cid-v3cCT55trN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3cCT55trN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCT55trN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cCT55trN .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v3cCT55trN .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v3cCT55trN .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v3cCT55trN .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v3cCT55trN .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v3cCT55trN .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v3cCT55trN .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v3cCT55trN .mbr-section-subtitle,
.cid-v3cCT55trN .mbr-section-btn {
  color: #000000;
}
.cid-v3cCT5kV2u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3cCT5kV2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCT5kV2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cCT5kV2u .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v3cCT5kV2u .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v3cCT5kV2u .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v3cCT5kV2u .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v3cCT5kV2u .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v3cCT5kV2u .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v3cCT5kV2u .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v3cCT5kV2u .mbr-section-subtitle,
.cid-v3cCT5kV2u .mbr-section-btn {
  color: #000000;
}
.cid-v3cCT5zvzG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #745ced;
  background: linear-gradient(-45deg, rgba(116, 92, 237, 0.8), #14004d);
}
.cid-v3cCT5zvzG .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v3cCT5zvzG .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v3cCT5zvzG .title__block,
.cid-v3cCT5zvzG .image__block {
  pointer-events: all;
}
.cid-v3cCT5zvzG .subtitle__block {
  color: #ffffff;
}
.cid-v3cCT5zvzG .mbr-section-subtitle {
  display: inline-block;
  border: 1px solid rgba(233, 233, 233, 0.2);
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-bottom: 45px;
  opacity: 0.8;
}
.cid-v3cCT5zvzG .mbr-section-title {
  margin-bottom: 35px;
  text-align: left;
}
.cid-v3cCT5zvzG .image__block img {
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3cCT5zvzG .image__block {
    display: none;
  }
}
.cid-v3cCT5zvzG .mbr-text {
  padding-bottom: 15px;
}
.cid-v3cCT5zvzG .mbr-text .mbr-iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.cid-v3cCT5zvzG .items__block {
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.2);
}
.cid-v3cCT5zvzG .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-v3cCT5zvzG .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-v3cCT5zvzG .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-v3cCT5zvzG .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-v3cCT5zvzG .user_name {
  color: #ffffff;
  line-height: 24px;
}
.cid-v3cCT5zvzG .user_prof {
  color: #ffffff;
  line-height: 24px;
}
.cid-v3cCT5zvzG .signature {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-v3cCT5zvzG .signature img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-v3cCT5zvzG .signature {
    margin-top: 20px;
  }
}
.cid-v3cCT5zvzG .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v3cCT5zvzG .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v3cCT5zvzG .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v3cCT5zvzG .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  right: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v3cCT5zvzG .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  right: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v3cCT5zvzG .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  right: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v3cCT5zvzG .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 30%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v3cCT5zvzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCT5zvzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cCT5zvzG .mbr-section-subtitle,
.cid-v3cCT5zvzG .subtitle__block {
  text-align: center;
  color: #ffffff;
}
.cid-v3cCT5Q0le {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #f0f3f6;
}
.cid-v3cCT5Q0le .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCT5Q0le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3cCT5Q0le .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v3cCT5Q0le .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v3cCT5Q0le .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3cCT5Q0le .media-content,
.cid-v3cCT5Q0le .mbr-figure {
  align-self: center;
}
.cid-v3cCT5Q0le .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v3cCT5Q0le .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v3cCT5Q0le .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v3cCT5Q0le .mbr-text,
.cid-v3cCT5Q0le .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3cCT5Q0le .mbr-section-title {
  text-align: center;
  color: #24272a;
}
.cid-v3cCT67IoR {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v3cCT67IoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCT67IoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cCT67IoR .card-wrapper {
  background: #f2f1f7;
}
@media (max-width: 767px) {
  .cid-v3cCT67IoR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3cCT67IoR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3cCT67IoR .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v3cCT67IoR .mbr-text,
.cid-v3cCT67IoR .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v3cCT67IoR .card-title,
.cid-v3cCT67IoR .card-box {
  text-align: center;
  color: #941cf0;
}
.cid-v3cCT6l0RN {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v3cCT6l0RN .mbr-section-subtitle {
  color: #767676;
}
.cid-v3cCT6l0RN .container-table {
  margin: 0 auto;
}
.cid-v3cCT6l0RN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v3cCT6l0RN .dataTables_wrapper {
  display: block;
}
.cid-v3cCT6l0RN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v3cCT6l0RN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v3cCT6l0RN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-v3cCT6l0RN table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .2s;
}
.cid-v3cCT6l0RN table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-v3cCT6l0RN table td {
  border: 1px solid #ffffff;
}
.cid-v3cCT6l0RN table.table {
  background: #000000;
}
.cid-v3cCT6l0RN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v3cCT6l0RN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v3cCT6l0RN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v3cCT6l0RN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v3cCT6l0RN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v3cCT6l0RN .dataTables_filter {
    text-align: center;
  }
  .cid-v3cCT6l0RN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v3cCT6l0RN .head-item {
  color: #57468b;
  text-align: center;
}
.cid-v3cCT6l0RN .body-item {
  color: #716c80;
  text-align: center;
}
.cid-v3cCT6l0RN .mbr-section-title {
  color: #ffffff;
}
.cid-v3cCT6l0RN .head-item1 {
  color: #745ced;
  text-align: center;
}
.cid-v3cCT6l0RN .body-item1 {
  color: #ffffff;
}
.cid-v3cCT73rKT {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3cCT73rKT h3 {
  position: relative;
}
.cid-v3cCT73rKT h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-v3cCT73rKT .mbr-text,
.cid-v3cCT73rKT .mbr-section-btn {
  color: #000000;
}
.cid-v3cCT73rKT H1 {
  color: #745ced;
}
.cid-v3cCT7jSbE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3cCT7jSbE .img-wrap img {
  width: 100%;
}
.cid-v3cCT7jSbE .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v3cCT7jSbE .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v3cCT7jSbE .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v3cCT7jSbE .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v3cCT7jSbE .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v3cCT7jSbE .btn {
  margin: 0px !important;
}
.cid-v3cCT7jSbE .btn.btn-success-outline {
  color: #000000;
}
.cid-v3cCT7jSbE .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v3cCT7jSbE .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v3cCT7jSbE .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v3cCT7jSbE .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v3cCT7jSbE .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v3cCT7jSbE .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v3cCT7jSbE * {
    text-align: center;
  }
}
.cid-v3cCT7jSbE .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v3cCT7jSbE .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v3cCT7jSbE .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v3cCT7jSbE .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v3cCT7jSbE .mbr-section-subtitle,
.cid-v3cCT7jSbE .mbr-section-btn {
  color: #24272a;
}
.cid-v3cCT7jSbE .mbr-section-subtitle,
.cid-v3cCT7jSbE .mbr-section-btn DIV {
  text-align: left;
}
.cid-v3cCT7B4r5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3cCT7B4r5 .img-wrap img {
  width: 100%;
}
.cid-v3cCT7B4r5 .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v3cCT7B4r5 .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v3cCT7B4r5 .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v3cCT7B4r5 .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v3cCT7B4r5 .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v3cCT7B4r5 .btn {
  margin: 0px !important;
}
.cid-v3cCT7B4r5 .btn.btn-success-outline {
  color: #000000;
}
.cid-v3cCT7B4r5 .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v3cCT7B4r5 .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v3cCT7B4r5 .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v3cCT7B4r5 .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v3cCT7B4r5 .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v3cCT7B4r5 .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v3cCT7B4r5 * {
    text-align: center;
  }
}
.cid-v3cCT7B4r5 .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v3cCT7B4r5 .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v3cCT7B4r5 .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v3cCT7B4r5 .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v3cCT7B4r5 .mbr-section-subtitle,
.cid-v3cCT7B4r5 .mbr-section-btn {
  color: #24272a;
}
.cid-v3cCT7B4r5 .mbr-section-subtitle,
.cid-v3cCT7B4r5 .mbr-section-btn DIV {
  text-align: left;
}
.cid-v3cCT7TOhr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3cCT7TOhr .img-wrap img {
  width: 100%;
}
.cid-v3cCT7TOhr .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v3cCT7TOhr .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v3cCT7TOhr .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v3cCT7TOhr .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v3cCT7TOhr .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v3cCT7TOhr .btn {
  margin: 0px !important;
}
.cid-v3cCT7TOhr .btn.btn-success-outline {
  color: #000000;
}
.cid-v3cCT7TOhr .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v3cCT7TOhr .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v3cCT7TOhr .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v3cCT7TOhr .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v3cCT7TOhr .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v3cCT7TOhr .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v3cCT7TOhr * {
    text-align: center;
  }
}
.cid-v3cCT7TOhr .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v3cCT7TOhr .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v3cCT7TOhr .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v3cCT7TOhr .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v3cCT7TOhr .mbr-section-subtitle,
.cid-v3cCT7TOhr .mbr-section-btn {
  color: #24272a;
}
.cid-v3cCT7TOhr .mbr-section-subtitle,
.cid-v3cCT7TOhr .mbr-section-btn DIV {
  text-align: left;
}
.cid-v3cCT8dPqK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3cCT8dPqK .img-wrap img {
  width: 100%;
}
.cid-v3cCT8dPqK .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v3cCT8dPqK .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v3cCT8dPqK .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v3cCT8dPqK .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v3cCT8dPqK .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v3cCT8dPqK .btn {
  margin: 0px !important;
}
.cid-v3cCT8dPqK .btn.btn-success-outline {
  color: #000000;
}
.cid-v3cCT8dPqK .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v3cCT8dPqK .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v3cCT8dPqK .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v3cCT8dPqK .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v3cCT8dPqK .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v3cCT8dPqK .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v3cCT8dPqK * {
    text-align: center;
  }
}
.cid-v3cCT8dPqK .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v3cCT8dPqK .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v3cCT8dPqK .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v3cCT8dPqK .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v3cCT8dPqK .mbr-section-subtitle,
.cid-v3cCT8dPqK .mbr-section-btn {
  color: #24272a;
}
.cid-v3cCT8dPqK .mbr-section-subtitle,
.cid-v3cCT8dPqK .mbr-section-btn DIV {
  text-align: left;
}
.cid-v3cCT8CFH5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fbfafa;
}
.cid-v3cCT8CFH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCT8CFH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cCT8CFH5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-v3cCT8CFH5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3cCT8CFH5 .embla__button--next,
.cid-v3cCT8CFH5 .embla__button--prev {
  display: flex;
}
.cid-v3cCT8CFH5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3cCT8CFH5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3cCT8CFH5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v3cCT8CFH5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3cCT8CFH5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-v3cCT8CFH5 .embla__button {
    top: auto;
  }
}
.cid-v3cCT8CFH5 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v3cCT8CFH5 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-v3cCT8CFH5 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-v3cCT8CFH5 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v3cCT8CFH5 .embla {
  position: relative;
  width: 100%;
}
.cid-v3cCT8CFH5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3cCT8CFH5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3cCT8CFH5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3cCT8CFH5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3cCT8CFH5 H3 {
  color: #745ced;
}
.cid-v3cCT8CFH5 .user_text {
  color: #000000;
}
.cid-v3cCT8CFH5 .user_desk {
  color: #000000;
}
.cid-v3cCT8CFH5 .user_name {
  color: #1c1348;
}
.cid-v3cCTa4tqw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-v3cCTa4tqw .content {
  display: flex;
  align-items: center;
}
.cid-v3cCTa4tqw .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #6b3df0;
  text-align: center;
}
.cid-v3cCTa4tqw .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-v3cCTa4tqw .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
  text-align: center;
}
.cid-v3cCTa4tqw .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3cCTa4tqw .btn:hover {
  box-shadow: none;
}
.cid-v3cCTa4tqw .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3cCTa4tqw .image-wrapper {
    margin-top: 25px;
  }
}
.cid-v3cCTa4tqw .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-v3cCTa4tqw .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-v3cCTa4tqw .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-v3cCTa4tqw .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #941cf0;
}
.cid-v3cCTa4tqw .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-v3cCTa4tqw .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-v3cCTa4tqw .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #941cf0;
}
.cid-v3cCTa4tqw .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-v3cCTa4tqw .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-v3cCTa4tqw .mbr-iconfont {
  color: #ffffff;
}
.cid-v3cCTa4tqw .mbr-image-text {
  color: #ffffff;
}
.cid-v3cCTa4tqw .mbr-section-title,
.cid-v3cCTa4tqw .mbr-section-btn {
  text-align: center;
}
.cid-v3cCTar2NA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24272a;
}
.cid-v3cCTar2NA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cCTar2NA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cCTar2NA .container {
  max-width: 1600px;
}
.cid-v3cCTar2NA .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #24272a;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v3cCTar2NA .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3cCTar2NA .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-v3cCTar2NA .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v3cCTar2NA .col-title {
    margin-bottom: 50px;
  }
}
.cid-v3cCTar2NA .mbr-section-title {
  color: #745ced;
}
.cid-v3cCTar2NA .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3cCTar2NA .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-v3cCTar2NA .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v3cCTar2NA .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-v3cCTar2NA .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-v3cCTar2NA .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v3cCTar2NA .panel-title-edit {
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.cid-v3cCTar2NA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-v3cCTar2NA .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-v3cCTar2NA .panel-title:hover .panel-title-edit {
  color: #ffcc00;
}
.cid-v3cCTar2NA .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3cCTar2NA .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-v3cCTar2NA .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-v3cCTar2NA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v3cCTar2NA .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-v3cCTar2NA .col-text {
    margin-top: 40px;
  }
}
.cid-v3cCTar2NA .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-v3cCTar2NA .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v3cCTar2NA .mbr-text {
    margin-top: 16px;
  }
}
.cid-v3cCTar2NA .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v3cCTar2NA .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v3cCTar2NA .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v3cCTar2NA .btn-container .btn {
    width: 100%;
  }
}
.cid-v3cCTaOeF3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v49zCBwDBS {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1-5-1366x768.jpeg");
}
.cid-v49zCBwDBS .video-wrapper iframe {
  width: 100%;
}
.cid-v49zCBwDBS .mbr-section-title,
.cid-v49zCBwDBS .mbr-section-subtitle,
.cid-v49zCBwDBS .mbr-text {
  text-align: center;
}
.cid-v49zCBwDBS .mbr-section-title {
  color: #745ced;
}
.cid-v49zCBwDBS .video {
  padding-top: 4rem;
}
.cid-v49zCBwDBS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v49zCBwDBS .mbr-text {
  color: #ffffff;
}
.cid-v49zCBGWVp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/site20para20link20na20bio20tecnologia20e20jogos20escuro20simples20azul-escuro201-2000x1124.png");
}
@media (min-width: 992px) {
  .cid-v49zCBGWVp .display-1 {
    letter-spacing: -6px;
  }
}
.cid-v49zCBGWVp p {
  margin: 0;
}
.cid-v49zCBGWVp .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-v49zCBGWVp .display-1 {
  line-height: 1;
}
.cid-v49zCBGWVp .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-v49zCBGWVp .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-v49zCBGWVp .btn:hover {
  transform: translateY(-10px);
}
.cid-v49zCBGWVp .btn-white-outline:hover,
.cid-v49zCBGWVp .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-v49zCBGWVp H1 {
  text-align: center;
}
.cid-v49zCBGWVp .mbr-text,
.cid-v49zCBGWVp .mbr-section-btn {
  text-align: center;
}
.cid-v49zCBNXyM {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v49zCBNXyM H2 {
  color: #6b3df0;
}
.cid-v49zCBUG2w {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v49zCBUG2w li {
  list-style: none;
}
.cid-v49zCBUG2w .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-v49zCBUG2w .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-v49zCBUG2w .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-v49zCBUG2w h4 {
  margin: 0;
}
.cid-v49zCBUG2w ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v49zCBUG2w .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v49zCBUG2w .col-title2 {
  color: #ed6436;
  text-align: center;
}
.cid-v49zCBUG2w .item1 {
  text-align: left;
}
.cid-v49zCCcDVN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v49zCCcDVN .title_block {
  margin-bottom: 50px;
}
.cid-v49zCCcDVN .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v49zCCcDVN .mbr-section-title {
  color: #ffffff;
}
.cid-v49zCCcDVN .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 204, 0, 0.4);
  background-image: linear-gradient(40deg, #ffcc00 0%, #ffe066 100%);
}
.cid-v49zCCcDVN .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(17, 184, 35, 0.4);
  background-image: linear-gradient(40deg, #11b823 0%, #42ed54 100%);
}
.cid-v49zCCcDVN .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(148, 28, 240, 0.4);
  background-image: linear-gradient(40deg, #941cf0 0%, #c17cf6 100%);
}
.cid-v49zCCcDVN .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(148, 28, 240, 0.4);
  background-image: linear-gradient(40deg, #941cf0 0%, #c17cf6 100%);
}
.cid-v49zCCcDVN .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(130, 120, 110, 0.4);
  background-image: linear-gradient(40deg, #82786e 0%, #b2aba4 100%);
}
.cid-v49zCCcDVN .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(210, 78, 255, 0.4);
  background-image: linear-gradient(40deg, #d24eff 0%, #ecb4ff 100%);
}
.cid-v49zCCcDVN .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-v49zCCcDVN .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-v49zCCcDVN .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v49zCCcDVN .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-v49zCCcDVN .card_title {
  margin-bottom: 20px;
  color: #6b3df0;
}
@media (max-width: 991px) {
  .cid-v49zCCcDVN .title_block {
    margin-bottom: 30px;
  }
  .cid-v49zCCcDVN .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-v49zCCwkYC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v49zCCwkYC H2 {
  color: #6b3df0;
}
.cid-v49zCCE3nJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v49zCCE3nJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCCE3nJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49zCCE3nJ .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v49zCCE3nJ .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v49zCCE3nJ .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v49zCCE3nJ .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v49zCCE3nJ .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v49zCCE3nJ .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v49zCCE3nJ .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v49zCCE3nJ .mbr-section-subtitle,
.cid-v49zCCE3nJ .mbr-section-btn {
  color: #000000;
}
.cid-v49zCCMU8U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v49zCCMU8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCCMU8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49zCCMU8U .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v49zCCMU8U .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v49zCCMU8U .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v49zCCMU8U .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v49zCCMU8U .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v49zCCMU8U .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v49zCCMU8U .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v49zCCMU8U .mbr-section-subtitle,
.cid-v49zCCMU8U .mbr-section-btn {
  color: #000000;
}
.cid-v49zCCVK99 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v49zCCVK99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCCVK99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49zCCVK99 .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-v49zCCVK99 .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #6b3df0;
  border-radius: 100vw;
}
.cid-v49zCCVK99 .mbr-section-title {
  color: #6b3df0;
  margin-bottom: 0;
}
.cid-v49zCCVK99 .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-v49zCCVK99 .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-v49zCCVK99 .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v49zCCVK99 .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-v49zCCVK99 .mbr-section-subtitle,
.cid-v49zCCVK99 .mbr-section-btn {
  color: #000000;
}
.cid-v49zCD4IUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #745ced;
  background: linear-gradient(-45deg, rgba(116, 92, 237, 0.8), #14004d);
}
.cid-v49zCD4IUu .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v49zCD4IUu .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v49zCD4IUu .title__block,
.cid-v49zCD4IUu .image__block {
  pointer-events: all;
}
.cid-v49zCD4IUu .subtitle__block {
  color: #ffffff;
}
.cid-v49zCD4IUu .mbr-section-subtitle {
  display: inline-block;
  border: 1px solid rgba(233, 233, 233, 0.2);
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-bottom: 45px;
  opacity: 0.8;
}
.cid-v49zCD4IUu .mbr-section-title {
  margin-bottom: 35px;
  text-align: left;
}
.cid-v49zCD4IUu .image__block img {
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v49zCD4IUu .image__block {
    display: none;
  }
}
.cid-v49zCD4IUu .mbr-text {
  padding-bottom: 15px;
}
.cid-v49zCD4IUu .mbr-text .mbr-iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.cid-v49zCD4IUu .items__block {
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.2);
}
.cid-v49zCD4IUu .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-v49zCD4IUu .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-v49zCD4IUu .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-v49zCD4IUu .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-v49zCD4IUu .user_name {
  color: #ffffff;
  line-height: 24px;
}
.cid-v49zCD4IUu .user_prof {
  color: #ffffff;
  line-height: 24px;
}
.cid-v49zCD4IUu .signature {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-v49zCD4IUu .signature img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-v49zCD4IUu .signature {
    margin-top: 20px;
  }
}
.cid-v49zCD4IUu .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-v49zCD4IUu .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-v49zCD4IUu .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-v49zCD4IUu .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  right: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v49zCD4IUu .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  right: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-v49zCD4IUu .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  right: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-v49zCD4IUu .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 30%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v49zCD4IUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCD4IUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49zCD4IUu .mbr-section-subtitle,
.cid-v49zCD4IUu .subtitle__block {
  text-align: center;
  color: #ffffff;
}
.cid-v49zCDj6Iu {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #f0f3f6;
}
.cid-v49zCDj6Iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCDj6Iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v49zCDj6Iu .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v49zCDj6Iu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v49zCDj6Iu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v49zCDj6Iu .media-content,
.cid-v49zCDj6Iu .mbr-figure {
  align-self: center;
}
.cid-v49zCDj6Iu .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v49zCDj6Iu .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v49zCDj6Iu .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v49zCDj6Iu .mbr-text,
.cid-v49zCDj6Iu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v49zCDj6Iu .mbr-section-title {
  text-align: center;
  color: #24272a;
}
.cid-v49zCDtDxo {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v49zCDtDxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCDtDxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49zCDtDxo .card-wrapper {
  background: #f2f1f7;
}
@media (max-width: 767px) {
  .cid-v49zCDtDxo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v49zCDtDxo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v49zCDtDxo .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v49zCDtDxo .mbr-text,
.cid-v49zCDtDxo .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v49zCDtDxo .card-title,
.cid-v49zCDtDxo .card-box {
  text-align: center;
  color: #941cf0;
}
.cid-v49zCDD0gE {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-1366x768.jpg");
}
.cid-v49zCDD0gE .mbr-section-subtitle {
  color: #767676;
}
.cid-v49zCDD0gE .container-table {
  margin: 0 auto;
}
.cid-v49zCDD0gE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v49zCDD0gE .dataTables_wrapper {
  display: block;
}
.cid-v49zCDD0gE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v49zCDD0gE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v49zCDD0gE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-v49zCDD0gE table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .2s;
}
.cid-v49zCDD0gE table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-v49zCDD0gE table td {
  border: 1px solid #ffffff;
}
.cid-v49zCDD0gE table.table {
  background: #000000;
}
.cid-v49zCDD0gE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v49zCDD0gE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v49zCDD0gE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v49zCDD0gE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v49zCDD0gE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v49zCDD0gE .dataTables_filter {
    text-align: center;
  }
  .cid-v49zCDD0gE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v49zCDD0gE .head-item {
  color: #57468b;
  text-align: center;
}
.cid-v49zCDD0gE .body-item {
  color: #716c80;
  text-align: center;
}
.cid-v49zCDD0gE .mbr-section-title {
  color: #ffffff;
}
.cid-v49zCDD0gE .head-item1 {
  color: #745ced;
  text-align: center;
}
.cid-v49zCDD0gE .body-item1 {
  color: #ffffff;
}
.cid-v49zCE8KKM {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v49zCE8KKM h3 {
  position: relative;
}
.cid-v49zCE8KKM h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-v49zCE8KKM .mbr-text,
.cid-v49zCE8KKM .mbr-section-btn {
  color: #000000;
}
.cid-v49zCE8KKM H1 {
  color: #745ced;
}
.cid-v49zCEhBTj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v49zCEhBTj .img-wrap img {
  width: 100%;
}
.cid-v49zCEhBTj .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v49zCEhBTj .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v49zCEhBTj .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v49zCEhBTj .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v49zCEhBTj .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v49zCEhBTj .btn {
  margin: 0px !important;
}
.cid-v49zCEhBTj .btn.btn-success-outline {
  color: #000000;
}
.cid-v49zCEhBTj .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v49zCEhBTj .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v49zCEhBTj .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v49zCEhBTj .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v49zCEhBTj .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v49zCEhBTj .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v49zCEhBTj * {
    text-align: center;
  }
}
.cid-v49zCEhBTj .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v49zCEhBTj .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v49zCEhBTj .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v49zCEhBTj .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v49zCEhBTj .mbr-section-subtitle,
.cid-v49zCEhBTj .mbr-section-btn {
  color: #24272a;
}
.cid-v49zCEhBTj .mbr-section-subtitle,
.cid-v49zCEhBTj .mbr-section-btn DIV {
  text-align: left;
}
.cid-v49zCEyMSr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v49zCEyMSr .img-wrap img {
  width: 100%;
}
.cid-v49zCEyMSr .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v49zCEyMSr .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v49zCEyMSr .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v49zCEyMSr .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v49zCEyMSr .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v49zCEyMSr .btn {
  margin: 0px !important;
}
.cid-v49zCEyMSr .btn.btn-success-outline {
  color: #000000;
}
.cid-v49zCEyMSr .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v49zCEyMSr .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v49zCEyMSr .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v49zCEyMSr .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v49zCEyMSr .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v49zCEyMSr .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v49zCEyMSr * {
    text-align: center;
  }
}
.cid-v49zCEyMSr .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v49zCEyMSr .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v49zCEyMSr .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v49zCEyMSr .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v49zCEyMSr .mbr-section-subtitle,
.cid-v49zCEyMSr .mbr-section-btn {
  color: #24272a;
}
.cid-v49zCEyMSr .mbr-section-subtitle,
.cid-v49zCEyMSr .mbr-section-btn DIV {
  text-align: left;
}
.cid-v49zCELBzI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v49zCELBzI .img-wrap img {
  width: 100%;
}
.cid-v49zCELBzI .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v49zCELBzI .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v49zCELBzI .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v49zCELBzI .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v49zCELBzI .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v49zCELBzI .btn {
  margin: 0px !important;
}
.cid-v49zCELBzI .btn.btn-success-outline {
  color: #000000;
}
.cid-v49zCELBzI .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v49zCELBzI .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v49zCELBzI .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v49zCELBzI .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v49zCELBzI .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v49zCELBzI .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v49zCELBzI * {
    text-align: center;
  }
}
.cid-v49zCELBzI .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v49zCELBzI .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v49zCELBzI .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v49zCELBzI .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v49zCELBzI .mbr-section-subtitle,
.cid-v49zCELBzI .mbr-section-btn {
  color: #24272a;
}
.cid-v49zCELBzI .mbr-section-subtitle,
.cid-v49zCELBzI .mbr-section-btn DIV {
  text-align: left;
}
.cid-v49zCEZ5LR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v49zCEZ5LR .img-wrap img {
  width: 100%;
}
.cid-v49zCEZ5LR .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
  text-align: center;
}
.cid-v49zCEZ5LR .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-v49zCEZ5LR .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-v49zCEZ5LR .mbr-section-subtitle {
  color: #82786e;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-v49zCEZ5LR .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-v49zCEZ5LR .btn {
  margin: 0px !important;
}
.cid-v49zCEZ5LR .btn.btn-success-outline {
  color: #000000;
}
.cid-v49zCEZ5LR .btn.btn-sm {
  padding: 7px 39px;
}
.cid-v49zCEZ5LR .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-v49zCEZ5LR .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-v49zCEZ5LR .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v49zCEZ5LR .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-v49zCEZ5LR .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-v49zCEZ5LR * {
    text-align: center;
  }
}
.cid-v49zCEZ5LR .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-v49zCEZ5LR .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff6a3d;
  background: linear-gradient(#ff6a3d 0%, #db5b39 69%, #cd8133 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-v49zCEZ5LR .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff6a3d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-v49zCEZ5LR .sticky-tag .mbr-text {
  color: #000000;
}
.cid-v49zCEZ5LR .mbr-section-subtitle,
.cid-v49zCEZ5LR .mbr-section-btn {
  color: #24272a;
}
.cid-v49zCEZ5LR .mbr-section-subtitle,
.cid-v49zCEZ5LR .mbr-section-btn DIV {
  text-align: left;
}
.cid-v49zCFo70q {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fbfafa;
}
.cid-v49zCFo70q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCFo70q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49zCFo70q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-v49zCFo70q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v49zCFo70q .embla__button--next,
.cid-v49zCFo70q .embla__button--prev {
  display: flex;
}
.cid-v49zCFo70q .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v49zCFo70q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v49zCFo70q .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v49zCFo70q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v49zCFo70q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-v49zCFo70q .embla__button {
    top: auto;
  }
}
.cid-v49zCFo70q .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-v49zCFo70q .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-v49zCFo70q .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-v49zCFo70q .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v49zCFo70q .embla {
  position: relative;
  width: 100%;
}
.cid-v49zCFo70q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v49zCFo70q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v49zCFo70q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v49zCFo70q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v49zCFo70q H3 {
  color: #745ced;
}
.cid-v49zCFo70q .user_text {
  color: #000000;
}
.cid-v49zCFo70q .user_desk {
  color: #000000;
}
.cid-v49zCFo70q .user_name {
  color: #1c1348;
}
.cid-v49zCGp9Xq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #24272a;
}
.cid-v49zCGp9Xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49zCGp9Xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49zCGp9Xq .container {
  max-width: 1600px;
}
.cid-v49zCGp9Xq .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #24272a;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v49zCGp9Xq .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v49zCGp9Xq .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-v49zCGp9Xq .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v49zCGp9Xq .col-title {
    margin-bottom: 50px;
  }
}
.cid-v49zCGp9Xq .mbr-section-title {
  color: #745ced;
}
.cid-v49zCGp9Xq .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v49zCGp9Xq .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-v49zCGp9Xq .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v49zCGp9Xq .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-v49zCGp9Xq .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-v49zCGp9Xq .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v49zCGp9Xq .panel-title-edit {
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.cid-v49zCGp9Xq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-v49zCGp9Xq .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-v49zCGp9Xq .panel-title:hover .panel-title-edit {
  color: #ffcc00;
}
.cid-v49zCGp9Xq .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v49zCGp9Xq .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-v49zCGp9Xq .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-v49zCGp9Xq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v49zCGp9Xq .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-v49zCGp9Xq .col-text {
    margin-top: 40px;
  }
}
.cid-v49zCGp9Xq .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-v49zCGp9Xq .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v49zCGp9Xq .mbr-text {
    margin-top: 16px;
  }
}
.cid-v49zCGp9Xq .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v49zCGp9Xq .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v49zCGp9Xq .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v49zCGp9Xq .btn-container .btn {
    width: 100%;
  }
}
.cid-v49zCGHrZv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
