.bridging {
  background-repeat: no-repeat;
}
.bridging.for-bac {
/*     background-image: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20289%20(1).png'); */
background-image: url('https://cdn-web-2.ruangguru.com/file-uploader/lp/1ce4767b-3186-49d8-b239-7b7130bd1259.png');
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
.bridging.for-baon {
/*     background-image: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20288%20(4)%20(1).png'); */
background: url('https://cdn-web-2.ruangguru.com/file-uploader/lp/b2609f71-cff6-44d8-9697-e92dbfde11e1.png'), #f6f8fa;
/*     background-size: 100%; */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.font-title-bridging {
  font-family: 'Inter';
  font-weight: 700;
  color: #FFFFFF;
}
.font-desc-bridging {
  font-family: 'Inter';
  font-weight: 400;
  color: #FFFFFF;
}
p.facility-desc {
  padding-right: 8px;
}

.coba-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(https://roboguru-forum-cdn.ruangguru.com/image/2922ad21-cdfd-4ca9-9bd3-d6ddeddfad44.png),url(https://roboguru-forum-cdn.ruangguru.com/image/d7ec91ac-0d8c-46c6-b31c-2f21f3a5794a.png),linear-gradient(142.5deg,#0084cc 16.08%,#2fb6c0 68.79%,#2fa6c0 121.19%);
  background-position: 100% 0,0 100%,50%;
  background-repeat: no-repeat;
  background-size: contain,contain,contain;
  border-radius: 12px;
  overflow: hidden;
  gap: 24px;
  padding: 30px 24px;
  position: relative;
}

.coba-card img {
  width: 265px;
  position: relative;
  bottom: 0;
}

p.coba-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

p.coba-desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 0!important;
}

button.coba-gratis-button {
  background: #FFFFFF;
  border-radius: 9999px;
  border: none;
  font-weight: bold;
  padding: 14px 16px;
}

.coba-gratis-desc {
  width: 100%;
  margin-left: 0;
}

section.coba-gratis {
  background: #f6f8fa;
  padding-bottom: 4rem;
}

.coba-card {
    margin-top: 2rem;
}


@media(min-width: 1025px) {
  .bridging {
      background-size: 100% 100%;
  }
  .bridging-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 4rem 0 6rem;
  }
  .font-title-bridging {
      font-size: 40px;
      line-height: 60px;
  }
  .font-desc-bridging {
      font-size: 20px;
      line-height: 30px;
      max-width: 85%;
      padding: 0.25rem 0 2rem;
  }
  .bridging.for-baon {
      background-size: 100%;
  }

  .coba-card {
    flex-direction: row;
  }

  .coba-card img {
      position: absolute;
  }

  .coba-gratis-desc {
      width: 600px;
      margin-left: 18rem;
  }
}

@media(max-width: 1024px) {
  .bridging {
      background-size: cover;
      background-position-x: center;
  }
  .bridging-content {
      padding: 1.5rem 0 4rem;
  }
  .font-title-bridging {
      font-size: 28px;
      line-height: 42px;
  }
  .font-desc-bridging {
      font-size: 16px;
      line-height: 24px;
      padding: 0.5rem 0 1rem;
      max-width: 90%;
  }
  .bridging-content_img {
      text-align: center;
      float: none;
      margin: auto;
      max-width: 85%;
      padding: 0 0 2rem;
  }
  .for-baon .font-title-bridging, .for-baon .font-desc-bridging {
      text-align: center;
  }
  .for-baon .font-desc-bridging {
      float: none;
      margin: auto;
  }
}
@media(min-width: 768px) and (max-width: 1024px) {
  .bridging-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 4rem 0 7rem;
  }

  .coba-card {
    flex-direction: row;
  }

  .coba-card img {
      position: absolute;
      left: -1rem;
  }

  .coba-gratis-desc {
      width: 420px;
      margin-left: 14rem;
  }
}

