body {
  font-size: 18px;
  color: #0E1122;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body.overflow {
  overflow: hidden;
}
body.overflow .home__mobile {
  z-index: -1;
}
body.home {
  background: linear-gradient(69.03deg, #757EFF 23.34%, #EDEEFF 99.74%);
  overflow: hidden;
  height: 100vh;
}
body.home .container-content {
  padding: 0 !important;
  height: 100%;
}
body.home ul a {
  color: #fff;
}
body.home .sidebar {
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  body.home .sidebar__mobile {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
}
body.home .menu-btn svg {
  margin-bottom: 5px;
}
body.home .menu-btn path {
  stroke: #fff;
}
@media (max-width: 991px) {
  body.home {
    background: linear-gradient(342.64deg, #EDEEFF -18.72%, #757EFF 85.07%);
  }
  body.home__menu-wrapp {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  body.home .sidebar__mobile {
    background: transparent;
  }
}
body ul a {
  color: #0E1122;
}
body .sidebar {
  border-right: 2px solid #4C57FF;
}

.menu-btn svg {
  margin-bottom: 5px;
}
.menu-btn path {
  stroke: #0E1122;
}

.container-content {
  position: relative;
  z-index: -1;
  padding: 0 10% 113px;
}
@media (max-width: 1400px) {
  .container-content {
    padding: 0 0 90px;
  }
}
@media (max-width: 991px) {
  .container-content {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .container-content {
    padding-bottom: 68px;
  }
}

.main,
.wrapper {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.home__mobile {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .home__mobile {
    height: 100%;
    padding: 0;
  }
}

strong {
  font-weight: 600;
}

section {
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 1199px) {
  section br {
    display: none;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul a {
  text-decoration: none;
}

h2 {
  font-size: 32px !important;
  color: #4C57FF;
  font-weight: 600;
  margin-bottom: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px !important;
    margin-bottom: 28px;
  }
}

h3 {
  font-size: 23px !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px !important;
  }
}

.row-menu {
  height: 100%;
}

.sidebar {
  height: 100%;
  padding: 78px 50px 50px;
}
.sidebar__wrapp-sticky {
  position: sticky;
  top: 78px;
  overflow: hidden;
}
.sidebar__logo {
  max-width: 80px;
  margin-bottom: 30px;
}
.sidebar li.current-menu-item a {
  color: #4C57FF;
}
.sidebar li:not(:last-child) {
  margin-bottom: 21px;
}
.sidebar li a {
  font-size: 19px;
}
@media (max-width: 1199px) {
  .sidebar {
    padding: 78px 10px 50px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    border-right: none !important;
    padding: 20px 0 10px;
    height: auto;
  }
  .sidebar__menu-wrapp {
    padding: 20px 0 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
  .sidebar__menu-wrapp .menu-btn svg {
    margin-bottom: 5px;
  }
  .sidebar__menu-wrapp .menu-btn path {
    stroke: #fff;
  }
  .sidebar__wrapp {
    max-width: 720px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
  .sidebar__logo {
    margin-bottom: 0;
  }
  .sidebar__logo img {
    max-height: 41px;
  }
  .sidebar__mobile {
    height: 72px;
    padding: 0;
    border-bottom: 1px solid #4C57FF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
  }
  .sidebar__menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s ease;
    transform: translateX(-100%);
    background: linear-gradient(342.64deg, #EDEEFF -18.72%, #757EFF 85.07%);
  }
  .sidebar__menu.active {
    transform: translateX(0);
  }
  .sidebar-menu {
    max-width: 720px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
  }
  .sidebar li:not(:last-child) {
    margin-bottom: 14px;
  }
  .sidebar li a {
    font-size: 20px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .sidebar-menu {
    padding-top: 60px;
    overflow: auto;
    max-height: 82vh;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */