/* Front */
html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #6F6C90;
  background: #F7F7FB;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

section {
  overflow: hidden;
}

.table {
  color: #4E6B94;
}

svg {
  display: block;
}

a,
button,
input,
textarea,
button,
select {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button {
  cursor: pointer;
  outline: 0;
}

input,
textarea,
select {
  width: 100%;
  padding: 10px 12px;
  outline: 0;
}

a {
  text-decoration: none;
  color: #0060E7;
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
    color: #7277B4;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.section-default {
  padding: 8rem 0;
}

.container {
  width: 100%;
  min-height: 100%;
  max-width: 1290px;
  padding: 0 20px;
}

/*--------------------------------------------------------------

##general style

---------------------------------------------------------------*/

.title {
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 4rem;
  line-height: 1.1;
}

.title-big {
  font-size: 5rem;
}

.title-bg {
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #2F346A;
}

.about-section .card {
  background: #FFFFFF;
  border: 1px solid #EFF0F7;
  box-shadow: 0 5px 14px rgba(8, 15, 52, 0.04);
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 25px;
}

.about-section .card.active {
  border: 1px solid #4A3AFF;
}

.about-section .card-btn:before {
  display: none;
}

.about-section  .card-btn:after{
  transform: rotate(225deg);
}

.about-section  .card-btn:after{
  transform: rotate(225deg);
}

.about-section.active .card .card-btn:after {
  transform: rotate(45deg);
}

.about-section .card-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #6F6C90;
  padding-left: 0;
}



.about-section .card-btn.active {
  color: #170F49;
}

.about-section .card-body {
  padding-left: 0;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6F6C90;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 125px;
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/

.btn {
  padding: 0 2.2rem;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  background: #636CD2;
  box-shadow: 0 4px 7px rgba(74, 58, 255, 0.13);
  border-radius: 40px;
  flex-grow: 0;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.btn-big {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 0 7rem;
}

.btn-outline {
  color: #fff;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.btn:focus {
  box-shadow: none;
}

.btn:active {
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (hover: hover) {
  .btn:hover {
    color: #FFFFFF;
    background: #535BB7;
  }
  .site-header .btn:hover {
    color: #FFFFFF;
  }
}

.btn-wrapper {
  margin-top: 5rem;
}
/* Back To Top */

.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: #0060E7;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
}

.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0px 0px #fff, 0px 50px #fff;
  -webkit-transition: text-shadow 0.2s ease;
  -o-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}

.return-to-top > i:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  transform: rotate(135deg);
  border-top: 0;
  border-right: 0;
  top: 18px;
  left: 16px;
  position: absolute;
}

.return-to-top:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
  text-shadow: 0px -50px #fff, 0px 0px #fff;
}

.return-to-top.back-top {
  bottom: 20px;
  opacity: 1;
}