/*LIVE TEACHING*/
.live-teaching {
  background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20299%20(1).png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding-bottom: 150px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  margin-top: -6.8rem;
}
.live-teaching a, .live-teaching a:hover {
  text-decoration: none !important;
}
.title-item-api {
  min-height: 48px;
}
.text-module {
  padding: 17px 10px;
  background: #EAF8F9;
  border-radius: 12px;
  margin-left: 10px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0A2540;
}
.box-modul-cetak {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 4px rgba(113, 130, 164, 0.08);
  border-radius: 16px;
  display: flex;
  width: fit-content;
}
.framing-live {
  background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Header%20to%20Live%20Teaching/placeholderhp.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 588px;
  height: 376px;
  position: relative;
}
.framing-live video {
  border-radius: 20px;
  width: 528px;
  height: auto;
  position: absolute;
  top: 82px;
  left: 16px;
}
.title-live {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #0A2540;
}
.desc-live {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #5E677B;
}
.bottom__liveteaching {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}
.title-live-api {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #0A2540;
}
.text-live {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-left: 5.66px;
}
.status-live-icon {
  background: #EA3B79;
  border-radius: 4px;
  padding: 1px 5px;
  display: flex;
  width: fit-content;
}
.title-item-api {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #434856;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 2rem;
  -webkit-line-clamp: 2!important;
}
.tanggal-item-api {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #434856;
  padding: .5rem 0 0;
}
.jam-api {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #60697F;
}
.wrapping-jam-status {
  display: flex;
  justify-content: space-between;
}
.live-item {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 4px rgba(113, 130, 164, 0.08);
  border-radius: 8px;
}
.live-item.live {
  background: #EAF8F9;
  border: 1px solid #2EB5C0;
  box-sizing: border-box;
  box-shadow: 0px 6px 20px 4px rgba(113, 130, 164, 0.08);
  border-radius: 8px;
}
.img-live img {
  border-radius: 8px 8px 0 0;
}
.text-live-api {
  padding: 10px 10px 10px 10px;
}
.status-nonlive-icon {
  padding: 2px 4px;
  background: linear-gradient(93.17deg, #30B4C0 0%, #6E56FF 100%);
  border-radius: 4px;
}
.text-nonlive {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.icon-live img {
  display: flex;
  align-self: center;
}
.bulan {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-align: left;
}
.per-font {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-align: left;
}
.ket-vid {
  padding: 12px !important
}

@media (min-width: 1025px) {
  .btn-wrapping-ba{
      width:50%;
      margin-top:0.5rem;
  }
  .paket__bottom{
      display: flex;
      justify-content: space-between;
  }
  .title-live {
      max-width: 75%;
  }
  .desc-live {
      padding: 24px 0 51px;
      max-width: 85%;
  }
  .title-live-api {
      padding: 0 0 1.5rem;
  }
  .font-banner {
      padding-right: 6rem;
  }
  .title-banner {
      margin-right: 30px;
  }
  [data-aos=fade-right] {
      transform: translate3d(-300px, 0, 0);
  }
  [data-aos=fade-left] {
      transform: translate3d(300px, 0, 0);
  }
  .text-module {
      max-width: 230px;
  }
.img-modul img{
  width:220px;
}
  .live-item-wrapping {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      column-gap: 1rem;
  }
  .top__liveteaching {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      gap: 3rem;
  }
  .konten-live__left {
      padding: 85px 0 0 0;
  }
  .konten-live__right {
      padding: 47px 0 100px 0;
  }
  #livesteaching{
    padding-top: 85px;
  }
/*     .container-anime {
      background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Header%20to%20Live%20Teaching/bg-circle.png");
      background-position: top;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      height: 452px;
  } */
  .mobile {
      display: none;
  }
  .univ-box {
      padding: 8.5px 16px;
  }
  .people-desc-box {
      padding: 17.3px 39px 27px 21px;
  }
  .utbk-score-box {
      padding: 11px 15px 15px 15px;
  }
  .banner-hero-ba {
/*       background: linear-gradient(351.03deg, rgba(203, 250, 255, 0.64) 27.83%, #84D3DD 110.56%); */
      background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20251%20(1).png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: bottom;
/*         padding: 4rem 0 15rem */
  }
  .title-banner {
    margin-right: 30px;
    padding-top: 10rem;
  }
  .people {
    top: 10%;
  }
  .container-hero {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-content: flex-start;
      min-height: 35rem;
  }
  #three .univ-box {
      right: -25%;
  }
  #three .img-people {
      text-align: left;
  }
  .img-people {
      text-align: right;
      margin-right: 7%;
  }
  #two .img-people {
      text-align: right;
      top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-wrapping-ba{
      margin-top:0.5rem;
  }
  .live-item {
      width: 216px;
      margin-right: 12px;
  }
  .live-item-wrapping {
      display: flex;
      overflow-x: auto;
  }
  .img-modul {
      align-self: center;
  }
  .live-item-wrapping {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      column-gap: 1rem;
  }
  .top__liveteaching {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1rem;
  }
  .konten-live__left {
      padding: 85px 0;
  }
  .konten-live__right {
      padding: 47px 0 100px 0;
      align-self: center;
  }
  #section-kejar-cita2 {
      background-size: unset !important;
  }
  .banner__right {
      display: none;
  }
  .banner-hero-ba {
/*       background: linear-gradient(351.03deg, rgba(203, 250, 255, 0.64) 27.83%, #84D3DD 110.56%); */
/*         background: url("background: linear-gradient(351.03deg, rgba(203, 250, 255, 0.64) 27.83%, #84D3DD 110.56%);"); */
/*         background-repeat: no-repeat; */
/*         background-size: 100% 100%; */
/*         background-position: bottom; */
      padding: 68px 0 150px 0;
    background: linear-gradient(327.29deg, rgba(177, 234, 240, 0.64) 28.37%, rgba(248, 255, 251, 0.69) 97.42%);
  }
  .univ-box {
      padding: 8.5px 16px;
  }
  .people-desc-box {
      padding: 17.3px 39px 27px 21px;
  }
  .utbk-score-box {
      padding: 11px 15px 15px 15px;
  }
  .jenjang-item-wrap {
      overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .btn-wrapping-ba{
      margin-top:0.5rem;
  }
  .live-teaching {
      background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Header%20to%20Live%20Teaching/bg-bottom.png");
      background-size: 100% 100%;
      background-position: top right;
      border-radius: 60px 60px 0 0;
      background-repeat: no-repeat;
      padding: 2rem 0 80px 0;
      margin-top: -5rem;
  }
  .framing-live {
      margin-bottom: 20px !important;
  }
  .box-modul-cetak {
      margin-bottom: 24px;
  }
  .title-live {
      font-size: 20px;
      line-height: 28px;
      max-width: 80%;
  }
  .desc-live {
      font-size: 16px;
      line-height: 26px;
      padding: 0.8rem 0 1.25rem;
      max-width: 90%;
  }
  .text-module {
      font-size: 14px;
      line-height: 20px;
  }
  .title-live-api {
      font-size: 20px;
      line-height: 27px;
      padding: 0 0 1rem;
  }
  .img-modul img {
      max-width: 71px;
      object-fit: contain;
      height: auto;
  }
  .img-modul {
      align-self: center;
  }
  .top__liveteaching {
      display: flex;
      flex-direction: column-reverse;
  }
  .live-item {
      width: 216px;
      margin-right: 12px;
  }
  .live-item-wrapping {
      display: flex;
      overflow-x: auto;
  }
  #section-kejar-cita2 {
      background: #fff;
  }
  .title-ba-jenjang {
      font-size: 20px;
      line-height: 24px;
  }
  .jenjang-item-wrap {
      display: block;
  }
  .jenjang-item {
      margin-bottom: 17px;
  }
  .container-jenjang-ba {
      padding: 32px 14px 36px 14px;
      border-radius: 16px;
      margin-top: -10%;
      background-image: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Header%20to%20Live%20Teaching/Frame%20770284.png") !important;
      background-size: cover;
      background-position: right top;
      background-repeat: no-repeat;
  }
  .jenjang-item {
      width: 100%;
  }
  .btn-kelas-gratis {
      font-size: 12px;
      line-height: 15px;
      padding: 12px;
      width: 70%;
  }
/*     .container-anime {
      background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Header%20to%20Live%20Teaching/bg-circle-mobile.png");
      background-position: top;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      min-height: 244px;
  } */
  .people {
      left: 15%;
  }
  .img-people img.mobile {
      max-width: 303px;
  }
  .img-people {
      text-align: right;
  }
  .desktop {
      display: none !important;
  }
  .img-univ img {
      max-width: 30px;
  }
  .univ-box {
      padding: 6.6px 6px 5.5px 12px;
      max-width: 142px;
  }
  .univ-box {
      top: 0;
      right: -7%;
  }
  .utbk-score-box {
      bottom: unset;
      left: 0;
      top: 150px;
  }
  .people-desc-box {
      padding: 8.2px 16px 10px 11px;
  }
  .btn-kelas-gratis {
      margin-bottom: 20px;
  }
  .people-desc-box {
      bottom: unset;
      top: 180px;
      right: 0;
  }
  .utbk-score-box {
      padding: 5.5px 0 7.5px 0;
      width: 116px;
  }
  .img-score {
      margin-right: 6px;
  }
  .img-score img {
      max-width: 30px;
  }
  .banner-hero-ba {
/*       background: linear-gradient(351.03deg, rgba(203, 250, 255, 0.64) 27.83%, #84D3DD 110.56%); */
/*         background: url("background: linear-gradient(351.03deg, rgba(203, 250, 255, 0.64) 27.83%, #84D3DD 110.56%);"); */
    background: linear-gradient(327.29deg, rgba(177, 234, 240, 0.64) 28.37%, rgba(248, 255, 251, 0.69) 97.42%);  
/*       background-repeat: no-repeat; */
/*         background-size: 100% 100%; */
/*         background-position: bottom; */
      padding: 2rem 0 18rem;
  }
  .title-banner {
      font-size: 28px;
      line-height: 48px;
      padding-top: 4rem;
  }
  .font-banner {
      font-size: 16px;
      line-height: 28px;
  }
  .people-nama {
      font-size: 10px;
      line-height: 140%;
  }
  .people-prod {
      font-size: 10px;
      line-height: 140%;
  }
  .utbk-score {
      font-size: 10px;
      line-height: 140%;
  }
  .label-score {
      font-size: 10px;
      line-height: 140%;
  }
  .label-diterima {
      font-size: 10px;
      line-height: 12px;
  }
  .univ-name {
      font-size: 10px;
      line-height: 12px;
  }
}
@media (min-width:400px) and (max-width: 767px) {
  .jenjang-item {
      width: 340px;
      margin: auto;
      margin-bottom: 17px;
  }
}
@media (max-width: 375px) {
.people {
      left: 8%;
  } 
}
@media (max-width: 320px) {
  .img-univ {
      margin-right: 5px;
  }
  .people {
      left: 10%;
  }
  .univ-box {
      top: 0;
      right: -30%;
  }
  .utbk-score-box {
      bottom: unset !important;
      left: -20% !important;
      top: 85px !important;
  }
  .img-people img {
      max-width: 200px !important;
  }
  .people-desc-box {
      bottom: unset;
      top: 100px;
      right: -25%;
  }
  .container-anime {
      height: 150px;
      min-height: 0;
  }
}

