/* FONTS */
@font-face {
  font-family: "Work Sans";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/v1/fonts/Work_Sans/static/WorkSans-Regular.ttf");
}

@font-face {
  font-family: "Work Sans";
  font-weight: bold;
  font-style: normal;
  src: url("/assets/v1/fonts/Work_Sans/static/WorkSans-Bold.ttf");
}

@font-face {
  font-family: 'Sora';
  font-weight: normal;
  font-style: normal;
  src:  url('/assets/v1/fonts/Sora/sora-regular.ttf');
}

@font-face {
  font-family: 'Sora';
  font-weight: 600;
  font-style: normal;
  src:  url('/assets/v1/fonts/Sora/sora-semibold.ttf');
}

@font-face {
  font-family: 'Sora';
  font-weight: bold;
  font-style: normal;
  src:  url('/assets/v1/fonts/Sora/sora-bold.ttf');
}

@font-face {
  font-family: 'Sora';
  font-weight: normal;
  font-style: italic;
  src:  url('/assets/v1/fonts/Sora/Sora-MediumItalic.otf');
}

@font-face {
  font-family: 'Sora';
  font-weight: 600;
  font-style: italic;
  src:  url('/assets/v1/fonts/Sora/Sora-SemiBoldItalic.otf');
}

@font-face {
  font-family: 'Sora';
  font-weight: bold;
  font-style: italic;
  src:  url('/assets/v1/fonts/Sora/sora-bold.ttf');
}

/* GLOBAL */
:root {
  --dark: #233C45;
  --red: #EB4B40;
  --light: #FDF7ED;
}

body {
  color: var(--dark);
  font-family: "Sora";
  font-size: calc(16 / 1440 * 100vw);
}
p {
  margin-bottom: 24px;
}
h1, .h1 {
  font-size: calc(40 / 1440 * 100vw);
  font-weight: bold;
}
h2, .h2 {
  font-size: calc(35 / 1440 * 100vw);
  font-weight: bold;
}
h3, .h3 {
  font-size: calc(30 / 1440 * 100vw);
  font-weight: bold;
}
h4, .h4 {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 600;
}
.sub-h1 {
  font-size: calc(20 / 1440 * 100vw);
}
.sub-h2 {
  font-size: calc(18 / 1440 * 100vw);
}
.body2 {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: bold;
}
.button-font {
  font-size: calc(16 / 1440 * 100vw);
}
.button2-font {
  font-size: calc(14 / 1440 * 100vw);
  font-weight: bold;
}
.header-font {
  font-size: calc(14 / 1440 * 100vw);
  font-weight: bold;
}
a {
  text-decoration: none;
}
a > .button-font,
a > .button2-font,
a:hover > .button-font,
a:hover > .button2-font {
  color: var(--light);
}
section.h1-section {
  color: var(--light);
  background: linear-gradient(90deg, var(--light), var(--red), var(--light));
  height: 180px;
  text-align: center;
  display: flex;
  align-items: center;
}
section.h1-section > h1 {
  width: 100%;
}

.gebrak-section .container-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
}

.gebrak-wrapper {
  padding: 0rem;
  width: calc((1440 - (62 * 2)) / 1440 * 100vw);
}

.gebrak-wrapper .row {
  width: 100%;
}

.gebrak-wrapper .row div:not([class*="offset-"]) {
  margin: 0rem;
  padding: 0rem;
}

.gebrak-section.gebrak-light-yellow-section {
  background-color: var(--light);
}

.gebrak-section.gebrak-yellow-section {
  background-color: #FAF2BE;
}

.gebrak-img {
  display: block;
  width: 100%;
}

.justified {
  text-align: justify;
}

/*
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  p {
    margin-bottom: 14px;
  }
  h1, .h1 {
    font-size: 33px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 27px
  }
  .sub-h2 {
    font-size: 16px;
  }
  .button-font {
    font-size: 13px;
  }
  .button2-font {
    font-size: 11px;
  }
  section.h1-section {
    background: linear-gradient(90deg, var(--light), var(--red) 20%, var(--red) 80%, var(--light));
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
  */

  @media (min-width: 600px) {
    .animation-section h4,
    .animation-section .h4 {
      font-size: min(2vw, calc(24 / 1440 * 100vw));
    }
  }

  @media (max-width: 576px) {
    body {
      font-size: calc(14 / 16 * 1rem);
    }
    h1, .h1 {
      font-size: calc(22 / 16 * 1rem);
    }
    h2, .h2 {
      font-size: calc(20 / 16 * 1rem);
    }
    h3, .h3 {
      font-size: calc(18 / 16 * 1rem);
    }
    h4, .h4 {
      font-size: calc(16 / 16 * 1rem);
    }
    .sub-h1 {
      font-size: calc(15 / 16 * 1rem);
    }
    .sub-h2 {
      font-size: calc(15 / 16 * 1rem);
    }
    .body2 {
      font-size: calc(14 / 16 * 1rem);
    }
    .button-font {
      font-size: calc(14 / 16 * 1rem);
    }
    .button2-font {
      font-size: calc(14 / 16 * 1rem);
    }
    .header-font {
      font-size: calc(12 / 16 * 1rem);
    }
  }

/* HEADER & FOOTER */
.navbar {
  background-color: var(--dark);
  padding: 0rem;
}
.navbar-brand > img {
  height: calc(53 / 1440 * 100vw);
  aspect-ratio: 300/81;
  position: inherit;
  z-index: 2;
}
.nav-link {
  color: var(--light);
  font-weight: bold;
  margin-left: 32px;
}
.nav-link:hover, .navbar-nav .nav-link.active {
  color: var(--red);
}
.navbar-toggler {
  border-color: var(--light);
}
.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28253, 247, 237, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
footer > section.socmed {
  background-color: #fff;
  text-align: center;
  min-height: 321px;
  display: flex;
  align-items: center;
}
footer > section.socmed h2 {
  margin-bottom: 26px;
}
footer > section.socmed .button {
  display: inline-block;
  width: 230px;
  height: 67px;
  line-height: 67px;
  background-color: var(--light);
  border-radius: 20px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  margin: 8px 24px;
}
footer > section.socmed .button a, section.socmed .button a:hover {
  color: var(--dark);
}
footer > section.socmed .button img {
  height: 32px;
  width: auto;
  aspect-ratio: 37/36;
}
footer > section.links {
  background-color: var(--red);
  color: var(--light);
  height: 146px;
  display: flex;
  align-items: center;
}
footer > section.links div.row > div:last-child {
  text-align: right;
}
footer > section.links a {
  color: var(--light);
  font-weight: bold;
  padding-left: 48px;
}
footer > section.links a:hover {
  color: var(--dark);
}
footer > section.links a.privacy-policy {
  padding-left: 0;
  text-decoration: underline;
  font-weight: normal;
}

.mobile-anchor {
  position: relative;
}

.gebrak-navbar .gebrak-wrapper {
  justify-content: center;
}

.links-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: end;
}

.links-wrapper .nav-link {
  margin: 0rem;
  padding: 0rem!important;
}

.navlink-wrapper {
  gap: calc(60 / 1440 * 100vw);
  margin: 0rem;
}

.gebrak-navbar .container-fluid {
  justify-content: center;
}

