body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 3em;
  font-weight: 700;
}

.text-purple {
  color: #6009a4;
}

.c-btn-outline-primary {
  color: #6009a4 !important;
  border-color: #6009a4;
  border-radius: 8px;
  padding: 4px 8px !important;
}

.c-btn-outline-primary:hover {
  border-color: #fff;
  background-color: #fff !important;
}

.c-btn-outline-white {
  color: #6009a4 !important;
  border-color: #6009a4;
  border-radius: 8px;
  padding: 4px 8px !important;
}

.c-btn-outline-white:hover {
  border-color: #fff;
  background-color: #fff !important;
}

@media screen and (min-width: 991px) {
  .c-btn-outline-white {
    color: #fff !important;
    border-color: #fff;
    border-width: 1px;
    border-radius: 8px;
    padding: 4px 8px !important;
  }
  .c-btn-outline-white:hover {
    border-color: #6009a4;
    background-color: #fff !important;
    color: #6009a4 !important;
  }
}

.c-btn-primary {
  background-color: #6009a4 !important;
  border-radius: 8px;
  border-color: #6009a4;
  color: white !important;
  padding: 4px 8px !important;
}

.c-btn-primary:hover {
  border-color: #fff;
  background-color: #fff !important;
  color: #6009a4 !important;
}

.c-btn-white {
  background-color: #6009a4 !important;
  border-radius: 8px;
  border-color: #6009a4;
  color: white !important;
  padding: 4px 8px !important;
}

.c-btn-white:hover {
  border-color: #fff;
  background-color: #fff !important;
  color: #6009a4 !important;
}

@media screen and (min-width: 991px) {
  .c-btn-white {
    background-color: #fff !important;
    border-radius: 8px;
    border-color: #fff;
    color: #6009a4 !important;
    padding: 4px 8px !important;
  }
  .c-btn-white:hover {
    border-color: #6009a4;
    background-color: #6009a4 !important;
    color: #fff !important;
  }
}

.c-btn-outline-primary-lg {
  border: solid 1px #6009a4;
  border-radius: 8px;
  color: #6009a4 !important;
  font-size: 1.2em;
  padding: 8px 16px !important;
}

.c-btn-outline-primary-lg svg {
  margin-bottom: 4px;
  width: 2.5%;
  height: auto;
  margin-left: 16px;
}

.c-btn-outline-primary-lg:hover {
  border: solid 1px #6009a4;
  background-color: #6009a4 !important;
  color: #fff !important;
}

.c-btn-primary-lg {
  border: solid 1px #6009a4;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff !important;
  background-color: #6009a4 !important;
  font-size: 1.2em;
  padding: 8px 16px !important;
}

.c-btn-primary-lg svg {
  margin-bottom: 4px;
  width: 2.5%;
  height: auto;
  margin-left: 16px;
}

.c-btn-primary-lg:hover {
  border: solid 1px #fff;
  background-color: #fff !important;
  color: #6009a4 !important;
}

.c-button-next {
  border: none;
  background-color: #6009a4;
  color: #fff;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.c-button-next:hover {
  background-color: plum;
}

.has-overlay {
  position: relative;
}

.has-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, rgba(71, 71, 71, 0.408)), to(rgba(71, 71, 71, 0)));
  background: linear-gradient(180deg, rgba(71, 71, 71, 0.408) 19.27%, rgba(71, 71, 71, 0) 100%);
}

.has-overlay .owl-centered {
  position: relative;
}

.has-overlay .owl-centered .owl-item {
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.has-overlay .owl-centered .owl-item.active {
  -webkit-transition: ease-in 300ms;
  transition: ease-in 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.has-overlay .owl-centered .owl-nav .owl-prev {
  position: absolute;
  top: 32%;
  border-radius: 40px;
  left: 8px;
  background-color: #fff;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .has-overlay .owl-centered .owl-nav .owl-prev {
    top: 40%;
  }
}

.has-overlay .owl-centered .owl-nav .owl-next {
  position: absolute;
  top: 32%;
  border-radius: 40px;
  right: 8px;
  background-color: #fff;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .has-overlay .owl-centered .owl-nav .owl-next {
    top: 40%;
  }
}

.navbar {
  background-color: transparent;
}

.navbar i {
  background-image: url("/assets/images/logo-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
  height: 40px;
}

.navbar .navbar-nav .nav-item {
  padding: 0 6px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 600;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #6009a4;
  font-size: 600;
}

.navbar .navbar-nav .nav-item.active-white .nav-link {
  color: #6009a4;
  font-size: 600;
}

@media screen and (min-width: 991px) {
  .navbar .navbar-nav .nav-item.active-white .nav-link {
    color: #fff;
    font-size: 600;
  }
}

.navbar.fixed {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.navbar.fixed i {
  background-image: url("/assets/images/logo-color.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
  height: 40px;
}

.navbar.fixed .navbar-nav .nav-item {
  padding: 0 6px;
}

.navbar.fixed .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 600;
}

.navbar.fixed .navbar-nav .nav-item.active .nav-link {
  color: #6009a4;
  font-size: 600;
}

.navbar.fixed .navbar-nav .nav-item.active-white .nav-link {
  color: #6009a4;
  font-size: 600;
}

@media screen and (min-width: 991px) {
  .navbar.fixed .navbar-nav .nav-item.active-white .nav-link {
    color: #fff;
    font-size: 600;
  }
}

.navbar.fixed-blue {
  background-color: #6009a4;
  border-bottom: 1px solid #e3e3e3;
}

.navbar.fixed-blue i {
  background-image: url("/assets/images/logo-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
  height: 40px;
}

.navbar.fixed-blue .navbar-nav .nav-item {
  padding: 0 6px;
}

.navbar.fixed-blue .navbar-nav .nav-item .nav-link {
  color: #e3e3e3;
  font-size: 600;
}

.navbar.fixed-blue .navbar-nav .nav-item.active .nav-link {
  color: #6009a4;
  font-size: 600;
}

.navbar.fixed-blue .navbar-nav .nav-item.active-white .nav-link {
  color: #6009a4;
  font-size: 600;
}

@media screen and (min-width: 991px) {
  .navbar.fixed-blue .navbar-nav .nav-item.active-white .nav-link {
    color: #fff;
    font-size: 600;
  }
}

@media screen and (max-width: 991px) {
  .navbar, .navbar.fixed, .navbar.fixed-blue {
    background-color: white;
  }
  .navbar i, .navbar.fixed i, .navbar.fixed-blue i {
    background-image: url(/assets/images/logo-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
  }
  .navbar .navbar-nav .nav-item, .navbar.fixed .navbar-nav .nav-item, .navbar.fixed-blue .navbar-nav .nav-item {
    padding: 6px 0;
  }
  .navbar .navbar-nav .nav-item .nav-link, .navbar.fixed .navbar-nav .nav-item .nav-link, .navbar.fixed-blue .navbar-nav .nav-item .nav-link {
    color: grey;
  }
}

.online-tester {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.online-tester .online-tester__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.online-tester .online-tester__left .online-tester__image {
  background-image: url(/assets/images/home-sec1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
}

@media screen and (min-width: 640px) {
  .online-tester .online-tester__left .online-tester__image {
    width: 240px;
    height: 240px;
  }
}

.online-tester .online-tester__left .online-tester__title {
  color: #6009a4;
  font-weight: 700;
  display: block;
  width: 100px;
}

@media screen and (min-width: 640px) {
  .online-tester .online-tester__left .online-tester__title {
    display: none;
  }
}

.online-tester .online-tester__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.online-tester .online-tester__right .online-tester__title {
  color: #6009a4;
  font-weight: 700;
  display: none;
}

@media screen and (min-width: 640px) {
  .online-tester .online-tester__right .online-tester__title {
    display: block;
  }
}

.online-tester .online-tester__right .online-tester__content--description {
  width: 260px;
  font-weight: 300;
  font-size: 1.15em;
  padding: 8px 0;
}

@media only screen and (min-width: 281px) {
  .online-tester .online-tester__right .online-tester__content--description {
    width: 300px;
  }
}

.online-tester .online-tester__right .online-tester__content--bottom .c-btn-outline-primary-lg {
  text-decoration: none;
}

.online-tester .online-tester__right .online-tester__content--bottom a.text-purple {
  padding-left: 16px;
  color: #6009a4 !important;
}

#counter {
  background: linear-gradient(267.18deg, #8F278F 0%, #682D91 100%);
}

#counter .counter .counter__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  margin-bottom: 16px;
}

#counter .counter .counter__item .counter__icon {
  margin: 0 16px;
}

#counter .counter .counter__item .counter__value {
  font-size: 1.2em;
  font-weight: 600;
}

#counter .counter .counter__item h3 {
  font-size: 1.2em;
}

#counter .counter .counter__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}

.task-creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.task-creator .task-creator__space {
  display: none;
  background-image: url(/assets/images/left-home.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
}

@media screen and (min-width: 768px) {
  .task-creator .task-creator__space {
    display: block;
  }
}

.task-creator .task-creator__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.task-creator .task-creator__left .task-creator__image {
  background-image: url(/assets/images/home-sec2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
}

@media screen and (min-width: 640px) {
  .task-creator .task-creator__left .task-creator__image {
    width: 240px;
    height: 240px;
  }
}

.task-creator .task-creator__left .task-creator__title {
  color: #6009a4;
  font-weight: 700;
  display: block;
  width: 100px;
  text-align: right;
}

@media screen and (min-width: 640px) {
  .task-creator .task-creator__left .task-creator__title {
    display: none;
  }
}

.task-creator .task-creator__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 16px;
  text-align: right;
}

.task-creator .task-creator__right .task-creator__title {
  color: #6009a4;
  font-weight: 700;
  display: none;
}

@media screen and (min-width: 640px) {
  .task-creator .task-creator__right .task-creator__title {
    display: block;
  }
}

.task-creator .task-creator__right .task-creator__content--description {
  font-weight: 300;
  font-size: 1.15em;
  padding: 8px 0;
  width: 260px;
}

@media screen and (min-width: 281px) {
  .task-creator .task-creator__right .task-creator__content--description {
    width: 320px;
  }
}

.task-creator .task-creator__right .task-creator__content--bottom .c-btn-outline-primary-lg {
  text-decoration: none;
}

.task-creator .task-creator__right .task-creator__content--bottom .c-btn-outline-primary-lg svg path {
  stroke: #6009a4;
}

.task-creator .task-creator__right .task-creator__content--bottom .c-btn-outline-primary-lg:hover svg path {
  stroke: #fff;
}

.task-creator .task-creator__right .task-creator__content--bottom a.text-purple {
  padding-left: 16px;
  color: #6009a4 !important;
}

#video {
  width: 100%;
  display: block;
  height: 100vh;
  position: relative;
  text-align: -webkit-center;
}

#video #video-content {
  position: relative;
  height: 100%;
  width: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  #video {
    height: 80vh;
  }

  #video #video-content {
    width: 90vw;
  }

  #video #video-bg #video-bg-main {
    object-fit: none;
    height: inherit;
  }
  
}