/*FITUR*/
.font-title-fitur,
.font-desc-fitur {
  font-family: Inter;
}
.font-desc-fitur {
  color: #5E677B;
}
.font-title-fitur {
  font-weight: bold;
  color: #0a2540;
}
.small-img {
  position: absolute;
}
@keyframes swing {
  0% {
      transform: rotate(0);
  }
  33% {
      transform: rotate(10deg) translateY(15px);
  }
  66% {
      transform: rotate(0) translateY(0px);
  }
  100% {
      transform: rotate(-10deg) translateY(5px);
  }
}
@keyframes swing-right {
  0% {
      transform: rotate(0);
  }
  33% {
      transform: rotate(-10deg) translateY(15px);
  }
  66% {
      transform: rotate(0) translateY(0px);
  }
  100% {
      transform: rotate(10deg) translateY(5px);
  }
}
.fitur-slick .slick-dots li {
  margin: 0 !important;
}
.fitur-slick .slick-dots {
  bottom: -3rem !important;
}
.fitur-slick .slick-dots li button:before {
  color: rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important;
}
.fitur-slick .slick-dots li.slick-active button:before {
  color: #2eb5c0 !important;
}
.fitur-slick .slick-arrow {
  cursor: pointer !important;
  z-index: 1 !important;
  border-radius: 50% !important;
  filter: drop-shadow(0px 12px 24px rgba(0, 174, 218, 0.25));
  background-size: 100% 100% !important;
}
.fitur-slick .slick-next:before,
.fitur-slick .slick-prev:before {
  content: none !important;
}
.fitur-slick .slick-prev {
  background-image: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Fitur%20BA/ic-prev.svg) !important;
}
.fitur-slick .slick-next {
  background-image: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Fitur%20BA/ic-next.svg) !important;
}
.layanan-content .fitur-card_img {
  position: relative;
}
@media screen and (min-width: 768.99px) {
  .font-title-fitur {
      font-size: 32px;
      line-height: 40px;
  }
  .font-desc-fitur {
      font-size: 20px;
      line-height: 28px;
      padding: 1.5rem 0 0;
  }
  .fitur {
      padding-bottom: 5rem;
  }
  .fitur-slick {
      position: relative;
      float: none;
      margin: -5rem auto 0!important;
      z-index: 2;
  }
  .fitur-card {
      border-radius: 60px;
      background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/bg-concept-web-patterns.png'), linear-gradient(6.51deg, #EAF8F9 2.46%, #FEFEFE 98.48%);
      background-size: cover;
      background-repeat: no-repeat;
      display: flex!important;
      height: 520px;
      align-items: center;
  }
  .fitur-card_content {
      display: grid;
      align-items: center;
      padding-top: 1.5rem;
  }
  .konsultasi-content {
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
  }
  .konsultasi-content .fitur-card_img img {
      max-width: 503.14px;
      max-height: 395.67px;
  }
  .konsultasi-content .font-title-fitur {
      max-width: 75%;
  }
  .konsultasi-content .font-desc-fitur {
      max-width: 80%;
  }
  .sharing-content {
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
  }
  .sharing-content .fitur-card_img img {
      max-width: 554px;
      max-height: 420px;
  }
  .sharing-content .font-desc-fitur {
      max-width: 92%;
  }
  .tryout-content {
      grid-template-columns: 1fr 1fr;
      column-gap: 2rem;
  }
  .tryout-content .fitur-card_img img, .laporan-content .fitur-card_img img {
      max-width: 554px;
      max-height: 420px;
  }
  .tryout-content .font-title-fitur {
      max-width: 80%;
  }
  .tryout-content .font-desc-fitur {
      max-width: 85%;
  }
  .laporan-content {
      grid-template-columns: 1fr 1fr;
      column-gap: 2rem;
  }
  .layanan-content {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
  }
  .layanan-content .fitur-card_img img {
      max-width: 565px;
      max-height: 410px;
  }
  .layanan-content .font-desc-fitur {
      max-width: 95%;
  }
  .fitur-card_img {
      display: flex;
      justify-content: center;
      align-items: flex-end;
  }
  .teacher-small {
      right: 13%;
      top: 39%;
      animation: swing 8s infinite alternate;
      transform-origin: center -20px;
      z-index: 3;
      width: 5rem;
  }
  .triangle-small {
      left: 18%;
      top: 30%;
      animation: swing-right 10s infinite alternate;
      transform-origin: center -20px;
      z-index: 3;
      width: 2.53rem;
  }
  .polygon-small {
      left: 20%;
      bottom: 4%;
      animation: swing 11s infinite alternate;
      transform-origin: center -10px;
      z-index: 3;
      width: 3.8rem;
  }
  .fitur-slick .slick-slide {
      margin: 0 20px;
  }
  .fitur-slick .slick-list {
      margin: 0 -20px;
  }
  .fitur-slick .slick-dots li button:before {
      font-size: 12px !important;
  }
  .fitur-slick .slick-arrow {
      width: 3rem !important;
      height: 3rem !important;
  }
}
@media (min-width: 768.99px) and (max-width: 1024.99px) {
  .font-title-fitur {
      font-size: 26px;
      line-height: 34px;
  }
  .font-desc-fitur {
      font-size: 18px;
      line-height: 28px;
      padding: 1.25rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .font-title-fitur {
      font-size: 20px;
      line-height: 28px;
  }
  .fitur {
      position: relative;
      margin-top: -2rem;
      z-index: 2;
  }
  .fitur .font-title-fitur {
      padding: 2.25rem 0 0.8rem;
  }
  .font-desc-fitur {
      font-size: 16px;
      line-height: 28px;
  }
  .tryout-content .font-title-fitur {
      padding: 1.5rem 0.5rem 0.8rem 0;
  }
  .fitur-card {
      border-radius: 60px;
      min-height: 38rem;
      background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20247%20(1).png'), linear-gradient(6.51deg, #EAF8F9 2.46%, #FEFEFE 98.48%);
      background-size: 100% 100%, cover;
      background-repeat: no-repeat;
      display: flex!important;
      align-items: center;
      padding-bottom: 2rem;
  }
  .fitur-card_content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .switch-card {
      flex-direction: column-reverse;
  }
  .fitur-slick .slick-dots {
      bottom: 2rem !important;
  }
  .fitur-slick .slick-dots li button:before {
      font-size: 10px !important;
      color: rgba(0, 0, 0, 0.4) !important;
      opacity: 1 !important;
  }
  .fitur-slick .slick-dots li.slick-active button:before {
      color: #2eb5c0 !important;
  }
  .fitur-slick .slick-dots li {
      margin: 0 !important;
  }
  .teacher-small {
      right: 10%;
      top: 33%;
      animation: swing 8s infinite alternate;
      transform-origin: center -20px;
      z-index: 3;
      width: 2.5rem;
  }
  .triangle-small {
      left: 18%;
      top: 30%;
      animation: swing-right 9s infinite alternate;
      transform-origin: center -20px;
      z-index: 3;
      width: 1.5rem;
  }
  .polygon-small {
      left: 18%;
      bottom: 2%;
      animation: swing 11s infinite alternate;
      transform-origin: center -10px;
      z-index: 3;
      width: 2.25rem;
  }
}
@media (min-width: 441.99px) and (max-width: 768px) {
  .live-teaching {
      padding-bottom: 14rem;
  }
  .fitur {
      position: relative;
      margin-top: -8rem;
  }
  .fitur-card {
      min-height: 36rem !important;
      text-align: center;
  }
  .fitur-card_img {
      display: flex;
      justify-content: center;
  }
  .fitur-card_img img:first-child {
      width: 50%;
  }
  .tryout-content .fitur-card_img img:first-child {
      width: 45%;
  }
  .fitur-card_text {
      float: none;
      margin: auto;
      width: 88%;
  }
  .teacher-small {
      right: 30%;
  }
  .triangle-small,
  .polygon-small {
      left: 32%;
  }
}

/*ALUMNI*/
.alumni-cabang {
  background: #FAEADF;
  border-radius: 40px;
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  padding: 5px 12px;
  float: none;
  margin: -1.75rem auto 0;
}
.icn-cabang{
  width: 20px;
  height: 20px; 
}
.alumni-cabang p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #BC5004;
  margin: 0;
}
.alumni-profile .alumni-name {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333842;
  padding: 1rem 0 .75rem;
}
.alumni-campus {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 1.15rem;
  margin-top: -.5rem;
}
.icon-campus {
  justify-self: center;
  object-fit: contain;
  width: 48px;
  height: 48px;
}
.text-alumni{
  text-align: left;
}
.description {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333842;
  margin: 0;
}
.campus {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333842;
  margin: 0;
}
.alumni-story {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #5E677B;
  text-align: left;
  float: none;
  margin: auto;
  max-width: 75%;
}
.alumni-content {
  text-align: center;
}
.alumni-content > img {
  max-width: 180px;
  float: none;
  margin: auto;
}
.container-button {
  text-align: center;
  padding: 2.25rem 0 3.5rem;
}
.btn-cerita {
  background: #F26D0F;
  width: 19.875rem;
  height: 2.625rem;
  border-radius: 120px;
  border: none;
}

/*FASILITAS*/
.fasilitas-section {
  background: linear-gradient(288.95deg, #FFE2C0 0%, #F9FCFF 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 60px 60px 0px 0px;
  padding-bottom: 5rem;
  margin-top: -4rem;
  overflow: hidden;
}
.fasilitas-title {
  padding: 4.5rem 14.25rem 3.75rem;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #333842;
}
.fasilitas {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
}
.fasilitas-content-point {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 200px;
  margin-top: -3.2rem;
}
.fasilitas-point {
  background: #FFFFFF;
  border-radius: 8px;
  width: 175px !important;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #E0EEFA;
}
.fasilitas-point-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #333842;
  padding: 0.5rem 2.313rem;
}
.img-fasilitas-point {
  width: 100%;
  height: 7.1rem;
  border-radius: 6px 6px 0px 0px;
}
.fasilitas-description-flex {
  display: flex !important;
}
.img-fasilitas-description {
  width: 41.9rem;
  border-radius: 10px 0px 0px 10px;
  justify-self: right;
}
.fasilitas-description {
  border-radius: 0px 10px 10px 0px;
  background: #FFFFFF;
  width: 21rem;
}

.fasilitas-description-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #333842;
  text-align: start;
  padding: 2rem 1.5rem 0.25rem;
  margin-bottom: 0;
}
.fasilitas-description-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E677B;
  text-align: start;
  padding: 0 4.5rem 0 1.5rem;
}
.fasilitas-description-point {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  text-align: left;
}
.fasilitas-description-detail-placeholder {
  padding-left: 0.866rem;
  padding-right: 1.5rem;
}
.icon-fasilitas {
  padding: 3.25rem 0 0 1.5rem;
}
.fasilitas-description-point-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333842;
  padding-top: 1.5rem;
  margin: 0;
}
.fasilitas-description-point-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E677B;
}
.fasilitas-additional-point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8rem;
}
p.fasilitas-additional-point-description {
  text-align: center;
}
.img-additional-point {
  width: 200px;
  height: 200px;
}
.fasilitas-additional-point-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333842;
  padding-top: 1.734rem;
  padding-right: 1rem;
}
.fasilitas-content-point .slick-current .fasilitas-point {
  border: 4px solid #F26D0F;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /*FASILITAS*/
  .fasilitas-section {
      margin-top: -7rem;
  }
  .fasilitas {
      grid-template-columns: 1fr;
      margin-top: 7rem;
  }
  .fasilitas-content-point {
      width: 560px;
      margin-left: 5.7rem;
  }
  .fasilitas-point {
      margin-right: 1rem;
  }
  .fasilitas-title {
      padding: 2.25rem 4rem 0rem;
      font-size: 20px;
      line-height: 30px;
  }
  .fasilitas-description-flex {
      padding: 0;
      flex-direction: column;
  }
  .fasilitas-content-description {
      margin-left:5.7rem;
  }
  .img-fasilitas-description {
      width: 35rem;
      border-radius: 10px 10px 0px 0px;
  }
  .fasilitas-description {
      border-radius: 0px 0px 10px 10px;
      width: 35rem;
  }
  .fasilitas-description-title {
      font-size: 18px;
      line-height: 28px;
      padding: 1rem 1.5rem 0.25rem;
  }
  .fasilitas-description-detail {
      padding: 0 3.5rem 0 1.5rem;
      margin: 0;
  }
  .fasilitas-description-point-title {
      font-size: 16px;
      line-height: 24px;
  }
  .fasilitas-description-detail-placeholder {
      padding-right: 2.5rem;
  }
  .fasilitas-additional-point {
      margin-right: -2.5rem !important;
      padding-top: 3rem;
  }
  .fasilitas-additional-point-content {
      width: 210px !important;
      margin-right: 25px;
      text-align: center;
  }
  .fasilitas-additional-point-description {
      padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  /*FASILITAS*/
  .fasilitas-section {
      margin-top: -7rem;
  }
  .fasilitas {
      grid-template-columns: 1fr;
      margin-top: 7rem;
      padding-left: 1rem;
  }
  .fasilitas-content-point {
      width: 370px;
  }
  .fasilitas-point {
      margin-right: 2rem;
      width: 179px !important;
  }
  .img-fasilitas-point {
      width: 11.2rem;
      height: 8.1rem;
  }
  .fasilitas-title {
      padding: 2.25rem 4rem 0rem;
      font-size: 20px;
      line-height: 30px;
  }
  .fasilitas-description-flex {
      padding: 0;
      flex-direction: column;
  }
  .img-fasilitas-description {
      width: 21rem;
      border-radius: 10px 10px 0px 0px;
  }
  .fasilitas-description {
      border-radius: 0px 0px 10px 10px;
  }
  .fasilitas-description-title {
      font-size: 18px;
      line-height: 28px;
      padding: 1rem 1.5rem 0.25rem;
  }
  .fasilitas-description-detail {
      padding: 0 3.5rem 0 1.5rem;
      margin: 0;
  }
  .fasilitas-description-point-title {
      font-size: 16px;
      line-height: 24px;
  }
  .fasilitas-description-detail-placeholder {
      padding-right: 2.5rem;
  }
  .fasilitas-additional-point {
      margin-top: 7rem;
      margin-right: -1.27rem !important;
  }
  .fasilitas-additional-point-content {
      width: 210px !important;
      margin-right: 25px;
  }
  .fasilitas-additional-point-description {
      padding-right: 1rem;
  }
}

/*FACILITY*/
.facility-head {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  color: #333842;
}
.facility-desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: #5E677B;
}
.facility-subhead {
  font-family: 'Inter';
  font-weight: 700;
  color: #333842;
}
.font-desc-fasilitas {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: #FFFEFD;
}
.facility-nav p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #333842;
  padding: 0.5rem 0;
}
.facility {
  background-image: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20287%20(1).png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.facility-box {
  background: #FFFFFF;
}
.facility-card > img {
  object-fit: cover;
}
.facility-info_point {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.facility-nav {
  text-align: center;
  border: 1px solid #E0EEFA;
  border-radius: 8px;
  width: 100%!important;
  cursor: pointer;
}
.facility-nav img {
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  width: 100%;
}
.notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  padding: 1.5rem 0;
}
.facility-nav-slick .slick-current .facility-nav {
  outline: 4px solid #F26D0F;
  border-radius: 8px;
}
@media(min-width: 1025px) {
  .facility-head {
      font-size: 28px;
      line-height: 42px;
  }
  .facility-desc {
      font-size: 16px;
      line-height: 24px;
      padding: 0 0 1rem;
  }
  .facility-subhead {
      font-size: 20px;
      line-height: 30px;
  }
  .facility-point .facility-desc {
      max-width: 80%;
      padding: 0.25rem 0;
  }
  .font-desc-fasilitas {
      font-size: 20px;
      line-height: 24px;
  }
  .page-center-facility {
      float: none!important;
      width: 90%!important;
      max-width: 1200px!important;
      margin: 0 auto!important;
  }
  .facility {
      padding: 3rem 0 6rem;
      border-radius: 60px 60px 0 0;
      margin-top: -6.5rem;
  }
  .facility-content_title {
      padding: 0 0 2rem;
  }
  .facility-content_wrapper {
/*         background: linear-gradient(303.94deg, #53BBD4 -33.92%, #5C49D8 124.28%); */
    background: linear-gradient(45deg, #EA4952 0%, #F26D0F 100%);
      border-radius: 16px;
  }
  .facility-box {
      box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
      border-radius: 12px;
      display: grid;
      grid-template-columns: 20% 80%;
      align-items: center;
  }
  .facility-card {
      display: flex!important;
      align-items: center;
      gap: 1.5rem;
  }
  .facility-card > img {
      height: 457px!important;
  }
  .facility-info_point {
      padding: 1rem 0;
  }
  .facility-nav-slick .slick-list {
      padding: 0 20px!important;
  }
  .facility-nav {
      margin: 0.5rem 0;
  }
  .facility-nav img {
      height: 5.25rem;
  }
}
@media(max-width: 1024px) {
  .facility-head {
      font-size: 18px;
      line-height: 28px;
      padding: 1rem 0 0;
  }
  .facility-desc, .facility-subhead, .font-desc-fasilitas {
      font-size: 16px;
      line-height: 24px;
  }
  .facility-point .facility-desc {
      max-width: 90%;
      padding: 0.25rem 0;
  }
  .facility {
      padding: 2rem 0 6rem;
      background-position-x: center;
      margin-top: -6.5rem;
  }
  .facility-content_title {
      float: none;
      margin: auto;
      max-width: 80%;
      padding: 0 0 1rem;
  }
  .facility-box {
      padding: 0 1rem;
  }
  .facility-nav-slick {
      padding: 0 0 1.5rem;
  }
  .facility-nav-slick .slick-list {
      padding: 1rem 0.5rem 1rem 0!important;
  }
  .facility-nav-slick .slick-slide {
      padding: 0 0.5rem;
  }
  .facility-nav img {
      height: 6rem;
  }
  .facility-card_info {
      float: none;
      margin: auto;
      max-width: 90%;
      padding-bottom: 1rem;
  }
  .facility-info_point {
      padding: 1rem 0 0;
  }
  .facility-notice {
      background: linear-gradient(303.94deg, #53BBD4 -33.92%, #5C49D8 124.28%);
      border-radius: 0 0 12px 12px;
  }
  .notice {
      float: none;
      margin: auto;
      max-width: 76%;
  }   
}
@media(min-width: 768px) and (max-width: 1024px) {
  .facility {
      position: relative;
      margin-top: -6.5rem;
  }
}


/*PD*/
.tag-pd {
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/BA%202022%20-%20SD/Revamp/ribbon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: fit-content;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  padding: 0.5rem 2.25rem 0.5rem 2rem;
}
.title-pd {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  color: #333842;
}
.desc-pd {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  color: #333842;
}
.btn-pd {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #F26D0F;
  border-radius: 120px;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  line-height: 24px;
}
.btn-pd:hover {
  cursor: pointer;
  text-decoration: none;
  filter: brightness(95%);
}
.cta-pd a, .cta-pd a:hover  {
  text-decoration: none;
}
@media(min-width: 1025px) {
  .tag-pd {
      margin-left: -2.1rem;
  }
  .title-pd {
      font-size: 36px;
      line-height: 54px;
      max-width: 80%;
      padding-top: 20px;
  }
  .desc-pd {
      font-size: 20px;
      line-height: 28px;
      padding: 12px 0 32px;
      max-width: 80%;
  }
  .btn-pd {
      padding: 0.8rem 3rem 0.9rem;
  }
  .pd {
      background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/BA%202022%20-%20SD/Revamp/bg%20section%20PD.png), #fff;
      background-size: 100%, cover;
      background-repeat: no-repeat;
      padding: 2rem 0;
  }
  .pd-content {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      align-items: center;
  }
  .pd-content_img img {
      max-width: 700px;
  }
}
@media(max-width: 1024px) {
  .title-pd {
      font-size: 24px;
      line-height: 36px;
      padding-top: 1.8rem;
  }
  .desc-pd {
      font-size: 16px;
      line-height: 24px;
      padding: 12px 0 20px;
      max-width: 90%;
  }
  .btn-pd {
      width: 100%;
      padding: 0.8rem 0;
  }
  .pd {
      background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/BA%202022%20-%20SD/Revamp/bg-pd-mobile.png), #fff;
      background-size: 100%, cover;
      background-repeat: no-repeat;
      padding: 3.5rem 0 0;
      display: flex;
      align-items: flex-end;
      margin-bottom: -2rem;
  }
  .pd-content_img {
      padding-top: 3rem;
  }
}

/*TEACHER*/
.font-title-teacher {
  font-family: Inter;
  font-weight: 700;
  color: #333842;
}
.font-desc-teacher {
  font-family: Inter;
  font-weight: 400;
  color: #333842;
}
.font-name-teacher {
  font-family: 'Inter';
  font-weight: 600;
  text-align: center;
  color: #000000;
}
.font-rate-teacher {
  font-weight: bold;
}
.font-univ-teacher {
  font-family: Inter;
  color: #333842;
  font-weight: 400;
  display: flex;
  gap: 0.25rem;
}
.font-info-teacher {
  font-family: Inter;
  font-weight: 400;
  text-align: center;
  color: #5E677B;
}
.font-skor-teacher {
  font-family: Inter;
  font-weight: 400;
  color: #0A2540;
  line-height: 21px;
  padding-top: 0.1rem;
}
.besar {
  font-weight: 700;
}
.font-point-teacher {
  font-family: Inter;
  font-weight: 400;
  color: #333842;
}
.teacher {
  background-image: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20290%20(1).png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.teacher-info {
  text-align: center;
}
.teacher-right_info {
  display: grid;
  justify-content: center;
  float: none;
}
.skor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.teacher-info_rate {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 0.35rem;
}
.teacher-point {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .font-title-teacher {
      font-size: 32px;
      line-height: 48px;
  }
  .font-desc-teacher {
      font-size: 16px;
      line-height: 24px;
  }
  .font-name-teacher {
      font-size: 24px;
      line-height: 36px;
  }
  .font-univ-teacher {
      font-size: 14px;
      line-height: 20px;
      padding: 0.65rem 0;
      align-items: center;
      justify-content: center;
  }
  .font-info-teacher {
      font-size: 12px;
      line-height: 18px;
      padding: 0 0 0.8rem;
      float: none;
      margin: auto;
      max-width: 75%;
  }
  .font-rate-teacher {
      font-size: 20px;
      line-height: 21px;
  }
  .font-skor-teacher {
      font-size: 14px;
  }
  .besar {
      font-size: 20px;
  }
  .font-point-teacher {
      font-size: 18px;
      line-height: 28px;
      max-width: 80%;
  }
  .teacher {
      background-image: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20290%20(1).png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      min-height: 50rem;
      margin-top: -5.1rem;
      padding-bottom: 4rem;
  }    
  .teacher-left > .font-desc-teacher {
      padding: 1.25rem 0 1.5rem;
  }
  .teacher-content {
      display: grid;
      grid-template-columns: 1fr .5fr;
      align-items: center;
      gap: 2.5rem;
  }
  .teacher-left {
      width: 90%;
  }
  .teacher-right_info {
      align-items: flex-start;
      column-gap: 0;
      width: 98%;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 2rem 0 0;
  }
  .teacher-info_rate img {
      width: 1.2rem;
  }
  .teacher-point {
      column-gap: 0.6rem;
      padding-bottom: 1rem;
      align-items: center;
  }
  .teacher-point img {
      width: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .font-title-teacher {
      font-size: 24px;
      line-height: 36px;
  }
  .font-desc-teacher {
      font-size: 16px;
      line-height: 24px;
      padding: 0.5rem 0 1rem;
      max-width: 95%;
  }
  .font-point-teacher {
      font-size: 14px;
      line-height: 20px;
      max-width: 62%;
  }
  .font-name-teacher {
      font-size: 14px;
      line-height: 20px;
  }
  .font-info-teacher {
      font-size: 10px;
      line-height: 16px;
      padding: 0.5rem 0;
      float: none;
      margin: auto;
      max-width: 80%;
  }
  .font-skor-teacher {
      font-size: 14px;
      line-height: 21px;
  }
  .besar {
      font-size: 16px;
  }
  .font-univ-teacher {
      font-size: 12px;
      line-height: 18px;
      padding: 0.3rem 0;
      align-items: flex-start;
      justify-content: center;
  }
  .font-univ-teacher img {
      padding-top: 0.1rem;
  }
  .font-rate-teacher {
      font-size: 16px;
      line-height: 21px;
  }
  .font-per-teacher {
      font-size: 14px;
      line-height: 21px;
  }
  .font-point-teacher {
      font-size: 14px;
      line-height: 20px;
      max-width: 82%;
  }
  .teacher {
      background-image: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/BA%202022%20-%20SD/Revamp/bg-mt-mobile.png);
      padding: 2rem 0 5rem;
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .teacher-content {
      display: flex;
      flex-direction: column-reverse;
  }
  .teacher-right_info {
      grid-template-columns: 1fr 1fr 1fr;
      align-items: flex-start;
      margin: auto;
      padding: 1rem 0;
      width: 95%;
  }
  .teacher-info_rate {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      column-gap: 0.35rem;
  }
  .teacher-info_rate img {
      width: 1.15rem;
  }
  .teacher-left {
      padding: 2rem 0 1rem;
  }
  .teacher-point {
      column-gap: 0.5rem;
      align-items: center;
      padding-bottom: 0.5rem;
  }
  .teacher-point img {
      width: 1.2rem;
      padding-top: 0.1rem;
  }
}

/*BRAINIES*/
.font-title-brainies {
  font-family: 'Inter';
  font-weight: 700;
  text-align: center;
  color: #333842;
  float: none;
  margin: auto;
}
.brainies {
  background-image: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/image%20249%20(1).png');
  background-size: cover;
  background-repeat: no-repeat;
}
.brainies-picker p {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333842;
}
.brainies-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: 1rem 0 1.5rem;
  margin-bottom: 0!important;
}
.brainies-tabs li {
  list-style: none;
}
.tab-check {
  width: 20px;
  display: block;
}
.brainies-tabs li a {
  background: linear-gradient(116.62deg, #286BC0 33.31%, #2EB5C0 114.74%);
  box-shadow: 0px 8px 16px -2px rgba(6, 6, 141, 0.12);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  padding: .5rem 1.5rem;
  cursor: pointer;
}
.brainies-tabs li a:hover {
color: #fff;
}
.brainies-tabs li a.inactive {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px -2px rgba(6, 6, 141, 0.12);
  border-radius: 100px;
  font-weight: 600;
  color: #333842;
}
.inactive .tab-check {
  display: none;
}
.brainies-card {
  height: 0;
  overflow: hidden;
}
.show-card {
  height: auto!important;
}
.cta-brainies {
  text-align: center;
  float: none;
  margin: auto;
}
.btn-brainies {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  background: #F26D0F;
  border-radius: 120px;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding: 11px 0;
}
@media(min-width: 1025px) {
  .font-title-brainies {
      font-size: 36px;
      line-height: 54px;
      max-width: 60%;
      padding: 0 0 1rem;
  }
  .brainies {
      padding: 3rem 0;
  }
  .brainies-wrapper {
      background-image: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/BA%202022%20-%20SD/Revamp/bg-brainies-web.png);
      background-size: 100% 100%;
      padding: 3rem 0;
      position: relative;
      filter: drop-shadow(0px 12px 16px rgba(129, 134, 142, 0.12));
      background-repeat: no-repeat;
  }
  .brainies-picker {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
  }
  .brainies-slick-wrapper {
      padding: 2rem 0 3rem;
      float: none;
      margin: auto;
      max-width: 95%;
  }
  .brainies-slick {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: flex-start;
      justify-content: center;
  }
  .cta-brainies {
    max-width: 26%;
  }
}
@media(max-width: 1024px) {
  .font-title-brainies {
      font-size: 24px;
      line-height: 36px;
  }
  .brainies-wrapper {
      background-image: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/BA%202022%20-%20SD/Revamp/bg-brainies-web.png);
      background-size: cover;
      background-position-x: center ;
      padding: 1.5rem;
      position: relative;
      box-shadow: 0px 12px 16px rgba(129, 134, 142, 0.12);
      border-radius: 40px;
      background-repeat: no-repeat;
  }
  .brainies-picker {
      text-align: center;
      padding: 1.5rem 0 0;
  }
  .alumni-story {
      max-width: 90%;
  }
  .brainies-slick, .brainies-slick-wrapper {
      padding-bottom: 1rem;
  }
  .brainies-slick .slick-dots li {
      margin: 0!important;
      padding: 0 .35rem!important;
  }
  .brainies-slick .slick-dots li button:before {
      color: #BEC8D0 !important;
      opacity: 1 !important;
      font-size: 12px!important;
  }
  .brainies-slick .slick-dots li.slick-active button:before {
      color: transparent!important;
      font-size: 16px!important;
      background: linear-gradient(104.87deg,#52aee2 -6.89%,#4cc2a6 105.8%);
      border-radius: 50%;
      width: 16px!important;
      height: 16px!important;
      float: none;
      margin: 0.1rem auto 0 !important;
      right: 0;
  }
  .cta-brainies {
      max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .font-title-brainies {
      max-width: 60%;
  }
}

/*VIDEOS*/
.green-text {
  color: #20A4B0;
}
.orange-text {
  color: #F26D0F;
}
.videos-content {
  display: flex;
  align-items: center;
}
@media(min-width: 821px) {
  .videos .font-title-brainies {
      max-width: 90%;
  }
  .brainies-videos {
      padding: 4.5rem 0 2rem;
  }
  .videos-content {
      padding: 1rem 0;
      gap: 2rem;
  }
}
@media(max-width: 820px) {
  .videos .font-title-brainies {
      max-width: 100%;
  }
  .videos .font-title-brainies > span:first-child {
      display: inline-block;
      width: 80%!important;
  }
  .brainies-videos {
      padding: 2rem 0 1rem;
  }
  .videos-content {
      flex-direction: column;
      justify-content: center;
      gap: 0.6rem;
      padding: 1rem 0;
  }
}
/*MODAL VIDEO CSS*/
.modal-video {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
@media(min-width:821px) {
  .modal-video-close-btn {
      border-radius: 20px !important;
      background-color: #2eb5c0 !important;
      top: -25px !important;
      right: -25px !important;
      cursor: pointer !important;
  }
  .modal-video-close-btn:before,
  .modal-video-close-btn:after {
      width: 60% !important;
      top: 65% !important;
      left: 7.5px !important;
  }
}

/*custom style c*/
#section-bimbel-cabang {
background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/03%20-%20Homepage%20Brainacademy%202022/Revamp%20Homepage/bg-maps-homepage-desktop.png');
background-position: bottom;
background-repeat: no-repeat;
background-size: 100% 100%;
padding:7rem 0 4rem;
z-index: 2;
position: relative;
overflow: hidden;
margin-top: -4rem;
}

.container-bc-title {
font-weight: 700;
font-size: 36px;
line-height: 54px;
text-align: center;
color: #333842;
}

.container-bc-content {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
}

.bc-search-bar {
background: #FFFFFF;
box-shadow: 0px 10px 20px rgba(60, 71, 103, 0.06);
border-radius: 100px;
display: flex;
flex-wrap: nowrap;
align-self: center;
align-items: center;
width: 75%;
padding: 0.25rem 1rem;
margin-top: 2rem;
margin-bottom: 2.5rem;
}

.img-bc-search-icon {
width: 25px;
height: 25px;
}

.bc-search-bar-input {
border: none !important;
margin: 0 !important;
}

#bc-result {
display: flex;
background: #FFFFFF;
border-radius: 20px;
box-shadow: 0px 10px 20px rgb(60 71 103 / 6%);
align-self: center;
width: 75%;
margin-top: -1rem;
margin-bottom: 1.5rem;
}

.bc-result-list {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
margin-top: 1rem;
}

.bc-result-list li {
width: 52rem;
list-style-type: none;
}

.bc-result-list li:hover {
border-style: solid;
border-color: #ffffff #ffffff #3CB6C1 #ffffff;
}

.bc-region {
display: flex;
flex-wrap: nowrap;
align-self: center;
margin-bottom: 3.375rem;
}

.bc-region-pills {
background: #FFFFFF;
box-shadow: 0px 8px 16px -2px rgba(6, 6, 141, 0.12);
border: none;
border-radius: 100px;
padding: 0.5rem 1.5rem;
margin-right: 1.6rem;
}

.bc-region-name {
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #333842;
margin: 0;
}

.region-pills-active {
background: #3CB6C1;
}

.region-pills-active .bc-region-name {
color: #FFFFFF;
}

.bc-maps {
display: flex;
flex-wrap: nowrap;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
border-radius: 16px 0px 0px 16px;
height: 35rem;
}

.bc-maps-list {
padding: 1rem;
overflow-x: hidden;
overflow-y: scroll;
}

.bc-maps-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #DADFEA;
}

.bc-maps-list::-webkit-scrollbar-thumb:hover {
  opacity: .9;
}

.bc-maps-list::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent;
}

.bc-maps-list::-webkit-scrollbar {
  width: .5rem;
  height: 10px;
  background-color: transparent;
  background: #fff;
  border-radius: 10px;
}

.bc-maps-item {
display: flex;
flex-wrap: nowrap;
cursor: pointer;
padding: 0.75rem;
}

.maps-item-active {
background: #E4F6F7;
border-radius: 12px;
}

.img-building-thumbnail {
min-width: 70px;
max-height: 75px;
object-fit: cover;
border-radius: 4px;
margin-right: 0.938rem;
}

.detail-branch-name {
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #333333;
margin-bottom: 0.375rem;
}

.detail-address {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #434856;
}

.detail-branch {
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #50B8C8;
}

.detail-branch:hover {
color: #50B8C8;
text-decoration: none;
}

#lokasi-map {
width: 49rem;
height: 35rem;
}

.d_active {
display: block !important;
}

.bc-region .slick-dots {
padding: 0 6rem 0 0 !important;
}

.bc-region .slick-dots li button:before {
font-family: 'slick';
font-size: 12px!important;
width: 20px!important;
height: 20px!important;
content: '•';
text-align: center;
opacity: 1!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: rgba(0, 0, 0, 0.4)!important;
border-radius: 60px!important;
}

.bc-region .slick-dots li.slick-active button:before {
color: #2EB5C0!important;
}

