/* common border radius */
/* disable text selection */
/** GENERAL STYLES **/
body {
  font-family: 'Sora', Arial, sans-serif;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
/** MIXINS **/
/*** WEB DESIGN SYSTEM ***/
/** BREAKPOINTS **/
/** FONT WEIGHTS **/
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
/** COLORS **/
/** GRADIENTS **/
/** BACKGROUNDS **/
.bg-website-bg {
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
}
.bg-basic-gradient {
  background: url("data:image/svg+xml,%3Csvg width='1280' height='1306' viewBox='0 0 1280 1306' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='1280' height='1306' fill='url(%23paint0_linear_1198_1307)' fill-opacity='0.2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1198_1307' x1='87.5' y1='-201.586' x2='471.459' y2='1019.22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2372B1B9'/%3E%3Cstop offset='1' stop-color='%23E35D9C' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
}
.bg-highlight-gradient {
  background: linear-gradient(180deg, rgba(114, 177, 185, 0.2) 0%, rgba(227, 93, 156, 0) 100%) !important;
}
/** TYPOGRAPHY **/
body {
  font-size: 16px;
  line-height: 162%;
}
.h1 {
  font-weight: 700;
  font-size: 62px;
  line-height: 115%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h1 {
    font-size: calc(48px + 14 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h1 {
    font-size: calc(32px + 16 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h1 {
    font-size: 32px;
  }
}
.h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h2 {
    font-size: calc(29px + 3 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h2 {
    font-size: calc(25px + 4 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h2 {
    font-size: 25px;
  }
}
.h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h3 {
    font-size: calc(25px + 3 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h3 {
    font-size: calc(23px + 2 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h3 {
    font-size: 23px;
  }
}
.h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h4 {
    font-size: calc(22px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h4 {
    font-size: calc(21px + 1 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h4 {
    font-size: 21px;
  }
}
.h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h5 {
    font-size: calc(20px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h5 {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h5 {
    font-size: 18px;
  }
}
.h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  color: #212121;
}
.perex {
  font-size: 32px;
  line-height: 138%;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .perex {
    font-size: calc(20px + 12 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .perex {
    font-size: 20px;
  }
}
.text-small {
  font-size: 16px;
  line-height: 170%;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .text-small {
    font-size: calc(14px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .text-small {
    font-size: 14px;
  }
}
.note {
  font-size: 14px;
  line-height: 170%;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .note {
    font-size: calc(12px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .note {
    font-size: 12px;
  }
}
.caption {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .caption {
    font-size: calc(14px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .caption {
    font-size: 14px;
  }
}
a {
  color: #00C588;
  text-decoration: underline;
  transition: 0.2s all linear;
}
a:hover {
  color: #6FABEF;
  text-decoration: underline;
}
/** SPACING **/
/* padding */
.first-block {
  padding-top: 80px;
}
.pt-0 {
  padding-top: 0px;
}
@media screen and (min-width: 1281px) {
  .pt-0-desktop {
    padding-top: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-0-tablet {
    padding-top: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-0-mobile {
    padding-top: 0px!important;
  }
}
.pt-4 {
  padding-top: 4px;
}
@media screen and (min-width: 1281px) {
  .pt-4-desktop {
    padding-top: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-4-tablet {
    padding-top: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-4-mobile {
    padding-top: 4px!important;
  }
}
.pt-8 {
  padding-top: 8px;
}
@media screen and (min-width: 1281px) {
  .pt-8-desktop {
    padding-top: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-8-tablet {
    padding-top: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-8-mobile {
    padding-top: 8px!important;
  }
}
.pt-12 {
  padding-top: 12px;
}
@media screen and (min-width: 1281px) {
  .pt-12-desktop {
    padding-top: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-12-tablet {
    padding-top: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-12-mobile {
    padding-top: 12px!important;
  }
}
.pt-16 {
  padding-top: 16px;
}
@media screen and (min-width: 1281px) {
  .pt-16-desktop {
    padding-top: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-16-tablet {
    padding-top: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-16-mobile {
    padding-top: 16px!important;
  }
}
.pt-24 {
  padding-top: 24px;
}
@media screen and (min-width: 1281px) {
  .pt-24-desktop {
    padding-top: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-24-tablet {
    padding-top: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-24-mobile {
    padding-top: 24px!important;
  }
}
.pt-32 {
  padding-top: 32px;
}
@media screen and (min-width: 1281px) {
  .pt-32-desktop {
    padding-top: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-32-tablet {
    padding-top: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-32-mobile {
    padding-top: 32px!important;
  }
}
.pt-40 {
  padding-top: 40px;
}
@media screen and (min-width: 1281px) {
  .pt-40-desktop {
    padding-top: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-40-tablet {
    padding-top: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-40-mobile {
    padding-top: 40px!important;
  }
}
.pt-48 {
  padding-top: 48px;
}
@media screen and (min-width: 1281px) {
  .pt-48-desktop {
    padding-top: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-48-tablet {
    padding-top: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-48-mobile {
    padding-top: 48px!important;
  }
}
.pt-64 {
  padding-top: 64px;
}
@media screen and (min-width: 1281px) {
  .pt-64-desktop {
    padding-top: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-64-tablet {
    padding-top: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-64-mobile {
    padding-top: 64px!important;
  }
}
.pt-80 {
  padding-top: 80px;
}
@media screen and (min-width: 1281px) {
  .pt-80-desktop {
    padding-top: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-80-tablet {
    padding-top: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-80-mobile {
    padding-top: 80px!important;
  }
}
.pt-96 {
  padding-top: 96px;
}
@media screen and (min-width: 1281px) {
  .pt-96-desktop {
    padding-top: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-96-tablet {
    padding-top: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-96-mobile {
    padding-top: 96px!important;
  }
}
.pt-128 {
  padding-top: 128px;
}
@media screen and (min-width: 1281px) {
  .pt-128-desktop {
    padding-top: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-128-tablet {
    padding-top: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-128-mobile {
    padding-top: 128px!important;
  }
}
.pt-160 {
  padding-top: 160px;
}
@media screen and (min-width: 1281px) {
  .pt-160-desktop {
    padding-top: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-160-tablet {
    padding-top: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-160-mobile {
    padding-top: 160px!important;
  }
}
.pt-192 {
  padding-top: 192px;
}
@media screen and (min-width: 1281px) {
  .pt-192-desktop {
    padding-top: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-192-tablet {
    padding-top: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-192-mobile {
    padding-top: 192px!important;
  }
}
.pb-0 {
  padding-bottom: 0px;
}
@media screen and (min-width: 1281px) {
  .pb-0-desktop {
    padding-bottom: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-0-tablet {
    padding-bottom: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-0-mobile {
    padding-bottom: 0px!important;
  }
}
.pb-4 {
  padding-bottom: 4px;
}
@media screen and (min-width: 1281px) {
  .pb-4-desktop {
    padding-bottom: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-4-tablet {
    padding-bottom: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-4-mobile {
    padding-bottom: 4px!important;
  }
}
.pb-8 {
  padding-bottom: 8px;
}
@media screen and (min-width: 1281px) {
  .pb-8-desktop {
    padding-bottom: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-8-tablet {
    padding-bottom: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-8-mobile {
    padding-bottom: 8px!important;
  }
}
.pb-12 {
  padding-bottom: 12px;
}
@media screen and (min-width: 1281px) {
  .pb-12-desktop {
    padding-bottom: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-12-tablet {
    padding-bottom: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-12-mobile {
    padding-bottom: 12px!important;
  }
}
.pb-16 {
  padding-bottom: 16px;
}
@media screen and (min-width: 1281px) {
  .pb-16-desktop {
    padding-bottom: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-16-tablet {
    padding-bottom: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-16-mobile {
    padding-bottom: 16px!important;
  }
}
.pb-24 {
  padding-bottom: 24px;
}
@media screen and (min-width: 1281px) {
  .pb-24-desktop {
    padding-bottom: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-24-tablet {
    padding-bottom: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-24-mobile {
    padding-bottom: 24px!important;
  }
}
.pb-32 {
  padding-bottom: 32px;
}
@media screen and (min-width: 1281px) {
  .pb-32-desktop {
    padding-bottom: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-32-tablet {
    padding-bottom: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-32-mobile {
    padding-bottom: 32px!important;
  }
}
.pb-40 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1281px) {
  .pb-40-desktop {
    padding-bottom: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-40-tablet {
    padding-bottom: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-40-mobile {
    padding-bottom: 40px!important;
  }
}
.pb-48 {
  padding-bottom: 48px;
}
@media screen and (min-width: 1281px) {
  .pb-48-desktop {
    padding-bottom: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-48-tablet {
    padding-bottom: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-48-mobile {
    padding-bottom: 48px!important;
  }
}
.pb-64 {
  padding-bottom: 64px;
}
@media screen and (min-width: 1281px) {
  .pb-64-desktop {
    padding-bottom: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-64-tablet {
    padding-bottom: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-64-mobile {
    padding-bottom: 64px!important;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
@media screen and (min-width: 1281px) {
  .pb-80-desktop {
    padding-bottom: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-80-tablet {
    padding-bottom: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-80-mobile {
    padding-bottom: 80px!important;
  }
}
.pb-96 {
  padding-bottom: 96px;
}
@media screen and (min-width: 1281px) {
  .pb-96-desktop {
    padding-bottom: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-96-tablet {
    padding-bottom: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-96-mobile {
    padding-bottom: 96px!important;
  }
}
.pb-128 {
  padding-bottom: 128px;
}
@media screen and (min-width: 1281px) {
  .pb-128-desktop {
    padding-bottom: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-128-tablet {
    padding-bottom: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-128-mobile {
    padding-bottom: 128px!important;
  }
}
.pb-160 {
  padding-bottom: 160px;
}
@media screen and (min-width: 1281px) {
  .pb-160-desktop {
    padding-bottom: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-160-tablet {
    padding-bottom: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-160-mobile {
    padding-bottom: 160px!important;
  }
}
.pb-192 {
  padding-bottom: 192px;
}
@media screen and (min-width: 1281px) {
  .pb-192-desktop {
    padding-bottom: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-192-tablet {
    padding-bottom: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-192-mobile {
    padding-bottom: 192px!important;
  }
}
/* margin */
.mt-0 {
  margin-top: 0px;
}
@media screen and (min-width: 1281px) {
  .mt-0-desktop {
    margin-top: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-0-tablet {
    margin-top: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-0-mobile {
    margin-top: 0px!important;
  }
}
.mt-4 {
  margin-top: 4px;
}
@media screen and (min-width: 1281px) {
  .mt-4-desktop {
    margin-top: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-4-tablet {
    margin-top: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-4-mobile {
    margin-top: 4px!important;
  }
}
.mt-8 {
  margin-top: 8px;
}
@media screen and (min-width: 1281px) {
  .mt-8-desktop {
    margin-top: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-8-tablet {
    margin-top: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-8-mobile {
    margin-top: 8px!important;
  }
}
.mt-12 {
  margin-top: 12px;
}
@media screen and (min-width: 1281px) {
  .mt-12-desktop {
    margin-top: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-12-tablet {
    margin-top: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-12-mobile {
    margin-top: 12px!important;
  }
}
.mt-16 {
  margin-top: 16px;
}
@media screen and (min-width: 1281px) {
  .mt-16-desktop {
    margin-top: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-16-tablet {
    margin-top: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-16-mobile {
    margin-top: 16px!important;
  }
}
.mt-24 {
  margin-top: 24px;
}
@media screen and (min-width: 1281px) {
  .mt-24-desktop {
    margin-top: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-24-tablet {
    margin-top: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-24-mobile {
    margin-top: 24px!important;
  }
}
.mt-32 {
  margin-top: 32px;
}
@media screen and (min-width: 1281px) {
  .mt-32-desktop {
    margin-top: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-32-tablet {
    margin-top: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-32-mobile {
    margin-top: 32px!important;
  }
}
.mt-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1281px) {
  .mt-40-desktop {
    margin-top: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-40-tablet {
    margin-top: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-40-mobile {
    margin-top: 40px!important;
  }
}
.mt-48 {
  margin-top: 48px;
}
@media screen and (min-width: 1281px) {
  .mt-48-desktop {
    margin-top: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-48-tablet {
    margin-top: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-48-mobile {
    margin-top: 48px!important;
  }
}
.mt-64 {
  margin-top: 64px;
}
@media screen and (min-width: 1281px) {
  .mt-64-desktop {
    margin-top: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-64-tablet {
    margin-top: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-64-mobile {
    margin-top: 64px!important;
  }
}
.mt-80 {
  margin-top: 80px;
}
@media screen and (min-width: 1281px) {
  .mt-80-desktop {
    margin-top: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-80-tablet {
    margin-top: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-80-mobile {
    margin-top: 80px!important;
  }
}
.mt-96 {
  margin-top: 96px;
}
@media screen and (min-width: 1281px) {
  .mt-96-desktop {
    margin-top: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-96-tablet {
    margin-top: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-96-mobile {
    margin-top: 96px!important;
  }
}
.mt-128 {
  margin-top: 128px;
}
@media screen and (min-width: 1281px) {
  .mt-128-desktop {
    margin-top: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-128-tablet {
    margin-top: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-128-mobile {
    margin-top: 128px!important;
  }
}
.mt-160 {
  margin-top: 160px;
}
@media screen and (min-width: 1281px) {
  .mt-160-desktop {
    margin-top: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-160-tablet {
    margin-top: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-160-mobile {
    margin-top: 160px!important;
  }
}
.mt-192 {
  margin-top: 192px;
}
@media screen and (min-width: 1281px) {
  .mt-192-desktop {
    margin-top: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-192-tablet {
    margin-top: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-192-mobile {
    margin-top: 192px!important;
  }
}
.mb-0 {
  margin-bottom: 0px;
}
@media screen and (min-width: 1281px) {
  .mb-0-desktop {
    margin-bottom: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-0-tablet {
    margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-0-mobile {
    margin-bottom: 0px!important;
  }
}
.mb-4 {
  margin-bottom: 4px;
}
@media screen and (min-width: 1281px) {
  .mb-4-desktop {
    margin-bottom: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-4-tablet {
    margin-bottom: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-4-mobile {
    margin-bottom: 4px!important;
  }
}
.mb-8 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1281px) {
  .mb-8-desktop {
    margin-bottom: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-8-tablet {
    margin-bottom: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-8-mobile {
    margin-bottom: 8px!important;
  }
}
.mb-12 {
  margin-bottom: 12px;
}
@media screen and (min-width: 1281px) {
  .mb-12-desktop {
    margin-bottom: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-12-tablet {
    margin-bottom: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-12-mobile {
    margin-bottom: 12px!important;
  }
}
.mb-16 {
  margin-bottom: 16px;
}
@media screen and (min-width: 1281px) {
  .mb-16-desktop {
    margin-bottom: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-16-tablet {
    margin-bottom: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-16-mobile {
    margin-bottom: 16px!important;
  }
}
.mb-24 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1281px) {
  .mb-24-desktop {
    margin-bottom: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-24-tablet {
    margin-bottom: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-24-mobile {
    margin-bottom: 24px!important;
  }
}
.mb-32 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1281px) {
  .mb-32-desktop {
    margin-bottom: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-32-tablet {
    margin-bottom: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-32-mobile {
    margin-bottom: 32px!important;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1281px) {
  .mb-40-desktop {
    margin-bottom: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-40-tablet {
    margin-bottom: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-40-mobile {
    margin-bottom: 40px!important;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
@media screen and (min-width: 1281px) {
  .mb-48-desktop {
    margin-bottom: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-48-tablet {
    margin-bottom: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-48-mobile {
    margin-bottom: 48px!important;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media screen and (min-width: 1281px) {
  .mb-64-desktop {
    margin-bottom: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-64-tablet {
    margin-bottom: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-64-mobile {
    margin-bottom: 64px!important;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media screen and (min-width: 1281px) {
  .mb-80-desktop {
    margin-bottom: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-80-tablet {
    margin-bottom: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-80-mobile {
    margin-bottom: 80px!important;
  }
}
.mb-96 {
  margin-bottom: 96px;
}
@media screen and (min-width: 1281px) {
  .mb-96-desktop {
    margin-bottom: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-96-tablet {
    margin-bottom: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-96-mobile {
    margin-bottom: 96px!important;
  }
}
.mb-128 {
  margin-bottom: 128px;
}
@media screen and (min-width: 1281px) {
  .mb-128-desktop {
    margin-bottom: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-128-tablet {
    margin-bottom: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-128-mobile {
    margin-bottom: 128px!important;
  }
}
.mb-160 {
  margin-bottom: 160px;
}
@media screen and (min-width: 1281px) {
  .mb-160-desktop {
    margin-bottom: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-160-tablet {
    margin-bottom: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-160-mobile {
    margin-bottom: 160px!important;
  }
}
.mb-192 {
  margin-bottom: 192px;
}
@media screen and (min-width: 1281px) {
  .mb-192-desktop {
    margin-bottom: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-192-tablet {
    margin-bottom: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-192-mobile {
    margin-bottom: 192px!important;
  }
}
/** BORDER RADIUS **/
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 2px;
}
.rounded {
  border-radius: 4px;
}
.rounded-md {
  border-radius: 6px;
}
.rounded-lg {
  border-radius: 8px;
}
.rounded-xl {
  border-radius: 12px;
}
.rounded-2xl {
  border-radius: 16px;
}
@media screen and (max-width: 375px) {
  .rounded-2xl {
    border-radius: 8px;
  }
}
.rounded-3xl {
  border-radius: 24px;
}
@media screen and (max-width: 375px) {
  .rounded-3xl {
    border-radius: 16px;
  }
}
.rounded-full {
  border-radius: 50%;
}
/** SHADOWS **/
.shadow-96-light {
  box-shadow: 0px 104px 32px -96px rgba(52, 105, 179, 0.24);
}
.shadow-48-light {
  box-shadow: 0px 56px 32px -48px rgba(52, 105, 179, 0.24);
}
.shadow-32-light {
  box-shadow: 0px 40px 32px -32px rgba(52, 105, 179, 0.24);
}
.shadow-24-light {
  box-shadow: 0px 32px 32px -24px rgba(52, 105, 179, 0.24);
}
.shadow-96-dark {
  box-shadow: 0px 104px 32px -96px #01163C;
}
.shadow-48-dark {
  box-shadow: 0px 56px 32px -48px #01163C;
}
.shadow-32-dark {
  box-shadow: 0px 40px 32px -32px #01163C;
}
.shadow-24-dark {
  box-shadow: 0px 32px 32px -24px #01163C;
}
/** GRID **/
.container {
  max-width: calc(1140px + 20px + 20px);
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/** BUTTONS **/
.btn {
  display: inline-flex;
  border-radius: 0px;
  text-align: left;
  transition: 0.2s all linear;
  text-decoration: none;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93457 9.83008L4.93457 5.33008L0.93457 0.830078' stroke='%23212121' stroke-width='2.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  /* sizes */
  /* designs */
}
.btn:hover {
  transition: 0.2s all linear;
  text-decoration: none;
}
.btn-simple {
  background-image: none!important;
}
.btn-lg {
  padding: 16px 60px 16px 23px;
  font-size: 16px;
  line-height: normal;
  background-position: calc(100% - 20px) center;
}
@media screen and (max-width: 1280px) {
  .btn-lg {
    padding: 12px 50px 12px 15px;
    font-size: 16px;
    line-height: normal;
    background-position: calc(100% - 15px) center;
  }
}
.btn-simple.btn-lg {
  padding: 16px 23px!important;
}
@media screen and (max-width: 1280px) {
  .btn-simple.btn-lg {
    padding: 12px 15px!important;
  }
}
.btn-sm {
  padding: 11px 52px 11px 18px;
  font-size: 16px;
  line-height: normal;
  background-position: calc(100% - 15px) center;
}
@media screen and (max-width: 1280px) {
  .btn-sm {
    padding: 9px 32px 9px 12px;
    font-size: 16px;
    line-height: normal;
    background-position: calc(100% - 12px) center;
  }
}
.btn-filled {
  background-color: #00C588;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-filled:hover {
  background-color: #FFFFFF;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-outlined {
  background-color: #F6F6F6;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-outlined:hover {
  background-color: #FFFFFF;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-blue {
  background-color: #6FABEF !important;
  border-color: #6FABEF !important;
}
.btn-blue:hover {
  background-color: #FFFFFF !important;
  border-color: #6FABEF !important;
}
.btn-full-width {
  display: block;
}
.btn-full-width .btn {
  width: 100%;
  justify-content: center;
}
/*** COMPONENTS ***/
/** BREADCRUMB **/
ul.element-breadcrumb {
  background-color: transparent;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.element-breadcrumb li {
  display: inline;
  font-size: 19px;
  line-height: 155%;
  flex: none;
  font-weight: 500;
  color: #212121;
}
@media screen and (max-width: 992px) {
  ul.element-breadcrumb li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ul.element-breadcrumb li {
    font-size: 16px;
  }
}
ul.element-breadcrumb li a {
  color: #212121;
  line-height: 28px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  line-height: 155%;
}
ul.element-breadcrumb li a:hover {
  color: #6FABEF;
  text-decoration: underline;
}
ul.element-breadcrumb li:not(:first-child)::before {
  padding: 4px 20px 4px 20px;
  content: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%2300C588' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 4px;
  height: 8px;
}
.section-hero {
  padding: 130px 0;
  background-position: center center, center center;
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-hero {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-hero {
    padding: 35px 0;
    background: none!important;
    background-color: #332652 !important;
  }
}
.section-hero .container {
  max-width: calc(1300px + 20px + 20px);
}
.section-hero__content {
  padding: 80px;
  background-color: #332652;
  max-width: 717px;
}
@media screen and (max-width: 992px) {
  .section-hero__content {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__content {
    padding: 0px;
    background-color: none;
    max-width: 100%;
    width: 100%;
  }
}
.section-hero__content-heading {
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .section-hero__content-heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__content-heading {
    margin-bottom: 20px;
  }
}
.section-hero__content-heading strong {
  color: #00C588;
}
.section-hero__content-perex {
  color: #FFFFFF;
}
.section-hero__scrolldown {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00C588;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  transition: 0.2s all ease-in-out;
  transform: scale(1);
}
.section-hero__scrolldown:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .section-hero__scrolldown {
    display: none;
  }
}
.section-products {
  padding: 130px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='2394' viewBox='0 0 1920 2394' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_604_1609' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='2394'%3E%3Crect width='1920' height='2394' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_604_1609)'%3E%3Cg filter='url(%23filter0_f_604_1609)'%3E%3Cpath d='M1008 1785.92L1667.63 2617.81L2062.27 2304.89L1402.63 1473L1008 1785.92Z' fill='%236FABEF' fill-opacity='0.08'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_604_1609)'%3E%3Cpath d='M527.906 944.999L-461 2049.79L63.094 2518.91L1052 1414.12L527.906 944.999Z' fill='%2300C588' fill-opacity='0.05'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_604_1609)'%3E%3Cpath d='M588.999 374.216L1706.7 1348.51L2168.89 818.295L1051.19 -156L588.999 374.216Z' fill='%2300C588' fill-opacity='0.05'/%3E%3C/g%3E%3Cg filter='url(%23filter3_f_604_1609)'%3E%3Cpath d='M337.483 -585L-550 602.805L13.4727 1023.81L900.955 -163.994L337.483 -585Z' fill='%236FABEF' fill-opacity='0.08'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_604_1609' x='843' y='1308' width='1384.27' height='1474.81' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_604_1609'/%3E%3C/filter%3E%3Cfilter id='filter1_f_604_1609' x='-626' y='780' width='1843' height='1903.91' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_604_1609'/%3E%3C/filter%3E%3Cfilter id='filter2_f_604_1609' x='423.999' y='-321' width='1909.89' height='1834.51' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_604_1609'/%3E%3C/filter%3E%3Cfilter id='filter3_f_604_1609' x='-715' y='-750' width='1780.96' height='1938.81' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_604_1609'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-products {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-products {
    padding: 35px 0;
  }
}
.section-products__maintext {
  font-weight: 600;
  max-width: 840px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .section-products__maintext {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__maintext {
    margin-bottom: 20px;
  }
}
.section-products__maintext strong {
  color: #00C588;
}
.section-products__maintext p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-products__maintext p {
    margin-bottom: 12px;
  }
}
.section-products__maintext p::last-child {
  margin-bottom: 0px;
}
.section-products__additionaltext {
  max-width: 850px;
  margin-bottom: 130px;
}
@media screen and (max-width: 992px) {
  .section-products__additionaltext {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__additionaltext {
    margin-bottom: 30px;
  }
}
.section-products__additionaltext p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-products__additionaltext p {
    margin-bottom: 12px;
  }
}
.section-products__additionaltext p::last-child {
  margin-bottom: 0px;
}
.section-products__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}
@media screen and (max-width: 992px) {
  .section-products__list {
    margin: 0px -7px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__list {
    flex-direction: column;
    margin: 0px;
  }
}
.section-products__list-item {
  background-color: #FFFFFF;
  margin: 14px;
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-products__list-item {
    margin: 7px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__list-item {
    margin: 5px 0;
  }
}
.section-products__list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.section-products__list-item-content-illustration {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .section-products__list-item-content-illustration {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__list-item-content-illustration {
    margin-bottom: 15px;
  }
}
.section-products__list-item-content-illustration-mockup {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.section-products__list-item-content-illustration-icon {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 65px;
  height: 65px;
  background-color: #6FABEF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 8px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.section-products__list-item-content-illustration-icon img {
  max-width: 40px;
  max-height: 40px;
}
.section-products__list-item-content-illustration-screen {
  position: absolute;
  top: 45.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68.5%;
  height: auto;
}
.section-products__list-item-content-illustration-screen img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 199 / 91;
}
.section-products__list-item-content-title {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-products__list-item-content-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__list-item-content-title {
    margin-bottom: 10px;
  }
}
.section-products__list-item-content-description {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .section-products__list-item-content-description {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__list-item-content-description {
    margin-bottom: 15px;
  }
}
.section-products__list-item-content-cta {
  margin-top: auto;
}
.section-products__list-item-content-cta .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
.section-products__list--important .section-products__list-item {
  width: calc(50% - 28px);
}
@media screen and (max-width: 992px) {
  .section-products__list--important .section-products__list-item {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 768px) {
  .section-products__list--important .section-products__list-item {
    width: 100%;
  }
}
.section-products__list--important .section-products__list-item-content {
  padding: 60px 35px;
}
@media screen and (max-width: 1200px) {
  .section-products__list--important .section-products__list-item-content {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 992px) {
  .section-products__list--important .section-products__list-item-content {
    padding: 30px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__list--important .section-products__list-item-content {
    padding: 25px 15px 15px 15px;
  }
}
.section-products__list--regular .section-products__list-item {
  width: calc(33.33% - 28px);
}
@media screen and (max-width: 992px) {
  .section-products__list--regular .section-products__list-item {
    width: calc(33.33% - 14px);
  }
}
@media screen and (max-width: 768px) {
  .section-products__list--regular .section-products__list-item {
    width: 100%;
  }
}
.section-products__list--regular .section-products__list-item-content {
  padding: 40px 35px;
}
@media screen and (max-width: 1200px) {
  .section-products__list--regular .section-products__list-item-content {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 992px) {
  .section-products__list--regular .section-products__list-item-content {
    padding: 30px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-products__list--regular .section-products__list-item-content {
    padding: 25px 15px 15px 15px;
  }
}
.section-customdevelopment {
  padding: 130px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='534' viewBox='0 0 1920 534' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-1' width='1921' height='534' fill='%23332652'/%3E%3Cmask id='mask0_703_13914' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-1' y='0' width='1921' height='534'%3E%3Crect x='-1' width='1921' height='534' fill='%23332652'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_703_13914)'%3E%3Cg filter='url(%23filter0_f_703_13914)'%3E%3Cpath d='M172.999 334.495L296.301 441.977L347.288 383.485L223.987 276.003L172.999 334.495Z' fill='%2300C588' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_703_13914)'%3E%3Cpath d='M177.414 96.0031L101 190.951L146.042 227.201L222.456 132.253L177.414 96.0031Z' fill='%2300C588' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_703_13914)'%3E%3Cpath d='M1935.41 81.0031L1859 175.951L1904.04 212.201L1980.46 117.253L1935.41 81.0031Z' fill='%2300C588' fill-opacity='0.5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_703_13914' x='72.999' y='176.004' width='374.289' height='365.973' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='50' result='effect1_foregroundBlur_703_13914'/%3E%3C/filter%3E%3Cfilter id='filter1_f_703_13914' x='1' y='-3.99609' width='321.456' height='331.197' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='50' result='effect1_foregroundBlur_703_13914'/%3E%3C/filter%3E%3Cfilter id='filter2_f_703_13914' x='1759' y='-18.9961' width='321.456' height='331.197' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='50' result='effect1_foregroundBlur_703_13914'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-customdevelopment {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-customdevelopment {
    padding: 35px 0;
  }
}
.section-customdevelopment__heading {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-customdevelopment__heading {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section-customdevelopment__heading {
    margin-bottom: 20px;
  }
}
.section-customdevelopment__heading * {
  color: #FFFFFF;
}
.section-customdevelopment__heading * strong {
  color: #00C588;
}
@media screen and (max-width: 700px) {
  .section-customdevelopment__heading br {
    display: none;
  }
}
.section-customdevelopment__heading p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-customdevelopment__heading p {
    margin-bottom: 12px;
  }
}
.section-customdevelopment__heading p::last-child {
  margin-bottom: 0px;
}
.section-customdevelopment__text {
  margin-bottom: 60px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-customdevelopment__text {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .section-customdevelopment__text {
    margin-bottom: 30px;
  }
}
.section-customdevelopment__text p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-customdevelopment__text p {
    margin-bottom: 12px;
  }
}
.section-customdevelopment__text p::last-child {
  margin-bottom: 0px;
}
.section-customdevelopment__cta {
  text-align: center;
}
.section-customdevelopment__cta .btn {
  min-width: 247px;
}
@media screen and (max-width: 768px) {
  .section-customdevelopment__cta .btn {
    min-width: unset;
  }
}
.section-references {
  padding: 130px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-references {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-references {
    padding: 35px 0;
  }
}
.section-references__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .section-references__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-references__heading {
    margin-bottom: 25px;
  }
}
.section-references__heading p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-references__heading p {
    margin-bottom: 12px;
  }
}
.section-references__heading p::last-child {
  margin-bottom: 0px;
}
.section-references__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-references__list-item img {
  display: block;
}
.section-references .slick-track {
  display: flex !important;
}
.section-references .slick-slide {
  height: inherit !important;
  display: flex !important;
}
.section-blog {
  padding: 130px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='757' viewBox='0 0 1920 757' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_604_1617' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='757'%3E%3Crect width='1920' height='757' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_604_1617)'%3E%3Cg filter='url(%23filter0_f_604_1617)'%3E%3Cpath d='M1361.2 -474L921 941.885L1592.67 1150.71L2032.87 -265.178L1361.2 -474Z' fill='%236FABEF' fill-opacity='0.08'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_604_1617)'%3E%3Cpath d='M453.906 -423.001L-535 681.793L-10.906 1150.91L978 46.118L453.906 -423.001Z' fill='%2300C588' fill-opacity='0.05'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_604_1617' x='756' y='-639' width='1441.87' height='1954.71' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_604_1617'/%3E%3C/filter%3E%3Cfilter id='filter1_f_604_1617' x='-700' y='-588' width='1843' height='1903.91' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_604_1617'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-blog {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-blog {
    padding: 35px 0;
  }
}
.section-blog__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .section-blog__row {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-blog__row {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-blog__row-link {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-blog__row-link {
    margin-top: 15px;
  }
}
.section-blog__articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}
@media screen and (max-width: 992px) {
  .section-blog__articles {
    margin: 0px -7px;
  }
}
@media screen and (max-width: 768px) {
  .section-blog__articles {
    flex-direction: column;
    margin: 0px;
  }
}
.section-blog__articles-item {
  background-color: #FFFFFF;
  margin: 14px;
  border: 2px solid #00C588;
  padding: 45px 30px;
  width: calc(33.33% - 28px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .section-blog__articles-item {
    margin: 7px;
    width: calc(33.33% - 14px);
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-blog__articles-item {
    margin: 5px 0;
    width: 100%;
    padding: 20px 20px;
  }
}
.section-blog__articles-item-title {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .section-blog__articles-item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-blog__articles-item-title {
    margin-bottom: 10px;
  }
}
.section-blog__articles-item-title * {
  color: #212121;
}
.section-blog__articles-item-description {
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .section-blog__articles-item-description {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section-blog__articles-item-description {
    margin-bottom: 30px;
  }
}
.section-blog__articles-item-cta {
  margin-top: auto;
}
.section-contact {
  padding: 130px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='516' viewBox='0 0 1920 516' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1920' height='516' fill='%23332652'/%3E%3Cmask id='mask0_703_13915' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='516'%3E%3Crect width='1920' height='516' fill='%23332652'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_703_13915)'%3E%3Cg filter='url(%23filter0_f_703_13915)'%3E%3Cpath d='M1708.41 240.001L1632 334.949L1677.04 371.199L1753.46 276.251L1708.41 240.001Z' fill='%2300C588' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_703_13915)'%3E%3Cpath d='M215.043 248.001L127 357.398L178.896 399.164L266.939 289.767L215.043 248.001Z' fill='%2300C588' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_703_13915)'%3E%3Cpath d='M-92.9998 126.135L31.6562 299.273L113.79 240.139L-10.866 67.0001L-92.9998 126.135Z' fill='%2300C588' fill-opacity='0.5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_703_13915' x='1532' y='140.002' width='321.456' height='331.197' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='50' result='effect1_foregroundBlur_703_13915'/%3E%3C/filter%3E%3Cfilter id='filter1_f_703_13915' x='27' y='148.002' width='339.938' height='351.162' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='50' result='effect1_foregroundBlur_703_13915'/%3E%3C/filter%3E%3Cfilter id='filter2_f_703_13915' x='-193' y='-33' width='406.79' height='432.273' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='50' result='effect1_foregroundBlur_703_13915'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-contact {
    padding: 35px 0;
  }
}
.section-contact__heading {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-contact__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact__heading {
    margin-bottom: 25px;
  }
}
.section-contact__heading * {
  color: #FFFFFF;
}
.section-contact__heading * strong {
  color: #00C588;
}
@media screen and (max-width: 700px) {
  .section-contact__heading br {
    display: none;
  }
}
.section-contact__heading p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-contact__heading p {
    margin-bottom: 12px;
  }
}
.section-contact__heading p::last-child {
  margin-bottom: 0px;
}
.section-contact__items {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .section-contact__items {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section-contact__items {
    margin-bottom: 25px;
  }
}
.section-contact__items-item {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
@media screen and (max-width: 992px) {
  .section-contact__items-item {
    margin: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .section-contact__items-item {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .section-contact__items-item::last-child {
    margin-bottom: 0px;
  }
}
.section-contact__items-item-icon {
  flex: none;
  margin-right: 24px;
  background-color: rgba(180, 180, 180, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .section-contact__items-item-icon {
    margin-right: 16px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 550px) {
  .section-contact__items-item-icon {
    margin-bottom: 10px;
  }
}
.section-contact__items-item-icon svg {
  display: block;
}
.section-contact__items-item-text a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
}
.section-contact__items-item-text a:hover {
  color: #6FABEF;
  text-decoration: underline;
  font-weight: 400;
}
.section-contact__cta {
  text-align: center;
}
.section-contact__cta .btn {
  min-width: 247px;
}
@media screen and (max-width: 768px) {
  .section-contact__cta .btn {
    min-width: unset;
  }
}