#video #video-content a {
  padding: 5px 25px;
  background-color: #6009a4;
  border: none;
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#video #video-content p {
  font-size: 14pt;
}

#video #video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  overflow: hidden;
}

#video #video-bg #video-bg-gray {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#video iframe {
  display: block;
  margin: auto;
  width: 80vw;
  height: 50vw;
}

@media screen and (min-width: 640px) {
  #video iframe {
    width: 80%;
    height: 35vw;
  }
}

#testimony .testimony__wrap {
  background-color: #F0DFFF;
  border-radius: 8px;
  padding: 1.2em;
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap {
    padding: 3em;
  }
}

#testimony .testimony__wrap .testimony__grid {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap .testimony__grid {
    gap: 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#testimony .testimony__wrap .testimony__grid .testimony__grid--item {
  display: block;
  margin: auto;
  background-color: #c4c4c4;
  padding: 2px;
  min-width: 60px;
  max-width: 110px;
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 281px) {
  #testimony .testimony__wrap .testimony__grid .testimony__grid--item {
    min-width: 50px;
    height: 40px;
  }
}

@media screen and (min-width: 375px) {
  #testimony .testimony__wrap .testimony__grid .testimony__grid--item {
    min-width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap .testimony__grid .testimony__grid--item {
    height: 60px;
  }
}