@media (max-width: 767px) {
#section-bimbel-cabang {
/*     background: #F6F8FA; */
  background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/Brain%20Academy%20Branch%20-%20Anak%20Cabang/bg_section-maps.png');
  background-size: 100%;
  padding-top: 7rem;
  padding-bottom: 2.25rem;
  margin-top: -4.5rem;
}

.container-bc-title {
  font-size: 24px;
  line-height: 36px;
}

.bc-search-bar {
  width: 95%;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.bc-region {
  overflow: hidden;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  justify-content: space-evenly;
}

.bc-region .slick-track{
  overflow: hidden;
  height: 65px;
}

.bc-region .slick-list{
  overflow: hidden; 
  width: 375px;
}

.bc-m-region {
  padding: 1rem 0 0.5rem;
  margin: 0 0.3rem;
  width: 9rem;
}

.bc-region-pills {
  width: 100% !important;
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
}

.bc-maps {
  flex-direction: column;
  height: 45rem;
}

#lokasi-map {
  width: 100%;
  height: 25rem;
}
.bc-maps-embed{
  margin-top: 2rem;
  width: 100%; 
}

}


/* new testimonies */
.brainies .page-center {
  padding: 0!important;
  margin: 0!important;
  max-width: 100%!important;
  width: 100%!important;
}

