@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.7rem;
}

.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #0A0A0A;
  border-radius: 100px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #44c2c1 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1908b9 !important;
  border-color: #1908b9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1908b9 !important;
  border-color: #1908b9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success {
  background-color: #44c2c1 !important;
  border-color: #44c2c1 !important;
  color: #1C1B1F !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover
 {
  color: #1C1B1F !important;
  background-color: #E5E5E5 !important;
  border-color: #2b8483 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
 
  outline: 2px dashed #F5A52F !important;
  outline-offset: 3px;
}

.btn-success.active,
.btn-success:active {
  color: #1C1B1F !important;
  background-color: #E5E5E5 !important;
  border-color: #2b8483 !important;
  border-style: solid;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   outline: 3px dashed #44C2C1;
  outline-offset: 3px;
}

.btn-success:focus,
.btn-success.focus {
  color: #1C1B1F !important;
  background-color: #E5E5E5 !important;
  border-color: #2b8483 !important;
  border-style: solid;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  outline: 3px dashed #1908b9;
  outline-offset: 3px;
}



.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b8483 !important;
  border-color: #2b8483 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 1px solid #1908b9;
  color:#1908b9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:active,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1908b9 !important;
  background-color: transparent!important;
  border-color: #1908b9;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color:  #44c2c1;
  color: #44c2c1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
  outline: 2px dashed #F5A52F !important;
  outline-offset: 3px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44c2c1 !important;
  border-color: #44c2c1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #44c2c1 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #277978 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a {
  color: #0033cc;
  text-decoration: underline;
}

