.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 3.75rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.56rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((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: #386bb7 !important;
}
.bg-success {
  background-color: #8235b9 !important;
}
.bg-info {
  background-color: #31cd4c !important;
}
.bg-warning {
  background-color: #f15144 !important;
}
.bg-danger {
  background-color: #9f130f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #386bb7 !important;
  border-color: #386bb7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5785cb !important;
  border-color: #5785cb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5785cb !important;
  border-color: #5785cb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
}
.btn-success,
.btn-success:active {
  background-color: #8235b9 !important;
  border-color: #8235b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f15144 !important;
  border-color: #f15144 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f130f !important;
  border-color: #9f130f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #386bb7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #244475 !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: #386bb7 !important;
  border-color: #386bb7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e24c4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b81f1d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31cd4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #208732 !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: #31cd4c !important;
  border-color: #31cd4c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8235b9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #532276 !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: #8235b9 !important;
  border-color: #8235b9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f15144;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cf1e0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f15144 !important;
  border-color: #f15144 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f130f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #500a08 !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: #9f130f !important;
  border-color: #9f130f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #121212;
}
.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: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #386bb7 !important;
}
.text-secondary {
  color: #e24c4a !important;
}
.text-success {
  color: #8235b9 !important;
}
.text-info {
  color: #31cd4c !important;
}
.text-warning {
  color: #f15144 !important;
}
.text-danger {
  color: #9f130f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #203d69 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab1d1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a1e6a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d7b2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c11c0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420806 !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: #386bb7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #31cd4c;
}
.alert-warning {
  background-color: #f15144;
}
.alert-danger {
  background-color: #9f130f;
}
.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: #386bb7;
  border-color: #386bb7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #386bb7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #91b0dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bd8fdf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5f5db;
}
.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: #ed4540;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #386bb7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #386bb7;
}
/* 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: #386bb7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #386bb7;
}
.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: #386bb7;
  border-bottom-color: #386bb7;
}
.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: #386bb7 !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: #e24c4a !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='%23386bb7' %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 {
  padding: 17px 56px;
  font-weight: 400;
  border-radius: 3rem !important;
  position: relative;
  flex-direction: row-reverse;
  z-index: 0;
  transition: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 17px 20px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn span {
  line-height: 1.5;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn .btn-white-outline::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: inherit !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.embla,
.image-wrap,
.form-wrapper,
.mbr-copy,
.item-content {
  border-radius: 25px !important;
}
.item-wrapper::before,
.item-img::before {
  border-radius: 25px !important;
}
.cid-uGKLfvQrfz .navbar-dropdown {
  position: relative !important;
}
.cid-uGKLfvQrfz .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uGKLfvQrfz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGKLfvQrfz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGKLfvQrfz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uGKLfvQrfz .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uGKLfvQrfz .dropdown-item:hover,
.cid-uGKLfvQrfz .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uGKLfvQrfz .dropdown-item:hover span {
  color: white;
}
.cid-uGKLfvQrfz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGKLfvQrfz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGKLfvQrfz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGKLfvQrfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGKLfvQrfz .nav-link {
  position: relative;
}
.cid-uGKLfvQrfz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGKLfvQrfz .container {
    flex-wrap: nowrap;
  }
}
.cid-uGKLfvQrfz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGKLfvQrfz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGKLfvQrfz .dropdown-menu,
.cid-uGKLfvQrfz .navbar.opened {
  background: #121212 !important;
}
.cid-uGKLfvQrfz .nav-item:focus,
.cid-uGKLfvQrfz .nav-link:focus {
  outline: none;
}
.cid-uGKLfvQrfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGKLfvQrfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGKLfvQrfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGKLfvQrfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGKLfvQrfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGKLfvQrfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGKLfvQrfz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGKLfvQrfz .navbar.opened {
  transition: all 0.3s;
}
.cid-uGKLfvQrfz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uGKLfvQrfz .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGKLfvQrfz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGKLfvQrfz .navbar.collapsed {
  justify-content: center;
}
.cid-uGKLfvQrfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGKLfvQrfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGKLfvQrfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uGKLfvQrfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGKLfvQrfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGKLfvQrfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGKLfvQrfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGKLfvQrfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGKLfvQrfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGKLfvQrfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGKLfvQrfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGKLfvQrfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGKLfvQrfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGKLfvQrfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGKLfvQrfz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGKLfvQrfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGKLfvQrfz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uGKLfvQrfz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGKLfvQrfz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGKLfvQrfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGKLfvQrfz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGKLfvQrfz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGKLfvQrfz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGKLfvQrfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uGKLfvQrfz .navbar-brand .navbar-caption:hover,
.cid-uGKLfvQrfz .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uGKLfvQrfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGKLfvQrfz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGKLfvQrfz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uGKLfvQrfz .dropdown-item.active,
.cid-uGKLfvQrfz .dropdown-item:active {
  background-color: transparent;
}
.cid-uGKLfvQrfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGKLfvQrfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGKLfvQrfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGKLfvQrfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uGKLfvQrfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGKLfvQrfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uGKLfvQrfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGKLfvQrfz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGKLfvQrfz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uGKLfvQrfz .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uGKLfvQrfz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uGKLfvQrfz .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uGKLfvQrfz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGKLfvQrfz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGKLfvQrfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGKLfvQrfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGKLfvQrfz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGKLfvQrfz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGKLfvQrfz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGKLfvQrfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGKLfvQrfz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGKLfvQrfz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGKLfvQrfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGKLfvQrfz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGKLfvQrfz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGKLfvQrfz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGKLfvQrfz .navbar {
    height: 70px;
  }
  .cid-uGKLfvQrfz .navbar.opened {
    height: auto;
  }
  .cid-uGKLfvQrfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGKLfvQrfz .navbar-nav {
  margin: 0 auto;
}
.cid-uGKLfvQrfz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGKLfvQrfz .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uGKLfvQrfz .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGKLfvQrfz .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uGKLfvQrfz .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uGKLfvQrfz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGKLfvQrfz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGKLfvQrfz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uGKLfvQrfz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGKLfvQrfz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGKLfvQrfz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGKLfvQrfz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGKLfvQrfz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGKLfvQrfz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uGKLfvQrfz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uGKLfvQrfz .content-wrap {
  min-height: 110px;
}
.cid-uGKLfvQrfz .mbr-section-btn .btn::after,
.cid-uGKLfvQrfz .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uGKLfvQrfz .mbr-section-btn .btn:hover,
.cid-uGKLfvQrfz .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uGKLfvQrfz .mbr-section-btn .btn:hover::after,
.cid-uGKLfvQrfz .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPhae4L48V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uPhae4L48V .mbr-text {
    text-align: center;
  }
}
.cid-uPhae4L48V .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uPhae4L48V .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-uPhae4L48V .media-content {
  padding: 5rem 2rem;
}
.cid-uPhae4L48V img {
  height: 100%;
  object-fit: cover;
  display: inline-block;
  width: auto;
}
.cid-uPhae4L48V .mbr-figure {
  height: 100%;
}
.cid-uPhae4L48V .col-lg-5,
.cid-uPhae4L48V .col-lg-7 {
  padding: 0;
}
.cid-uPhae4L48V .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPhae4L48V .media-content {
    padding: 3rem 1rem;
  }
}
.cid-uPhae4L48V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhae4L48V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1AaMajpB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJ1AaMajpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ1AaMajpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1AaMajpB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJ1AaMajpB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uJ1AaMajpB .container {
    padding: 0 24px;
  }
}
.cid-uJ1AaMajpB .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uJ1AaMajpB .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  margin-left: -1rem;
  border: 1px solid #72716b;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJ1AaMajpB .items .item {
    width: 245px;
    height: 245px;
    margin: -1rem 0 0 0;
  }
}
.cid-uJ1AaMajpB .items .item:first-child {
  margin-left: 0;
}
.cid-uJ1AaMajpB .items .item .item-wrapper .card-box .title-wrapper {
  padding: 0 24px;
}
.cid-uJ1AaMajpB .items .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 20px;
}
.cid-uJ1AaMajpB .items .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uJ1AaMajpB .card-number {
  color: #8AA29E;
  text-align: center;
}
.cid-uJ1AaMajpB .card-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-uPha4cdoE6 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uPha4cdoE6 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uPha4cdoE6 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uPha4cdoE6 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uPha4cdoE6 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #e24c4a, #386bb7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPha4cdoE6 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uPha4cdoE6 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPha4cdoE6 .first:hover:before {
  content: none;
}
.cid-uPha4cdoE6 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #e24c4a, #386bb7);
  content: "";
}
.cid-uPha4cdoE6 .last:hover:after {
  content: none;
}
.cid-uPha4cdoE6 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #e24c4a, #386bb7);
  content: "";
}
.cid-uPha4cdoE6 .mbr-section-text {
  color: #999999;
}
.cid-uPha4cdoE6 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uPha4cdoE6 .card .img-wrapper {
  overflow: hidden;
}
.cid-uPha4cdoE6 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uPha4cdoE6 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uPha4cdoE6 .card:hover .card-wrapper {
  background: linear-gradient(to left, #e24c4a, #386bb7);
  color: #ffffff !important;
}
.cid-uPha4cdoE6 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uPha4cdoE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPha4cdoE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPh7XyPzGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPh7XyPzGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPh7XyPzGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPh7XyPzGI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPh7XyPzGI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPh7XyPzGI .items-wrapper {
  margin: 0 -10px;
}
.cid-uPh7XyPzGI .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPh7XyPzGI .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPh7XyPzGI .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uPh7XyPzGI .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uPh7XyPzGI .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uPh7XyPzGI .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uPh7XyPzGI .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPh7XyPzGI .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uPh7XyPzGI .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uPh7XyPzGI .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPh7XyPzGI .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uPh7XyPzGI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPh7XyPzGI .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #a78aff, #1f2329 50%);
}
.cid-uPh7XyPzGI .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ff398a, #1f2329 50%);
}
.cid-uPh7XyPzGI .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #0047ff, #1f2329 50%);
}
.cid-uPh7XyPzGI .mbr-section-title,
.cid-uPh7XyPzGI .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPh7XyPzGI .item-title {
  color: #ffffff;
}
.cid-uPh7XyPzGI .item-text {
  color: #ffffff;
}
.cid-uPh7YUYayP {
  background-image: url("../../../assets/images/bot.jpg-1000x571.jpg");
}
.cid-uPh7YUYayP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPh7YUYayP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPh7YUYayP .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uPh7YUYayP .image-wrap {
    height: 450px;
  }
}
.cid-uJ1ue914UR {
  background-color: #000000;
}
.cid-uJ1ue914UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ1ue914UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1ue914UR .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJ1ue914UR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJ1ue914UR .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ1ue914UR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ1ue914UR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJ1ue914UR .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ1ue914UR .image-wrapper img {
    height: 350px;
  }
}
.cid-uJ1ue914UR .mbr-section-title {
  color: #ffffff;
}
.cid-uJ1ue914UR .mbr-text {
  color: #ffffff;
}
.cid-uJ1zLzo2Zx {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJ1zLzo2Zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ1zLzo2Zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1zLzo2Zx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJ1zLzo2Zx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJ1zLzo2Zx .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uJ1zLzo2Zx .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ1zLzo2Zx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJ1zLzo2Zx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ1zLzo2Zx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJ1zLzo2Zx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJ1zLzo2Zx .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ1zLzo2Zx .item {
    margin-bottom: 28px;
  }
}
.cid-uJ1zLzo2Zx .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uJ1zLzo2Zx .item .item-wrapper:hover,
.cid-uJ1zLzo2Zx .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #078efb;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uJ1zLzo2Zx .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uJ1zLzo2Zx .mbr-section-title {
  color: #ffffff;
}
.cid-uJ1zLzo2Zx .mbr-text,
.cid-uJ1zLzo2Zx .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJ1zLzo2Zx .mbr-desc,
.cid-uJ1zLzo2Zx .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJ1zLzo2Zx .item-title {
  color: #ffffff;
}
.cid-uJ1zLzo2Zx .item-text {
  color: #9aa0a6;
}
.cid-uJ1zLzo2Zx .mbr-section-title,
.cid-uJ1zLzo2Zx .mbr-section-btn {
  text-align: center;
}
.cid-uJ1w4oiSp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJ1w4oiSp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ1w4oiSp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1w4oiSp9 .row {
  justify-content: center;
}
.cid-uJ1w4oiSp9 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ1w4oiSp9 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJ1w4oiSp9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJ1w4oiSp9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJ1w4oiSp9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uJ1w4oiSp9 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uJ1w4oiSp9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJ1w4oiSp9 .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-uJ1w4oiSp9 .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-uJ1w4oiSp9 .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-uJ1w4oiSp9 .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-uJ1w4oiSp9 .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-uJ1w4oiSp9 .mbr-section-title {
  color: #cbff5b;
}
.cid-uJ1w4oiSp9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJ1w4oiSp9 .mbr-text,
.cid-uJ1w4oiSp9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ1w4oiSp9 .mbr-tag,
.cid-uJ1w4oiSp9 .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ1w4oiSp9 .mbr-section-title,
.cid-uJ1w4oiSp9 .mbr-section-btn {
  text-align: center;
  color: #9955ca;
}
.cid-uJ2bkOtp5F {
  background-color: #000000;
}
.cid-uJ2bkOtp5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2bkOtp5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2bkOtp5F .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJ2bkOtp5F .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJ2bkOtp5F .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ2bkOtp5F .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ2bkOtp5F .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJ2bkOtp5F .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ2bkOtp5F .image-wrapper img {
    height: 350px;
  }
}
.cid-uJ2bkOtp5F .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2bkOtp5F .mbr-text {
  color: #ffffff;
}
.cid-uGKLggbyjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-uGKLggbyjM .item:focus,
.cid-uGKLggbyjM span:focus {
  outline: none;
}
.cid-uGKLggbyjM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uGKLggbyjM .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uGKLggbyjM .item {
    min-height: 45px;
  }
}
.cid-uGKLggbyjM .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #9955ca;
}
.cid-uGKLggbyjM .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uGKLggbyjM .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uGKLggbyjM .container_1 {
  background-color: #9955ca;
}
.cid-uGKLggbyjM .container_1 .item_1 {
  color: #121212;
  background-color: #9955ca;
}
.cid-uGKLggbyjM .container_2 {
  background-color: #121212;
}
.cid-uGKLggbyjM .container_2 .item_2 {
  color: #9955ca;
  background-color: #121212;
}
.cid-uGVROLyFr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uGVROLyFr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVROLyFr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVROLyFr4 .card {
  justify-content: flex-end;
}
.cid-uGVROLyFr4 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGVROLyFr4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGVROLyFr4 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uGVROLyFr4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGVROLyFr4 .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uGVROLyFr4 .mbr-section-btn .btn::after,
.cid-uGVROLyFr4 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uGVROLyFr4 .mbr-section-btn .btn:hover,
.cid-uGVROLyFr4 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uGVROLyFr4 .mbr-section-btn .btn:hover::after,
.cid-uGVROLyFr4 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uGVROLyFr4 .items-wrapper {
  margin: 0 -20px;
}
.cid-uGVROLyFr4 .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGVROLyFr4 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 40px 90px 40px;
  background-color: #2c2c2c;
}
@media (max-width: 992px) {
  .cid-uGVROLyFr4 .items-wrapper .item .item-wrapper {
    padding: 20px 20px 90px 20px;
  }
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 0 0 10px;
  background-color: #121212;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #e24c4a;
  transform: rotate(180deg);
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #121212;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #121212;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 20px;
  }
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .item-number {
  color: transparent;
  -webkit-background-clip: text;
  background-color: #ffffff;
  -webkit-text-fill-color: #2c2c2c;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 0;
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
    width: 100%;
  }
}
.cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGVROLyFr4 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uGVROLyFr4 .mbr-section-title {
  color: #ffffff;
}
.cid-uGVROLyFr4 .mbr-tag {
  color: #adadad;
}
.cid-uGVROLyFr4 .item-title {
  color: #ffffff;
}
.cid-uGVROLyFr4 .item-number {
  color: #2c2c2c;
  text-align: right;
}
.cid-uGVROLyFr4 .item-desc,
.cid-uGVROLyFr4 .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uGVROLyFr4 .main-btn {
  text-align: right;
}
.cid-uPha7PGScZ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uPha7PGScZ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uPha7PGScZ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uPha7PGScZ .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uPha7PGScZ .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #e24c4a, #386bb7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPha7PGScZ .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uPha7PGScZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPha7PGScZ .first:hover:before {
  content: none;
}
.cid-uPha7PGScZ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #e24c4a, #386bb7);
  content: "";
}
.cid-uPha7PGScZ .last:hover:after {
  content: none;
}
.cid-uPha7PGScZ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #e24c4a, #386bb7);
  content: "";
}
.cid-uPha7PGScZ .mbr-section-text {
  color: #999999;
}
.cid-uPha7PGScZ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uPha7PGScZ .card .img-wrapper {
  overflow: hidden;
}
.cid-uPha7PGScZ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uPha7PGScZ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uPha7PGScZ .card:hover .card-wrapper {
  background: linear-gradient(to left, #e24c4a, #386bb7);
  color: #ffffff !important;
}
.cid-uPha7PGScZ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uPha7PGScZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPha7PGScZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVS5r2zg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uGVS5r2zg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVS5r2zg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVS5r2zg8 .row {
  overflow: hidden;
}
.cid-uGVS5r2zg8 .title-wrapper {
  margin-bottom: 40px;
}
.cid-uGVS5r2zg8 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uGVS5r2zg8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGVS5r2zg8 .mbr-section-btn .btn {
  margin-top: 20px;
}
.cid-uGVS5r2zg8 .mbr-section-btn .btn::after,
.cid-uGVS5r2zg8 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uGVS5r2zg8 .mbr-section-btn .btn:hover,
.cid-uGVS5r2zg8 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uGVS5r2zg8 .mbr-section-btn .btn:hover::after,
.cid-uGVS5r2zg8 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uGVS5r2zg8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-uGVS5r2zg8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGVS5r2zg8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper .number-wrap {
  position: relative;
  z-index: 1;
}
.cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(-90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
  margin-right: 40px;
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 2px transparent;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
    margin-bottom: 20px;
    writing-mode: inherit;
    transform: none;
    background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  }
}
.cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uGVS5r2zg8 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uGVS5r2zg8 .arrows-wrapper {
  position: absolute;
  top: -5.5rem;
  right: 0;
  border-radius: 3rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uGVS5r2zg8 .arrows-wrapper {
    top: 0;
  }
}
.cid-uGVS5r2zg8 .arrows-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cid-uGVS5r2zg8 .embla__button--next,
.cid-uGVS5r2zg8 .embla__button--prev {
  display: flex;
}
.cid-uGVS5r2zg8 .embla__button {
  width: 48px;
  height: 48px;
  margin-top: 0;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uGVS5r2zg8 .embla__button:hover {
  color: #e24c4a !important;
}
.cid-uGVS5r2zg8 .embla {
  position: relative;
  width: 100%;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-uGVS5r2zg8 .embla {
    padding-top: 6rem;
  }
}
.cid-uGVS5r2zg8 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGVS5r2zg8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGVS5r2zg8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGVS5r2zg8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGVS5r2zg8 .btn-wrapper {
  margin-top: -10%;
}
.cid-uGVS5r2zg8 .mbr-section-title {
  color: #ffffff;
}
.cid-uGVS5r2zg8 .mbr-tag {
  color: #adadad;
}
.cid-uGVS5r2zg8 .item-title {
  color: #ffffff;
}
.cid-uGVS5r2zg8 .item-text {
  color: #c7c7c7;
}
.cid-uPhaaYvfNT {
  background-color: #121212;
}
.cid-uPhaaYvfNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhaaYvfNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPhaaYvfNT .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPhaaYvfNT .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPhaaYvfNT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPhaaYvfNT .mbr-section-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uPhaaYvfNT .mbr-section-btn .btn::after,
.cid-uPhaaYvfNT .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPhaaYvfNT .mbr-section-btn .btn:hover,
.cid-uPhaaYvfNT .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPhaaYvfNT .mbr-section-btn .btn:hover::after,
.cid-uPhaaYvfNT .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPhaaYvfNT .items-wrapper {
  margin: 0 -20px;
}
.cid-uPhaaYvfNT .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPhaaYvfNT .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper {
  position: relative;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPhaaYvfNT .items-wrapper .item .item-wrapper {
    padding-right: 0;
    padding-top: 150px;
  }
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #121212;
  border: 2px solid #2c2c2c;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .list {
  padding-left: 18px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .list {
    margin-top: 20px;
  }
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPhaaYvfNT .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uPhaaYvfNT .mbr-section-title {
  color: #ffffff;
}
.cid-uPhaaYvfNT .mbr-tag {
  color: #adadad;
}
.cid-uPhaaYvfNT .item-title {
  color: #ffffff;
}
.cid-uPhaaYvfNT .item-desc {
  color: #ffffff;
}
.cid-uPhaaYvfNT .list {
  color: #c7c7c7;
}
.cid-uPhaaYvfNT .item-price {
  color: #ffffff;
}
.cid-uPha66L8vG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uPha66L8vG {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-uPha66L8vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPha66L8vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPha66L8vG .row {
  justify-content: space-between;
}
.cid-uPha66L8vG .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPha66L8vG .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uPha66L8vG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPha66L8vG .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uPha66L8vG .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-uPha66L8vG .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uPha66L8vG .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uPha66L8vG .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uPha66L8vG .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPha66L8vG .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uPha66L8vG .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uPha66L8vG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPha66L8vG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPha66L8vG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPha66L8vG .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uPha66L8vG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uPha66L8vG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uPha66L8vG .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uPha66L8vG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPha66L8vG .mbr-section-title {
  color: #ffffff;
}
.cid-uPha66L8vG .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPha66L8vG .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uPha66L8vG .panel-title-edit {
  color: #ffffff;
}
.cid-uPha66L8vG .panel-text {
  color: #ffffff;
}
.cid-uKtzrYgYAG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKtzrYgYAG .listico {
  padding-right: 1rem;
  font-size: 0.9rem;
}
.cid-uKtzrYgYAG .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uKtzrYgYAG .col + .mbr-section-btn .btn,
.cid-uKtzrYgYAG .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uKtzrYgYAG .col + .mbr-section-btn .btn,
  .cid-uKtzrYgYAG .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uKtzrYgYAG .dragArea > *:nth-last-child(2).col,
  .cid-uKtzrYgYAG .dragArea > *:nth-last-child(2).col-auto,
  .cid-uKtzrYgYAG .col + .mbr-section-btn,
  .cid-uKtzrYgYAG .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uKtzrYgYAG .dragArea {
    flex-direction: column;
  }
}
.cid-uKtzrYgYAG .btn-primary {
  border: 1px solid #386bb7 !important;
}
.cid-uKtzrYgYAG .btn-primary:hover {
  border: 1px solid #386bb7 !important;
}
.cid-uKtzrYgYAG .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uKtzrYgYAG .form-group {
  max-width: 220px;
}
.cid-uKtzrYgYAG .mbr-section-btn {
  padding-left: 0;
}
.cid-uKtzrYgYAG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uKtzrYgYAG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uKtzrYgYAG .mbr-text {
  color: #444;
}
.cid-uKtzrYgYAG h5 {
  margin-bottom: 0;
}
.cid-uKtzrYgYAG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uKtzrYgYAG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKtzrYgYAG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uKtzrYgYAG .socicon {
  font-size: 1.3rem;
  background: #55b4d4;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKtzrYgYAG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uKtzrYgYAG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uKtzrYgYAG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uKtzrYgYAG .social-list a:hover {
  opacity: 0.4;
}
.cid-uKtzrYgYAG .media-container-row > div {
  padding: 0px;
}
.cid-uKtzrYgYAG .text2 {
  color: #000000;
  text-align: left;
}
.cid-uKtzrYgYAG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uKtzrYgYAG .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKtzrYgYAG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uKtzrYgYAG .social-list,
  .cid-uKtzrYgYAG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uKtzrYgYAG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uKtzrYgYAG .form-group {
    max-width: 180px;
  }
}
.cid-uKtzrYgYAG .links span {
  color: #9e9e9e;
}
.cid-uKtzrYgYAG .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uKtzrYgYAG .logo-title {
  text-align: center;
}
.cid-uPhdYg0iXc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uPhdYg0iXc .content {
    text-align: center;
  }
  .cid-uPhdYg0iXc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uPhdYg0iXc .img-logo img {
  height: 6rem;
}
.cid-uPhdYg0iXc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPhdYg0iXc .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uPhdYg0iXc .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uPhdYg0iXc .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uPhdYg0iXc .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPhdYg0iXc .social-list a:hover {
  opacity: 1;
}
.cid-uPhdYg0iXc .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uPhdYg0iXc .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-uPhdYg0iXc input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPhdYg0iXc input::-moz-placeholder {
  color: #ffffff;
}
.cid-uPhdYg0iXc textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPhdYg0iXc textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-uPhdYg0iXc .list {
  list-style-type: none;
  padding: 0;
}
.cid-uPhdYg0iXc .list li {
  padding-bottom: .5rem;
}
.cid-uPhdYg0iXc .list li:last-child {
  padding-bottom: 0;
}
.cid-uPhdYg0iXc .mbr-footer-list,
.cid-uPhdYg0iXc .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uPhdYg0iXc .mbr-footer-list,
  .cid-uPhdYg0iXc .form-text,
  .cid-uPhdYg0iXc .footer-title,
  .cid-uPhdYg0iXc .footer-main-title,
  .cid-uPhdYg0iXc .form-text,
  .cid-uPhdYg0iXc .list {
    text-align: center !important;
  }
  .cid-uPhdYg0iXc .mbr-form,
  .cid-uPhdYg0iXc .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uPhdUXDrOZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uPhdUXDrOZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uPhdUXDrOZ .container {
  max-width: 1400px;
}
.cid-uPhdUXDrOZ li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-uPhdUXDrOZ .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uPhdUXDrOZ .time {
  line-height: 2;
}
.cid-uPhdUXDrOZ .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uPhdUXDrOZ .text-wrap {
  width: 100%;
}
.cid-uPhdUXDrOZ .item-wrap {
  display: inline-block;
}
.cid-uPhdUXDrOZ .item-wrap span,
.cid-uPhdUXDrOZ .item-wrap p {
  transition: all 0.3s;
}
.cid-uPhdUXDrOZ .item-wrap:hover span,
.cid-uPhdUXDrOZ .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-uPhdUXDrOZ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uPhdUXDrOZ .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uPhdUXDrOZ .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-uPhdUXDrOZ .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uPhdUXDrOZ .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPhdUXDrOZ .socicon-wrap {
    margin: auto;
  }
}
.cid-uPhdUXDrOZ .title {
  color: #ffffff;
}
.cid-uPhdUXDrOZ .mbr-text {
  color: #999999;
}
.cid-uPhdUXDrOZ .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uPhdUXDrOZ .icon-title,
.cid-uPhdUXDrOZ .align-wrap {
  color: #999999;
  width: 100%;
}