.navbar-wrapper {
  padding: calc(28 / 1440 * 100vw) 0rem;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-left: 0;
  }
  footer > section.links div.row > div:last-child {
    text-align: left;
  }
  footer > section.links a {
    padding-left: 0;
    display: block;
  }
  footer > section.socmed {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.gebrak-section .gebrak-wrapper div.subscribe-wrapper {
  margin-top: calc(80 / 1440 * 100vw);
  text-align: left;


  display: flex;
  align-items: end;
  justify-content: center;
}

.subscribe-wrapper .mc-field-group,
.subscribe-wrapper .clear {
  display: inline-block;
}

section.mailist-section .subscribe-wrapper input[type=text],
section.mailist-section .subscribe-wrapper input[type=email] {
  border: none;
  border-bottom: 2px solid var(--dark);
  margin: 0rem;

  width: calc(277 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .subscribe-wrapper .mc-field-group:first-child {
  margin-right: calc(43 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .subscribe-wrapper .clear {
  margin-left: calc(66 / 1440 * 100vw);
}

.copyright-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.socmed-wrapper {
  align-self: center;
  display: flex;
  gap: calc(23 / 1440 * 100vw);
  justify-content: end;
}

footer > section.links .socmed-wrapper {
  margin-top: 1rem;
}

footer > section.links .socmed-wrapper a {
  padding-left: 0rem;
}

.mobile-wrapper {
  display: none;
  position: inherit;
  z-index: 1;
}

@media (max-width: 1200px) {
  #mobile-menu {
    display: none;
  }

  #gebrak-mobile-menu {

    position: fixed;
    z-index: 1200;
    top: 0rem;
    right: 0rem;
    height: 100vh;
    width: calc(300 / 1200 * 100vw);

    padding: calc(90 / 1200 * 100vw) calc(30 / 1200 * 100vw) calc(40 / 1200 * 100vw) calc(30 / 1200 * 100vw);
    background-color: var(--dark);
  }

  #mobile-menu .overlay {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }

  #gebrak-navbar-toggler {
    display: block;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    background: url(../icons/ui/nav.svg) no-repeat center;
    width: calc(26 / 1200 * 100vw);
    height: calc(26 / 1200 * 100vw);
    background-size: calc(26 / 1200 * 100vw) auto;
    border: none;
  }

  #gebrak-mobile-menu #mobile-close {
    position: absolute;
    top: calc(30 / 1200 * 100vw);
    right: calc(30 / 1200 * 100vw);
    background: url(../icons/ui/cross-heavy.svg) no-repeat center;
    width: calc(24 / 1200 * 100vw);
    height: calc(24 / 1200 * 100vw);
    background-size: calc(24 / 1200 * 100vw) auto;
    cursor: pointer;
  }

  .links-wrapper {
    display: none;
  }

  .mobile-wrapper {
    display: block;

    align-items: center;
    display: flex;
    height: 100%;
    justify-content: end;
  }

  .mobile-wrapper .logo img {
    height: calc(40 / 1200 * 100vw);
  }

  .mobile-wrapper .links-wrapper {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: unset;
  }

  .mobile-wrapper .links-wrapper .navlink-wrapper {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: calc(20 / 1200 * 100vw);
    padding: 0rem;
  }

  .mobile-wrapper .links-wrapper .navlink-wrapper .nav-link {
    font-size: calc(15 / 1200 * 100vw);
  }

  .mobile-wrapper .logo {
    position: absolute;
    left: calc(30 / 1200 * 100vw);
    bottom: calc(40 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
  }
}

@media (max-width: 768px) {
  #gebrak-mobile-menu {
    padding: calc(81 / 16 * 1rem) calc(27 / 16 * 1rem) calc(36 / 16 * 1rem) calc(27 / 16 * 1rem);
    width: calc(270 / 16 * 1rem);
  }

  .mobile-wrapper .links-wrapper .navlink-wrapper {
    gap: calc(18 / 16 * 1rem);
  }

  .mobile-wrapper .links-wrapper .navlink-wrapper .nav-link {
    font-size: calc(13.5 / 16 * 1rem);
  }

  #gebrak-navbar-toggler {
    width: calc(21.6 / 16 * 1rem);
    height: calc(21.6 / 16 * 1rem);
    background-size: calc(21.6 / 16 * 1rem) auto;
  }

  #gebrak-mobile-menu #mobile-close {
    top: calc(27 / 16 * 1rem);
    right: calc(27 / 16 * 1rem);
    background: url(../icons/ui/cross-heavy.svg) no-repeat center;
    width: calc(21.6 / 16 * 1rem);
    height: calc(21.6 / 16 * 1rem);
    background-size: calc(21.6 / 16 * 1rem) auto;
  }

  .mobile-wrapper .logo {
    position: absolute;
    left: calc(27 / 16 * 1rem);
    bottom: calc(30 / 16 * 1rem);
    height: calc(36 / 16 * 1rem);
  }

  .mobile-wrapper .logo img {
    height: calc(36 / 16 * 1rem);
  }
}

@media (max-width: 576px) {
  .gebrak-section .gebrak-wrapper div.subscribe-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  section.mailist-section .subscribe-wrapper input[type=text], section.mailist-section .subscribe-wrapper input[type=email] {
    width: 100%;
  }

  .gebrak-section .gebrak-wrapper .subscribe-wrapper .mc-field-group,
  .gebrak-section .gebrak-wrapper .subscribe-wrapper .clear {
    width: 100%;
    text-align: center;
    margin: 0rem;
  }

  footer > section.links {
    text-align: center;
  }

  .copyright-wrapper {
    padding-bottom: 1rem;
  }

  footer .body2 {
    text-align: center;
  }

  .socmed-wrapper {
    justify-content: center;
  }

  .socmed-wrapper .button img{
    width: calc(20 / 16 * 1rem);
  }

  .navbar-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;

    padding: calc(13.5 / 16 * 1rem) 0rem;
  }

  .navbar-brand > img {
    height: calc(36 / 16 * 1rem);
    aspect-ratio: 300 / 81;
  }

  .mobile-only {
    display: block;
  }

  .gebrak-section .gebrak-wrapper .subscribe-wrapper .mc-field-group:first-child {
    margin-right: 0rem;
  }
}

@media (max-width: 420px) {
  #gebrak-mobile-menu {
    position: fixed;
    top: 0rem;
    right: 0rem;
    height: unset;
    width: 100%;

    padding: calc(81 / 375 * 100vw) calc(27 / 375 * 100vw) calc(36 / 375 * 100vw) calc(27 / 375 * 100vw);
    background-color: var(--dark);
  }

  #gebrak-mobile-menu .links-wrapper {
    display: flex;
    justify-content: start;
  }

  #gebrak-mobile-menu .navlink-wrapper {
    gap: calc(18 / 16 * 1rem);
  }

  #gebrak-mobile-menu .links-wrapper .nav-link {
    font-size: calc(13.5 / 16 * 1rem);
  }

  #gebrak-mobile-menu .logo {
    display: none;
  }

  #gebrak-mobile-menu #mobile-close {
    position: absolute;
    top: calc((3 * 9) / 16 * 1rem);
    right: calc(3 * 9 / 16 * 1rem);
    width: calc(2.4 * 9 / 16 * 1rem);
    height: calc(2.4 * 9 / 16 * 1rem);
    background: url(../icons/ui/cross-heavy.svg) no-repeat center;
    background-size: calc(2.4 * 9 / 16 * 1rem) auto;
    cursor: pointer;
  }

  #mobile-menu .overlay {
    display: none;
  }
}

/* COMMON ELEMENTS */
.red-button {
  background-color: var(--red);
  padding: .75rem 1.5rem;
  border-radius: 25px;
  width: fit-content;
  margin-top: 3rem;
  bottom: 6rem;
  left: 9%;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: #fff;

  display: inline-block;
}
.intro-section {
  padding-top: 60px;
  padding-bottom: 32px;
  text-align: center;
}

.float-info {position: absolute; text-align: center; z-index: 300;}
.float-info p {font-size: calc(16 / 1440 * 100vw);}
.anim-text {opacity: 0; display: none;}

@media only screen and (max-width: 1200px) {
	.float-info p {font-size: 1.2vw;}
}

@media only screen and (max-width: 768px) {
	.float-info p {font-size: 1.35vw;}
}

@media only screen and (max-width: 600px) {
	.title-row-desktop {display: none;}
	.title-row-responsive {display: block;}

	.float-info p {font-size: 2.6vw;}
}

@media only screen and (max-width: 500px) {
	.float-info p {font-size: 3.2vw;}
}

/* HOME */
section.banner-section {
  background-color: var(--light);
}
.home-banner .banner-with-button {
  background-color: var(--light);
  aspect-ratio: 1600/592;
  position: relative;
}

.home-banner .banner-text,
.sadar-risiko-section .article-text-div .article-text {
  color: var(--dark);
}

.home-banner .banner-with-button .background,
.home-banner .banner-with-button .background img {
  width: 100%;
}

.home-banner .banner-with-button .background,
.home-banner .banner-with-button .foreground {
  position: absolute;
}

.home-banner .banner-with-button .foreground {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.home-banner .slick-next,
.home-banner .slick-prev {
  width: 27px;
  height: 45px;
  z-index: 1;
  filter: drop-shadow(0 5px 5px rgba(0,0,0,0.25));
}

.home-banner .slick-next {
  right: 2rem;
}

.home-banner .slick-prev {
  left: 2rem;
}

@media screen and (max-width: 991px) {
  .home-banner .banner-with-button {
    aspect-ratio: none;
  }
  .home-banner .banner-with-button img {
    aspect-ratio: 800/296;
  }
  .home-banner .banner-with-button .background,
  .home-banner .banner-with-button .foreground {
    position: relative;
  }

  .home-banner .banner-with-button .foreground {
    height: auto;
    display: block;
  }

  .home-banner .banner-text {
    color: var(--dark);
    padding: 1rem 2rem;
  }

  .home-banner .slick-next,
  .home-banner .slick-prev {
    width: 9px;
    height: 15px;
    filter: brightness(0);
  }

  .home-banner .slick-next {
    right: 1rem;
  }

  .home-banner .slick-prev {
    left: 1rem;
  }
}

section.cards-section {
  padding: 110px 0;
  background-color: #fff;
}
.home-link-card {
  position: relative;
}
.home-link-card > .header {
  background-color: var(--dark);
  color: var(--light);
  font-weight: bold;
  text-align: center;
  height: 84px;
  display: flex;
}
.home-link-card > .header > p {
  margin: auto;
  max-width: 320px;
}
.home-link-card > img.background {
  width: 100%;
  aspect-ratio: 500/384;
}

.home-link-card > .foreground {
  position: absolute;
  left: calc(var(--bs-gutter-x) * -.5);
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.home-link-card > .foreground > a {
  background-color: var(--red);
  color: var(--light);
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
}

@media screen and (max-width: 991px) {
  section.cards-section {
    padding: 32px 0 0 0;
  }
  .home-link-card {
    margin-bottom: 32px;
  }
  .home-link-card > .header {
    min-height: 48px;
    height: auto;
  }
}

section.mailist-section {
  background-color: var(--light);
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
section.mailist-section label {
  margin-top: 16px;
  margin-bottom: 16px;
}
section.mailist-section input[type=text], section.mailist-section input[type=email] {
  width: 100%;
  margin-bottom: 16px;
  background-color: var(--light);
  border: 1px solid var(--dark);
}
section.mailist-section input[type=submit] {
  color: var(--light);
  border: none;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  section.mailist-section label {
    margin-top: 16px;
    margin-bottom: 4px;
  }
}

/* NIKOTIN VS TAR */
.inifaktanikotin-section {
  margin-top: 64px;
  margin-bottom: 64px;
}
.inifaktanikotin-section h2 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.inifaktanikotin-section li {
  margin-bottom: 24px;
}
.inifaktanikotin-section img {
  width: 100%;
}
.inifaktanikotin-section > .container {
  padding-bottom: 64px;
  border-bottom: 0.75px solid var(--dark);
}
@media screen and (max-width: 991px) {
  .inifaktanikotin-section h2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.apaitu-section img {
  width: 100%;
}
.apaitu-section .image-text-content {
  position: relative;
}
.apaitu-section .image-text-content .description {
  position: absolute;
  background-color: var(--light);
  padding: 2.5rem;
  top: 0;
  bottom: 0;
  width: 45%;
  height: fit-content;
  margin: auto 0;
}
.apaitu-section.tar-section .image-text-content .description {
  width: 55%;
}
.apaitu-section .image-text-content .description p {
  line-height: 28px;
}
.apaitu-section .image-text-content .description h2 {
  margin-bottom: 1rem;
}
.apaitu-section .image-text-content .description.left-side {
  left: 0;
}
@media screen and (max-width: 991px) {
  .apaitu-section.tar-section .image-text-content .description,
  .apaitu-section .image-text-content .description {
    position: relative;
    width: 100%;
  }
  .apaitu-section .image-text-content .description p {
    line-height: 1.3;
  }
  .apaitu-section .image-text-content .description {
    padding: 1rem calc(var(--bs-gutter-x)* .5);
  }
}

.faktatar-section {
  padding-top: 64px;
  padding-bottom: 32px;
  text-align: center;
}
.faktatar-section img {
  margin-top: 32px;
  margin-bottom: 48px;
  width: 100%;
  aspect-ratio: 500/508;
}

.ancamantar-section {
  padding-bottom: 32px;
  text-align: center;
}
/* Trick to make light background aligned with the above three cards */
.ancamantar-section .container {
  position: relative;
}
.ancamantar-section .background {
  background-color: var(--light);
  position: absolute;
  height: 100%;
  width: calc(100% - var(--bs-gutter-x));
  z-index: -1;
}
.ancamantar-section .col-lg-10 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.ancamantar-section table {
  width: 100%;
}
.ancamantar-section td {
  vertical-align: top;
  width: 50%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.ancamantar-section td img {
  margin-bottom: 24px;
  aspect-ratio: 151/154px;
}
.ancamantar-section td p {
  max-width: 448px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .ancamantar-section td {
    display: inline;
  }
  .ancamantar-section .col-lg-10 > * {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.nikotintarsidebyside-section {
  background-color: var(--dark);
  color: var(--light);
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
.nikotintarsidebyside-section .perbedaan-header {
    background-color: var(--light);
    color: var(--red);
    padding: 1rem 0;
}
.nikotintarsidebyside-section .perbedaan-list {
    background-color: var(--red);
    padding-top: 43px;
    padding-bottom: 30px;
}
.nikotintarsidebyside-section .perbedaan-list .col-12 {
  background-color: var(--light);
  color: var(--dark);
  max-width: 370px;
  min-height: 128px;
  margin: 8px auto;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .nikotintarsidebyside-section .perbedaan-list .col-12 {
    min-height: 84px;
  }
}

.fakta-tar-section {
  background-color: var(--light);
  padding: calc(40 / 1440 * 100vw) 0rem;
}

.fakta-tar-section .perbedaan-tar-nikotin-wrapper .header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin-top: calc(24 / 1440 * 100vw);
  margin-bottom: calc(48 / 1440 * 100vw);
}

.fakta-tar-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .content-wrapper {
  padding-top: calc(70 / 1440 * 100vw);
  padding-bottom: calc(80 / 1440 * 100vw);
  width: 100%;
}

.fakta-tar-section .perbedaan-tar-nikotin-wrapper .content-wrapper .content {
  background-color: var(--light);
  padding: calc(40 / 1440 * 100vw) 0rem;
  padding-left: calc(110 / 1440 * 100vw);
  padding-right: calc(80 / 1440 * 100vw);
}

.fakta-tar-section .perbedaan-tar-nikotin-wrapper .content-wrapper .content .content-header {
  margin-bottom: calc(28 / 1440 * 100vw);
}

.gebrak-section .header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin-top: calc(64 / 1440 * 100vw);
  margin-bottom: calc(48 / 1440 * 100vw);

  text-align: center;
}

.fakta-tar-section .gebrak-wrapper .fakta-tentang-tar-wrapper .content-wrapper {
  padding: 0rem calc(90 / 1440 * 100vw);

  display: flex;
  gap: calc(68 / 1440 * 100vw);
  justify-content: space-between;
}

.fakta-tar-section .gebrak-wrapper .fakta-tentang-tar-wrapper .content-wrapper .content {
  width: calc(100% / 3);
}

.fakta-tar-section .gebrak-wrapper .fakta-tentang-tar-wrapper .content-wrapper .content .content-image {
  margin-bottom: calc(30 / 1440 * 100vw);
}

.fakta-tar-section .gebrak-wrapper .fakta-tentang-tar-wrapper .content-wrapper .content .content-text {
  text-align: center;
}

.ancaman-tar-section .header .sub-h1 {
  max-width: calc(838 / 1440 * 100vw);
}

.ancaman-tar-section .gebrak-wrapper {
  margin-bottom: calc(80 / 1440 * 100vw);
}

.ancaman-tar-section .gebrak-wrapper .content-wrapper {
  padding: 0rem;

  display: flex;
  gap: calc(40 / 1440 * 100vw);
  justify-content: space-between;
}

.ancaman-tar-section .gebrak-wrapper .content-wrapper .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: calc(100% / 4);
}

.ancaman-tar-section .gebrak-wrapper .content-wrapper .content .content-image {
  margin-bottom: calc(30 / 1440 * 100vw);
  width: calc(150 / 1440 * 100vw);
}

.ancaman-tar-section .gebrak-wrapper .content-wrapper .content .content-text {
  text-align: center;
}

.gebrak-section .gebrak-wrapper .apa-itu-nikotin-wrapper .content-wrapper {
  padding-top: calc(80 / 1440 * 100vw);
  padding-bottom: calc(96 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .apa-itu-nikotin-wrapper .content-wrapper .content {
  padding-top: calc(50 / 1440 * 100vw);
  padding-bottom: calc(60 / 1440 * 100vw);
  padding-left: calc(110 / 1440 * 100vw);
  padding-right: calc(88 / 1440 * 100vw);

  background-color: var(--light);
}

.gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .image-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .content-wrapper {
  padding-top: calc(90 / 1440 * 100vw);
  padding-bottom: calc(85 / 1440 * 100vw);

  position: relative;
}

.gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .content-wrapper .overlapping-image {
  position: absolute;
  left: 55%;
  top: 10%;
  height: auto;
  width: 35%;
}

.gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .content-wrapper .content {
  padding-right: calc(100 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .content-wrapper .content .content-header {
  margin-bottom: calc(45 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .content-wrapper .content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(25 / 1440 * 100vw);
}


.gebrak-section .perbedaan-tar-nikotin-wrapper {
  padding-left: calc(80 / 1440 * 100vw);
  padding-right: calc(20 / 1440 * 100vw);
}

.gebrak-section .perbedaan-tar-nikotin-wrapper .header {
  margin-top: calc(56 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper {
  margin-bottom: calc(60 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content-wrapper.left {
  padding-right: calc(52 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}

.gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content-wrapper.right {
  padding-left: calc(55 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content-wrapper.right .sub-h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content-header {
  margin-bottom: calc(20 / 1440 * 100vw);
}

.gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content {
  font-size: calc(16 / 1440 * 100vw);
}

.h4.content-header {
  font-size: calc(18 / 1440 * 100vw);
}

@media (max-width:576px) {
  .desktop-only {
    display: none;
  }

  .gebrak-wrapper .row {
    width: inherit;
  }

  .fakta-tar-section .gebrak-wrapper .fakta-tentang-tar-wrapper,
  .gebrak-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .fakta-tar-section .gebrak-wrapper .fakta-tentang-tar-wrapper .content-wrapper {
    flex-direction: column;
  }

  .fakta-tar-section .gebrak-wrapper .fakta-tentang-tar-wrapper .content-wrapper .content {
    width: 100%;
  }

  .ancaman-tar-section .gebrak-wrapper .content-wrapper {
    flex-direction: column;
  }

  .ancaman-tar-section .gebrak-wrapper .content-wrapper .content {
    flex-direction: row;
    gap: 1rem;
    width: 100%;
  }

  .ancaman-tar-section .gebrak-wrapper .content-wrapper .content .content-text {
    text-align: left;
  }

  .gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .content-wrapper .content {
    padding: 0rem;
  }

  .gebrak-section .gebrak-wrapper .ini-fakta-nikotin-wrapper .content-wrapper .content .content-header {
    text-align: center;
  }

  .gebrak-section .perbedaan-tar-nikotin-wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .fakta-tar-section .perbedaan-tar-nikotin-wrapper .content-wrapper .content {
    padding-left: calc(80 / 1440 * 100vw);
    padding-right: calc(80 / 1440 * 100vw);
  }

  .gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content {
    font-size: calc(14 / 16 * 1rem);
  }

  .gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content-wrapper.left,
  .gebrak-section .gebrak-wrapper .perbedaan-tar-nikotin-wrapper .pengurangan-bahaya-wrapper .content-wrapper.right {
    padding: 1rem;
  }
}

@media (max-width: 991px) {
  .desktop-only.overlapping-image {
    display: none;
  }
}


/* .animation-scroll {background: gainsboro;} */
#nikotin-vs-tar {background: #ECFAF5;}

.nikotin-vs-tar-content {position: relative; margin-top: calc(20 / 1440 * 100vw); overflow-x: hidden;}
#nikotin-vs-tar-animation {position: relative; margin: 0 auto; overflow-x: hidden;}
#nikotin-vs-tar-animation-mobile {position: relative; margin: 0 auto; display: none; overflow-x: hidden;}
#nikotin-vs-tar-animation > svg {}

.float-info.nvt {width: 15%; /* background: rgba(200, 200, 200, 0.5); */}
.float-info.nvt.title {width: 25%;}
#nvt-title-1 {top: 7%; left: 24%;}
#nvt-title-2 {top: 7%; left: 51%;}
#nvt-info-1 {top: 22.5%; left: 11%;}
#nvt-info-2 {top: 39.5%; left: 8.5%;}
#nvt-info-3 {top: 54%; left: 7%;}
#nvt-info-4 {width: 18%; top: 70%; left: 7.5%;}
#nvt-info-5 {top: 32.5%; left: 74%;}
#nvt-info-6 {width: 18%; top: 47.5%; left: 75%;}
#nvt-info-7 {top: 62%; left: 72%;}

.sec-button-row {position: relative; z-index: 300;}

@media only screen and (max-width: 1200px) {
	#nikotin-vs-tar-animation {width: 110%; margin-left: -5%;}

	.float-info.nvt {width: 18%;}
	#nvt-title-1 {left: 23%;}
	#nvt-title-2 {left: 52%;}
	#nvt-info-1 {left: 6%;}
	#nvt-info-2 {left: 3%;}
	#nvt-info-3 {left: 1.5%;}
	#nvt-info-4 {left: 5%;}
	#nvt-info-5 {left: 77%;}
	#nvt-info-6 {width: 20%; top: 48%; left: 78%;}
	#nvt-info-7 {width: 20%; left: 75%;}
}

@media only screen and (max-width: 768px) {
	#nikotin-vs-tar-animation {width: 115%; margin-left: -7.5%;}

	.float-info.nvt {}

	#nvt-title-1 {left: 22%;}
	#nvt-title-2 {left: 53%;}
	#nvt-info-1 {top: 21.5%; left: 5%;}
	#nvt-info-2 {width: 16%; top: 37.5%; left: 3%;}
	#nvt-info-3 {top: 53%; left: 0.5%;}
	#nvt-info-4 {width: 22%; top: 68%; left: 1%;}
	#nvt-info-5 {left: 77.5%;}
	#nvt-info-6 {width: 17%; top: 45%; left: 80%;}
	#nvt-info-7 {left: 74%;}
}

@media only screen and (max-width: 600px) {

	#nikotin-vs-tar-animation {display: none;}
	#nikotin-vs-tar-animation-mobile {display: block; width: 80%;}

	.float-info.nvt {width: 32%;}

	#nvt-title-1 {top: 38.5%; left: 17.5%;}
	#nvt-title-2 {top: 85%; left: 53%;}
	#nvt-info-1 {top: 10%; left: 56%;}
	#nvt-info-2 {width: 32%; top: 19.5%; left: 53.5%;}
	#nvt-info-3 {width: 36%; top: 29.5%; left: 54%;}
	#nvt-info-4 {width: 40%; top: 41%; left: 54%;}
	#nvt-info-5 {width: 32%; top: 60%; left: 19%;}
	#nvt-info-6 {width: 32%; top: 69%; left: 12.5%;}
	#nvt-info-7 {width: 33%; top: 78.5%; left: 5%;}
}

@media only screen and (max-width: 500px) {

	#nikotin-vs-tar-animation-mobile {width: 100%;}

	.float-info.nvt {width: 42%;}

	#nvt-title-1 {top: 38%; left: 13%;}
	#nvt-title-2 {top: 85%; left: 59%;}
	#nvt-info-1 {width: 40%; top: 10.5%; left: 57%;}
	#nvt-info-2 {width: 40%; top: 20%; left: 55%;}
	#nvt-info-3 {width: 42%; top: 29.5%; left: 54%;}
	#nvt-info-4 {width: 42%; top: 40%; left: 55%;}
	#nvt-info-5 {width: 36%; top: 60%; left: 16%;}
	#nvt-info-6 {width: 40%; top: 69%; left: 4%;}
	#nvt-info-7 {width: 36%; top: 78%; left: 2%;}
}

/* PENGURANGAN BAHAYA TEMBAKAU */
.strategidandefinisipbt-section img {
  width: 100%;
}

.strategidandefinisipbt-section .dark-button {
  background-color: var(--dark);
  color: var(--light);
  padding: .75rem 1.5rem;
  border-radius: 25px;
  max-width: 512px;
  margin-bottom: 48px;
}

.strategidandefinisipbt-section .row {
  padding-bottom: 64px;
}

.pemanasanvspembakaran-section img {
  width: 100%;
}
.pemanasanvspembakaran-section .image-text-content {
  position: relative;
}
.pemanasanvspembakaran-section .image-text-content .description {
  position: absolute;
  background-color: var(--light);
  padding: 2.5rem;
  top: 0;
  bottom: 0;
  width: 60%;
  height: fit-content;
  margin: auto 0;
}
.pemanasanvspembakaran-section.tar-section .image-text-content .description {
  width: 55%;
}
.pemanasanvspembakaran-section .image-text-content .description p {
  line-height: 28px;
}
.pemanasanvspembakaran-section .image-text-content .description h2 {
  margin-bottom: 1rem;
}
.pemanasanvspembakaran-section .image-text-content .description.left-side {
  left: 0;
}
@media screen and (max-width: 991px) {
  .pemanasanvspembakaran-section.tar-section .image-text-content .description,
  .pemanasanvspembakaran-section .image-text-content .description {
    position: relative;
    width: 100%;
  }
  .pemanasanvspembakaran-section .image-text-content .description p {
    line-height: 1.3;
  }
  .pemanasanvspembakaran-section .image-text-content .description {
    padding: 1rem calc(var(--bs-gutter-x)* .5);
  }
}

.asapdanuap-section > .container {
  border-top: 0.75px solid var(--dark);
  padding-top: 64px;
  margin-top: 64px;
  border-bottom: 0.75px solid var(--dark);
  padding-bottom: 64px;
  margin-bottom: 64px;
}
.asapdanuap-section .intro {
  text-align: center;
  margin-bottom: 32px;
}
.asapdanuap-section img {
  width: 100%;
  height: auto;
  max-width: 128px;
  aspect-ratio: 190/194;
}
@media screen and (max-width: 991px) {
  .asapdanuap-section {
    text-align: center;
  }
}

.gebrak-section .gebrak-wrapper .pembakaran-vs-pemanasan-wrapper .content-wrapper {
  padding-top: calc(92 / 1440 * 100vw);
  padding-bottom: calc(80 / 1440 * 100vw);

  background-color: var(--dark);
  position: relative;
}

.gebrak-section .pembakaran-vs-pemanasan-wrapper .content-wrapper .content {
  padding-top: calc(50 / 1440 * 100vw);
  padding-bottom: calc(50 / 1440 * 100vw);
  padding-left: calc(110 / 1440 * 100vw);
  padding-right: calc(60 / 1440 * 100vw);

  background-color: var(--light);
}

.gebrak-section .pembakaran-vs-pemanasan-wrapper .content-wrapper .content .content-header {
  margin-bottom: 1rem;
}

.gebrak-section .pembakaran-vs-pemanasan-wrapper .content-wrapper .content p {
  margin-bottom: 2rem;
}

.gebrak-section .gebrak-wrapper .pembakaran-vs-pemanasan-wrapper .content-wrapper .overlapping-image {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  height: calc(640 / 1440 * 100vw);
  width: auto;
  aspect-ratio: 568 / 720;
}

#pembakaran-vs-pemanasan {background: #FDF6EE;}

.pembakaran-vs-pemanasan-content {position: relative; overflow-x: hidden;}

#pembakaran-vs-pemanasan-animation {position: relative; z-index: 200; margin: 0 auto; overflow-x: hidden;}
#pembakaran-vs-pemanasan-animation-mobile {position: relative; z-index: 200; margin: 0 auto; display: none; overflow-x: hidden;}

.pmb-pms-video-container {position: absolute; top: 65%; left: 50%; transform: translate(-50%, -65%); width: 50%; height: 53%;}
.pmb-pms-video-left {position: absolute; top: 0; left: 0; width: 50%; height: 100%;}
.pmb-pms-video-right {position: absolute; top: 0; left: 50%; width: 50%; height: 100%;}
.pmb-pms-video-content {width: 100%; height: 100%;}
.pmb-pms-video-content video {position: relative; z-index: 200; width: 100%; height: 100%; object-fit: cover;}
video#pembakaran-rokok-video {object-position: left 50%;}
.pmb-pms-video-title {text-align: center; position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 100%;}
.pmb-pms-video-left .pmb-pms-video-title {width: 65%;}
.pmb-pms-video-title h3.mobile {display: none;}

.float-info.pvp {width: 17%;}
#pvp-info-1 {top: 34%; left: 3.5%;}
#pvp-info-2 {top: 53.5%; left: 3.5%;}
#pvp-info-3 {top: 68.5%; left: 3.5%;}
#pvp-info-4 {top: 34%; left: 79.5%;}
#pvp-info-5 {top: 52%; left: 79.5%;}
#pvp-info-6 {top: 68.5%; left: 79.5%;}

@media only screen and (max-width: 1200px) {

	.pmb-pms-video-container {width: 55%;}
	.pmb-pms-video-right .pmb-pms-video-title {width: 110%;}

	#pembakaran-vs-pemanasan-animation {width: 110%; margin-left: -5%;}

	.float-info.pvp {width: 15%;}
	#pvp-info-1 {top: 32.5%; left: 2.5%;}
	#pvp-info-2 {top: 53.5%; left: 2.5%;}
	#pvp-info-3 {top: 68.5%; left: 2.5%;}
	#pvp-info-4 {top: 32.5%; left: 83%;}
	#pvp-info-5 {top: 52%; left: 83%;}
	#pvp-info-6 {top: 66.5%; left: 83%;}
}

@media only screen and (max-width: 768px) {

	.pembakaran-vs-pemanasan-content {margin-top: -20%; margin-bottom: -15%;}

	.float-info.pvp {width: 16%; text-align: left;}
	#pvp-info-1 {top: 31.5%; left: 1.5%; text-align: right;}
	#pvp-info-2 {top: 52.5%; left: 1.5%; text-align: right;}
	#pvp-info-3 {top: 68%; left: 1.5%; text-align: right;}
	#pvp-info-4 {top: 31.5%;}
	#pvp-info-5 {top: 51.5%;}
	#pvp-info-6 {top: 66%;}
}

@media only screen and (max-width: 600px) {

	#pembakaran-vs-pemanasan-animation {display: none;}
	#pembakaran-vs-pemanasan-animation-mobile {display: block;}

	.pmb-pms-video-container {top: 0; left: 0; transform: none; width: 100%; height: 100%;}
	.pmb-pms-video-left {top: 15%; left: 0; width: 100%; height: 30%;}
	.pmb-pms-video-right {top: 56.5%; left: auto; right: 0; width: 100%; height: 30%;}
	.pmb-pms-video-left video {width: 48%;}
	.pmb-pms-video-right video {width: 48%; float: right;}

	.pmb-pms-video-title {text-align: left; width: 32% !important; transform: none;}
	.pmb-pms-video-left .pmb-pms-video-title {top: 2%; left: 56%;}
	.pmb-pms-video-right .pmb-pms-video-title {top: 2%; left: 15%;}
	.pmb-pms-video-title h4.desktop {display: none;}
	.pmb-pms-video-title h3.mobile {display: block;}

	.float-info.pvp {width: 30%; text-align: left !important;}
	#pvp-info-1 {top: 20.3%; left: 56%;}
	#pvp-info-2 {top: 33%; left: 56%;}
	#pvp-info-3 {top: 38%; left: 56%;}
	#pvp-info-4 {top: 62.5%; left: 15%;}
	#pvp-info-5 {top: 75%; left: 15%;}
	#pvp-info-6 {top: 80.5%; left: 15%;}
}

@media only screen and (max-width: 500px) {

	.pmb-pms-video-left {top: 13%; height: 32%;}
	.pmb-pms-video-right {top: 56%; height: 34%;}

	.pmb-pms-video-title {width: 40% !important;}
	.pmb-pms-video-left .pmb-pms-video-title {}
	.pmb-pms-video-right .pmb-pms-video-title {left: 7%;}
	.pmb-pms-video-right .pmb-pms-video-title {top: 0;}

	.float-info.pvp {width: 37%;}
	#pvp-info-1 {top: 20%;}
	#pvp-info-2 {top: 32.6%;}
	#pvp-info-3 {top: 37.7%;}
	#pvp-info-4 {top: 62%; left: 7%;}
	#pvp-info-5 {top: 74.5%; left: 7%;}
	#pvp-info-6 {top: 80%; left: 7%;}
}

@media (max-width: 576px) {
  .gebrak-section .pembakaran-vs-pemanasan-wrapper .content-wrapper .content {
    padding: 1rem;
    text-align: center;

    background-color: unset;
    color: var(--light);
  }

  .pmb-pms-video-title h3.mobile {
    font-size: calc(18 / 16 * 1rem);
  }
}

/* PRODUK TEMBAKAU ALTERNATIF */
.jenispat-section > .container {
  border-top: 0.75px solid var(--dark);
  padding-top: 64px;
  border-bottom: 0.75px solid var(--dark);
  padding-bottom: 64px;
  margin-bottom: 64px;
}
.jenispat-section .intro {
  text-align: center;
  margin-bottom: 32px;
}
.jenispat-section img {
  width: 100%;
  max-width: 128px;
  height: auto;
  aspect-ratio: 256/245;
}
@media screen and (max-width: 991px) {
  .jenispat-section {
    text-align: center;
  }
  .jenispat-section img {
    max-width: 128px;
  }
}

.gebrak-wrapper .produk-tembakau-alternatif-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(120 / 1440 * 100vw);
  margin-bottom: calc(60 / 1440 * 100vw);
}

.gebrak-wrapper .produk-tembakau-alternatif-wrapper .content .content-image {
  height: auto;
  width: max(calc(265.34 / 1440 * 100vw), 120px);
  aspect-ratio: 1 / 1;
}

.gebrak-wrapper .produk-tembakau-alternatif-wrapper .content .content-header {
  margin-bottom: calc(20 / 1440 * 100vw);
}

.gebrak-wrapper .produk-tembakau-alternatif-wrapper .content p {
  font-size: calc(16 / 1440 * 100vw);
  padding-right: 2rem;
}

.gebrak-wrapper .cara-terbaik-wrapper {
  margin: 0rem calc(80 / 1440 * 100vw);
  margin-bottom: calc(40 / 1440 * 100vw);
  text-align: center;

  background-color: #ECFAF5;
  padding: 1rem 1.5rem;
  border-radius: calc(25 / 16 * 1rem);
}

#rokok-vs-pta {}
.with-bg .container-fluid{padding: 0rem;}

.rokok-vs-pta-content {position: relative; margin-top: -2%; margin-bottom: -8%; overflow-x: hidden;}

#rokok-vs-pta-animation {position: relative; z-index: 200; margin: 0 auto; overflow-x: hidden;}
#rokok-vs-pta-animation-mobile {position: relative; z-index: 200; margin: 0 auto; display: none; overflow-x: hidden;}

.float-info.rvp {width: 14%; /* background: rgba(200, 200, 200, 0.5); */}
.float-info.rvp.title {width: 40%;}
#rvp-title-1 {top: 6%; left: 10%;}
#rvp-title-2 {top: 6%; left: 55%;}
#rvp-info-1 {top: 32%; left: 8%;}
#rvp-info-2 {width: 11%; top: 45.5%; left: 7%;}
#rvp-info-3 {top: 61%; left: 7%;}
#rvp-info-4 {width: 12%; top: 25%; left: 69%}
#rvp-info-5 {top: 34%; left: 72%;}
#rvp-info-6 {top: 42.5%; left: 71.5%;}
#rvp-info-7 {top: 55%; left: 83%;}
#rvp-info-8 {top: 61.5%; left: 84%;}
#rvp-info-9 {top: 68%; left: 85%;}
#rvp-info-10 {top: 75%; left: 83.5%;}

@media only screen and (max-width: 1200px) {
	.float-info.rvp {width: 16%;}

	#rvp-title-1 {left: 10%;}
	#rvp-title-2 {left: 58%;}

	#rvp-info-1 {left: 5%;}
	#rvp-info-2 {width: 14%; left: 5%;}
	#rvp-info-3 {left: 5%;}
	#rvp-info-4 {width: 16%; left: 71%;}
	#rvp-info-5 {top: 33%; left: 72%;}
	#rvp-info-6 {top: 42%;}
	#rvp-info-7 {top: 53.5%; left: 82.5%;}
	#rvp-info-8 {top: 60%; left: 83.5%;}
	#rvp-info-9 {width: 14%; top: 67%; left: 84%;}
	#rvp-info-10 {top: 74%;}
}

@media only screen and (max-width: 768px) {
	.rokok-vs-pta-content {margin-bottom: -12%;}

	.float-info.rvp {width: 16%; text-align: left;}
	#rvp-info-1 {top: 31%; left: 2.5%; text-align: right;}
	#rvp-info-2 {width: 16%; top: 44.5%; left: 2%; text-align: right;}
	#rvp-info-3 {top: 60%; left: 2.5%; text-align: right;}
	#rvp-info-4 {top: 24%; left: 71.5%;}
	#rvp-info-5 {top: 34%; left: 72.5%;}
	#rvp-info-6 {top: 42.5%; left: 71.5%;}
	#rvp-info-7 {left: 84%;}
	#rvp-info-8 {top: 61%; left: 85%;}
	#rvp-info-9 {top: 68%; left: 85%;}
	#rvp-info-10 {top: 76%;}
}

@media only screen and (max-width: 600px) {
	#rokok-vs-pta {background: #FDF7ED;}
	.rokok-vs-pta-content {margin-top: -10%; margin-bottom: -9%;}
	#rokok-vs-pta .title-row-responsive h2 {font-size: 4.1vw;}

	#rokok-vs-pta-animation {display: none;}
	#rokok-vs-pta-animation-mobile {display: block;}

	.float-info.rvp {width: 32% !important; text-align: right;}
	.float-info.rvp.title {width: 32%; text-align: center;}

	#rvp-title-1 {top: 31.5%; left: 7.7%;}
	#rvp-title-2 {top: 88%; left: 63%;}

	#rvp-info-1 {top: 14%; left: 57%; text-align: left;}
	#rvp-info-2 {top: 20%; left: 59%; text-align: left;}
	#rvp-info-3 {top: 25%; left: 57%; text-align: left;}
	#rvp-info-4 {top: 44.5%; left: 10.5%;}
	#rvp-info-5 {top: 49.5%; left: 9%;}
	#rvp-info-6 {top: 54.5%; left: 10.5%;}
	#rvp-info-7 {top: 67%; left: 11%;}
	#rvp-info-8 {top: 71.5%; left: 9%;}
	#rvp-info-9 {top: 76.5%; left: 9%;}
	#rvp-info-10 {top: 81.5%; left: 11%;}
}

@media only screen and (max-width: 500px) {

	.float-info.rvp {width: 36% !important;}
	.float-info.rvp p {font-size: 3.2vw;}

	#rvp-title-1 {left: 5.5%;}
	#rvp-title-2 {top: 87%; left: 61%;}
	#rvp-info-1 {left: 58%;}
	#rvp-info-2 {left: 60%;}
	#rvp-info-3 {left: 58%;}
	#rvp-info-4 {left: 5%;}
	#rvp-info-5 {top: 49%; left: 3.5%;}
	#rvp-info-6 {width: 30% !important; top: 54%;}
	#rvp-info-7 {left: 5%;}
	#rvp-info-8 {top: 71%; left: 4%;}
	#rvp-info-9 {top: 76%; left: 4%;}
	#rvp-info-10 {top: 81%; left: 5%;}
}

#vape-vs-tembakau {padding-bottom: 0;}

.vape-vs-tembakau-content {position: relative; overflow-x: hidden;}

#vape-vs-tembakau-animation {position: relative; z-index: 200; margin: 0 auto; overflow-x: hidden;}
#vape-vs-tembakau-animation-mobile {position: relative; z-index: 200; margin: 0 auto; display: none; overflow-x: hidden;}

.vvt-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: calc(44 / 1440 * 100vw);
  padding-bottom: calc(25 / 1440 * 100vw);
  width: 100%;
}
#vvt-outer-wrap {}

.vvt-relative {position: relative;}

#vvt-left-col {position: absolute; top: 0; left: 0; width: 35%; height: 100%; background: #FAF2BE;}
#vvt-middle-col {position: absolute; top: 0; left: 35%; width: 30%; height: 100%; background: #FDF7ED;}
#vvt-right-col {position: absolute; top: 0; left: 65%; width: 35%; height: 100%; background: #FAF2BE;}
#vvt-left-col-resp, #vvt-middle-col-resp, #vvt-right-col-resp {display: none;}
.vvt-content-col {padding-left: 4rem; padding-right: 4rem; padding-top: 4rem; text-align: center;}
.vvt-content-col h4 {display: inline-block; margin: 0 auto; width: 100%;}
.vvt-content-col h4 span {display: block;}

.vvt-button-col {position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%);}

.float-info.vvt {width: 12%;}
#vvt-info-1 {width: 14%; top: 22%; left: 17%;}
#vvt-info-2 {top: 27%; left: 45%;}
#vvt-info-3 {top: 27%; left: 71%;}
#vvt-info-4 {top: 35%; left: 86%;}
#vvt-info-5 {top: 67%; left: 87%;}
#vvt-info-6 {top: 77%; left: 71%;}
#vvt-info-7 {top: 77%; left: 52.5%;}
#vvt-info-8 {top: 77%; left: 37%;}
#vvt-info-9 {top: 77%; left: 18.2%;}
#vvt-info-10 {width: 12%; top: 45%; left: 0.5%;}

@media only screen and (max-width: 1200px) {
  .vvt-content-col {padding-left: 2rem; padding-right: 2rem;}
	.float-info.vvt {width: 14%;}

	#vvt-info-1 {width: 18%; top: 23%; left: 15%;}
	#vvt-info-2 {top: 25.5%; left: 43%;}
	#vvt-info-3 {top: 25.5%; left: 69%;}
	#vvt-info-4 {top: 35%;}
	#vvt-info-5 {left: 86%;}
	#vvt-info-6 {left: 70%;}
	#vvt-info-7 {left: 51%;}
	#vvt-info-8 {left: 35.5%;}
	#vvt-info-9 {left: 16.5%;}
	#vvt-info-10 {top: 43.5%;}
}

@media only screen and (max-width: 1024px) {
	.vape-vs-tembakau-content {margin-top: -2%;}
}

@media only screen and (max-width: 900px) {
  .vvt-content-col {
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {

	#vvt-outer-wrap {padding-bottom: 3rem;}

	.float-info.vvt {}

	#vvt-info-5 {left: 85.5%;}

	.vvt-button-col {bottom: 3%;}
}

@media only screen and (max-width: 600px) {
	#vvt-outer-wrap {padding-bottom: 0;}
	.vape-vs-tembakau-content {margin-bottom: -12%;}
	#vape-vs-tembakau-animation {display: none;}
	#vape-vs-tembakau-animation-mobile {display: block;}

	#vvt-left-col, #vvt-middle-col, #vvt-right-col {z-index: 500; width: 100%; left: 0; height: auto; background: none;}
	#vvt-left-col {top: -0.5%;}
	#vvt-middle-col {top: 29.5%;}
	#vvt-right-col {top: 60.5%;}
	.vvt-content-col h4 {font-family: 'BoldFont', Arial, Verdana !important;}
	.vvt-content-col h4 span {display: inline;}

	.float-info.vvt {width: 30% !important; text-align: left;}
	#vvt-info-1 {width: 36% !important; top: 7%; left: 51%;}
	#vvt-info-10 {top: 16%; left: 58%;}
	#vvt-info-9 {top: 24.5%; left: 51%;}

	#vvt-info-2 {top: 37%; left: 20%; text-align: right;}
	#vvt-info-8 {top: 45.5%; left: 12%; text-align: right;}
	#vvt-info-7 {top: 54%; left: 20%; text-align: right;}

	#vvt-info-3 {top: 67.5%; left: 47%;}
	#vvt-info-4 {top: 73.5%; left: 58%;}
	#vvt-info-5 {top: 80.5%; left: 58%;}
	#vvt-info-6 {top: 86.5%; left: 47%;}

	.vvt-button-col {bottom: 4%;}
}

@media only screen and (max-width: 500px) {

	.float-info.vvt {width: 36% !important;}
	#vvt-info-1 {width: 42% !important; top: 6.5%; left: 52%;}
	#vvt-info-10 {top: 15.5%; left: 59%;}
	#vvt-info-9 {top: 24%; left: 52%;}

	#vvt-info-2 {top: 36.5%; left: 12%;}
	#vvt-info-8 {top: 45%; left: 4%;}
	#vvt-info-7 {top: 53.5%; left: 12%;}

	#vvt-info-3 {top: 67%; left: 48%;}
	#vvt-info-4 {top: 73%; left: 59%;}
	#vvt-info-5 {top: 80%; left: 59%;}
	#vvt-info-6 {left: 48%;}
}

@media (max-width: 576px) {
  .gebrak-wrapper .produk-tembakau-alternatif-wrapper .content p {
    font-size: calc(14 / 16 * 1rem);
  }

  .gebrak-wrapper .produk-tembakau-alternatif-wrapper .content-wrapper .content {
    text-align: center;
  }

  .gebrak-wrapper .produk-tembakau-alternatif-wrapper .content-wrapper .content p {
    padding: 0rem;
    margin-bottom: 0rem;
  }

  .gebrak-wrapper .produk-tembakau-alternatif-wrapper .content .content-image-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 1rem 0rem;
    width: 100%;
  }
}

/* KEBIJAKAN PRIVASI */
.welcome-section {
  text-align: center;
  margin-bottom: 40px;
}

.content-section {
  margin-bottom: 60px;
}

.content-section ol li::marker {
  font-weight: bold;
}

.content-section ol,
.content-section ul {
  padding-left: 1.45rem;
}

.content-section ul li {
  padding-left: 32px;
}

.content-section .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.content-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}

.content-section .accordion-button,
.content-section .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.content-section .accordion-item {
  border: none;
}

.content-section .accordion-header {
  border-bottom: 0.75px solid var(--dark);
}

/* ASAP VS UAP */

.gebrak-wrapper .perbedaan-asap-uap-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(77 / 1440 * 100vw);
}

.gebrak-wrapper .perbedaan-asap-uap-wrapper .content-wrapper .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1440 * 100vw);
  text-align: center;
  width: 100%;
}

.gebrak-wrapper .perbedaan-asap-uap-wrapper .content-wrapper .content h3 {
  color: var(--light);
  margin-bottom: 0rem;
}

.gebrak-wrapper .perbedaan-asap-uap-wrapper .content-wrapper .content p {
  padding: 0 calc(60 / 1440 * 100vw);
}

.gebrak-wrapper .perbedaan-asap-uap-wrapper .content-wrapper .content-image {
  height: auto;
  width: calc(190 / 1440 * 100vw);
}

.vs-wrapper {
  align-items: center;
  display: flex;
}

#asap-vs-uap {background: #FACA82; padding-top: 3rem;}

.asap-vs-uap-content {position: relative; margin-bottom: -10%;}

#asap-vs-uap-animation {position: relative; z-index: 300; margin: 0 auto; overflow-x: hidden;}
#asap-vs-uap-animation-mobile {position: relative; z-index: 300; margin: 0 auto; display: none; overflow-x: hidden;}

.avu-video-container {position: absolute; top: 35%; left: 50%; transform: translate(-50%, -35%); width: 52%; height: 50%;}
.avu-video-left {position: absolute; top: 0; left: 2.5%; width: 45%; height: 100%;}
.avu-video-right {position: absolute; top: 0; right: 2.5%; width: 45%; height: 100%;}
.avu-video-title-abs {position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; overflow-y: visible;}
.avu-video-title-abs h4 {  font-size: 1.7vw;}
.avu-video-left .avu-video-title-abs {width: 40%;}
.avu-video-right .avu-video-title-abs {width: 110%;}
.avu-video-content {width: 100%; height: 100%; border-radius: 2rem; overflow: hidden;}
.avu-video-content .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 250; background: rgba(253, 247, 237, 0.4); border-radius: 2rem;}
.avu-video-content video {position: relative; z-index: 200; width: 100%; height: 100%; object-fit: cover;}
.avu-video-title {position: absolute; z-index: 300; top: 68%; left: 50%; transform: translateX(-50%); width: 80%; text-align: center;}
video#asap-video {}
video#uap-video {transform: scale(2.5) translate(-30%, 25%);}

.additional-description-col {grid-column: 2 / span 10; padding-left: 4rem; padding-right: 4rem;}
.additional-description {background: #ECFAF5; border-radius: 2.5rem; padding: 3rem 4rem;}

.float-info.avu {width: 18%;}
#avu-info-1 {top: 26.5%; left: 2.5%;}
#avu-info-2 {top: 37.5%; left: 2.5%;}
#avu-info-3 {top: 47.7%; left: 2.5%;}
#avu-info-4 {top: 27%; left: 79.5%;}
#avu-info-5 {top: 38%; left: 79.5%;}
#avu-info-6 {top: 47%; left: 79.5%;}

@media only screen and (max-width: 1200px) {
	.avu-video-right .avu-video-title-abs {width: 120%;}
  .avu-video-title-abs h4 {  font-size: 1.9vw;}
}

@media only screen and (max-width: 1024px) {
	.additional-description-col {grid-column: 1 / -1; padding-left: 7.5%; padding-right: 7.5%;}
}

@media only screen and (max-width: 768px) {

	.float-info.avu {width: 18%; text-align: left;}
	#avu-info-1 {top: 24%; left: 2.5%; text-align: right;}
	#avu-info-2 {top: 37%; left: 2.5%; text-align: right;}
	#avu-info-3 {top: 45%; left: 2.5%; text-align: right;}
	#avu-info-4 {top: 25%;}
	#avu-info-5 {top: 37.5%;}
	#avu-info-6 {width: 20%; top: 46%;}

}

@media only screen and (max-width: 600px) {

	#asap-vs-uap-animation {display: none;}
	#asap-vs-uap-animation-mobile {display: block;}

	.asap-vs-uap-content {margin-top: -30%; margin-bottom: -12%;}

	.avu-video-container {top: 0; left: 0; width: 100%; height: 100%; transform: none;}
	.avu-video-left {top: 13%; left: 0; width: 47%; height: 32%;}
	.avu-video-right {top: 56%; right: 0; width: 47%; height: 32%;}
	.avu-video-title {transform: none; width: 40%;}
	.avu-video-left .avu-video-title {top: 72%; left: 37%;}
	.avu-video-right .avu-video-title {top: 65%; left: 21%;}
	.avu-video-left .avu-video-content, .avu-video-left .avu-video-content .cover {border-top-left-radius: 0; border-bottom-left-radius: 0;}
	.avu-video-right .avu-video-content, .avu-video-right .avu-video-content .cover {border-top-right-radius: 0; border-bottom-right-radius: 0;}
	.avu-video-title-abs {display: none;}


	.float-info.avu {width: 32%; text-align: left !important;}
	#avu-info-1 {top: 15.8%; left: 56%;}
	#avu-info-2 {top: 24.5%; left: 56%;}
	#avu-info-3 {width: 36%; top: 31.4%; left: 56%;}
	#avu-info-4 {top: 58.5%; left: 10%;}
	#avu-info-5 {top: 67%; left: 10%;}
	#avu-info-6 {width: 36%; top: 74%; left: 10%;}
}

@media only screen and (max-width: 500px) {

	.float-info.avu {width: 40% !important;}
	#avu-info-1 {top: 15.5%;}
	#avu-info-2 {top: 24%;}
	#avu-info-4 {top: 58%; left: 5%;}
	#avu-info-5 {top: 66.5%; left: 5%;}
	#avu-info-6 {top: 73.5%; left: 5%;}
}

@media only screen and (max-width: 420px) {
}

/* Artikel */
iframe {
  width: 100%;
}

#article-section {
  margin-top: calc(52 / 16 * 1rem);
}

#article-kategori {
  margin-bottom: 2rem;
}

aside.list-tags, #article-detail aside.list-tags {
  border: none;
  border-radius: 11px;
  box-shadow: 4.58221px 3.66577px 3.66577px rgb(0 0 0 / 25%), -7.33154px 8.24798px 7.33154px rgb(0 0 0 / 10%);
  padding: 2rem 1.5rem;
  padding-top: 1.25rem;
  position: sticky;
  top: calc(109px + 52px);
}

.list-tags h3 {
  color: var(--red);
  margin-bottom: calc(20 / 16 * 1rem);
  padding: 0rem calc(9 / 16 * 1rem);
}

.category-wrapper {
  display: flex;
  flex-direction: column;
}

.category-wrapper .list-article-item {
  border-bottom: 0.5px #000000 solid;
  color: #000000;
  padding: calc(15 / 16 * 1rem) calc(9 / 16 * 1rem);
}

.share-socmed {
  margin-bottom: calc(14 / 16 * 1rem);
}

.share-socmed img {
  height: calc(26 / 16 * 1rem);
  width: calc(26 / 16 * 1rem);
}

.article-tag,
.share-socmed span {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 600;
}

.share-socmed span {
  margin-right: 1rem;
}

.article-tag {
  color: #000000;
  margin-bottom: calc(10 / 16 * 1rem);
}

#article-section .article-tag,
.related-articles .article-tag {
  text-decoration: underline;
  margin: calc(20 / 16 * 1rem) 0rem;
}

.related-articles .article-tag {
  margin-bottom: calc(12 / 16 * 1rem);
}

.informasi-article a {
  color: var(--red);
}

.informasi-article h3,
.informasi-article h4 {
  margin-bottom: calc(20 / 16 * 1rem);
}

.informasi-article p {
  font-size: calc(16 / 1440 * 100vw);
}

.pagination a,
.pagination .page-link:hover {
  color: #000000;
}

.pagination .active>.page-link,
.pagination .page-link.active {
  background-color: var(--red);
  border-color: var(--red);
}

.back-btn-container {
  align-items: center;
  display: flex;
  gap: calc(10 / 16 * 1rem);
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.back-btn-container span,
.breadcrumb,
.breadcrumb a {
  color: #000000;
  font-size: calc(15 / 1440 * 100vw);
}

.breadcrumb {
  margin-bottom: 2rem;
}

.article-title {
  color: var(--red);
}

.article-date {
  margin: 1.5rem 0rem;
}

.featured-image {
  margin-bottom: calc(60 / 16 * 1rem);
}

.article-source {
  color: #888888;
}

.related-articles {
  margin-top: calc(103 / 16 * 1rem);
}

.read-more-section .card {
  border: none;
}

.read-more-section .slick-slide {
  margin: 0 15px;
}

.read-more-section .slick-list {
  margin: 0 -15px;
}

.read-more-section .black-bg-arrow {
  width: fit-content;
  position: absolute;
  top: 30%;
  padding: 2rem .5rem;
  cursor: pointer;
}

.read-more-section .black-bg-arrow svg path {
  fill: var(--dark);
}

.read-more-section .arrow-prev {
  left: 0;
}

.read-more-section .arrow-next {
  right: 0;
}

.read-more-section {
  position: relative;
}

.read-more-section .card-body {
  padding: 0rem;
}

@media (max-width: 576px) {
  .share-socmed span {
    font-size: calc(12 / 16 * 1rem);
  }

  .informasi-article p {
    font-size: calc(14 / 16 * 1rem);
  }

  .read-more-section .card {
    padding: calc(45 / 16 * 1rem);
  }

  .article-tag,
  .share-socmed span {
    font-size: calc(12 / 16 * 1rem);
    font-weight: 600;
  }
}