#testimony .testimony__wrap .testimony__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap .testimony__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#testimony .testimony__wrap .testimony__content .testimony__content--photo {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

#testimony .testimony__wrap .testimony__content .testimony__content--photo img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap .testimony__content .testimony__content--photo img {
    width: 160px;
    height: 160px;
  }
}

#testimony .testimony__wrap .testimony__content .testimony__content--photo .testimony__content--title {
  padding-left: 16px;
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap .testimony__content .testimony__content--photo .testimony__content--title {
    display: none;
  }
}

#testimony .testimony__wrap .testimony__content .testimony__content--photo .testimony__content--title strong {
  display: block;
}

#testimony .testimony__wrap .testimony__content .testimony__content--photo .testimony__content--title span {
  display: block;
}

#testimony .testimony__wrap .testimony__content .testimony__content--text {
  padding: 16px;
  text-align: center;
}

#testimony .testimony__wrap .testimony__content .testimony__button--desktop {
  display: none;
  padding-top: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap .testimony__content .testimony__button--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#testimony .testimony__wrap .testimony__content .testimony__button--desktop .testimony__button--title {
  text-align: left;
  padding-left: 16px;
}

#testimony .testimony__wrap .testimony__content .testimony__button--desktop .testimony__button--title strong {
  display: block;
}

#testimony .testimony__wrap .testimony__content .testimony__button--desktop .testimony__button--title span {
  display: block;
}

#testimony .testimony__wrap .testimony__content .testimony__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 640px) {
  #testimony .testimony__wrap .testimony__content .testimony__button {
    display: none;
  }
}

.hero {
  position: relative;
}

.hero img {
  width: 100%;
  height: auto;
}

.hero .hero__content {
  position: absolute;
  top: 20%;
  left: 5vw;
}

.hero .hero__content .hero__content--title {
  font-size: 1.4em;
  font-weight: 700;
  padding: 0;
}

@media screen and (min-width: 640px) {
  .hero .hero__content .hero__content--title {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  .hero .hero__content .hero__content--title {
    font-size: 3em;
  }
}

.hero .hero__content .hero__content--subtitle {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
  width: 280px;
}

@media screen and (min-width: 640px) {
  .hero .hero__content .hero__content--subtitle {
    font-size: 1.4em;
    line-height: 1.2em;
    width: 380px;
  }
}

@media screen and (min-width: 768px) {
  .hero .hero__content .hero__content--subtitle {
    width: 680px;
  }
}

.hero .hero__content .hero__content--separator {
  margin-top: 8px;
  border: 1px solid #6009a4;
}

@media screen and (min-width: 768px) {
  #online_tester {
    margin-top: -140px;
  }
}

@media screen and (min-width: 1024px) {
  #online_tester {
    margin-top: -200px;
  }
}

@media screen and (min-width: 768px) {
  #online_tester .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#online_tester .container .card-bg {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  #online_tester .container .card-bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#online_tester .container .card-bg img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #online_tester .container .card-bg img {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #online_tester .container .card-bg img {
    width: 80%;
  }
}

@media screen and (min-width: 1360px) {
  #online_tester .container .card-bg img {
    width: 70%;
  }
}

#online_tester .container .card-bg .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 25%;
  left: 10%;
}

@media screen and (min-width: 360px) {
  #online_tester .container .card-bg .card__content {
    top: 30%;
  }
}

@media screen and (min-width: 768px) {
  #online_tester .container .card-bg .card__content {
    padding-left: 8px;
    padding-right: 8px;
    top: 18%;
    left: 18%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  #online_tester .container .card-bg .card__content {
    padding-left: 8px;
    padding-right: 8px;
    top: 18%;
    left: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1360px) {
  #online_tester .container .card-bg .card__content {
    left: 28%;
  }
}

#online_tester .container .card-bg .card__content svg {
  margin-right: 16px;
}

#online_tester .container .card-bg .card__content .card__title {
  font-size: 1em;
  margin-bottom: 6px;
  font-weight: 700;
  color: #6009a4;
}