a:hover {
  color: #0033cc;
text-decoration: unset;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a4e1e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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-u6KnSQGDIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #392da9;
}
.cid-u6KnSQGDIQ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u6KnSQGDIQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6KnSQGDIQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6KnSQGDIQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-u6KnSQGDIQ .mbr-text,
.cid-u6KnSQGDIQ .mbr-section-btn {
  text-align: left;
}
.cid-u6KnSQGDIQ .card-title {
  text-align: left;
}
.cid-u6KkGgOo9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6KlhFKGkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6KlhFKGkM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6KlhFKGkM .mbr-text {
  color: #ffffff;
}
.cid-u6KloXAYpg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6Klx6fKsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6Klx6fKsI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6Klx6fKsI .mbr-text {
  color: #ffffff;
}
.cid-u6KmucwQfv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6KmtFbY1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6KmtFbY1h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6KmtFbY1h .mbr-text {
  color: #ffffff;
}
.cid-u6Kmt7hX6z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6KmrObSl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6KmrObSl0 .mbr-text {
  color: #ffffff;
}
.cid-u6KmrObSl0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6Kno7j8p0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6PJQnrLo6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u6QcXd4CtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-u6QcXd4CtK .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u6QcXd4CtK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6QcXd4CtK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6QcXd4CtK .card-wrapper {
    padding: 4rem;
  }
}
.cid-u6KIXxh5bn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u6KIXxh5bn .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u6KIXxh5bn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6KIXxh5bn .mbr-iconfont {
  font-size: 2rem;
  color: #65c6d4;
  padding-right: 1.5rem;
}
.cid-u6KIXxh5bn .card-text {
  color: #ffffff;
}
.cid-u6KIXxh5bn .card-title {
  color: #ffffff;
}
.cid-u6PDOJsnWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6PHm2pTpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u6PHm2pTpN .mbr-section-title {
  color: #ffffff;
}
.cid-u6PHm2pTpN .mbr-text {
  color: #ffffff;
}
.cid-u6PIYjX348 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6PIYjX348 .mbr-section-title {
  color: #232323;
}
.cid-u6PIYjX348 .mbr-text {
  color: #232323;
}
.cid-u6PFDgETCT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6PFDgETCT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u6PFDgETCT .item:last-child .icon-box:before {
  display: none;
}
.cid-u6PFDgETCT .item.last .icon-box:before {
  display: none;
}
.cid-u6PFDgETCT .icon-box {
  background: #033ca3;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u6PFDgETCT .icon-box {
    margin-right: 1rem;
  }
}
.cid-u6PFDgETCT .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #033ca3;
  transform: translate(-50%, 0);
}
.cid-u6PFDgETCT span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6PFDgETCT .card {
    margin-bottom: 2rem;
  }
  .cid-u6PFDgETCT .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6PFDgETCT .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u6PFDgETCT .icon-box::before {
    top: 114%;
  }
}
.cid-u6PFDgETCT .mbr-text,
.cid-u6PFDgETCT .mbr-section-btn {
  text-align: left;
}
.cid-u6PFDgETCT .card-title,
.cid-u6PFDgETCT .card-box {
  text-align: left;
}
.cid-u6PD6AMcP3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u6PD6AMcP3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u6PD6AMcP3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u6PD6AMcP3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u6PD6AMcP3 .mbr-section-title {
  color: #ffffff;
}
.cid-u6PD6AMcP3 .mbr-text {
  color: #ffffff;
}
.cid-u6KJ4xw0r1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u6KJ4xw0r1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u6KJ4xw0r1 .item:last-child .icon-box:before {
  display: none;
}
.cid-u6KJ4xw0r1 .item.last .icon-box:before {
  display: none;
}
.cid-u6KJ4xw0r1 .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u6KJ4xw0r1 .icon-box {
    margin-right: 1rem;
  }
}
.cid-u6KJ4xw0r1 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #4479d9;
  transform: translate(-50%, 0);
}
.cid-u6KJ4xw0r1 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6KJ4xw0r1 .card {
    margin-bottom: 2rem;
  }
  .cid-u6KJ4xw0r1 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6KJ4xw0r1 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u6KJ4xw0r1 .icon-box::before {
    top: 114%;
  }
}
.cid-u6KJ4xw0r1 .mbr-text,
.cid-u6KJ4xw0r1 .mbr-section-btn {
  text-align: left;
}
.cid-u6KJ4xw0r1 .card-title,
.cid-u6KJ4xw0r1 .card-box {
  text-align: left;
}
.cid-u6Qe0KdHCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u6Qe0KdHCp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u6Qe0KdHCp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u6Qe0KdHCp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u6Qe0KdHCp .mbr-section-title {
  color: #ffffff;
}
.cid-u6Qe0KdHCp .mbr-text {
  color: #ffffff;
}
.cid-u6QeAaQWcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6QeAaQWcx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u6QeAaQWcx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u6QeAaQWcx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u6UQEiaAjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6KJ1zubbI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #353535;
}
.cid-u6KJ1zubbI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6KJ1zubbI .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6KJ1zubbI .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6KJ1zubbI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6KJ1zubbI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6KJ1zubbI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6KJ1zubbI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6KJ1zubbI .social-row {
  text-align: center;
}
.cid-u6KJ1zubbI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u6KJ1zubbI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u6KJ1zubbI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u6KJ1zubbI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u6KJ1zubbI .mbr-role,
.cid-u6KJ1zubbI .social-row {
  color: #353535;
  text-align: left;
}
.cid-u6KJ1zubbI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6KJ1zubbI .card-title,
.cid-u6KJ1zubbI .social-row {
  color: #000000;
  text-align: left;
}
.cid-u6KJ1zubbI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u6QglNSLNv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #353535;
}
.cid-u6QglNSLNv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6QglNSLNv .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6QglNSLNv .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6QglNSLNv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6QglNSLNv .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6QglNSLNv .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6QglNSLNv .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6QglNSLNv .social-row {
  text-align: center;
}
.cid-u6QglNSLNv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u6QglNSLNv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u6QglNSLNv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u6QglNSLNv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u6QglNSLNv .mbr-role,
.cid-u6QglNSLNv .social-row {
  color: #353535;
  text-align: left;
}
.cid-u6QglNSLNv .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6QglNSLNv .card-title,
.cid-u6QglNSLNv .social-row {
  color: #000000;
}
.cid-u6QgQarq9T {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-u6QgQarq9T .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6QgQarq9T .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6QgQarq9T .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6QgQarq9T .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6QgQarq9T .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6QgQarq9T .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6QgQarq9T .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6QgQarq9T .social-row {
  text-align: center;
}
.cid-u6QgQarq9T .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u6QgQarq9T .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u6QgQarq9T .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u6QgQarq9T .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u6QgQarq9T .mbr-role,
.cid-u6QgQarq9T .social-row {
  color: #353535;
  text-align: left;
}
.cid-u6QgQarq9T .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6QgQarq9T .card-title,
.cid-u6QgQarq9T .social-row {
  color: #000000;
}
.cid-u6PJB40uur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6PJB40uur .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6PJB40uur form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u6PJB40uur form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-u6PJB40uur form.mbr-form {
    padding: 1rem;
  }
}
.cid-u6PJB40uur form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6PJB40uur form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-u6PJQnrLo6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u7e38QNlbx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-u7e38QNlbx .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u7e38QNlbx .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7e38QNlbx .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7e38QNlbx .card-wrapper {
    padding: 4rem;
  }
}
.cid-u7e38QNlbx .mbr-text,
.cid-u7e38QNlbx .mbr-section-btn {
  text-align: left;
}
.cid-u7e38QNlbx .card-title {
  text-align: left;
}
.cid-u7e38Sx3eS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38T4WuA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38TEKxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38UhHVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38V1usm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38VA45F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38WgleN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38WTdKA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38XxE97 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e38Y88Lv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u7e3jtlCDI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-u7e3jtlCDI .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u7e3jtlCDI .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7e3jtlCDI .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7e3jtlCDI .card-wrapper {
    padding: 4rem;
  }
}
.cid-u7e3jtlCDI .mbr-text,
.cid-u7e3jtlCDI .mbr-section-btn {
  text-align: left;
}
.cid-u7e3jtlCDI .card-title {
  text-align: left;
}
.cid-u7e3juPtZk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jvpnZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jvZuaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jwETug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jxfrSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jxUDVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jyvlQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jz5Ctk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jzNFio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3jAp2XD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u7e7Frznz1 {
  background-color: #1c1b1f;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-u7e7Frznz1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7e7Frznz1 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-u7e7Frznz1 .mbr-section-title {
  color: #ffffff;
}
.cid-u7e7Frznz1 .mbr-text,
.cid-u7e7Frznz1 .mbr-section-btn {
  color: #ffffff;
}
.cid-u7e3qjcHuw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u7e3qjcHuw .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u7e3qjcHuw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7e3qjcHuw .mbr-iconfont {
  font-size: 2rem;
  color: #65c6d4;
  padding-right: 1.5rem;
}
.cid-u7e3qjcHuw .card-text {
  color: #ffffff;
}
.cid-u7e3qjcHuw .card-title {
  color: #ffffff;
}
.cid-u7e3qkgNRm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u7e3qlZAOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u7e3qlZAOQ .mbr-section-title {
  color: #ffffff;
}
.cid-u7e3qlZAOQ .mbr-text {
  color: #ffffff;
}
.cid-u7e3qnkg4r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7e3qnkg4r .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u7e3qnkg4r .item:last-child .icon-box:before {
  display: none;
}
.cid-u7e3qnkg4r .item.last .icon-box:before {
  display: none;
}
.cid-u7e3qnkg4r .icon-box {
  background: #033ca3;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u7e3qnkg4r .icon-box {
    margin-right: 1rem;
  }
}
.cid-u7e3qnkg4r .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #033ca3;
  transform: translate(-50%, 0);
}


