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: #0E1122;
  overflow: hidden;
  height: 100vh;
}
body.home .container-content {
  padding: 0 !important;
  height: 100%;
}
body.home ul a {
  color: #fff;
}
body.home ul li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1242 0.75L7.43708 7.43708L0.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
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: #0E1122;
  }
  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%;
  min-height: 100vh;
}

.sidebar {
  height: 100%;
  padding: 78px 50px 50px;
}
@media (max-width: 1400px) {
  .sidebar {
    padding: 78px 20px 50px 50px;
  }
}
.sidebar__wrapp-sticky {
  position: sticky;
  top: 78px;
  overflow: hidden;
}
.sidebar__logo {
  max-width: 80px;
  margin-bottom: 30px;
}
.sidebar li.current-menu-parent.menu-item-has-children > .sub-menu {
  display: block;
}
.sidebar li.menu-item-has-children.active a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sidebar li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 21px;
}
.sidebar li.menu-item-has-children > a:after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: url("data:image/svg+xml;utf8,<svg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.1242 0.75L7.43708 7.43708L0.75 0.75' stroke='%230E1122' stroke-width='1.5' stroke-linecap='round'/></svg>");
}
@media (max-width: 991px) {
  .sidebar li.menu-item-has-children > a:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1242 0.75L7.43708 7.43708L0.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.sidebar li.menu-item-has-children .sub-menu {
  display: none;
  padding-left: 20px;
}
.sidebar li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.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;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #0E1122;
  }
  .sidebar__menu.active {
    -webkit-transform: translateX(0);
            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 .sub-menu {
    display: none;
    padding-left: 20px;
  }
  .sidebar .sub-menu li:not(:last-child) {
    margin-bottom: 15px;
  }
  .sidebar li.menu-item-has-children > a {
    margin-bottom: 14px;
  }
  .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;
  }
}

.btn {
  height: 46px;
  font-weight: 600;
  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;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 30px;
  padding: 0 25px;
  line-height: 1.2;
}
.btn-outline {
  color: #4C57FF;
  border: 1px solid #4C57FF;
}
.btn-outline:hover {
  background: #4C57FF;
  color: #fff;
}