body {
  font-family: 'Syne', sans-serif;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem;
  line-height: 1.41;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.14 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.41 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5d61ee !important;
}
.bg-success {
  background-color: #c298d3 !important;
}
.bg-info {
  background-color: #1ea1ff !important;
}
.bg-warning {
  background-color: #ffe885 !important;
}
.bg-danger {
  background-color: #07b357 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5d61ee !important;
  border-color: #5d61ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #171ddd !important;
  border-color: #171ddd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #171ddd !important;
  border-color: #171ddd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5927 !important;
  border-color: #ff5927 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #cf3000 !important;
  border-color: #cf3000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf3000 !important;
  border-color: #cf3000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1ea1ff !important;
  border-color: #1ea1ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0073c6 !important;
  border-color: #0073c6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0073c6 !important;
  border-color: #0073c6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c298d3 !important;
  border-color: #c298d3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #07b357 !important;
  border-color: #07b357 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #04602e !important;
  border-color: #04602e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #04602e !important;
  border-color: #04602e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5d61ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #171ddd !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: #5d61ee !important;
  border-color: #5d61ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5927;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cf3000 !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: #ff5927 !important;
  border-color: #ff5927 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1ea1ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0073c6 !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: #1ea1ff !important;
  border-color: #1ea1ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c298d3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9e5bb9 !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: #c298d3 !important;
  border-color: #c298d3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe885;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #07b357;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #04602e !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: #07b357 !important;
  border-color: #07b357 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !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: #5d61ee !important;
}
.text-secondary {
  color: #ff5927 !important;
}
.text-success {
  color: #c298d3 !important;
}
.text-info {
  color: #1ea1ff !important;
}
.text-warning {
  color: #ffe885 !important;
}
.text-danger {
  color: #07b357 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #161bcf !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c02c00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9851b4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #006bb7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd51f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #035127 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5d61ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1ea1ff;
}
.alert-warning {
  background-color: #ffe885;
}
.alert-danger {
  background-color: #07b357;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d61ee;
  border-color: #5d61ee;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5d61ee;
}
.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: #eaf6ff;
}
.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: #42f896;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #5d61ee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #5d61ee;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d61ee;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d61ee;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5d61ee;
  border-bottom-color: #5d61ee;
}
.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: #5d61ee !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: #ff5927 !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='%235d61ee' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 100%;
  width: 86%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 190px;
  border-radius: 0;
  padding: 17px 48px 15px 50px;
  line-height: 1.33;
  font-weight: 500 !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.mbr-section-btn .btn-primary {
  color: #ffffff !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: 0 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary-outline:hover {
  color: #fff !important;
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
b {
  font-weight: 600 !important;
}
.cid-t0rvTLHnTw {
  z-index: 1000;
  width: 100%;
}
.cid-t0rvTLHnTw nav.navbar {
  position: fixed;
}
.cid-t0rvTLHnTw .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-t0rvTLHnTw .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-t0rvTLHnTw .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-t0rvTLHnTw .dropdown-item:hover {
  background-position: right !important;
}
.cid-t0rvTLHnTw .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-t0rvTLHnTw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0rvTLHnTw .nav-link {
  position: relative;
}
.cid-t0rvTLHnTw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-t0rvTLHnTw .dropdown-menu,
.cid-t0rvTLHnTw .navbar.opened {
  background: #ffffff !important;
}
.cid-t0rvTLHnTw .nav-item:focus,
.cid-t0rvTLHnTw .nav-link:focus {
  outline: none;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0rvTLHnTw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0rvTLHnTw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0rvTLHnTw .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #ffffff;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-t0rvTLHnTw .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-t0rvTLHnTw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0rvTLHnTw .navbar .navbar-logo img {
  width: auto;
}
.cid-t0rvTLHnTw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0rvTLHnTw .navbar.collapsed {
  justify-content: center;
}
.cid-t0rvTLHnTw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0rvTLHnTw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0rvTLHnTw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0rvTLHnTw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0rvTLHnTw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0rvTLHnTw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0rvTLHnTw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0rvTLHnTw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0rvTLHnTw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0rvTLHnTw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0rvTLHnTw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-t0rvTLHnTw .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-t0rvTLHnTw .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-t0rvTLHnTw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0rvTLHnTw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0rvTLHnTw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0rvTLHnTw .dropdown-item.active,
.cid-t0rvTLHnTw .dropdown-item:active {
  background-color: transparent;
}
.cid-t0rvTLHnTw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0rvTLHnTw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0rvTLHnTw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0rvTLHnTw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0rvTLHnTw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0rvTLHnTw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-t0rvTLHnTw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar {
    height: 70px;
  }
  .cid-t0rvTLHnTw .navbar.opened {
    height: auto;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0rvTLHnTw .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-t0rvTLHnTw .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-t0rvTLHnTw .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-nav {
    padding-top: 18px;
  }
}
.cid-t0rvTLHnTw .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-t0rvTLHnTw .nav-item .nav-link:hover {
  background-position: right;
}
.cid-t0rvTLHnTw .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-t0rvTLHnTw .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .nav-item {
    width: 100%;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-t0rvTLHnTw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-t0rvTLHnTw .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #ff5927 !important;
  }
}
.cid-t0rvTLHnTw .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-t0rvTLHnTw .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-t0rvTLHnTw .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-t0rvTLHnTw .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-t0rvTLHnTw .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-t0rvTLHnTw .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-t0rvTLHnTw .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-t0rvTLHnTw .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-t0rvTLHnTw .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-t0rvTLHnTw .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-t0rvTLHnTw .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .offcanvas_box {
    display: none;
  }
}
.cid-t0rvTLHnTw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-t0rvTLHnTw .list li {
  display: flex;
  align-items: center;
}
.cid-t0rvTLHnTw .list a {
  display: flex;
  align-items: center;
}
.cid-t0rvTLHnTw .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rvTLHnTw .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-t0rvTLHnTw .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-tKnq0hmXFL {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnq0hmXFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnq0hmXFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKnq0hmXFL .container {
    padding: 0 16px;
  }
}
.cid-tKnq0hmXFL .title-wrapper {
  position: relative;
}
.cid-tKnq0hmXFL .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tKnq0hmXFL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tKnq0hmXFL .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tKnq0hmXFL .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tKnq0hmXFL .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tKnq0hmXFL .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tKnq0hmXFL .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tKnq0hmXFL .mbr-section-title {
  color: #08323C;
}
.cid-tKnq0hmXFL .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tKnq0hmXFL .mbr-section-title,
.cid-tKnq0hmXFL .mbr-section-btn {
  text-align: center;
}
.cid-tKrBjhJUsJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKrBjhJUsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKrBjhJUsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKrBjhJUsJ .container {
    padding: 0 20px;
  }
}
.cid-tKrBjhJUsJ .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tKrBjhJUsJ .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-tKrBjhJUsJ .title-wrapper {
    padding: 64px 0;
  }
}
.cid-tKrBjhJUsJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tKrBjhJUsJ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tKrBjhJUsJ .mbr-section-title {
  color: #1d1d1d;
}
.cid-tKrBjhJUsJ .mbr-section-title,
.cid-tKrBjhJUsJ .mbr-section-btn {
  text-align: center;
}
.cid-uLbi4kyJAl {
  background-image: url("../../../assets/images/piattaforma-moda-italiana-b2b-italianmoda.jpg-1536x1024.jpg");
}
.cid-uLbi4kyJAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbi4kyJAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbi4kyJAl .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uLbi4kyJAl .image-wrap {
    height: 300px;
  }
}
.cid-udvJcK0XAM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-udvJcK0XAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udvJcK0XAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udvJcK0XAM .mbr-section-title {
  color: #24262b;
}
.cid-udvJcK0XAM .mbr-section-subtitle {
  color: #24262b;
}
.cid-udvJcK0XAM .mbr-section-btn {
  margin-top: 16px;
}
#custom-html-5 {
  /* Type valid CSS here */
}
#custom-html-5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5 p {
  font-size: 60px;
  color: #777;
}
.cid-t0rxrNblCE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0rxrNblCE .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rxrNblCE .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-t0rxrNblCE .mbr-section-btn {
  margin-top: 20px;
}
.cid-uA9yigFSVO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9yigFSVO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uA9yigFSVO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uA9yigFSVO .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uA91EK7SId {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f8f1ec;
}
.cid-uA91EK7SId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA91EK7SId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA91EK7SId .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cid-uA91EK7SId .content-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
  flex-direction: row-reverse;
}
.cid-uA91EK7SId .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uA91EK7SId .image-wrapper {
    height: 145px;
  }
}
.cid-uA91EK7SId .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA91EK7SId .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 3.875em 4.2em 1.875em 4.125em;
  min-height: 560px;
}
@media (max-width: 1199px) {
  .cid-uA91EK7SId .text-wrapper {
    min-height: 504px;
  }
}
@media (max-width: 991px) {
  .cid-uA91EK7SId .text-wrapper {
    min-height: 280px;
    padding: 2.5em 2em 1.8em 2em;
  }
}
.cid-uA91EK7SId .title-container {
  flex-grow: 1;
}
.cid-uA91EK7SId .mbr-section-title {
  color: #272727;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uA91EK7SId .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uA91EK7SId .mbr-text {
  color: #272727;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uA91EK7SId .mbr-section-btn {
  margin-top: 20px;
}
.cid-uA91EK7SId .author-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uA91EK7SId .author-container {
    flex-wrap: wrap;
  }
}
.cid-uA91EK7SId .item-name-wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-uA91EK7SId .item-name-wrap {
    width: 100%;
  }
}
.cid-uA91EK7SId .author-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.cid-uA91EK7SId .author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA91EK7SId .name-text {
  color: #272727;
}
.cid-uA91EK7SId .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uA91EK7SId .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.cid-uA91EK7SId .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #c4b2f6;
}
.cid-uA91EK7SId .label-text {
  color: #8c69ec;
  line-height: 1 !important;
}
.cid-udwhl1m4cy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-udwhl1m4cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udwhl1m4cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udwhl1m4cy .row {
  justify-content: flex-start;
}
.cid-udwhl1m4cy .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-udwhl1m4cy .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-udwhl1m4cy .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-udwhl1m4cy .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tKxOmmdcNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/smartmockups-komuxmpa-1920x1280.jpg");
}
.cid-tKxOmmdcNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKxOmmdcNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKxOmmdcNZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKxOmmdcNZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKxOmmdcNZ .container {
    padding: 0;
  }
}
.cid-tKxOmmdcNZ .title-wrapper {
  padding: 0 16px;
}
.cid-tKxOmmdcNZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKxOmmdcNZ .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tKxOmmdcNZ .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tKxOmmdcNZ .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tKxOmmdcNZ .mbr-section-title {
  color: #ffffff;
}
.cid-tKxOmmdcNZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tKxOmmdcNZ .mbr-section-title,
.cid-tKxOmmdcNZ .mbr-section-btn {
  text-align: center;
}
.cid-tKxRaOvTAr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKxRaOvTAr .row {
  align-items: center;
  width: 100%;
}
.cid-tKxRaOvTAr .col-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-tKxRaOvTAr .col-text {
    width: 50%;
  }
}
.cid-tKxRaOvTAr .text-container {
  padding-bottom: 100px;
}
@media (min-width: 1025px) {
  .cid-tKxRaOvTAr .text-container {
    padding: 0 0 0 5%;
  }
}
@media (min-width: 1441px) {
  .cid-tKxRaOvTAr .text-container {
    padding: 0 0 0 13%;
  }
}
.cid-tKxRaOvTAr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tKxRaOvTAr .text-wrapper {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-tKxRaOvTAr .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (min-width: 1441px) {
  .cid-tKxRaOvTAr .text-wrapper {
    padding: 0 39% 0 0;
  }
}
.cid-tKxRaOvTAr .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-tKxRaOvTAr .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-tKxRaOvTAr .mbr-section-title b {
  font-weight: 600 !important;
}
.cid-tKxRaOvTAr .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tKxRaOvTAr .text-container .links-container {
  margin-top: 32px;
}
.cid-tKxRaOvTAr .text-container .links-container a {
  margin-right: 15px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tKxRaOvTAr .text-container .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tKxRaOvTAr .col-img {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-tKxRaOvTAr .col-img {
    width: 50%;
  }
}
.cid-tKxRaOvTAr .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-tKxRaOvTAr .img-container img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .cid-tKxRaOvTAr .img-wrap {
    padding: 0 10px;
  }
}
.cid-tKyGu6VBQD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tKyGu6VBQD .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tKyGu6VBQD .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKyGu6VBQD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tKyGu6VBQD .mbr-section-title {
  color: #103178;
}
.cid-tKyGu6VBQD .mbr-text,
.cid-tKyGu6VBQD .mbr-section-btn {
  color: #103178;
}
.cid-tKyGu6VBQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyGu6VBQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKyMsW68K1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKyMsW68K1 .row {
  display: flex;
  align-items: center;
}
.cid-tKyMsW68K1 .label-text {
  width: 100%;
  color: #1ea1ff;
  margin-bottom: 8px;
}
.cid-tKyMsW68K1 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tKyMsW68K1 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-tKyMsW68K1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKyMsW68K1 .mbr-section-btn .btn-secondary:hover,
.cid-tKyMsW68K1 .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #c298d3 !important;
}
.cid-tKyMsW68K1 .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-tKyMsW68K1 .mbr-section-btn .btn:before {
  display: none;
}
.cid-tKyMsW68K1 .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-tKyMsW68K1 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-tKyMsW68K1 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKyMsW68K1 .image-wrapper img {
    padding-left: 5%;
  }
}
.cid-tKyMsW68K1 .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-tKyMsW68K1 .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-tKyMsW68K1 .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tKyMsW68K1 .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-tKyMsW68K1 .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-tKyMsW68K1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyMsW68K1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKrETfq6oU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tKrETfq6oU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tKrETfq6oU .mbr-section-subtitle {
  color: #6e6e6e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tKrETfq6oU .row {
  align-items: center;
  height: 100%;
}
.cid-tKrETfq6oU .container {
  max-width: 720px;
  margin: auto;
}
.cid-u1adXeX6eM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-u1adXeX6eM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1adXeX6eM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1adXeX6eM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u1adXeX6eM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u1adXeX6eM .container {
    padding: 0 30px;
  }
}
.cid-u1adXeX6eM .row {
  justify-content: center;
}
.cid-u1adXeX6eM .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: 60px;
  margin-right: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-u1adXeX6eM .title-wrapper {
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u1adXeX6eM .title-wrapper {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-u1adXeX6eM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 25px;
}
.cid-u1adXeX6eM .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u1adXeX6eM .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-u1adXeX6eM .image-wrapper {
  padding: 0 10px;
}
.cid-u1adXeX6eM .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1adXeX6eM .image-wrapper img {
    height: 300px;
  }
}
.cid-u1adXeX6eM .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u1adXeX6eM .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-u1adXeX6eM .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-u3Mjg87cVG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-u3Mjg87cVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Mjg87cVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Mjg87cVG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3Mjg87cVG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3Mjg87cVG .container {
    padding: 0;
  }
}
.cid-u3Mjg87cVG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3Mjg87cVG .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u3Mjg87cVG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3Mjg87cVG .panel-group {
    padding: 0 16px;
  }
}
.cid-u3Mjg87cVG .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u3Mjg87cVG .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u3Mjg87cVG .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u3Mjg87cVG .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u3Mjg87cVG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u3Mjg87cVG .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u3Mjg87cVG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-u3Mjg87cVG .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u3Mjg87cVG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u3Mjg87cVG .mbr-section-title {
  color: #263652;
}
.cid-u3Mjg87cVG .panel-title-edit,
.cid-u3Mjg87cVG .mbr-iconfont {
  color: #263652;
}
.cid-u3Mjg87cVG .panel-text {
  color: #263652;
}
.cid-u3MjY91Nr9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-u3MjY91Nr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3MjY91Nr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3MjY91Nr9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3MjY91Nr9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3MjY91Nr9 .container {
    padding: 0;
  }
}
.cid-u3MjY91Nr9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3MjY91Nr9 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u3MjY91Nr9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3MjY91Nr9 .panel-group {
    padding: 0 16px;
  }
}
.cid-u3MjY91Nr9 .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u3MjY91Nr9 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u3MjY91Nr9 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u3MjY91Nr9 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u3MjY91Nr9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u3MjY91Nr9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u3MjY91Nr9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-u3MjY91Nr9 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u3MjY91Nr9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u3MjY91Nr9 .mbr-section-title {
  color: #263652;
}
.cid-u3MjY91Nr9 .panel-title-edit,
.cid-u3MjY91Nr9 .mbr-iconfont {
  color: #263652;
}
.cid-u3MjY91Nr9 .panel-text {
  color: #263652;
}
.cid-uLOKa81P2p {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-uLOKa81P2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOKa81P2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOKa81P2p .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLOKa81P2p .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLOKa81P2p .container {
    padding: 0;
  }
}
.cid-uLOKa81P2p .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLOKa81P2p .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uLOKa81P2p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLOKa81P2p .panel-group {
    padding: 0 16px;
  }
}
.cid-uLOKa81P2p .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uLOKa81P2p .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uLOKa81P2p .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-uLOKa81P2p .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uLOKa81P2p .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLOKa81P2p .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uLOKa81P2p .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-uLOKa81P2p .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-uLOKa81P2p .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLOKa81P2p .mbr-section-title {
  color: #263652;
}
.cid-uLOKa81P2p .panel-title-edit,
.cid-uLOKa81P2p .mbr-iconfont {
  color: #263652;
}
.cid-uLOKa81P2p .panel-text {
  color: #263652;
}
.cid-tL6pazwTNv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tL6pazwTNv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6pazwTNv .row {
    flex-direction: column-reverse;
  }
  .cid-tL6pazwTNv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL6pazwTNv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6pazwTNv .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL6pazwTNv .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tL6pazwTNv .card-title {
  color: #36187d;
}
.cid-tL6pazwTNv .mbr-text,
.cid-tL6pazwTNv .mbr-section-btn {
  color: #6c758f;
}
.cid-tL6pazwTNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pazwTNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4PZySWdBm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ebeaed;
}
.cid-u4PZySWdBm .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-u4PZySWdBm .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #5d61ee;
}
.cid-u4PZySWdBm .head_info .mbr-subtitle {
  color: #ff5927;
  margin-bottom: 10px;
}
.cid-u4PZySWdBm .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #1ea1ff;
}
.cid-u4PZySWdBm .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-u4PZySWdBm .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-u4PZySWdBm .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-u4PZySWdBm .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-u4PZySWdBm .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #ff5927 !important;
  border-color: #ff5927 !important;
  color: #ffffff !important;
}
.cid-u4PZySWdBm .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-u4PZySWdBm .plan .plan-title {
  color: #5d61ee;
  margin-bottom: 32px;
}
.cid-u4PZySWdBm .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-u4PZySWdBm .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #ff5927;
}
.cid-u4PZySWdBm .plan .plan-price .mbr-text {
  color: #5d61ee;
  margin-bottom: 0;
}
.cid-u4PZySWdBm .plan .plan-list {
  margin-bottom: 15px;
}
.cid-u4PZySWdBm .plan .plan-list .list-group {
  color: #1ea1ff;
}
.cid-u4PZySWdBm .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-u4PZySWdBm .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-u4PZySWdBm .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-u4PZySWdBm .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-u4PZySWdBm .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-u4PZySWdBm .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-u4PZySWdBm .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-u4PZySWdBm .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #c298d3 !important;
}
.cid-u4PZySWdBm .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-u4PZySWdBm * {
    text-align: center;
  }
}
.cid-u4PZySWdBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4PZySWdBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4PZySWdBm .plan .plan-price .mbr-text {
  color: #1ea1ff;
}
.cid-u4PZySWdBm .plan .plan-title {
  color: #fa0303;
}
.cid-u4PZySWdBm .head_info .mbr-section-title {
  color: #1ea1ff;
}
.cid-u4PZySWdBm .head_info .mbr-text {
  color: #1b1b1b;
}
.cid-u4PZySWdBm .head_info .mbr-subtitle {
  color: #1b1b1b;
}
.cid-u4PZySWdBm .plan .plan-list .list-group,
.cid-u4PZySWdBm .plan .mbr-section-btn {
  text-align: left;
}
.cid-tL6liBCUfy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tL6liBCUfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6liBCUfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6liBCUfy .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6liBCUfy .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-tL6liBCUfy .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tL6liBCUfy .card-col {
    padding: 20px 0 0;
  }
}
.cid-tL6liBCUfy .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tL6liBCUfy .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tL6liBCUfy .card-wrapper {
    max-width: 100%;
  }
}
.cid-tL6liBCUfy .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-tL6liBCUfy .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-tL6liBCUfy .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tL6liBCUfy .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-tL6liBCUfy .image-wrapper {
    max-width: 100%;
  }
}
.cid-tL6liBCUfy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udwduHN4hp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udwduHN4hp .mbr-fallback-image.disabled {
  display: none;
}
.cid-udwduHN4hp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udwduHN4hp .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-udwduHN4hp .main-container {
    margin-bottom: 70px;
  }
}
.cid-udwduHN4hp .mbr-title {
  color: #000000;
}
.cid-udwduHN4hp .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-udwduHN4hp .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-udwduHN4hp .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-udwduHN4hp .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-udwduHN4hp .card {
  border-radius: 0;
}
.cid-udwduHN4hp .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-udwduHN4hp .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-udwduHN4hp .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-udwduHN4hp .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-udwduHN4hp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udwduHN4hp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #e6c63b;
  margin: 0 2px;
}
.cid-udwduHN4hp .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udwduHN4hp .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-udwduHN4hp .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-udwduHN4hp .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-udwduHN4hp .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-udwduHN4hp .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-udwduHN4hp .card-name {
  color: #000000;
}
.cid-udwduHN4hp .card-prof {
  color: #747474;
}
.cid-tL6oiKgM0f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-tL6oiKgM0f H1 {
  color: #000000;
}
.cid-tL6oiKgM0f .mbr-text,
.cid-tL6oiKgM0f .mbr-section-btn {
  color: #000000;
}
.cid-tL6oiKgM0f .mbr-subtitle {
  color: #000000;
}
.cid-tL6oiKgM0f .mbr-text {
  margin-top: 1.5rem;
}
.cid-tL6oiKgM0f .mbr-section-btn {
  margin-top: 2rem;
}
.cid-tL6oiKgM0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6oiKgM0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKWy3CZxvz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-tKWy3CZxvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKWy3CZxvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKWy3CZxvz .container,
.cid-tKWy3CZxvz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tKWy3CZxvz .container,
  .cid-tKWy3CZxvz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKWy3CZxvz .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tKWy3CZxvz .title-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}
.cid-tKWy3CZxvz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKWy3CZxvz .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  border-left: 1px solid #3d4045;
}
@media (max-width: 992px) {
  .cid-tKWy3CZxvz .text-wrapper {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-tKWy3CZxvz .text-wrapper {
    padding: 0;
  }
}
.cid-tKWy3CZxvz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKWy3CZxvz .mbr-section-title {
  color: #3d4045;
}
.cid-tKWy3CZxvz .mbr-text {
  color: #6e6e6e;
}
.cid-tKWA0LdRsU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eae8e4;
}
.cid-tKWA0LdRsU .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: left;
}
.cid-tKWA0LdRsU .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tKWA0LdRsU .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tKWA0LdRsU .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tKWA0LdRsU .mbr-section-title {
  text-align: left;
}
.cid-tL6tWfYGpj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-tL6tWfYGpj .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-tL6tWfYGpj .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-tL6tWfYGpj .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tL6tWfYGpj .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-tL6tWfYGpj .mbr-section-btn {
  margin-top: 40px;
}
.cid-tL6tWfYGpj .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tL6tWfYGpj .mbr-text {
    margin-top: 10px;
  }
  .cid-tL6tWfYGpj .mbr-section-title {
    margin-top: 10px;
  }
  .cid-tL6tWfYGpj .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-tL6tWfYGpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6tWfYGpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6vkGyW8e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tL6vkGyW8e .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-tL6vkGyW8e .mbr-section-title {
  margin: 0;
}
.cid-tL6vkGyW8e .card-img {
  text-align: center;
}
.cid-tL6vkGyW8e .mbr-section-subtitle,
.cid-tL6vkGyW8e .mbr-text {
  color: #8d97ad;
}
.cid-tL6vkGyW8e .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-tL6vkGyW8e .card-img,
  .cid-tL6vkGyW8e .mbr-text,
  .cid-tL6vkGyW8e .mbr-card-title,
  .cid-tL6vkGyW8e .mbr-section-subtitle,
  .cid-tL6vkGyW8e .mbr-section-title,
  .cid-tL6vkGyW8e .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tL6vkGyW8e .row-item {
    margin-bottom: 2rem;
  }
}
.cid-tL6vkGyW8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6vkGyW8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuyvh9CFT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuyvh9CFT5 .row {
  align-items: center;
  width: 100%;
}
.cid-uuyvh9CFT5 .col-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-uuyvh9CFT5 .col-text {
    width: 50%;
  }
}
.cid-uuyvh9CFT5 .text-container {
  padding-bottom: 100px;
}
@media (min-width: 1025px) {
  .cid-uuyvh9CFT5 .text-container {
    padding: 0 0 0 5%;
  }
}
@media (min-width: 1441px) {
  .cid-uuyvh9CFT5 .text-container {
    padding: 0 0 0 13%;
  }
}
.cid-uuyvh9CFT5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uuyvh9CFT5 .text-wrapper {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-uuyvh9CFT5 .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (min-width: 1441px) {
  .cid-uuyvh9CFT5 .text-wrapper {
    padding: 0 39% 0 0;
  }
}
.cid-uuyvh9CFT5 .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-uuyvh9CFT5 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-uuyvh9CFT5 .mbr-section-title b {
  font-weight: 600 !important;
}
.cid-uuyvh9CFT5 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uuyvh9CFT5 .text-container .links-container {
  margin-top: 32px;
}
.cid-uuyvh9CFT5 .text-container .links-container a {
  margin-right: 15px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uuyvh9CFT5 .text-container .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-uuyvh9CFT5 .col-img {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-uuyvh9CFT5 .col-img {
    width: 50%;
  }
}
.cid-uuyvh9CFT5 .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-uuyvh9CFT5 .img-container img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .cid-uuyvh9CFT5 .img-wrap {
    padding: 0 10px;
  }
}
.cid-tKxR1rF6su {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-tKxR1rF6su .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #5d61ee;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tKxR1rF6su .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKxR1rF6su .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tKxR1rF6su svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-tKxR1rF6su #e2_shape {
  fill: #ffffff !important;
}
.cid-tKxR1rF6su .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-tKxR1rF6su .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-tKxR1rF6su .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-tKxR1rF6su .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-tKxR1rF6su .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-tKxR1rF6su .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-tKxR1rF6su .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-tKxR1rF6su .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKxR1rF6su .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKxR1rF6su .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKxR1rF6su .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKxR1rF6su a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKxR1rF6su a.close:hover {
  color: #ffffff;
}
.cid-tKxR1rF6su .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-tKxR1rF6su .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-tKxR1rF6su .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-tKxR1rF6su svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tKxR1rF6su .show-modal {
    margin-bottom: 20px;
  }
}
.cid-tKxR1rF6su .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKxR1rF6su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t0rAmDwBy5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-t0rAmDwBy5 .mbr-text {
  color: #ffffff;
}
.cid-tL7EjVZuio {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101511;
}
.cid-tL7EjVZuio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL7EjVZuio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL7EjVZuio .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tL7EjVZuio .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-tL7EjVZuio .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tL7EjVZuio .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tL7EjVZuio .date-wrapper .mbr-iconfont {
  font-size: 48px;
  margin-right: 10px;
}
.cid-tL7EjVZuio .date-wrapper .mbr-date {
  margin: 0;
}
.cid-tL7EjVZuio .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cid-tL7EjVZuio .icons-wrapper .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  margin: 0 5px 10px 5px;
  transition: all .3s ease;
}
.cid-tL7EjVZuio .icons-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tL7EjVZuio .mbr-date,
.cid-tL7EjVZuio .mbr-iconfont {
  color: #eafa72;
  text-align: center;
}
.cid-uLOZfrs5AI {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLOZfrs5AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOZfrs5AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOZfrs5AI .card-box {
  max-width: 700px;
}
.cid-uLOZfrs5AI .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #13e5c0;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLOZfrs5AI .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uLOZfrs5AI .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-uLOZfrs5AI .card-wrapper {
  min-height: 230px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 3rem 2rem;
  background: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uLOZfrs5AI .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .cid-uLOZfrs5AI .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-uLOZfrs5AI .row {
  justify-content: center;
}
.cid-uLOZfrs5AI .mbr-section-title {
  color: #132835;
}
.cid-uLOZfrs5AI .mbr-section-subtitle {
  color: #1b1b1b;
  text-align: center;
}
.cid-uLOZfrs5AI .card-title,
.cid-uLOZfrs5AI .iconfont-wrapper {
  color: #e43f3f;
}
.cid-uLOZfrs5AI .card-title,
.cid-uLOZfrs5AI .iconfont-wrapper,
.cid-uLOZfrs5AI .card-wrapper {
  color: #19303d;
}
.cid-uLOZfrs5AI .card-text {
  color: #353535;
}
.cid-tLdkyTC6WA {
  z-index: 1000;
  width: 100%;
}
.cid-tLdkyTC6WA nav.navbar {
  position: fixed;
}
.cid-tLdkyTC6WA .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-tLdkyTC6WA .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-tLdkyTC6WA .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-tLdkyTC6WA .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-tLdkyTC6WA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tLdkyTC6WA .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-tLdkyTC6WA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLdkyTC6WA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLdkyTC6WA .nav-link {
  position: relative;
}
.cid-tLdkyTC6WA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tLdkyTC6WA .dropdown-menu,
.cid-tLdkyTC6WA .navbar.opened {
  background: #ffffff !important;
}
.cid-tLdkyTC6WA .nav-item:focus,
.cid-tLdkyTC6WA .nav-link:focus {
  outline: none;
}
.cid-tLdkyTC6WA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLdkyTC6WA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLdkyTC6WA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLdkyTC6WA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLdkyTC6WA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLdkyTC6WA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLdkyTC6WA .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #ffffff;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-tLdkyTC6WA .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-tLdkyTC6WA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLdkyTC6WA .navbar .navbar-logo img {
  width: auto;
}
.cid-tLdkyTC6WA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLdkyTC6WA .navbar.collapsed {
  justify-content: center;
}
.cid-tLdkyTC6WA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLdkyTC6WA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLdkyTC6WA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLdkyTC6WA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLdkyTC6WA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLdkyTC6WA .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-tLdkyTC6WA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLdkyTC6WA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLdkyTC6WA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLdkyTC6WA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLdkyTC6WA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLdkyTC6WA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLdkyTC6WA .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-tLdkyTC6WA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLdkyTC6WA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLdkyTC6WA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLdkyTC6WA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLdkyTC6WA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLdkyTC6WA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLdkyTC6WA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLdkyTC6WA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLdkyTC6WA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-tLdkyTC6WA .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-tLdkyTC6WA .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-tLdkyTC6WA .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-tLdkyTC6WA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLdkyTC6WA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLdkyTC6WA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLdkyTC6WA .dropdown-item.active,
.cid-tLdkyTC6WA .dropdown-item:active {
  background-color: transparent;
}
.cid-tLdkyTC6WA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLdkyTC6WA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLdkyTC6WA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLdkyTC6WA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLdkyTC6WA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLdkyTC6WA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLdkyTC6WA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLdkyTC6WA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLdkyTC6WA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLdkyTC6WA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLdkyTC6WA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLdkyTC6WA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLdkyTC6WA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLdkyTC6WA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLdkyTC6WA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLdkyTC6WA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLdkyTC6WA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLdkyTC6WA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tLdkyTC6WA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLdkyTC6WA .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-tLdkyTC6WA .navbar {
    height: 70px;
  }
  .cid-tLdkyTC6WA .navbar.opened {
    height: auto;
  }
  .cid-tLdkyTC6WA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLdkyTC6WA .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-tLdkyTC6WA .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-tLdkyTC6WA .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-tLdkyTC6WA .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-tLdkyTC6WA .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-tLdkyTC6WA .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .navbar-nav {
    padding-top: 18px;
  }
}
.cid-tLdkyTC6WA .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-tLdkyTC6WA .nav-item .nav-link:hover {
  background-position: right;
}
.cid-tLdkyTC6WA .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tLdkyTC6WA .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-tLdkyTC6WA .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .nav-item {
    width: 100%;
  }
  .cid-tLdkyTC6WA .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-tLdkyTC6WA .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-tLdkyTC6WA .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-tLdkyTC6WA .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tLdkyTC6WA .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tLdkyTC6WA .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #ff5927 !important;
  }
}
.cid-tLdkyTC6WA .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-tLdkyTC6WA nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-tLdkyTC6WA .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-tLdkyTC6WA .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-tLdkyTC6WA .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tLdkyTC6WA .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-tLdkyTC6WA .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-tLdkyTC6WA .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-tLdkyTC6WA .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-tLdkyTC6WA .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-tLdkyTC6WA .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-tLdkyTC6WA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-tLdkyTC6WA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-tLdkyTC6WA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-tLdkyTC6WA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-tLdkyTC6WA .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-tLdkyTC6WA .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-tLdkyTC6WA .offcanvas_box {
    display: none;
  }
}
.cid-tLdkyTC6WA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tLdkyTC6WA .list li {
  display: flex;
  align-items: center;
}
.cid-tLdkyTC6WA .list a {
  display: flex;
  align-items: center;
}
.cid-tLdkyTC6WA .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-tLdkyTC6WA .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-tLdkyTC6WA .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-tLdkQHfMnw {
  background-image: url("../../../assets/images/smartmockups-li1dczu8-2000x2234.png");
}
.cid-tLdkQHfMnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdkQHfMnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdkQHfMnw .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tLdkQHfMnw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tLdkQHfMnw .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tLdkQHfMnw .mbr-section-btn {
  margin-top: 30px;
}
.cid-tLdkQHfMnw .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tLdkQHfMnw .mbr-text,
.cid-tLdkQHfMnw .mbr-section-btn {
  color: #ffffff;
}
.cid-tLdn0tHFkD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLdnhX3z0p {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLdq352Q3t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLdq352Q3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdq352Q3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdq352Q3t .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tLdq352Q3t .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tLdq352Q3t .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tLdq352Q3t .mbr-section-title {
  color: #131313;
}
.cid-tLdq352Q3t .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tLdq352Q3t .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tLdq352Q3t .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tLdq352Q3t .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tLdq352Q3t .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tLdq352Q3t .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tLdq352Q3t .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tLdq352Q3t .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tLdq352Q3t .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tLdq352Q3t .card-title {
  color: #131313;
}
.cid-tLdq352Q3t .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tLdq352Q3t .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tLdq352Q3t .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tLdq352Q3t .card-link {
    margin-top: 15px;
  }
}
.cid-tLdq352Q3t .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tLdrYBGkTK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f4f4;
}
.cid-tLdrYBGkTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdrYBGkTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdrYBGkTK .mbr-section-subtitle {
  background: #1ea1ff;
  width: 35px;
  color: #ffffff;
  border-radius: 50%;
  min-height: 35px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tLdrYBGkTK .mbr-section-subtitle {
    margin: auto;
  }
}
.cid-tLdrYBGkTK .card {
  border: 1px solid #000000;
  border-bottom: 0px;
  padding: 2rem;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .cid-tLdrYBGkTK .card {
    padding: 2rem 1rem;
  }
}
.cid-tLdrYBGkTK img {
  border: 1px solid #000000;
  border-top: 0px;
  height: 200px;
  object-fit: cover;
}
.cid-tLdrYBGkTK .mbr-section-title {
  color: #000000;
}
.cid-tLdrYBGkTK .mbr-text,
.cid-tLdrYBGkTK .mbr-section-btn {
  color: #000000;
}
.cid-tLdrYBGkTK .mbr-title {
  color: #000000;
}
#custom-html-22 {
  /* Type valid CSS here */
}
#custom-html-22 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-22 p {
  font-size: 60px;
  color: #777;
}
.cid-tLdviCYugT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tLdviCYugT .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #f3f3f3;
}
.cid-tLdviCYugT .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-tLdviCYugT .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tLdviCYugT .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-tLdviCYugT .mbr-section-btn {
  margin-top: 40px;
}
.cid-tLdviCYugT .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tLdviCYugT .mbr-text {
    margin-top: 10px;
  }
  .cid-tLdviCYugT .mbr-section-title {
    margin-top: 10px;
  }
  .cid-tLdviCYugT .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-tLdviCYugT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdviCYugT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdxu5sTy3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLdxu5sTy3 .title .num {
  width: 100%;
  display: block;
  padding-bottom: 1rem;
}
.cid-tLdxu5sTy3 .title .card-title {
  z-index: 1;
}
.cid-tLdxu5sTy3 .num {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tLdxu5sTy3 * {
    text-align: center !important;
  }
  .cid-tLdxu5sTy3 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tLdxu5sTy3 .card-title,
.cid-tLdxu5sTy3 .card-img DIV {
  text-align: center;
}
.cid-tLdxu5sTy3 .card-title,
.cid-tLdxu5sTy3 .card-img {
  color: #353535;
}
.cid-tLdxu5sTy3 .mbr-section-title,
.cid-tLdxu5sTy3 .card-box {
  text-align: center;
}
.cid-tLdxu5sTy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdxu5sTy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdIncwaZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLdIncwaZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdIncwaZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLdIncwaZZ .container {
    padding: 0 20px;
  }
}
.cid-tLdIncwaZZ .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLdIncwaZZ .row {
    padding: 50px 16px;
  }
}
.cid-tLdIncwaZZ .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-tLdIncwaZZ .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-tLdIncwaZZ .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-tLdIncwaZZ .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tLdIncwaZZ .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tLdIncwaZZ .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tLdIncwaZZ .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tLdIncwaZZ .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-tLdIncwaZZ .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tLdIncwaZZ .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tLdIncwaZZ .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLdIncwaZZ .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-tLdIncwaZZ .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-tLdIncwaZZ .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-tLdIncwaZZ .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-tLdIncwaZZ .mbr-desc {
  color: #ffffff;
}
.cid-tLdIncwaZZ .mbr-section-title {
  color: #ffffff;
}
.cid-tLdIncwaZZ .mbr-text {
  color: #ffffff;
}
.cid-tLdkyWQXfY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-tLdkyWQXfY .mbr-section-title {
  color: #404040;
}
.cid-tLdkyWQXfY .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tLdkyWQXfY .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tLdkyWQXfY .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tLdkyWQXfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdkyWQXfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLe5kohfxP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-tLe5kohfxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLe5kohfxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLe5kohfxP .box {
  margin-bottom: 15px;
}
.cid-tLe5kohfxP .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tLe5kohfxP .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tLe5kohfxP .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tLe5kohfxP .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tLe5kohfxP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tLe5kohfxP .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
  background-color: #150d1d;
}
@media (max-width: 767px) {
  .cid-tLe5kohfxP .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tLe5kohfxP .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tLe5kohfxP .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tLe5kohfxP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLe5kohfxP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tLe5kohfxP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tLe5kohfxP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tLe5kohfxP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tLe5kohfxP .item-img {
  overflow: hidden;
}
.cid-tLe5kohfxP .item-img img {
  width: 100%;
}
.cid-tLe5kohfxP .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tLe5kohfxP .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-tLe5kohfxP .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tLe6WE5biJ {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tLe6WE5biJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLe6WE5biJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-tLdkz3LOi5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ebeaed;
}
.cid-tLdkz3LOi5 H1 {
  color: #000000;
}
.cid-tLdkz3LOi5 .mbr-text,
.cid-tLdkz3LOi5 .mbr-section-btn {
  color: #000000;
}
.cid-tLdkz3LOi5 .mbr-subtitle {
  color: #000000;
}
.cid-tLdkz3LOi5 .mbr-text {
  margin-top: 1.5rem;
}
.cid-tLdkz3LOi5 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-tLdkz3LOi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdkz3LOi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhXYg9KRm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLhXYg9KRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhXYg9KRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhXYg9KRm .mbr-section-title {
  text-align: center;
}
.cid-tLhXYg9KRm .mbr-text,
.cid-tLhXYg9KRm .mbr-section-btn {
  text-align: center;
}
.cid-tLhXYg9KRm .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tLhXYg9KRm .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tLhXYg9KRm .mbr-section-title,
.cid-tLhXYg9KRm .dot {
  color: #000000;
  text-align: center;
}
.cid-tLhXYg9KRm .mbr-section-subtitle {
  text-align: center;
}
.cid-tLhXKY6HRI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLhXKY6HRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLhXKY6HRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLhXKY6HRI .panel-group .card {
  border-radius: 0;
}
.cid-tLhXKY6HRI .panel-group .card .card-header {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-tLhXKY6HRI .panel-group .card .card-header .panel-title {
  display: block;
  position: relative;
  padding: 22px 0;
}
.cid-tLhXKY6HRI .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-tLhXKY6HRI .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #495dff;
  transition: all .5s ease;
}
.cid-tLhXKY6HRI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tLhXKY6HRI .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-tLhXKY6HRI .panel-group .card .card-header .panel-title:hover::after {
  width: 100%;
}
.cid-tLhXKY6HRI .panel-group .card .panel-collapse .panel-body {
  padding: 38px 0 16px;
}
.cid-tLhXKY6HRI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tLhXKY6HRI .panel-title-edit {
  color: #495DFF;
}
.cid-tLhXKY6HRI .panel-text {
  color: #495DFF;
}
.cid-tLdkz9bQWK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-tLdkz9bQWK .mbr-text {
  color: #ffffff;
}
.cid-tLdkz9O5xP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101511;
}
.cid-tLdkz9O5xP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdkz9O5xP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLdkz9O5xP .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLdkz9O5xP .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-tLdkz9O5xP .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tLdkz9O5xP .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tLdkz9O5xP .date-wrapper .mbr-iconfont {
  font-size: 48px;
  margin-right: 10px;
}
.cid-tLdkz9O5xP .date-wrapper .mbr-date {
  margin: 0;
}
.cid-tLdkz9O5xP .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cid-tLdkz9O5xP .icons-wrapper .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  margin: 0 5px 10px 5px;
  transition: all .3s ease;
}
.cid-tLdkz9O5xP .icons-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tLdkz9O5xP .mbr-date,
.cid-tLdkz9O5xP .mbr-iconfont {
  color: #eafa72;
}
.cid-t0rvTLHnTw {
  z-index: 1000;
  width: 100%;
}
.cid-t0rvTLHnTw nav.navbar {
  position: fixed;
}
.cid-t0rvTLHnTw .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-t0rvTLHnTw .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-t0rvTLHnTw .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-t0rvTLHnTw .dropdown-item:hover {
  background-position: right !important;
}
.cid-t0rvTLHnTw .dropdown-item:hover:after {
  color: #5d61ee;
}
.cid-t0rvTLHnTw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0rvTLHnTw .nav-link {
  position: relative;
}
.cid-t0rvTLHnTw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-t0rvTLHnTw .dropdown-menu,
.cid-t0rvTLHnTw .navbar.opened {
  background: #ffffff !important;
}
.cid-t0rvTLHnTw .nav-item:focus,
.cid-t0rvTLHnTw .nav-link:focus {
  outline: none;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0rvTLHnTw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0rvTLHnTw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0rvTLHnTw .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #ffffff;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-t0rvTLHnTw .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-t0rvTLHnTw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0rvTLHnTw .navbar .navbar-logo img {
  width: auto;
}
.cid-t0rvTLHnTw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0rvTLHnTw .navbar.collapsed {
  justify-content: center;
}
.cid-t0rvTLHnTw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0rvTLHnTw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0rvTLHnTw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0rvTLHnTw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0rvTLHnTw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0rvTLHnTw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0rvTLHnTw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0rvTLHnTw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0rvTLHnTw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0rvTLHnTw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0rvTLHnTw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-t0rvTLHnTw .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-t0rvTLHnTw .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-t0rvTLHnTw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0rvTLHnTw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0rvTLHnTw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0rvTLHnTw .dropdown-item.active,
.cid-t0rvTLHnTw .dropdown-item:active {
  background-color: transparent;
}
.cid-t0rvTLHnTw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0rvTLHnTw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0rvTLHnTw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0rvTLHnTw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0rvTLHnTw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0rvTLHnTw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-t0rvTLHnTw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar {
    height: 70px;
  }
  .cid-t0rvTLHnTw .navbar.opened {
    height: auto;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0rvTLHnTw .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-t0rvTLHnTw .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-t0rvTLHnTw .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-nav {
    padding-top: 18px;
  }
}
.cid-t0rvTLHnTw .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-t0rvTLHnTw .nav-item .nav-link:hover {
  background-position: right;
}
.cid-t0rvTLHnTw .nav-item .nav-link:hover:after {
  color: #5d61ee;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-t0rvTLHnTw .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .nav-item {
    width: 100%;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-t0rvTLHnTw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-t0rvTLHnTw .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #ff5927 !important;
  }
}
.cid-t0rvTLHnTw .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-t0rvTLHnTw .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-t0rvTLHnTw .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-t0rvTLHnTw .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-t0rvTLHnTw .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-t0rvTLHnTw .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-t0rvTLHnTw .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-t0rvTLHnTw .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-t0rvTLHnTw .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-t0rvTLHnTw .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-t0rvTLHnTw .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .offcanvas_box {
    display: none;
  }
}
.cid-t0rvTLHnTw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-t0rvTLHnTw .list li {
  display: flex;
  align-items: center;
}
.cid-t0rvTLHnTw .list a {
  display: flex;
  align-items: center;
}
.cid-t0rvTLHnTw .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rvTLHnTw .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-t0rvTLHnTw .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-t0rwmd6IrK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0rwmd6IrK .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rwmd6IrK .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-t0rwmd6IrK .mbr-section-btn {
  margin-top: 30px;
}
.cid-t0rwmd6IrK .mbr-section-title,
.cid-t0rwmd6IrK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t0rxrNblCE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0rxrNblCE .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rxrNblCE .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-t0rxrNblCE .mbr-section-btn {
  margin-top: 20px;
}
.cid-t0rxr5qH6q {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t0rxr5qH6q .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rxr5qH6q .col-card {
    width: 100% !important;
  }
}
.cid-t0rxr5qH6q .card-title {
  color: #000000;
  margin-right: 41%;
}
@media (max-width: 680px) {
  .cid-t0rxr5qH6q .card-title {
    margin-right: 10%;
  }
}
.cid-t0rxr5qH6q .mbr-text {
  color: #6e6e6e;
  margin: 16px 60px 0 0;
}
.cid-t0rxr5qH6q .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.cid-t0rxr5qH6q .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rxr5qH6q .card-2,
  .cid-t0rxr5qH6q .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .cid-t0rxr5qH6q .card-2,
  .cid-t0rxr5qH6q .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-t0rxr5qH6q .card-2,
  .cid-t0rxr5qH6q .card-3 {
    padding: 40% 0 0 5%;
  }
}
.cid-t0rxr5qH6q .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cid-t0rxr5qH6q .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .cid-t0rxr5qH6q .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.cid-t0rxr5qH6q .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-t0rxr5qH6q .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-t0rxr5qH6q .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.cid-t0rxr5qH6q .card-link:hover:after {
  width: 0;
}
.cid-t0rxNshU9b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t0rxNshU9b .box {
  margin-bottom: 15px;
}
.cid-t0rxNshU9b .mbr-media {
  position: relative;
  display: flex;
}
@media (min-width: 1441px) {
  .cid-t0rxNshU9b .mbr-media {
    max-height: 731px;
  }
}
@media (max-width: 1440px) {
  .cid-t0rxNshU9b .mbr-media {
    max-height: 618px;
  }
}
@media (max-width: 1200px) {
  .cid-t0rxNshU9b .mbr-media {
    max-height: 540px;
  }
}
@media (max-width: 1024px) {
  .cid-t0rxNshU9b .mbr-media {
    max-height: 432px;
  }
}
.cid-t0rxNshU9b .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t0rxNshU9b .mbr-media .mbr-iconfont {
  font-size: 80px;
}
.cid-t0rxNshU9b .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t0rxNshU9b .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t0rxNshU9b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t0rxNshU9b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t0rxNshU9b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t0rxNshU9b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0rxNshU9b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t0rxNshU9b .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-t0rxNshU9b .item-text-container a {
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-t0rxNshU9b .item-text-container a.text-black {
  color: #8A8A8A !important;
}
.cid-t0rxNshU9b .item-text-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-t0rxNshU9b .item-img {
  overflow: hidden;
}
.cid-t0rxNshU9b .item-img img {
  width: 100%;
}
.cid-t0rxNshU9b .title-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 14px;
  width: 100%;
}
.cid-t0rxNshU9b .mbr-text {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
.cid-t0ry4QK3oI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0ry4QK3oI .container-fluid {
  padding: 0;
}
.cid-t0ry4QK3oI .row {
  align-items: center;
  width: 100%;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1400px) {
  .cid-t0ry4QK3oI .row {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
.cid-t0ry4QK3oI .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-t0ry4QK3oI .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-t0ry4QK3oI .col-text {
    width: 45%;
  }
}
@media (min-width: 1441px) {
  .cid-t0ry4QK3oI .col-text {
    width: 34%;
  }
}
.cid-t0ry4QK3oI .text-container {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .cid-t0ry4QK3oI .text-container {
    padding: 0 10% 0 0;
  }
}
.cid-t0ry4QK3oI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t0ry4QK3oI .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.cid-t0ry4QK3oI .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-t0ry4QK3oI .col-img {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .cid-t0ry4QK3oI .col-img {
    width: 55%;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .cid-t0ry4QK3oI .col-img {
    width: 66%;
  }
}
.cid-t0ry4QK3oI .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-t0ry4QK3oI .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-t0ry4QK3oI .col-tabs {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .cid-t0ry4QK3oI .col-tabs {
    padding: 3% 25% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-t0ry4QK3oI .col-tabs {
    padding: 17px 0 0 0;
  }
}
.cid-t0ry4QK3oI .nav-tabs .nav-item.open .nav-link:focus,
.cid-t0ry4QK3oI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t0ry4QK3oI .nav-tabs {
  flex-wrap: nowrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #57b8e0;
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-t0ry4QK3oI .nav-item {
  position: relative;
  color: #000000;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  color: #000000 !important;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link:after {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: -9px;
  background-color: #000000;
  transition: width 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs .nav-link:after {
    bottom: -2px;
  }
}
.cid-t0ry4QK3oI .nav-tabs .nav-item:not(:first-child) {
  margin-left: 68px;
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs .nav-item {
    margin: 0 0 12px 0 !important;
    width: max-content;
  }
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs .nav-item:last-child {
    margin: 0 !important;
  }
}
.cid-t0ry4QK3oI .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 25px;
}
.cid-t0ry4QK3oI .list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.cid-t0ry4QK3oI .list li {
  margin-bottom: 7px;
}
.cid-t0ry4QK3oI .list li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-t0ry4QK3oI .nav-link,
.cid-t0ry4QK3oI .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-t0ry4QK3oI .mbr-section-title,
.cid-t0ry4QK3oI .mbr-section-btn {
  color: #6e6e6e;
}
.cid-u4WnZ3KnZV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4WnZ3KnZV .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u4WnZ3KnZV .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u4WnZ3KnZV .mbr-section-btn {
  margin-top: 30px;
}
.cid-u4WnZ3KnZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WnZ3KnZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-3o {
  /* Type valid CSS here */
}
#custom-html-3o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3o p {
  font-size: 60px;
  color: #777;
}
.cid-t0rzCdb6Oa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0rzCdb6Oa .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t0rzCdb6Oa .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-t0rzCdb6Oa .mbr-section-btn {
  margin-top: 20px;
}
.cid-t0rAmDwBy5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
  overflow: hidden;
}
.cid-t0rAmDwBy5 .mbr-text {
  color: #ffffff;
}