@media screen and (min-width: 360px) {
  #online_tester .container .card-bg .card__content .card__title {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  #online_tester .container .card-bg .card__content .card__title {
    margin-top: 16px;
    width: 80px;
  }
}

#online_tester .container .card-bg .card__content .card__subtitle {
  width: 180px;
  font-weight: 300;
  line-height: 1.1em;
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  #online_tester .container .card-bg .card__content .card__subtitle {
    margin-top: 8px;
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  #online_tester_grid .work {
    margin-bottom: 3em;
  }
}

#online_tester_grid .work .work__title {
  font-weight: 700;
}

#online_tester_grid .work .work__description {
  font-weight: 300;
  text-align: justify;
  margin-bottom: 26px;
}

#online_tester_grid .work .work__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  #online_tester_grid .work .work__grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

#online_tester_grid .work .work__grid .work__grid--item {
  display: block;
  width: 100%;
  height: 80px;
  margin: auto;
}

#online_tester_grid .work .work__grid .work__grid--item:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 768px) {
  #online_tester_grid .work .work__grid .work__grid--item {
    height: 120px;
  }
  #online_tester_grid .work .work__grid .work__grid--item svg {
    width: 100%;
    height: auto;
  }
}

#online_tester_grid .work .work__grid .work__grid--item .item__border {
  padding: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #6009a4;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #online_tester_grid .work .work__grid .work__grid--item .item__border {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#online_tester_grid .work .work__grid .work__grid--item .item__border .item__border--title {
  font-weight: 300;
  margin-left: 8px;
  width: 80px;
}

.join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .join {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.join .join__separator {
  display: none;
  background-image: url(/assets/images/section-join.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .join .join__separator {
    display: block;
  }
}

.join .join__left {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/images/left-side.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #6009a4;
  font-weight: 800;
  width: 45vw;
  height: 80px;
}

@media screen and (min-width: 640px) {
  .join .join__left {
    width: 50vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.join .join__left h3 {
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .join .join__left h3 {
    font-weight: 600;
    font-size: 1.4em;
  }
}

.join .join__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.join .join__right .join__right--button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 45px;
  border: 2px solid #6009a4;
  color: #6009a4;
  border-radius: 23px;
}

.join .join__right .join__right--button:hover {
  background-color: #6009a4;
  color: #F0DFFF;
}

.hero {
  position: relative;
}

.hero img {
  width: 100%;
  height: auto;
}

.hero .hero__content {
  position: absolute;
  top: 20%;
  left: 5vw;
}

.hero .hero__content .hero__content--title {
  font-size: 1.4em;
  font-weight: 700;
  padding: 0;
}

@media screen and (min-width: 640px) {
  .hero .hero__content .hero__content--title {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  .hero .hero__content .hero__content--title {
    font-size: 3em;
  }
}

.hero .hero__content .hero__content--subtitle {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
  width: 280px;
}

@media screen and (min-width: 640px) {
  .hero .hero__content .hero__content--subtitle {
    font-size: 1.4em;
    line-height: 1.2em;
    width: 380px;
  }
}

@media screen and (min-width: 768px) {
  .hero .hero__content .hero__content--subtitle {
    width: 680px;
  }
}

.hero .hero__content .hero__content--separator {
  margin-top: 8px;
  border: 1px solid #6009a4;
}

@media screen and (min-width: 768px) {
  #task_creator {
    margin-top: -140px;
  }
}

@media screen and (min-width: 1024px) {
  #task_creator {
    margin-top: -200px;
  }
}

#task_creator .container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  #task_creator .container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

#task_creator .container .card-bg {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  #task_creator .container .card-bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#task_creator .container .card-bg img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #task_creator .container .card-bg img {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  #task_creator .container .card-bg img {
    width: 80%;
  }
}

@media screen and (min-width: 1360px) {
  #task_creator .container .card-bg img {
    width: 70%;
  }
}

#task_creator .container .card-bg .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 25%;
  left: 10%;
}

@media screen and (min-width: 360px) {
  #task_creator .container .card-bg .card__content {
    top: 30%;
  }
}