@keyframes pixFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pixFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes pixFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pixFadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes pixFadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pixFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes pixFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes pixFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes pixFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes pixZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pixZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pixBounceIn {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pixBounceIn {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pixFade {
  -webkit-animation-name: pixFade;
  animation-name: pixFade;
}

.pixFadeUp {
  -webkit-animation-name: pixFadeUp;
  animation-name: pixFadeUp;
}

.pixFadeDown {
  -webkit-animation-name: pixFadeDown;
  animation-name: pixFadeDown;
}

.pixFadeLeft {
  -webkit-animation-name: pixFadeLeft;
  animation-name: pixFadeLeft;
}

.pixFadeRight {
  -webkit-animation-name: pixFadeRight;
  animation-name: pixFadeRight;
}

.pixZoomIn {
  -webkit-animation-name: pixZoomIn;
  animation-name: pixZoomIn;
}

.pixBounceIn {
  -webkit-animation-name: pixBounceIn;
  animation-name: pixBounceIn;
}

.zoomIn {
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.page-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-loader svg {
  display: none;
}

.blobs {
  -webkit-filter: url(#goo);
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.blobs .blob-center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background: #0060E7;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #0060E7;
  box-shadow: 0 -10px 40px -5px #0060E7;
}

.blob {
  position: absolute;
  background: #0060E7;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@-webkit-keyframes blob-grow {
  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

@keyframes blob-grow {
  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/


.site-header .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  height: 42px;
  min-width: 111px;
}

.site-header {
  background: transparent;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.site-header .inverse-logo,
.site-header.header-light .inverse-logo {
  display: none !important;
}

.site-header.pix-header-fixed.header-light .sticky-logo {
  display: inline-block !important;
}

.site-logo {
  max-width: 253px;
}

.site-header .header-inner {
  position: relative;
}

.site-header .header-inner .site-logo a {
  display: block;
}

.site-header .header-inner .site-logo a .sticky-logo {
  display: none;
}

.site-header .header-inner .site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-header .site-mobile-logo {
  display: none;
}

.site-header .site-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.site-header .site-main-menu li {
  position: relative;
  padding: 1rem 0;
  transition: all 0.3s ease-in-out;
}

.site-header .site-main-menu li:last-child {
  margin-right: 0;
  padding: 0;
}

.site-header .site-main-menu li:not(:last-child) > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #2F346A;
  margin: 0 38px 0 0px;
  padding: 1rem 0;
  transition: 0.2s ease;
  text-decoration: none;
}

.site-header .site-main-menu li:not(:last-child) > a:hover {
  color: #7277B4;
}

.site-header .toggle-menu .bar {
  background: #0060E7;
}

.site-header .header-inner .site-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px 0;
}

.logo-sticky {
  display: none;
}

.pix-header-fixed {
  z-index: 1000;
  position: sticky;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.pix-header-fixed .header-inner .site-logo .logo-sticky {
  display: block;
}

.pix-header-fixed .header-inner .site-logo .logo-main {
  display: none;
}

.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a:hover,
.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a.current_page {
  border-color: #0060E7;
}

.pix-header-fixed .site-main-menu li {
  padding: 15px 0;
}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
  color: #333;
}

.pix-header-fixed .site-logo .main-logo {
  display: none;
}

.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  top: 0;
  left: 0;
}

.close-menu {
  display: none;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
  ##  Fullscreen
  --------------------------------------------------------------*/
.fullscreen {
  position: relative;
  padding: 5rem 0 0;
  min-height: calc(100vh - 92px);
  width: 100%;
  display: flex;
  align-items: center;
}

.fullscreen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 787px;
  height: 787px;
  background: url('../images/main-page/hero-bg-before.png') no-repeat center;
  background-size: contain;
}

.fullscreen__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  color: #2F346A;
  text-align: left;
  margin-bottom: 20px;
}

.top-title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4A3AFF;
  margin-bottom: 8px;
}

.main-image {
  transform: scale(1.24);
}

.fullscreen__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6F6C90;
}

.fullscreen__btn--wrapper {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.fullscreen__btn--wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: 203px;
}

/*--------------------------------------------------------------
  ##  Features
  --------------------------------------------------------------*/
.features-section {
  padding: 15rem 0;
  background: url("../images/main-page/features-bg.svg") center/cover no-repeat;
}

.features-section__item {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(129, 164, 255, 0.07), 0px 41.7776px 33.4221px rgba(129, 164, 255, 0.0605347), 0px 22.3363px 17.869px rgba(129, 164, 255, 0.0544737), 0px 12.5216px 10.0172px rgba(129, 164, 255, 0.0480538), 0px 6.6501px 5.32008px rgba(129, 164, 255, 0.0397424), 0px 2.76726px 1px rgba(129, 164, 255, 0.06);
  border-radius: 6rem 0 4rem 0;
  padding: 0 3rem 5rem;
}

.features-section__title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.features-section__icon {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(129, 164, 255, 0.07), 0px 41.7776px 33.4221px rgba(129, 164, 255, 0.0605347), 0px 22.3363px 17.869px rgba(129, 164, 255, 0.0544737), 0px 12.5216px 10.0172px rgba(129, 164, 255, 0.0480538), 0px 6.6501px 5.32008px rgba(129, 164, 255, 0.0397424), 0px 2.76726px 1px rgba(129, 164, 255, 0.06);
  border-radius: 2rem 2rem 2rem 0;
  padding: 1rem 2rem 2rem;
  display: inline-block;
  margin: -2rem 0 2rem;
}

.engines-section {
  padding: 10rem 0 0;
}
/*--------------------------------------------------------------
    ##  Faq's
    --------------------------------------------------------------*/

.faq {
  width: 100%;
  padding-bottom: 110px;
  position: relative;
}

.faq:before {
  content: '';
  position: absolute;
  top: 0;
  right: -137px;
  z-index: -1;
  width: 787px;
  height: 787px;
  background: url(../images/main-page/hero-bg-before.png) no-repeat center;
  background-size: contain;
}

