h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #252525;
  font-size: 36px;
  line-height: 46.8px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #252525;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.body {
  height: auto;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #555555;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.subtitle.app {
  color: #9D9D9D;
}

.subtitle.sub-banner.display-none {
  display: none;
}

.subtitle.program {
  margin-bottom: 40px;
}

.subtitle.middle {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.subtitle.sosmed {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.subtitle.bantuan {
  margin-left: 10px;
  font-weight: 600;
}

.paragraph_type-2 {
  color: #555;
  font-size: 14px;
}

.paragraph_type-2.footer-tagline {
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

.paragraph_type-2.box_question-copy {
  text-align: center;
}

.paragraph_type-2.middle {
  text-align: center;
}

.brand {
  width: 89px;
  height: 29px;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: none;
}

.nav_link.w--current {
  color: #ff6112;
}

.main_banner-section {
  height: auto;
  margin-top: 77px;
  background-color: #fff8f3;
}

.icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo_image {
  width: 89px;
  height: 29px;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  max-width: 1366px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_menu-open {
  margin-left: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main_nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-style: solid;
  border-width: 0.5px;
  border-color: white;
  background-color: #fff;
}

.nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.download-app-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sosmed-nav {
  opacity: 0.75;
  filter: grayscale(1);
  transition: 250ms ease-in-out filter;
}

.sosmed-nav:hover {
  opacity: 1;
  filter: grayscale(0);
}

.image-9 {
  width: 120px;
  max-width: none;
}

.image-9.googleplay {
  width: 128px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.app-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.side-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sosmed {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sosmed.mobile {
  display: none;
}

.footer_link-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 62px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

.footer_link-logo.w--current {
  max-height: 62px;
  max-width: 160px;
}

.footer-link {
  margin-right: 0px;
  margin-bottom: 16px;
  opacity: 0.67;
  color: #000;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #FF6112;
  font-weight: 500;
}

.footer-active {
  font-weight: 500;
  color: #FF6112;
}

.h3 {
  display: block;
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.h3.works {
  margin-bottom: 12px;
}

.h3.complaints {
  padding: 20px;
  text-align: center;
}

.image-8 {
  width: 129px;
}

.image-10 {
  width: 20px;
  margin-right: 10px;
  margin-left: 0px;
}

.footer--section {
  height: 197px;
  background-color: #fafafa;
}

.footer_side-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: auto;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.footer_side-wrap.mobile {
  display: none;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 197px;
  max-width: 1366px;
  padding: 20px 60px;
  background-color: #fafafa;
}

.link-block {
  margin-left: 10px;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
}

.paragraph.visi {
  color: #9d9d9d;
  line-height: 32px;
}

.paragraph.misi, .paragraph.misi2 {
  line-height: 32px;
  color: #9D9D9D
}

.paragraph.misi p,
.paragraph.misi2 p {
  margin-bottom: 0;
}

.paragraph.icon-list {
  display: block;
  margin-left: 10px;
  font-size: 16px;
  text-align: left;
}

.paragraph.icon-list:hover {
  font-weight: 600;
}

.paragraph.question-list {
  margin-bottom: 10px;
  font-weight: 700;
}

.paragraph.answer-list {
  margin-top: 20px;
  border-bottom: 1px solid #E9E9E9;
}

.paragraph.answer-list *:first-child {
  margin-top: 0;
}

.main_banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  max-width: 1366px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #ffe7da;
  background-image: url('../images/Banner_Homepage.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button_box {
  height: 45px;
  max-width: 185px;
  min-width: 185px;
  border-radius: 50px;
  background-color: #ff6112;
}

.button_box.left-icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_box.right-icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_box.right-icon-button.karir {
  max-width: 249px;
  min-width: 249px;
}

.whatsapp-icon {
  margin-right: 10px;
  margin-left: 10px;
}

.button {
  color: #fff;
  text-decoration: none;
}

.button.display-none {
  display: none;
}

.button_copy {
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 16px;
}

.button_copy.karir {
  padding-bottom: 0px;
}

.main_banner-copy {
  width: 575px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container {
  max-width: 1366px;
  padding-right: 60px;
  padding-left: 60px;
}

.container.box_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.section {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.app_download {
  background-color: #fff;
}

.section.testimoni {
  overflow: hidden;
  padding-bottom: 0px;
  background-color: #fafafa;
}

.section.bantuan {
  margin-top: 0px;
}

.section.pertanyaan {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.app_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.app_download-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 380px;
  height: 295px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.app_download-copy {
  max-width: 520px;
  margin-left: 120px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-app {
  overflow: visible;
  max-width: 550px;
}

.testmoni_heading {
  margin-top: 47px;
  margin-bottom: 60px;
  text-align: center;
}

.testimoni_slider-wrapper-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimoni_slider-wrapper-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 279px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.09); */
  text-align: center;
}

.testimoni_slider-slide-nav {
  margin-bottom: 32px;
  /* border-style: solid;
  border-width: 1px; */
}

.testimoni_slider {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 435px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
}

.testimoni_slider-mask {
  overflow: visible;
  width: 800px;
  height: 300px;
}

.testimoni_slider-slide {
  margin-right: 40px;
  margin-left: 0px;
}

.sub-title-2 {
  color: #9d9d9d;
  font-weight: 400;
  text-align: left;
}

.sub-title-2.testimoni {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.sub-title-2.works {
  margin-bottom: 12px;
}

.display-none {
  display: none;
}

.testimoni_slider-wrapper-content--pic {
  position: relative;
  bottom: -47px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

.arrow_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 200px;
  margin-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 100px;
  background-color: #fff;
}

.arrow_box.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(48px, 0px);
  -ms-transform: translate(48px, 0px);
  transform: translate(48px, 0px);
}

.left-arrow {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-11 {
  width: 6.12px;
  height: 12px;
  max-width: 100%;
}

.image-12 {
  width: 6.12px;
  height: 12px;
}

.box_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1016px;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.box_question-copy-wrapper {
  margin-right: 30px;
  margin-left: 30px;
}

.box_question-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 160px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.box_question-cta+.box_question-cta {
  border-left: 1px solid #e9e9e9;
}

.box_question-icon {
  width: 61px;
  height: 69px;
}

.box_question-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.box_icon {
  width: 61px;
  height: 60px;
}

.testimoni-slide-nav {
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.testimoni-slide-nav.left-arrow {
  transform: translate(-400px, 0);
}

.testimoni-slide-nav.right-arrow {
  transform: translate(400px, 0);
}

.testimoni-slide-nav .arrow_box {
  margin: 0;
  transform: scale(1);
  transition: 250ms ease-in-out transform;
  cursor: pointer;
}

.testimoni-slide-nav .arrow_box:hover {
  transform: scale(1.125);
}

.testimoni_slider-slide-nav .w-slider-dot {
  margin: 0 .5rem .25rem;
}

.testimoni_slider-slide-nav .w-slider-dot.w-active {
  background-color: #ff6112;
}

.testimoni_container {
  overflow: hidden;
  max-width: none;
}

.box_question-wrapper-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sub_banner-section {
  margin-top: 77px;
  margin-bottom: 60px;
}

.sub_banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  max-width: 1440px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Banner_Karir.png');
  background-position: 50% 50%;
  background-size: cover;
}

.sub_banner-container.faq {
  background-image: url('../images/faq-banner.png');
}

.sub_banner-container.program {
  background-image: url('../images/program-banner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.sub_banner-copy {
  max-width: 650px;
  margin-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

h1.sub_banner-heading {
  margin-top: 32px;
}

.sub_banner-copy.program, .sub_banner-copy.karir{
  margin-top: 70px;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  padding-top: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.breadcrumb_current {
  padding-right: 5px;
  padding-left: 5px;
}

.breadcrumb_home {
  padding-right: 5px;
  padding-left: 5px;
  color: #ff6112;
  text-decoration: none;
}

.box_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box_content {
  width: auto;
  height: auto;
  /* max-height: 256px; */
  max-width: 288px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.box_image {
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 288px;
}

.box_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 288px;
  min-height: 136px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.sub-title-1 {
  color: #9d9d9d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.works_slider-arrow {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 35px;
  height: 35px;
}

.works_slider-arrow.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

.works_slider-arrow.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

.work-container {
  overflow: hidden;
  max-width: 1366px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
}

.works-section {
  /* margin-top: 60px; */
  margin-bottom: 72px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main_flex_slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 358px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-31 {
  max-height: 100%;
}

.works_slider-copy {
  display: block;
  width: 392px;
  max-width: 100%;
  /* margin-right: 40px;
  margin-left: 80px; */
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.works_slider-slide {
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.works_slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  display: block;
  width: 9.18px;
  height: 18px;
}

.works_slider {
  height: 358px;
  min-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.works_slider-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 288px;
  max-width: 288px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.title-feature {
  position: relative;
  right: auto;
  display: block;
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.title-feature.works {
  width: auto;
  margin-bottom: 34px;
  margin-left: 0px;
}

.title-feature.team {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.works_slider-mask {
  position: static;
  overflow: hidden;
  width: auto;
  height: auto;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.question_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 267px;
  max-height: 267px;
  max-width: 1224px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/program-banner-question.png');
  background-position: 50% 50%;
  background-size: cover;
}

.question_box.karir {
  background-image: url('../images/ahli-gizi-banner.png');
  background-position: 100% 50%;
  background-size: cover;
}

.question_box-copy {
  padding: 50px 51px 51px;
}

.question_box-copy.karir {
  max-width: none;
  min-width: auto;
}

.heading-4 {
  margin-top: 0px;
}

.perks-container {
  max-width: 1366px;
  padding-right: 60px;
  padding-left: 60px;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-wrapper.coach-perks {
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-picture-team {
  width: 160px;
  height: 181px;
  max-height: none;
  max-width: none;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.profile-picture-team.programs {
  width: 160px;
  height: 160px;
  max-width: none;
  margin-bottom: 20px;
  background-color: transparent;
}

.image-21 {
  width: 160px;
  height: 160px;
  max-width: none;
  border-radius: 100px;
}

.team-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 232px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.team-bio.image-coach {
  width: 232px;
  max-width: 400px;
  min-width: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.perks-section {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.title-perks {
  text-align: center;
}

.questionere_section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.questionere_container {
  max-width: 1366px;
  padding-right: 60px;
  padding-left: 60px;
}

.questionere_wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.box_complaint {
  max-height: none;
  max-width: none;
  border: 1px solid #ffd5c6;
  border-radius: 10px;
  cursor: pointer;
}

.box_complaint:hover {
  background-color: #ffd5c6;
}

.box_complaint + .box_complaint {
  margin-top: 1rem;
}

.tentang-kami_image-box {
  overflow: hidden;
  max-height: 240px;
  max-width: 496px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tentang-kami_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tentang-kami_copy-wrapper {
  margin-right: 40px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tentang-kami_section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tentang-kami_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 1366px; */
  padding: 40px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.nutritionis {
  background-color: #fafafa;
}

.list-set-wrapper {
  padding-left: 20px;
}

.tentang-kami-image {
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin: 0px;
}

.div-block-50 {
  margin-left: 0px;
}

.div-block-50.copy-2 {
  margin-right: 30px;
  margin-left: 0px;
  margin-top: 60px;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  padding-right: 60px;
  padding-left: 60px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-11.goal {
  margin-top: 40px;
}

.div-block-49 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Image Copy"
    "Copy-2 .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.image-38 {
  padding: 0px;
}

.image-team {
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-7 {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
}

.heading-8 {
  margin-bottom: 20px;
}

.heading-9 {
  margin-bottom: 20px;
}

.div-block-51 {
  overflow: hidden;
  width: 496px;
  height: 240px;
}

.div-block-52 {
  overflow: hidden;
  width: 496px;
  height: 240px;
  margin-left: 0px;
  margin-top: 60px;
}

.image_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  max-width: 100%;
  height: 288px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.link_box-sosmed {
  color: #000;
  text-decoration: none;
}

.sosmed_box .icon_sosmed img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.sosmed_box {
  opacity: 0.5;
  color: #262626;
  font-weight: 500;
  transition: 250ms ease-in-out opacity;
}

.sosmed_box:hover {
  opacity: 1;
}

.sosmed_box:hover .icon_sosmed img {
  filter: grayscale(0);
}

.copy_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-39 {
  width: auto;
  height: auto;
}

.icon_sosmed {
  width: 22px;
  height: 22px;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-block.next {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.5;
  transform: rotate(0deg);
  transition: 250ms ease-in-out;
  transition-property: transform, opacity;
}

.icon-block img {
  filter: grayscale(1);
  transition: 250ms ease-in-out filter;
}

.list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #262626;
  transition: 250ms ease-in-out color;
}

.list-block:hover,
.list-block.active:hover {
  color: #ff6112;
}

.list-block:hover .icon-block img,
.list-block.active .icon-block img {
  filter: grayscale(0);
}

.list-block.active {
  color: #262626;
  font-weight: 700;
}

.list-block.active .icon-block.next {
  transform: rotate(-90deg);
  opacity: 1;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-column {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-40 {
  width: 20px;
  height: 20px;
}

.image-41 {
  width: 20px;
  height: 20px;
  max-width: none;
}

.question_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy_question-list {
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-question-list {
  width: 20px;
  height: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.list {
  margin-bottom: 20px;
}

.side_list.tentang-sirka {
  display: block;
}

.side_list.manfaat-program {
  display: none;
}

.side_list.siapa-saja-pengguna-sirka {
  display: none;
}

.side_list.harga-pengembalian-dana {
  display: none;
}

.side_list.mulai-program {
  display: none;
}

.side_list.alergi-atau-penyakit {
  display: none;
}

.side_list.makanan-olahraga {
  display: none;
}

.side_list.pendaftaran-aplikasi {
  display: none;
}

.side_list.data-privasi {
  display: none;
}

.question-list-bullet {
  margin-top: 20px;
}

.question-list-bullet.program {
  margin-top: 0px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.question-cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  margin-top: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  border-radius: .5rem;
  border: 1px solid #E9E9E9;
}

.copy-question-cta-box {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-56 {
  width: 61px;
  height: 60px;
}

.text-block {
  text-align: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.heading-13 {
  margin-top: 0px;
}

.column-question.mobile {
  display: none;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-back {
  width: 20px;
  height: 20px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-decoration: none;
}

.bantuan_copy {
  margin-bottom: 10px;
}

.bantuan_list.terms-of-service {
  display: block;
}

.w-nav-menu .nav_link:hover,
.w-nav-menu .nav_link.w--current:hover {
  color: #ff6112;
}

.w-nav-menu .nav_link.w--current {
  font-weight: 700;
  color: #262626;
}

.program-slider {
  margin-bottom: 3rem;
}

.program-slider-wrap {
  display: flex;
  justify-content: flex-end;
}

.program-slide-list {
  position: relative;
  width: 100%;
  width: calc((288px * 3) + 1.5rem);
}

.program-slide-list .swiper-slide {
  opacity: 0.5;
  transition: 250ms ease-in-out opacity;
}

.program-slide-list .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.program-slide-item {
  padding: 0 .75rem;
}

.program-slide-item img {
  width: 288px;
  height: 288px;
  object-fit: cover;
  border-radius: .5rem;
}

.program-slide-nav {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 1.5rem;
}

.program-slide-nav-item {
  cursor: pointer;
  padding: 0 .25rem;
}

.program-slide-content {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.program-slide-content.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .subtitle.program {
    margin-bottom: 40px;
    line-height: 26px;
  }

  .paragraph_type-2.box_question-copy {
    font-size: 12px;
  }

  .brand {
    width: 92px;
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav_link {
    display: block;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav_link:hover {
    color: #ff6112;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }

  .nav_link:active {
    color: #ff6112;
    text-shadow: none;
  }

  .icon {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo_image {
    width: 92px;
    height: 30px;
    max-width: 100%;
  }

  .navbar-container {
    height: 77px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button-2 {
    margin-right: 0px;
  }

  .menu-button-2.w--open {
    border-radius: 10px;
    background-color: #ff6112;
  }

  .nav_menu-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff5e0;
  }

  .nav_wrapper {
    margin-right: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .download-app-footer {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .image-9 {
    width: 120px;
  }

  .image-9.googleplay {
    width: 126px;
  }

  .nav-wrapper {
    font-size: 12px;
  }

  .nav-footer {
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-footer-wrapper {
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sosmed.mobile {
    display: none;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link:hover {
    font-weight: 500;
  }

  .h3 {
    font-size: 16px;
  }

  .footer--section {
    height: 220px;
  }

  .footer_side-wrap {
    width: 250px;
    margin-right: 0px;
  }

  .footer_side-wrap.mobile {
    display: none;
  }

  .footer-container {
    height: 220px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .main_banner-container {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 70% 50%;
  }

  .main_banner-copy {
    width: 340px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .main_heading-banner {
    font-size: 24px;
    line-height: 31.2px;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.karir {
    /* padding-left: none; */
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.testimoni {
    background-color: #fafafa;
  }

  .app_download-copy {
    margin-left: 20px;
  }

  .testimoni {
    overflow: hidden;
  }

  .testmoni_heading {
    font-size: 24px;
    line-height: 31.2px;
  }

  .testimoni_slider-wrapper-content-copy {
    width: 600px;
  }

  .testimoni_slider {
    background-color: transparent;
  }

  .testimoni_slider-mask {
    width: 600px;
  }

  .sub-title-2 {
    font-size: 12px;
    text-align: left;
  }

  .sub-title-2.testimoni {
    font-size: 14px;
  }

  .box_question {
    width: 760px;
  }

  .heading {
    font-size: 24px;
    line-height: 31.2px;
  }

  .box_question-wrapper-link {
    width: 450px;
    margin-right: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    color: #555555;
    font-weight: 300;
  }

  .heading-2 {
    line-height: 31.2px;
  }

  .sub_banner-container {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 76% 50%;
  }

  .sub_banner-copy {
    width: 350px;
  }

  .sub_banner-heading {
    font-size: 24px;
    line-height: 31.2px;
  }

  .box_copy {
    min-height: 130px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .work-container {
    overflow: hidden;
    margin-top: 40px;
  }

  .works-section {
    padding-top: 0px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .works_slider-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .title-feature.team {
    position: static;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .question_box {
    width: 740px;
    background-position: 70% 50%;
  }

  .question_box.karir {
    background-position: 70% 50%;
  }

  .question_box-copy {
    margin-left: 20px;
    padding: 20px;
  }

  .question_box-copy.karir {
    max-width: 330px;
    padding: 0px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .team-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .team-wrapper.coach-perks {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-auto-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .profile-picture-team {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
    min-height: 120px;
    min-width: 120px;
  }

  .profile-picture-team.programs {
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-21 {
    width: 160px;
    height: 160px;
    max-width: none;
  }

  .team-bio {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-bio.image-coach {
    max-width: 500px;
    margin-top: 20px;
  }

  .perks-section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .questionere_container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .questionere_wrapper {
    grid-row-gap: 14px;
    grid-template-areas: "Area";
  }

  .tentang-kami_container {
    padding: 0px 40px;
  }

  .container-11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-49 {
    grid-template-areas: "Image Copy"
      "Copy-2 .";
    -ms-grid-columns: 1.25fr 1.25fr;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .image-team {
    max-width: 170px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .heading-9 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 31.2px;
  }

  .div-block-51 {
    width: 340px;
    height: 160px;
  }

  .div-block-52 {
    width: 340px;
    height: 170px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .image_box {
    width: 150px;
    height: 150px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .heading-12.temukan {
    margin-top: 50px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .works-section .title-feature.works {
    margin-bottom: .5rem;
  }

  .works-section .heading-5 {
    text-align: left;
  }

  .program-slider-wrap {
    justify-content: flex-start;
    margin-left: -.75rem;
  }

  .program-slide-nav {
    right: auto;
    left: .5rem;
    left: calc(50vw - 4rem);
    padding-top: 1rem;
  }

  .program-slider {
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    text-align: left;
  }

  .subtitle.app {
    text-align: center;
  }

  .subtitle.middle {
    margin-left: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .subtitle.sosmed {
    position: static;
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph_type-2.footer-tagline {
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
  }

  .brand {
    padding-left: 0px;
  }

  .nav_link {
    margin-left: 20px;
  }

  .navbar-container {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-button-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-right: 0px;
  }

  .nav_menu-open {
    margin-left: 0px;
    background-color: #fff5e0;
  }

  .nav_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .download-app-footer {
    margin: 0px 40px 20px 10px;
  }

  .image-9 {
    width: 150px;
  }

  .image-9.googleplay {
    width: 120px;
  }

  .nav-wrapper {
    display: block;
    /* margin-top: 20px; */
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .nav-footer {
    margin: 0px 20px 0px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .app-wrapper {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .app-wrapper.app_download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .side-footer-wrapper {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sosmed {
    display: none;
    margin-top: 10px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  a.sosmed-nav:hover {
    color: #ff6112;
  }

  .sosmed.mobile {
    display: block;
    margin-left: 10px;
    padding-left: 0px;
  }

  .footer_link-logo {
    width: 103.23px;
    height: 40px;
  }

  .footer-link {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .image-8 {
    width: 83.56px;
    height: 26.71px;
    max-width: none;
  }

  .footer--section {
    height: auto;
  }

  .footer_side-wrap {
    display: none;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-left: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer_side-wrap.mobile {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-container {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20.8px;
  }

  .main_banner-container {
    height: 500px;
    padding-right: 40px;
    padding-left: 40px;
    background-image: url('../images/Banner_Homepage-mobile.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .main_banner-copy {
    width: auto;
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .container.app_download {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.box_question {
    padding: 0px 40px;
  }

  .container.karir {
    /* padding-left: none; */
  }

  .section {
    padding-top: 0px;
  }

  .section.app_download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .app_download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app_download-copy {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .testimoni_slider-wrapper-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testmoni_heading {
    line-height: 22px;
  }

  .testimoni_slider-wrapper-content-copy {
    width: auto;
    height: 350px;
  }

  .testimoni_slider {
    left: auto;
    height: 490px;
  }

  .testimoni_slider-mask {
    overflow: visible;
    width: 500px;
    height: 350px;
  }

  .arrow_box.left-arrow {
    display: none;
  }

  .box_question {
    width: auto;
    height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box_question-cta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .box_question-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading {
    text-align: center;
  }

  .right-arrow {
    display: none;
  }

  .testimoni_container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .testimoni_slider-wrapper-content--pic {
    width: 72px;
    height: 72px;
  }

  .box_question-wrapper-link {
    height: auto;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .heading-2 {
    text-align: center;
  }

  .sub_banner-container {
    height: 500px;
    padding: 0px 40px;
    background-image: url('../images/karir-banner-mobile.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .sub_banner-container.faq {
    background-image: url('../images/faq-banner-mobile.png');
  }

  .sub_banner-container.karir {
    background-image: url('../images/about-mobile.png');
    background-position: 50% 100%;
    /* background-image: url('../images/karir-banner-mobile.png');
    background-position: 100% 100%; */
  }

  .sub_banner-container.program {
    background-image: url('../images/program-banner-mobile.png');
    background-size: cover;
    background-position: inherit;
  }

  .sub_banner-copy {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .sub_banner-copy.program, .sub_banner-copy.karir {
    margin-top: -20px;
  }

  .box_wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box_content {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-3 {
    text-align: center;
  }

  .sub-title-1 {
    text-align: left;
  }

  .works_slider-arrow.right-arrow {
    margin-top: 0px;
  }

  .work-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .works-section {
    margin-bottom: 0px;
  }

  .main_flex_slider-wrapper {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-31 {
    width: auto;
    max-height: 400px;
    max-width: 400px;
    min-height: 200px;
    min-width: 200px;
  }

  .works_slider-copy {
    margin-top: .5rem;
  }

  .works_slider-wrapper {
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .works_slider {
    height: auto;
    min-width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .works_slider-image {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-feature {
    margin-left: 0px;
  }

  .title-feature.works {
    position: static;
    margin-left: 0px;
  }

  .question_box {
    width: auto;
    height: 370px;
    max-height: none;
    background-image: url('../images/program-banner-mobile-question.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .question_box.karir {
    width: 100%;
    height: 510px;
    background-image: url('../images/ahli-gizi-banner-mobile.png'), url('../images/ahli-gizi-banner.png');
    background-position: 85% 100%, 40% 50%;
    background-size: cover, cover;
  }

  .question_box-copy {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .question_box-copy.karir {
    max-width: none;
    padding: 21px;
  }

  .heading-5 {
    text-align: center;
  }

  .perks-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-wrapper.coach-perks {
    justify-items: center;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-21 {
    display: block;
    width: 100px;
    height: 100px;
    max-width: none;
  }

  .team-bio {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .team-bio.image-coach {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-team {
    height: 120px;
  }

  .perks-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .questionere_container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .questionere_wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tentang-kami_copy-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .tentang-kami_container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-set-wrapper {
    margin-left: 0px;
  }

  .container-11 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-49 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: row;
    grid-column-gap: 16px;
    grid-template-areas: "Image"
      "Area-2"
      "Area"
      "Copy-2";
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-38 {
    display: inline-block;
  }

  .heading-9 {
    text-align: center;
  }

  .div-block-51 {
    width: auto;
    height: 240px;
    max-width: 496px;
  }

  .div-block-52 {
    width: auto;
    height: 240px;
    max-width: 496px;
  }

  .image_box {
    width: 156px;
    height: 156px;
  }

  .link_box-sosmed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .copy_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sosmed_box {
    margin-bottom: 10px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .heading-12 {
    text-align: center;
  }

  .list-block {
    margin-bottom: 25px;
  }

  .side_list.tentang-sirka {
    margin-bottom: 30px;
  }

  .side_list.manfaat-program {
    display: block;
  }

  .side_list.siapa-saja-pengguna-sirka {
    display: block;
  }

  .side_list.harga-pengembalian-dana {
    display: block;
  }

  .side_list.mulai-program {
    display: block;
  }

  .side_list.alergi-atau-penyakit {
    display: block;
  }

  .side_list.makanan-olahraga {
    display: block;
  }

  .side_list.pendaftaran-aplikasi {
    display: block;
  }

  .side_list.data-privasi {
    display: block;
  }

  .column-question {
    /* display: none; */
  }

  .column-question.mobile {
    display: block;
  }

  .column-question.bantuan {
    display: block;
  }

  .column-6 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .col-3 {
    width: 100%;
  }
  .w-col.media-about {
    width: 50%;
  }

  .nav-wrapper.desktop {
    display: none;
  }

  .nav-wrapper.mobile {
    display: block !important;
  }

  .ms-5 {
    margin-left: 0 !important;
  }
  .subtitle {
    text-align: left;
  }

  .subtitle.middle {
    margin-left: 0px;
  }

  .paragraph_type-2.box_question-copy {
    font-size: 12px;
  }

  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button-2 {
    margin-right: 0px;
  }

  .nav_menu-open {
    margin-left: 0px;
    background-color: #fff5e0;
  }

  .nav_wrapper {
    margin-left: 0px;
  }

  .download-app-footer {
    margin-top: 0px;
    margin-left: 10px;
  }

  .image-9 {
    width: 115px;
    margin-bottom: 10px;
  }

  .image-9.googleplay {
    width: 120px;
    margin-left: 10px;
    padding-left: 0px;
  }

  .nav-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    text-align: left;
  }

  .nav-footer {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .app-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .app-wrapper.app_download {
    margin-top: 20px;
  }

  .sosmed {
    padding-left: 0px;
  }

  .sosmed.mobile {
    padding-left: 0px;
  }

  .footer_link-logo {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link {
    font-weight: 500;
  }

  .h3 {
    text-align: center;
  }

  .image-8 {
    max-width: 180px;
  }

  .footer_side-wrap.mobile {
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .link-block {
    margin-left: 0px;
  }

  .paragraph.box {
    text-align: center;
  }

  .main_banner-container {
    height: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.app_download {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.box_question {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding-top: 0px;
  }

  .section.testimoni {
    overflow: hidden;
  }

  .app_download-image-wrapper {
    overflow: hidden;
    width: 330px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-app {
    overflow: visible;
    width: 440px;
    max-width: none;
  }

  .testmoni_heading {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
  }

  .testimoni_slider-wrapper-content {
    bottom: auto;
  }

  .testimoni_slider-wrapper-content-copy {
    min-height: 615px;
  }

  .testimoni_slider {
    min-height: 800px;
  }

  .testimoni_slider-slide-nav {
    margin-bottom: 47px;
  }

  .testimoni_slider-mask {
    width: 330px;
  }

  .section.pertanyaan {
    padding: 10px 15px;
  }

  .sub-title-2.testimoni {
    font-size: 14px;
  }

  .testimoni_slider-wrapper-content--pic {
    bottom: -50px;
    width: 72px;
    height: 72px;
  }

  .box_question {
    height: 290px;
    padding: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .box_question-cta {
    max-width: 110px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .box_question-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    font-size: 24px;
    line-height: 31.2px;
  }

  .testimoni_container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box_question-wrapper-link {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-2 {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
  }

  .sub_banner-container {
    height: 360px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 100%;
  }

  .sub_banner-container.about-us {
    background-image: url(../images/karir-banner-mobile.png);
    background-position-y: 0;
    background-size: cover;
  }

  .sub_banner-container.faq {
    background-image: url(../images/faq-banner-mobile.png);
  }

  .heading-3 {
    font-size: 24px;
    line-height: 31.2px;
  }

  .sub-title-1 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .work-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .works-section {
    padding-top: 0px;
  }

  .image-31 {
    width: auto;
    height: auto;
    max-height: 350px;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .works_slider-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 300px;
    min-width: auto;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .works_slider-wrapper {
    min-width: auto;
  }

  .works_slider {
    min-width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
  }

  .works_slider-image {
    overflow: hidden;
    width: auto;
    height: auto;
    min-width: auto;
  }

  .title-feature {
    position: static;
    width: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .title-feature.works {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .question_box {
    height: 400px;
    background-position: 50% 100%;
  }

  .question_box.karir {
    width: 100%;
    height: 410px;
    background-image: url('../images/ahli-gizi-banner-mobile.png');
    background-position: 80% 100%;
    background-size: cover;
  }

  .question_box-copy.karir {
    margin-top: 0px;
  }

  .perks-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .team-wrapper.coach-perks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-bio {
    width: auto;
    max-width: 300px;
    min-width: 250px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .perks-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-perks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .questionere_container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .questionere_wrapper {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .tentang-kami_container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tentang-kami_image-wrapper {
    margin-right: 0px;
  }

  .tentang-kami_image-box {
    margin-bottom: 30px;
  }

  .list-set-wrapper {
    margin-left: 0px;
  }

  .container-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-11.goal {
    margin-top: 0;
  }

  .div-block-49 {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .div-block-51 {
    height: 195px;
  }

  .div-block-52 {
    margin-top: 0;
    height: auto;
  }

  .div-block-50.copy-2 {
    margin-top: 10px;
    margin-right: 0;
  }

  .heading-9 {
    text-align: left;
  }

  .list-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .left-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copy_question-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
  }

  .div-block-53 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .question-cta-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
  }

  .paragraph.p-mobile {
    font-size: 14px;
    line-height: 20.8px;
    text-align: center;
    margin-bottom: 10px;
  }

  .copy-question-cta-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-13 {
    text-align: center;
  }

  .column-question.mobile {
    display: block;
  }

  .bantuan_list.terms-of-service.display-none {
    display: none;
  }
}

#w-node-ee963c5f-e543-4ba1-f33c-127b4a808089-ec716095 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee963c5f-e543-4ba1-f33c-127b4a80808e-ec716095 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee963c5f-e543-4ba1-f33c-127b4a808091-ec716095 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee963c5f-e543-4ba1-f33c-127b4a808096-ec716095 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee963c5f-e543-4ba1-f33c-127b4a80809b-ec716095 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee963c5f-e543-4ba1-f33c-127b4a8080a5-ec716095 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee963c5f-e543-4ba1-f33c-127b4a8080aa-ec716095 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d7688ff3-4152-da17-881d-3ce632d8ea67-ec716095 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d7688ff3-4152-da17-881d-3ce632d8ea69-ec716095 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d7688ff3-4152-da17-881d-3ce632d8ea73-ec716095 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d7688ff3-4152-da17-881d-3ce632d8ea81-ec716095 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  .col-3 {
    width: 100%;
  }
  #w-node-cc05e6fb-76c9-2a8d-b58f-2648181387c3-ec716095 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_962c9b93-31be-e6aa-42a6-fabf16f9d86e-7baa4c2f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
  .ms-5 {
    margin-left: 0 !important;
  }
  .heading.heading-app {
    margin-top: 8px;
  }
  #w-node-d7688ff3-4152-da17-881d-3ce632d8ea67-ec716095 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-d7688ff3-4152-da17-881d-3ce632d8ea69-ec716095 {
    grid-area: Area-2;
  }

  #w-node-d7688ff3-4152-da17-881d-3ce632d8ea73-ec716095 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Copy-2;
  }

  #w-node-d7688ff3-4152-da17-881d-3ce632d8ea81-ec716095 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    grid-area: Area;
  }

  @media screen and (max-width: 767px) {
    #w-node-d7688ff3-4152-da17-881d-3ce632d8ea69-ec716095 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-d7688ff3-4152-da17-881d-3ce632d8ea73-ec716095 {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 991px) {
    #w-node-d7688ff3-4152-da17-881d-3ce632d8ea73-ec716095 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-d7688ff3-4152-da17-881d-3ce632d8ea81-ec716095 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  #w-node-_962c9b93-31be-e6aa-42a6-fabf16f9d86e-7baa4c2f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

.ml-auto {
  margin-left: auto;
}

.sirka-button {
  min-width: 185px;
  border-radius: 50px;
  background-color: #ff6112;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  height: fit-content;
  width: fit-content;
}

.sirka-button a {
  color: white;
  text-decoration: unset;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .btn-assessment {
    display: none !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .btn-assessment {
    display: block;
  }
}