@media screen and (min-width: 768px) {
  #task_creator .container .card-bg .card__content {
    padding-left: 8px;
    padding-right: 8px;
    top: 18%;
    left: 18%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  #task_creator .container .card-bg .card__content {
    padding-left: 8px;
    padding-right: 8px;
    top: 18%;
    left: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1360px) {
  #task_creator .container .card-bg .card__content {
    left: 28%;
  }
}

#task_creator .container .card-bg .card__content svg {
  margin-right: 16px;
}

#task_creator .container .card-bg .card__content .card__title {
  font-size: 1em;
  margin-bottom: 6px;
  font-weight: 700;
  color: #6009a4;
}

@media screen and (min-width: 360px) {
  #task_creator .container .card-bg .card__content .card__title {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  #task_creator .container .card-bg .card__content .card__title {
    margin-top: 16px;
    width: 120px;
  }
}

#task_creator .container .card-bg .card__content .card__subtitle {
  width: 180px;
  font-weight: 300;
  line-height: 1.1em;
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  #task_creator .container .card-bg .card__content .card__subtitle {
    margin-top: 8px;
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  #task_creator_grid .work {
    margin-bottom: 3em;
  }
}

#task_creator_grid .work .work__title {
  font-weight: 700;
}

#task_creator_grid .work .work__description {
  font-weight: 300;
  text-align: justify;
  margin-bottom: 26px;
}

#task_creator_grid .work .work__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  #task_creator_grid .work .work__grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

#task_creator_grid .work .work__grid .work__grid--item {
  width: 100%;
  height: 75px;
  margin: auto;
}

#task_creator_grid .work .work__grid .work__grid--item:nth-child(9) {
  position: relative;
}

#task_creator_grid .work .work__grid .work__grid--item:nth-child(9) .item__border {
  border: none;
  top: 0;
  position: absolute;
}

@media screen and (min-width: 640px) {
  #task_creator_grid .work .work__grid .work__grid--item:nth-child(9) .item__border {
    top: initial;
    bottom: 0;
  }
}

#task_creator_grid .work .work__grid .work__grid--item .item__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2.5px solid #6009a4;
  border-radius: 10px;
  padding: 4px 12px;
}

#task_creator_grid .work .work__grid .work__grid--item .item__border .item__border--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  margin-left: 4px;
  width: 30px;
  font-size: 0.85em;
}

@media screen and (min-width: 640px) {
  #task_creator_grid .work .work__grid .work__grid--item .item__border .item__border--title {
    margin-top: 10px;
    margin-left: 16px;
    width: 80px;
    font-size: 1em;
  }
}

