.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f4fefd;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: 1.05;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.45rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.1rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.35rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((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.05 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.928rem;
    font-size: calc( 1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.928rem;
    font-size: calc( 1.056rem + (1.16 - 1.056) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.056rem + (1.16 - 1.056) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7bf1a8 !important;
}
.bg-success {
  background-color: #59e0a1 !important;
}
.bg-info {
  background-color: #44d7f5 !important;
}
.bg-warning {
  background-color: #ffce3a !important;
}
.bg-danger {
  background-color: #e25764 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7bf1a8 !important;
  border-color: #7bf1a8 !important;
  color: #063417 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a9f6c6 !important;
  border-color: #a9f6c6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #063417 !important;
  background-color: #a9f6c6 !important;
  border-color: #a9f6c6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9eec2 !important;
  border-color: #f9eec2 !important;
  color: #7d660c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fefbf0 !important;
  border-color: #fefbf0 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7d660c !important;
  background-color: #fefbf0 !important;
  border-color: #fefbf0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #44d7f5 !important;
  border-color: #44d7f5 !important;
  color: #000607 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #74e1f8 !important;
  border-color: #74e1f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000607 !important;
  background-color: #74e1f8 !important;
  border-color: #74e1f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #59e0a1 !important;
  border-color: #59e0a1 !important;
  color: #010604 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #84e8b9 !important;
  border-color: #84e8b9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #010604 !important;
  background-color: #84e8b9 !important;
  border-color: #84e8b9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffce3a !important;
  border-color: #ffce3a !important;
  color: #070500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdb6d !important;
  border-color: #ffdb6d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #070500 !important;
  background-color: #ffdb6d !important;
  border-color: #ffdb6d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e25764 !important;
  border-color: #e25764 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea828c !important;
  border-color: #ea828c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea828c !important;
  border-color: #ea828c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7bf1a8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2de974 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0a632c !important;
  background-color: #7bf1a8 !important;
  border-color: #7bf1a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9eec2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f1d873 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ab8c11 !important;
  background-color: #f9eec2 !important;
  border-color: #f9eec2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #44d7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0bb4d7 !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: #44d7f5 !important;
  border-color: #44d7f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #59e0a1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24bf76 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #59e0a1 !important;
  border-color: #59e0a1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffce3a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e2aa00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3a2c00 !important;
  background-color: #ffce3a !important;
  border-color: #ffce3a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e25764;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c12130 !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: #e25764 !important;
  border-color: #e25764 !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: #7bf1a8 !important;
}
.text-secondary {
  color: #f9eec2 !important;
}
.text-success {
  color: #59e0a1 !important;
}
.text-info {
  color: #44d7f5 !important;
}
.text-warning {
  color: #ffce3a !important;
}
.text-danger {
  color: #e25764 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1fe76b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f0d465 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #21b26e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0ba8c8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d39f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b41f2d !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]):not(.navbar-caption) {
  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]):not(.navbar-caption):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: #7bf1a8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #44d7f5;
}
.alert-warning {
  background-color: #ffce3a;
}
.alert-danger {
  background-color: #e25764;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7bf1a8;
  border-color: #7bf1a8;
  color: #0d7a36;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7bf1a8;
}
.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: #ffffff;
}
.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: 'Onest', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 400;
  border-radius: 14px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.45rem;
}
.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: #7bf1a8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.45rem;
}
blockquote {
  border-color: #7bf1a8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7bf1a8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7bf1a8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7bf1a8;
  border-bottom-color: #7bf1a8;
}
.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: #7bf1a8 !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: #f9eec2 !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='%237bf1a8' %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;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 8px 32px;
  border-radius: 15px !important;
  transition: all .5s ease;
  padding: 18px 60px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    border-radius: 18px !important;
  }
}
@media (max-width: 1640px) {
  .mbr-section-btn .btn {
    padding: 16px 42px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 16px 32px;
  }
}
.btn-primary {
  background-image: linear-gradient(90deg, #7bf1a8, #7be2f1, #7bc4f1, #f17beb) !important;
  background-size: 200% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-position: 100% 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.label-wrap,
.item-wrapper::before,
.nav.nav-tabs,
.tabs-wrap {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .label-wrap,
  .item-wrapper::before,
  .nav.nav-tabs,
  .tabs-wrap {
    border-radius: 30px !important;
  }
}
.little-radius,
.google-map iframe {
  border-radius: 18px !important;
}
.middle-radius,
.middle-radius.nav-link {
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs,
  .tabs-wrap {
    border-radius: 18px !important;
  }
}
.icons-menu .iconfont-wrapper {
  border-radius: 14px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v67npaEH30 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://r.mobirisesite.com/2126953/assets/images/background3-h_mjiplvs7.jpg");
}
.cid-v67npaEH30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v67npaEH30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v67npaEH30 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v67npaEH30 .image-wrap {
    height: 300px;
  }
}
.cid-v60YTmA7Mb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #001816;
  position: relative;
}
.cid-v60YTmA7Mb .item:focus,
.cid-v60YTmA7Mb span:focus {
  outline: none;
}
.cid-v60YTmA7Mb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v60YTmA7Mb .content-head {
  max-width: 800px;
}
.cid-v60YTmA7Mb .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v60YTmA7Mb .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v60YTmA7Mb .gradient-wrapper {
    height: 5px;
  }
}
.cid-v60YTmA7Mb .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #7bf1a8, #f9eec2, #90f1ef);
}
.cid-v60YTmA7Mb .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #90f1ef, #f9eec2, #7bf1a8);
}
.cid-v617GhwQ0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/2126953/assets/images/background2.jpg?rnd=1766502096811");
}
.cid-v617GhwQ0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v617GhwQ0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v617GhwQ0I .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v617GhwQ0I .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v617GhwQ0I .title-wrapper {
    width: 100%;
  }
}
.cid-v617GhwQ0I .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v617GhwQ0I .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v617GhwQ0I .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v617GhwQ0I .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v617GhwQ0I .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v617GhwQ0I .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v617GhwQ0I .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v617GhwQ0I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v617GhwQ0I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v617GhwQ0I .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v617GhwQ0I .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v617GhwQ0I .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v617GhwQ0I .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v617GhwQ0I .mbr-label,
.cid-v617GhwQ0I .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v617GhwQ0I .mbr-section-title {
  color: #ffffff;
}
.cid-v617GhwQ0I .mbr-section-subtitle,
.cid-v617GhwQ0I .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v617GhwQ0I .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v617GhwQ0I .mbr-section-title,
.cid-v617GhwQ0I .mbr-section-btn {
  text-align: center;
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2 p {
  font-size: 60px;
  color: #777;
}
.cid-v60YTmMfbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-v60YTmMfbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60YTmMfbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v60YTmMfbm .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v60YTmMfbm .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmMfbm .title-wrapper {
    width: 100%;
  }
}
.cid-v60YTmMfbm .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #afffda, #fffff5 50%, #c4ffff);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v60YTmMfbm .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v60YTmMfbm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v60YTmMfbm .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v60YTmMfbm .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v60YTmMfbm .mbr-section-title {
  color: #ffffff;
}
.cid-v60YTmMfbm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v60YTmMfbm .mbr-section-title,
.cid-v60YTmMfbm .mbr-section-btn,
.cid-v60YTmMfbm .subtitle-wrapper {
  text-align: center;
}
.cid-v60YTmBasg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v60YTmBasg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60YTmBasg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v60YTmBasg .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v60YTmBasg .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v60YTmBasg .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v60YTmBasg .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v60YTmBasg .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v60YTmBasg .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v60YTmBasg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v60YTmBasg .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #7bf1a8, #f9eec2 50%, #90f1ef);
}
.cid-v60YTmBasg .items-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.9fr;
  gap: 115px;
}
@media (max-width: 1440px) {
  .cid-v60YTmBasg .items-wrapper {
    gap: 56px;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .items-wrapper {
    display: block;
  }
}
.cid-v60YTmBasg .items-wrapper .list-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v60YTmBasg .items-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v60YTmBasg .items-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding: 18px 24px;
  margin-bottom: 14px;
  background-color: #ffffff;
  box-shadow: 0 3px 9.1px #eeeeee, 0 1px 29px #eeeeee;
  padding: 56px 24px 18px 24px;
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .items-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .items-wrapper .list-wrapper .list .item-wrap {
    padding: 56px 18px 18px 18px;
  }
}
.cid-v60YTmBasg .items-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 18px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #7bf1a8, #f9eec2);
  color: #000000;
  font-size: 15px;
}
.cid-v60YTmBasg .items-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v60YTmBasg .items-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v60YTmBasg .items-wrapper .image-wrapper .gradient-wrap {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #7bf1a8 50%, #f9eec2 40%, #90f1ef 0);
  filter: blur(10rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v60YTmBasg .items-wrapper .image-wrapper .gradient-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v60YTmBasg .items-wrapper .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v60YTmBasg .items-wrapper .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 475px;
  height: 475px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  background-image: linear-gradient(135deg, #7bf1a8, #f9eec2 40%, #90f1ef);
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .items-wrapper .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v60YTmBasg .items-wrapper .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmBasg .items-wrapper .image-wrapper .image-wrap {
    margin: 28px 0;
  }
}
@media (max-width: 425px) {
  .cid-v60YTmBasg .items-wrapper .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v60YTmBasg .items-wrapper .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v60YTmBasg .items-wrapper .card {
  justify-content: center;
}
.cid-v60YTmBasg .mbr-label,
.cid-v60YTmBasg .label-wrapper {
  color: #001816;
  text-align: center;
}
.cid-v60YTmBasg .mbr-section-title {
  color: #001816;
  text-align: center;
}
.cid-v60YTmBasg .mbr-section-subtitle,
.cid-v60YTmBasg .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v60YTmBasg .list {
  color: #1a0b54;
}
.cid-v60YTmBasg .card-icon {
  color: #C6BC91;
}
.cid-v60YTmBasg .list,
.cid-v60YTmBasg .item-wrap {
  color: #001816;
}
.cid-v60YTmHP9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v60YTmHP9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60YTmHP9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v60YTmHP9Z .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 106px;
  background-image: radial-gradient(circle at 5% 113%, #001816, #001816 74%);
}
@media (max-width: 1440px) {
  .cid-v60YTmHP9Z .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #003e39;
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group {
  position: relative;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#7bf1a8, #f9eec2, #90f1ef);
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 32px 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 32px 32px 32px 54px;
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card {
    padding: 18px 0 18px 18px;
  }
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 22px;
}
.cid-v60YTmHP9Z .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v60YTmHP9Z .card-wrapper .image-wrapper {
  width: 50%;
  height: 100%;
  padding-left: 74px;
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .image-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v60YTmHP9Z .card-wrapper .image-wrapper img {
  min-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v60YTmHP9Z .card-wrapper .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v60YTmHP9Z .mbr-label,
.cid-v60YTmHP9Z .label-wrapper {
  color: #ffffff;
}
.cid-v60YTmHP9Z .mbr-section-title {
  color: #ffffff;
}
.cid-v60YTmHP9Z .panel-title-edit {
  color: #ffffff;
}
.cid-v60YTmHP9Z .panel-text {
  color: #00C7BF;
}
.cid-v60YTmHP9Z .card-icon {
  color: #FFFFF5;
}
.cid-v60YTmLtte {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-v60YTmLtte .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60YTmLtte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v60YTmLtte .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v60YTmLtte .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmLtte .content-wrapper {
    width: 100%;
  }
}
.cid-v60YTmLtte .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v60YTmLtte .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-v60YTmLtte .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #00c7bf 50%, transparent);
}
.cid-v60YTmLtte .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v60YTmLtte .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v60YTmLtte .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v60YTmLtte .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-v60YTmLtte .mbr-section-title {
  color: #ffffff;
}
.cid-v60YTmLtte .mbr-text {
  color: #00C7BF;
  text-align: center;
}
.cid-v60YTmLtte .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v60YTmLtte .mbr-section-btn {
    text-align: left;
  }
  .cid-v60YTmLtte .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v60YTmLtte .mbr-section-title,
  .cid-v60YTmLtte .mbr-section-btn {
    text-align: center;
  }
}
.cid-v68GhjaLbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-v68GhjaLbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68GhjaLbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68GhjaLbr .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v68GhjaLbr .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v68GhjaLbr .content-wrapper {
    width: 100%;
  }
}
.cid-v68GhjaLbr .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v68GhjaLbr .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v68GhjaLbr .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v68GhjaLbr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v68GhjaLbr .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v68GhjaLbr .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v68GhjaLbr .mbr-section-title {
  color: #ffffff;
}
.cid-v68GhjaLbr .mbr-copy {
  color: #a997ce;
  text-align: center;
}
.cid-v68GhjaLbr .mbr-section-title,
.cid-v68GhjaLbr .logo-wrapper,
.cid-v68GhjaLbr .social-wrapper,
.cid-v68GhjaLbr .title-wrapper {
  text-align: center;
}