.card {
  padding: 2.3rem 2rem;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #E4EBF3;
  border-radius: 16px;
}

.card.active {
  border: 1px solid #B1ABFE;
}

.card + .card {
  margin-top: 8px;
}

.faq .card + .card {
  margin-top: 12px;
}


.card-header {
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
}

.card-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 45px;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #2F346A;
  background: none;
  border: none;
}

.accordion-label {
  color: #A7ABD3;
  margin-right: 10px;
}

#accordion {
  max-width: 960px;
  margin: 0 auto;
}

.card-btn:focus {
  outline: none;
}

.card-btn svg {
  margin-right: 15px;
}

.card-body {
  padding: 1.8rem 0 0 8px;
}

.card-body p {
  margin-bottom: 0;
  font-size: 16px;
}

.footer-text {
  font-size: 16px;
}

.card-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: solid 2px #211F54;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.faq .card-btn:after {
  width: 32px;
  height: 32px;
  border: 1px solid #EFF4F9;
  border-radius: 50%;
  background: url("../images/main-page/arrow.svg") #FFFFFF no-repeat no-repeat center center;
  transform: rotate(0);
}

.faq .card.active .card-btn:after {
  background: url("../images/main-page/arrow-white.svg") #B1ABFE no-repeat no-repeat center center;
  border: 1px solid #FFFFFF;
  transform: rotate(180deg);
}

.about-section .card-btn:after {
  top: 22px;
}

.about-section .title {
  margin-bottom: 108px;
}

.about-section__image img {
  transform: translateX(67px);
}

.card.active .card-btn {
  color: #324055;
  font-weight: 700;
}

.card.active .card-btn:after {
  transform: rotate(315deg);
}

.title-size {
  max-width: 670px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.inner-page.contact-page {
  min-height: calc(100vh - 196px);
}

.contact-page .title {
  margin-top: 60px;
}

.inner-page .title-bg {
  line-height: 1;
}

.inner-page {
  min-height: calc(66vh - 70px);
  display: flex;
  align-items: flex-start;
  background: url("../images/main-page/inner-bg.png") no-repeat center;
  background-size: cover;
}

.contact-page__wrap [class*="col-"]{
  padding: 0 9px;
}

.contact-page .btn {
  color: #ffffff;
  height: 44px;
  padding: 5px 17px;
  margin-top: auto;
  width: max-content;
  width: -moz-max-content;
  width: -moz-available;
}

.article-item {
  display: block;
  color: #4E6B94;
  padding: 2.4rem;
  border-radius: 20px;
}

.article-title {
  text-transform: uppercase;
  margin: 1.6rem 0 1.2rem;
  font-weight: 700;
  display: block;
}

.article-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 100px 80px rgba(129, 164, 255, 0.07), 0px 41.7776px 33.4221px rgba(129, 164, 255, 0.0605347), 0px 22.3363px 17.869px rgba(129, 164, 255, 0.0544737), 0px 12.5216px 10.0172px rgba(129, 164, 255, 0.0480538), 0px 6.6501px 5.32008px rgba(129, 164, 255, 0.0397424), 0px 2.76726px 1px rgba(129, 164, 255, 0.06);
}

.article-link {
  display: block;
  font-weight: 700;
}

.article-item:hover {
  background: #E6F6FF;
  text-decoration: none;
}

.article-item:hover .article-link,
.article-item:hover .article-title {
  color: #0060E7;
}
/*======================================================
================contact page============================
========================================================*/
.block-page {
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 43.83%, #EAF6FF 100%);
  min-height: 100vh;
  padding-top: 2rem;
}

.title-404 {
  position: absolute;
  left: calc(50% - 440px);
  bottom: 270px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 2.4rem 3rem;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #EFF0F7;
  box-shadow: 0 5px 14px rgba(8, 15, 52, 0.04);
  border-radius: 20px;
}

.contact-card .btn {
  min-width: 124px;
}

.contact-card:hover {
  border: 1px solid #4A3AFF;
}

.contact-card__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #170F49;
  margin-top: 25px;
  margin-bottom: 50px;
}

.contact-card__text {
  max-width: 343px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #6F6C90;
  margin-bottom: 23px;
}

.contact-card__button {
  margin-top: auto;
}

/*=================page terms===============================*/
.page-terms {
  padding: 10rem 0 6rem;
}