.join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .join {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.join .join__separator {
  display: none;
  background-image: url(/assets/images/section-join.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .join .join__separator {
    display: block;
  }
}

.join .join__left {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/images/left-side.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #6009a4;
  font-weight: 800;
  width: 45vw;
  height: 80px;
}

@media screen and (min-width: 640px) {
  .join .join__left {
    width: 50vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.join .join__left h3 {
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .join .join__left h3 {
    font-weight: 600;
    font-size: 1.4em;
  }
}

.join .join__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.join .join__right .join__right--button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 45px;
  border: 2px solid #6009a4;
  color: #6009a4;
  border-radius: 23px;
}

.join .join__right .join__right--button:hover {
  background-color: #6009a4;
  color: #F0DFFF;
}

.fenomena {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .fenomena {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fenomena .fenomena__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .fenomena .fenomena__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.fenomena .fenomena__left .fenomena__left--title {
  margin-bottom: 0.9em;
  color: #474747;
}

@media screen and (min-width: 768px) {
  .fenomena .fenomena__left .fenomena__left--title {
    margin-bottom: 1.2em;
    font-size: 2.5em;
  }
}

@media screen and (min-width: 768px) {
  .fenomena .fenomena__left .fenomena__left--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 420px;
  }
}

.fenomena .fenomena__left .fenomena__left--image img {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .fenomena .fenomena__right {
    padding-top: 6em;
  }
}

.fenomena .fenomena__right .fenomena__right--list {
  list-style-type: none;
}

.fenomena .fenomena__right .fenomena__right--list li {
  font-weight: 300;
  padding-left: 16px;
  padding-bottom: 16px;
  position: relative;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .fenomena .fenomena__right .fenomena__right--list li {
    font-size: 1.3em;
  }
}

.fenomena .fenomena__right .fenomena__right--list li::before {
  content: '';
  position: absolute;
  top: 25%;
  left: -36px;
  height: 2em;
  width: 2em;
  background-image: url(/assets/images/unsmile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
}

@media screen and (min-width: 768px) {
  .fenomena .fenomena__right .fenomena__right--list li::before {
    top: 15%;
    left: -64px;
  }
}

.soulution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .soulution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.soulution .soulution__left .soulution__left--title {
  margin-bottom: 0.9em;
  color: #474747;
}

@media screen and (min-width: 768px) {
  .soulution .soulution__left .soulution__left--title {
    margin-bottom: 1.1em;
    font-size: 2.5em;
  }
}

.soulution .soulution__left .soulution__left--list {
  list-style-type: none;
}

.soulution .soulution__left .soulution__left--list li {
  font-weight: 300;
  padding-left: 18px;
  padding-bottom: 16px;
  position: relative;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .soulution .soulution__left .soulution__left--list li {
    padding-left: 36px;
    font-size: 1.3em;
  }
}

.soulution .soulution__left .soulution__left--list li::before {
  content: '';
  position: absolute;
  top: 25%;
  left: -36px;
  height: 2em;
  width: 2em;
  background-image: url(/assets/images/smile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
}

@media screen and (min-width: 768px) {
  .soulution .soulution__left .soulution__left--list li::before {
    top: 10%;
    left: -36px;
  }
}

.soulution .soulution__right .soulution__right--image img {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .soulution .soulution__right .soulution__right--image img {
    width: 280px;
  }
}

.team .team__title {
  margin-bottom: 32px;
  color: #474747;
}

@media screen and (min-width: 768px) {
  .team .team__title {
    font-size: 2.5em;
  }
}

.team .team__grid {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .team .team__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.team .team__grid .team__grid--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: white;
  height: 100px;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

@media screen and (min-width: 1024px) {
  .team .team__grid .team__grid--item {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    height: 380px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url(/assets/images/card-team.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.team .team__grid .team__grid--item:hover {
  background-color: #6009a4;
}

@media screen and (min-width: 1024px) {
  .team .team__grid .team__grid--item:hover {
    background-color: transparent;
    background-image: url(/assets/images/card-team-hover.svg);
  }
}

.team .team__grid .team__grid--item:hover .team__grid--title {
  color: #F0DFFF;
}

.team .team__grid .team__grid--item:hover .team__grid--title small {
  color: #F0DFFF;
}

.team .team__grid .team__grid--item .team__grid--image {
  -webkit-mask-image: url(/assets/images/mask-team.svg);
          mask-image: url(/assets/images/mask-team.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.team .team__grid .team__grid--item .team__grid--image img {
  border-radius: 8px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (min-width: 1024px) {
  .team .team__grid .team__grid--item .team__grid--image img {
    border-radius: 0;
    width: 240px;
    height: 240px;
    margin-bottom: 8px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}

.team .team__grid .team__grid--item .team__grid--title {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #6009a4;
}

@media screen and (min-width: 1024px) {
  .team .team__grid .team__grid--item .team__grid--title {
    text-align: center;
  }
}

.team .team__grid .team__grid--item .team__grid--title h6 {
  font-weight: 800;
  margin: 0;
  padding: 0;
}

.team .team__grid .team__grid--item .team__grid--title small {
  color: #666;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact .contact__form {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact .contact__form {
    width: 50%;
  }
}

.contact .contact__form .c-btn-outline-primary-lg {
  background-color: #fff;
}

.contact .contact__form .c-btn-outline-primary-lg svg {
  width: 10%;
}

.contact .contact__form .c-btn-outline-primary-lg svg path {
  stroke: #6009a4;
}

.contact .contact__form .c-btn-outline-primary-lg:hover svg path {
  stroke: #fff;
}

.contact .contact__image {
  margin-bottom: 32px;
  width: 50%;
  display: block;
}

.contact .contact__image img {
  display: block;
  margin: auto;
  width: 240px;
}

@media screen and (min-width: 768px) {
  .contact .contact__image img {
    width: 360px;
  }
}

.faq h3 {
  margin-bottom: 2em;
}

.faq .faq__image img {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .faq .faq__image img {
    width: 90%;
  }
}

.faq .faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .faq .faq__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.faq .faq__wrap .faq__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .faq .faq__wrap .faq__list {
    width: 90%;
  }
}

.faq .faq__wrap .faq__list .faq__list--title {
  display: block;
  cursor: pointer;
  padding: 16px 0;
}

.faq .faq__wrap .faq__list .faq__list--title.active::after {
  content: "\2212";
  float: right;
}

.faq .faq__wrap .faq__list .faq__list--title::after {
  font-size: 1.5em;
  content: "\002B";
  float: right;
}

.faq .faq__wrap .faq__list .faq__list--content {
  padding: 0 8px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.faq .faq__wrap .faq__list .faq__list--content p {
  padding-bottom: 8px;
  padding-left: 16px;
}

.faq .faq__wrap .faq__list .faq__divider {
  border: 1px solid gray;
}

.faq .faq__wrap .faq__list .faq__more {
  padding-top: 16px;
}

.faq .faq__wrap .faq__list .faq__more a {
  color: #6009a4;
}

.socmed ul {
  list-style-type: none;
  display: block;
  text-align: center;
}

.socmed ul li {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 2.1em;
  font-size: 1.2em;
  margin: 16px;
}

.socmed ul li.ig::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  height: 1.8em;
  width: 1.8em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ig_contact.svg);
}

.socmed ul li.email::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 1.6em;
  width: 1.6em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/mail_contact.svg);
}

.socmed ul li.wa::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 1.6em;
  width: 1.6em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/wa_contact.svg);
}

.privacy-policy h5 {
  font-weight: 700;
}

.privacy-policy p {
  font-weight: 300;
}

.privacy-policy ol li {
  font-weight: 300;
}

.privacy-policy ul {
  list-style-type: none;
}

.privacy-policy ul li {
  font-weight: 300;
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin: 4px 0;
}

.privacy-policy ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 0.8em;
  width: 0.8em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/policy_dot.svg);
}

.privacy-policy h2 {
  font-weight: 700;
}

@media screen and (min-width: 280px) {
  footer .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 640px) {
  footer .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .footer__top {
  padding: 16px 0px;
  background-color: #fff;
}

footer .footer__top .footer__top-title {
  margin-bottom: 14px;
}

footer .footer__top .footer__top-support {
  list-style-type: none;
  padding: 0;
}

footer .footer__top .footer__top-support li a {
  color: #8d8d8d;
  text-decoration: none;
}

footer .footer__top .footer__top-socmed {
  list-style-type: none;
  padding: 0;
}

footer .footer__top .footer__top-socmed li {
  margin: 0 4px;
  display: inline-block;
}

footer .footer__top .footer__top-socmed li a {
  color: #8d8d8d;
  text-decoration: none;
}

footer .footer__top .footer__top-socmed li a .facebook-icon {
  display: block;
  background-image: url(/assets/images/fb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

footer .footer__top .footer__top-socmed li a .youtube-icon {
  display: block;
  background-image: url(/assets/images/yt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

footer .footer__top .footer__top-socmed li a .instagram-icon {
  display: block;
  background-image: url(/assets/images/ig.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

footer .footer__top .icon {
  width: 240px;
}

@media screen and (min-width: 768px) {
  footer .footer__top .icon {
    width: 100%;
  }
}

footer .footer__top .lang__switch {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 3px;
  border-radius: 6px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #dedede;
}

footer .footer__top .lang__switch label {
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

footer .footer__top .lang__switch #lang_switch {
  display: none;
}

footer .footer__top .lang__switch #lang_switch:checked ~ .lang_switch-id {
  border-radius: 6px;
  color: white;
  background-color: #6009a4;
}

footer .footer__top .lang__switch #lang_switch:not(:checked) ~ .lang_switch-en {
  border-radius: 6px;
  color: white;
  background-color: #6009a4;
}

footer .footer__bottom {
  font-family: "Poppins", sans-serif;
  padding: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  background-color: #6009a4;
  color: white;
}
/*# sourceMappingURL=style.css.map */