.brainies-wrapper {
  max-width: 100%!important;
  border-radius: 0!important;
  background-image: none;
  background: url(https://cdn-web-2.ruangguru.com/file-uploader/lp/b90d3cf7-6219-47a3-b89b-3af8882accae.png), url(https://cdn-web-2.ruangguru.com/file-uploader/lp/3f51c448-a1aa-4d95-8df9-2f694d33705a.png), linear-gradient(135deg, #20A4B0 0%, #495CCB 100%);
  background-repeat: no-repeat;
  background-position-x: left, right, 100%;
  background-position-y: bottom, top, 100%;
  background-size: 404px, 404px, 100%;
}

h2.font-title-brainies {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
}

.brainies-picker p {
  display: none;
}

.brainies-tabs {
  background: #fff;
  box-shadow: 0px 12px 16px rgba(129, 134, 142, 0.12);
  border-radius: 9999px;
  padding: 4px;
}

img.tab-check {
  display: none!important;
}

.brainies-tabs li a {
  box-shadow: 0px 8px 16px rgba(129, 134, 142, 0.08);
  background: #20A4B0;
}

.brainies-tabs li a.inactive {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

p.alumni-story {
  color: #fff;
}

h2.font-title-brainies {
    color: #333842;
}

.alumni-content {
    position: relative;
    padding-top: 2rem;
}

.alumni-campus {
    position: absolute;
    top: .5rem;
    left: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #3CB6C1;
    box-shadow: 0px 8px 16px rgba(129, 134, 142, 0.08);
    border-radius: 12px;
    padding: 8px 14px;
    width: 186px;
}

p.description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #5E677B;
}

p.campus {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    color: #2C313A;
}

p.alumni-story {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #13939E;
    padding: 0!important;
    margin: 0;
    max-width: 100%;
}

.desc-wrapper-testi {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 8px 16px rgba(129, 134, 142, 0.08);
    border-radius: 12px;
    padding: 12px 16px;
    width: 80%;
    margin: auto;
    margin-top: -5rem;
    position: relative;
    z-index: 5;
}

p.alumni-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #2C313A!important;
    text-align: left!important;
    padding: 8px 0 0!important;
}