.block-page-domain {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  gap: 1rem;
  color: #444444;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

.footer {
  background: #FFFFFF;
}

.footer .container {
  max-width: 1375px;
}

.footer-content {
  padding: 4rem 0 4rem;
}

.footer-link {
  display: flex;
  margin-bottom: 16px;
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #596780;
}

.footer-link:hover {
  color: #7277B4;
  text-decoration: none;
}

.footer-logo {
  display: block;
  margin-bottom: 2rem;
}

.footer-copyright {
  text-align: center;
  padding: 3rem 2rem;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #777E91;
}

.footer-copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1320px;
  height: 1px;
  background: #F4F6F8;
  transform: translateX(-50%);
}

.footer-copyright p {
  font-size: 1.4rem;
}

.col-custom {
  width: calc(100% / 3);
  padding: 0 12px;
}

.col-custom .hiw-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 22px 35px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #EFF0F7;
  box-shadow: 0 5px 14px rgba(8, 15, 52, 0.04);
  border-radius: 20px;
}

.col-custom .hiw-card.no-border {
  border: 1px solid #EFF0F7;
}

.top-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  background:  #4A3AFF10;
  border-radius: 14px;
  min-width: 117px;
  height: 48px;
  padding: 10px 29px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #4A3AFF;
}

.label-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #2F346A;
}

.col-custom .hiw-image {
  height: 230px;
  width: 100%;
  position: relative;
}

.col-custom .hiw-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6F6C90;
}

.col-custom .hiw-image img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hiw-section {
  background: #FFFFFF;
}

.hiw-section .container,
.redirect-section .container {
  max-width: 1440px;
}

.se-image {
  text-align: center;
}

.se-image img {
  width: 85%;
}

.row {
  align-items: center;
}

.redirect-section {
  padding: 90px 0;
  position: relative;
}

.redirect-section:before {
  content: '';
  position: absolute;
  top: 243px;
  left: -137px;
  z-index: -1;
  width: 787px;
  height: 787px;
  background: url("../images/main-page/hero-bg-before.png") no-repeat center;
  background-size: contain;
}

.redirect-section .title {
  margin-bottom: 6px;
}

.bottom-title {
  max-width: 575px;
  margin: 0 auto 40px;
}

.redirect-item  {
  background: #FFFFFF;
  box-shadow: 0 5px 14px rgba(8, 15, 52, 0.04);
  border-radius: 20px;
  padding: 22px;
  overflow: hidden;
}

.redirect-section .top-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 49px;
  margin: auto 19px auto 0;
}

.redirect-image {
  height: 384px;
  position: relative;
}

.redirect-image img {
  position: absolute;
  left: 0;
  top: -10px;
  max-width: unset;
  height: 127%;
}

.mt-60 {
  margin-top: 60px;
}

.faq .container {
  background: #FFFFFF;
  border-radius: 32px;
  margin-top: 40px;
  padding: 60px 20px 60px;
}

.footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: max-content;
  width: -moz-max-content;
  width: -moz-available;
  height: 53px;
  background: #636CD2;
  border-radius: 55px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}

.footer-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #595C93;
  margin-top: 25px;
  margin-bottom: 23px;
}

.uninstall-page .inner-page-text {
  max-width: 786px;
  margin: 0 auto 50px;
}

.uninstall-page {
  min-height: calc(85vh - 70px);
}

.uninstall-page .title {
  margin-top: 65px;
  margin-bottom: 27px;
  line-height: 62px;
}

.thanks-page-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 72px;
  color: #2F346A;
  margin-top: 73px;
}

.thanks-page-text {
  margin-top: 5px;
  margin-bottom: 37px;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
}

.thanks-page .title-bg {
  margin-top: 42px;
}

.thanks-page .container {
  max-width: 1372px;
}

.thanks-page .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  min-width: 184px;
  padding: 0 10px;
  width: fit-content;
  width: -moz-available;
  width: -moz-fit-content;
}

.thanks-page-img {
  width: 50vw;
  padding-top: 70%;
  position: relative;
}

.thanks-page-img img {
  position: absolute;
  left: 0;
  top: -64px;
  width: 128%;
  max-width: unset;
  height: 105%;
}

.image-404 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-404 {
  max-width: 695px;
  margin: 0 auto 75px;
}

.remove-page .title {
  margin-top: 55px;
}

.remove-page .title-bg {
  font-size: 42px;
}

.remove-page-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #6F6C90;
  margin-top: 50px;
}

.remove-page-content .btn-big {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 54px;
  padding: 5px 10px;
  margin: 20px auto 0;
}