@media (max-width: 991px) {
  .cid-u7e3qnkg4r .card {
    margin-bottom: 2rem;
  }
  .cid-u7e3qnkg4r .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u7e3qnkg4r .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u7e3qnkg4r .icon-box::before {
    top: 114%;
  }
}
.cid-u7e3qnkg4r .mbr-text,
.cid-u7e3qnkg4r .mbr-section-btn {
  text-align: left;
}
.cid-u7e3qnkg4r .card-title,
.cid-u7e3qnkg4r .card-box {
  text-align: left;
  font-weight: 600;
  
}

.cid-u7e3qnkg4r .card-title span{ 
    text-align: left;
  font-weight: 600;
  
}
.cid-u7e3qoBnqp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u7e3qoBnqp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7e3qoBnqp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7e3qoBnqp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C1B1F;
  background-color: #44C2C1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
  top: -10px;
}
.cid-u7e3qoBnqp .mbr-section-title {
  color: #ffffff;
}
.cid-u7e3qoBnqp .mbr-text {
  color: #ffffff;
}
.cid-u7e3qp9PQE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u7e3qp9PQE .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u7e3qp9PQE .item:last-child .icon-box:before {
  display: none;
}
.cid-u7e3qp9PQE .item.last .icon-box:before {
  display: none;
}
.cid-u7e3qp9PQE .icon-box {
  background: #392da9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u7e3qp9PQE .icon-box {
    margin-right: 1rem;
  }
}
.cid-u7e3qp9PQE .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #4479d9;
  transform: translate(-50%, 0);
}
.cid-u7e3qp9PQE span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7e3qp9PQE .card {
    margin-bottom: 2rem;
  }
  .cid-u7e3qp9PQE .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u7e3qp9PQE .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u7e3qp9PQE .icon-box::before {
    top: 114%;
  }
}
.cid-u7e3qp9PQE .mbr-text,
.cid-u7e3qp9PQE .mbr-section-btn {
  text-align: left;
}
.cid-u7e3qp9PQE .card-title,
.cid-u7e3qp9PQE .card-box {
  text-align: left;
}
.cid-u7e3qqy99y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u7e3qqy99y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7e3qqy99y .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7e3qqy99y .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C1B1F;
  background-color: #44C2C1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
   top: -10px;
}
.cid-u7e3qqy99y .mbr-section-title {
  color: #ffffff;
}
.cid-u7e3qqy99y .mbr-text {
  color: #ffffff;
}
.cid-u7e3qrgHQl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7e3qrgHQl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7e3qrgHQl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7e3qrgHQl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color:#392da9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
  top: -10px;
}
.cid-u7e3qrSbkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7e3qsu34S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #353535;
}
.cid-u7e3qsu34S .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7e3qsu34S .team-card:hover {
  transform: translateY(-10px);
}
.cid-u7e3qsu34S .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u7e3qsu34S .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u7e3qsu34S .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u7e3qsu34S .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7e3qsu34S .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u7e3qsu34S .social-row {
  text-align: center;
}
.cid-u7e3qsu34S .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u7e3qsu34S .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u7e3qsu34S .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u7e3qsu34S .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u7e3qsu34S .mbr-role,
.cid-u7e3qsu34S .social-row {
  color: #353535;
  text-align: left;
}
.cid-u7e3qsu34S .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u7e3qsu34S .card-title,
.cid-u7e3qsu34S .social-row {
  color: #000000;
  text-align: left;
}
.cid-u7e3qsu34S .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7e3qub20o {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #353535;
}
.cid-u7e3qub20o .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7e3qub20o .team-card:hover {
  transform: translateY(-10px);
}
.cid-u7e3qub20o .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u7e3qub20o .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u7e3qub20o .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u7e3qub20o .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7e3qub20o .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u7e3qub20o .social-row {
  text-align: center;
}
.cid-u7e3qub20o .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u7e3qub20o .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u7e3qub20o .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u7e3qub20o .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u7e3qub20o .mbr-role,
.cid-u7e3qub20o .social-row {
  color: #353535;
  text-align: left;
}
.cid-u7e3qub20o .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7e3qub20o .card-title,
.cid-u7e3qub20o .social-row {
  color: #000000;
}
.cid-u7e3qvMWPO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-u7e3qvMWPO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7e3qvMWPO .team-card:hover {
  transform: translateY(-10px);
}
.cid-u7e3qvMWPO .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u7e3qvMWPO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u7e3qvMWPO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u7e3qvMWPO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7e3qvMWPO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u7e3qvMWPO .social-row {
  text-align: center;
}
.cid-u7e3qvMWPO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u7e3qvMWPO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u7e3qvMWPO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u7e3qvMWPO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u7e3qvMWPO .mbr-role,
.cid-u7e3qvMWPO .social-row {
  color: #353535;
  text-align: left;
}
.cid-u7e3qvMWPO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7e3qvMWPO .card-title,
.cid-u7e3qvMWPO .social-row {
  color: #000000;
}
.cid-u7e5prv4pL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7e5prv4pL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7e5prv4pL img {
  width: 100%;
  max-width: 220px;
}
@media (min-width: 992px) {
  .cid-u7e5prv4pL .text-wrapper {
    padding: 2rem;
  }
}
.cid-u7e4gGPpyK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #392da9;
}
@media (max-width: 991px) {
  .cid-u7e4gGPpyK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7e4gGPpyK img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-u7e4gGPpyK .text-wrapper {
    padding: 2rem;
  }
}
.cid-u7e4gGPpyK .mbr-section-title {
  color: #ffffff;
}
.cid-u7e4gGPpyK .mbr-text {
  color: #ffffff;
}
.cid-u7e3NKb7KR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #392da9;
}
.cid-u7e3qyaZxa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}

.card-palestrantes {
  padding-top: 6rem;
    padding-bottom: 6rem;
    background: #353535;
}
.card-palestrantes .mbr-section-title {
    text-align: center;
    color: #ffffff;
}
.card-palestrantes .card-img img {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
}
.card-palestrantes a.soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.card-palestrantes a.soc-item {
  text-decoration: none;
}
.card-palestrantes a.soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.card-palestrantes a.soc-item:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.card-palestrantes a.soc-item:hover .mbr-iconfont {
  background-color: #6592e6; 
  color: #ffffff;
}

.card-palestrantes .media-container-row {
    background: #ffffff;
    border-radius: 4px;
    padding: 2rem;

}