.alumni-cabang {
    display: none;
}

p.text-cabang {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    color: #5E677B;
}

.alumni-content > img {
    max-width: 288px;
}

img.icon-desc-testi {
    position: absolute;
    top: -1rem;
    left: -1rem;
}

@media (min-width: 1025px) {
  .videos-content {
    padding: 1rem 5rem;
  }
}

@media (max-width: 767px) {
  .framing-live {
      width: 320px;
      height: 205px;
  }

  .framing-live video {
      width: 290px;
      top: 45px;
      left: 6px;
  }

  div#live-teaching {
      display: flex;
      justify-content: center;
  }
  
  .brainies-slick-wrapper {
      margin-top: 2rem;
  }

  .brainies-tabs {
      width: 260px;
  }

  .brainies-picker {
      display: flex;
      justify-content: center;
  }
}

.chosen-package-wrapper-orange,
.chosen-package-wrapper-blue {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    text-align: left;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 16px;
    background: url(https://cdn-web-2.ruangguru.com/file-uploader/lp/a7c24938-cb13-4503-a6c4-69d07d019467.png), linear-gradient(45deg, #EA4952 0%, #F26D0F 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 30%, 100%;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 8px 16px rgba(129, 134, 142, 0.08);
    border-radius: 12px;
    align-items: center;
}

.chosen-package-wrapper-blue {
  background: url(https://cdn-web-2.ruangguru.com/file-uploader/lp/a7c24938-cb13-4503-a6c4-69d07d019467.png), linear-gradient(135deg, #20A4B0 0%, #495CCB 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 30%, 100%;
}

p.package-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

p.package-desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  width: 14rem;
}

button.btn-see-more-brainies {
    border: 1px solid #CFD3DB;
    border-radius: 9999px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #2C313A;
    padding: 8px 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .brainies-slick-wrapper {
      margin-top: 2rem;
  }

  .brainies-tabs {
      width: 260px;
  }

  .brainies-picker {
      display: flex;
      justify-content: center;
  }

  img.icon-campus {
      width: 40px;
      margin-top: 0;
  }

  img.icon-desc-testi {
      width: 40px;
      top: -2.5rem;
  }

  .alumni-content > img {
      width: 100%;
  }

  .videos-content {
      flex-direction: row;
      padding: 1rem;
  }
  .pd-content {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      align-items: center;
  }

  .teacher-content {
      display: grid;
      grid-template-columns: 1fr .5fr;
      align-items: center;
      gap: 2.5rem;
  }
  
  p.package-desc {
    width: 10rem;
  }
  
  .facility-card > img {width: 100%;}
  
  .pd {margin-bottom: 0!important;}
  
  h3.font-title-fitur {
      font-size: 20px;
      line-height: 30px;
  }

  p.font-desc-fitur {
      font-size: 14px;
      line-height: 22px;
  }

  .fitur-card_img > img {width: 100%!important;}

}


@media (max-width: 767px) {
  .chosen-package-wrapper-orange, .chosen-package-wrapper-blue {
    width: 100%;
    gap: 0.5rem;
  }
  .alumni-campus{
    left: 0;
  }
  .desc-wrapper-testi {
    width: 94%;
  }
  
  .videos-content {
    padding: 1rem;
  }
  
  p.package-desc {
    width: 10rem;
  }
  
  .coba-card {
      margin: auto;
      margin-top: 2rem;
      width: 90%;
  }
  
  img.mobile {
    width: 100%;
  }

  button.coba-gratis-button {
    width: 19rem;
  }
  
  h2.title-live {
      font-size: 20px;
      line-height: 28px;
      max-width: 100%;
  }

  p.desc-live {
      font-size: 16px;
      line-height: 26px;
  }

  .konten-live__left {
      padding: 1.3rem;
  }
}

