@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-SemiboldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-HeavyItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --_typography---font-size--display: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--viewport-max)  - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((7 - 4) / (var(--viewport-max)  - var(--viewport-min))) * 100vw), 7 * 1rem);
  --viewport-max: 90;
  --viewport-min: 20;
  --margin: clamp(1 * 1rem, ((1 - ((3 - 1) / (var(--viewport-max)  - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((3 - 1) / (var(--viewport-max)  - var(--viewport-min))) * 100vw), 3 * 1rem);
  --gutter: 1rem;
  --column-count: 12;
  --column-width: 0px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Lato, Verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

.hero-wrap {
  background-image: linear-gradient(#001f3e, #06295a00 19%), url('../images/telkom-gozero-mangrove-planting-volunteers.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  max-height: 1080px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-link {
  color: #6b6b6b;
  border-radius: 1.5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  background-color: #ececec;
}

.nav-link:active {
  color: #fff;
  background-color: #004781;
}

.nav-link.w--current {
  font-weight: 600;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 0;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  padding: .5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px .5rem #0003;
}

.div-block {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.div-block-2 {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.year-gradient {
  z-index: 10;
  opacity: .34;
  pointer-events: none;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #d9e74c, #fff0 78%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40vw;
  font-weight: 700;
  line-height: 40vw;
  position: absolute;
  bottom: -20%;
}

.con-scroll-wrap {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1280px;
  min-height: 800px;
  margin: 80px auto;
  display: flex;
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 72px;
  margin-bottom: 88px;
  display: flex;
}

.div-block-6 {
  max-width: 960px;
}

.section {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 80px;
  padding-bottom: 80px;
}

.quick-stack {
  padding: 0;
}

.esg-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1280px;
  margin: 80px auto;
  display: flex;
}

.esg-card-wrap {
  background-color: #d8eeff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: stretch;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.esg-card-txt-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 1.5rem 2rem;
  display: flex;
}

.esg {
  flex-flow: column;
  padding: 1.5rem 2rem;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 4rem;
}

.text-block {
  color: #004781;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.esg-img {
  object-fit: cover;
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: 100%;
}

.esg-img.social {
  object-fit: cover;
  object-position: 80% 50%;
}

.esg-img.governance {
  object-position: 50% 50%;
}

.esg-card-img {
  width: 50%;
  position: relative;
}

.esg-img-grad {
  background-image: linear-gradient(90deg, #d8eeff, #d8eeff00);
  position: absolute;
  inset: 0%;
}

.quick-stack-2 {
  width: 100%;
  padding: 0;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #1f2855;
  border-radius: 1.5rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 640px;
  padding: 1.5rem;
  position: relative;
}

.flex-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.flex-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  font-size: var(--_typography---font-size--display);
  white-space: nowrap;
  font-weight: 500;
  line-height: 7rem;
}

.scope-chart-card {
  background-color: #a2a7ba;
  border-radius: 1rem;
  flex: 1;
  height: 100%;
}

.scope-chart-card.c-red {
  background-color: #d13131;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 72px;
}

.arrow-link-blob {
  grid-column-gap: 10px;
  color: #000;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow-icon {
  color: #001f3e;
  object-fit: cover;
  width: 48px;
  height: 48px;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.arrow-icon:hover {
  color: #00804d;
  transform: translate(0, -2px);
}

.mask-top {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -23px;
  right: -1px;
}

.mask-left {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -1px;
  left: -23px;
}

.emission-bar-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.emission-bar {
  background-color: #b5dff4;
  background-image: linear-gradient(90deg, #167db4, #b5dff4);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.emission-scope-bar {
  z-index: 1;
  background-color: #1f2855;
  width: 4%;
  position: absolute;
  inset: 0%;
}

.emission-scope-bar._12 {
  width: 12%;
}

.emission-scope-bar.green {
  background-color: #00802f;
}

.flex-block-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.emission-total-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.paragraph-2 {
  text-align: right;
  max-width: 540px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-block-3 {
  color: #192044;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.bento-wrap {
  background-color: #d8eeff;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.spacer {
  width: 100%;
}

.spacer._24 {
  height: 1.5rem;
}

.spacer._32 {
  height: 32px;
}

.spacer._48 {
  height: 48px;
}

.spacer._16 {
  height: 1rem;
}

.spacer._8 {
  height: .5rem;
}

.text-block-5 {
  width: 100%;
  padding-right: 32px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

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

.text-block-6 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.grid-3 {
  width: 100%;
  height: 100%;
}

.text-block-2-copy {
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.flex-block-7-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #d8eeff;
  border-radius: 1.5rem;
  flex-flow: row;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.img-int {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 120px;
}

.esg-environment {
  display: block;
}

.dialog-wrap {
  z-index: 1000;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 800px;
  height: 100vh;
  min-height: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.dialog-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #0003;
}

.dialog-year {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-block-7 {
  color: #053d6b;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.dialog-close {
  color: #000;
  padding: .5rem;
  position: absolute;
  top: 8px;
  right: 8px;
}

.dialog-close:hover {
  color: #c21d1d;
}

.dialog-tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-23 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #003661;
  background-color: #cfe2f1;
  border-radius: 24px;
  padding: 8px 12px;
  font-weight: 500;
}

.flex-block-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-26 {
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-9 {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
}

.div-block-27 {
  background-color: #6bbcff;
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-10 {
  z-index: 5;
  color: #1f1f1f;
  font-weight: 500;
  position: relative;
}

.div-block-28 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.page_wrap {
  background-color: #fff;
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.img-scroll {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1.5rem;
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
}

.img-low {
  justify-content: flex-end;
  align-items: flex-start;
}

.dialog-inside {
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.h {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
}

.p {
  margin-bottom: 0;
  line-height: 24px;
}

.hgroup {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.flex-block-9 {
  justify-content: space-between;
  height: 100%;
}

.code-embed-3 {
  color: #050505;
}

.esg-governance {
  display: block;
}

.dialog-year-link {
  color: #001f3e;
  background-color: #b5dff4;
  border-radius: 1.5rem;
  font-weight: 600;
}

.dialog-year-link.w--current {
  color: #d9e74c;
  background-color: #004781;
}

.hide {
  display: none;
}

.tab-select {
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  min-width: 240px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-select:hover {
  background-color: #e9d7d7;
}

.tab-select.w--current {
  color: #fff;
  background-color: #9b0404;
}

.tab-select.hide {
  display: none;
}

.div-block-29 {
  padding-top: 1rem;
  overflow: auto;
}

.body {
  background-color: #001f3e;
}

.code-embed-5 {
  width: 24px;
  height: 24px;
}

.hero-gradient {
  z-index: 1;
  background-image: linear-gradient(0deg, #06295a, #fff0);
  position: absolute;
  inset: 0%;
}

.hero-logo {
  width: 200px;
}

.hero-subtitle {
  font-weight: 600;
}

.section-journey {
  display: block;
}

.div-block-30 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #1f2855;
  border-radius: 1.5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 16px;
  display: flex;
}

.div-block-30.hide {
  display: none;
}

.progress-goal {
  background-color: #d9e74c;
  border-radius: 23px;
  height: 18px;
  overflow: hidden;
}

.progress-goal-bar {
  background-color: #00804d;
  border-radius: 24px;
  width: 5%;
  height: 100%;
}

.text-block-13 {
  font-size: 14px;
  line-height: 18px;
}

.text-block-14 {
  font-size: 18px;
  line-height: 24px;
}

.emission-quarterly {
  flex-flow: column;
  width: 100%;
  height: 400px;
  display: flex;
}

.intro-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #06295a;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.intro-wrap {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  display: none;
  position: fixed;
  overflow: hidden;
}

.intro-grid {
  flex-flow: column;
  display: flex;
}

.image-up, .image-down {
  opacity: 0;
  object-fit: cover;
  width: 400px;
  max-width: none;
  height: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.img-intro {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-scale {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: none;
  height: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.intro-gradient {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.intro-scale-text {
  z-index: 5;
  color: #fff0;
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 600;
  line-height: 100px;
  position: absolute;
}

.skip-intro {
  z-index: 100;
  opacity: 0;
  color: #000;
  background-color: #ffffff96;
  border-radius: 100px;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0%;
}

.intro-2 {
  z-index: 100;
  background-image: linear-gradient(#03376196, #03376196), url('../images/telkom-inclusive-workplace-esg-social.avif');
  background-position: 0 0, 70% 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100vh);
}

.intro-scale-text-2 {
  z-index: 5;
  color: #fff;
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 600;
  line-height: 100px;
  position: absolute;
}

.heading {
  font-size: 40px;
  line-height: 48px;
}

.goals-bar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #1f2855;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 1rem;
  padding: 16px 80px 16px 16px;
  display: flex;
  position: relative;
}

.div-block-31 {
  border: 1px solid #cacaca;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.div-block-31.hide-m {
  display: flex;
}

.text-block-15 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.footer {
  background-image: linear-gradient(0deg, #004781, #0000008c), url('../images/telkom-volunteer-community-boat-mangrove-planting.avif');
  background-position: 0 0, 50% 75%;
  background-size: auto, auto;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  display: block;
  overflow: hidden;
}

.div-block-32 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-33 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 900px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.flex-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.footer-btn-primary {
  color: #fff;
  background-color: #036fc7;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 #d9e74c;
}

.footer-btn-primary:hover {
  box-shadow: 0 2px 16px #d9e74cbf;
}

.footer-btn-second {
  color: #fff;
  background-color: #004;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 #d9e74c33;
}

.footer-btn-second:hover {
  box-shadow: 0 2px 16px #d9e74cbf;
}

.chart-embed {
  width: 100%;
  height: 450px;
}

.chart-embed._550 {
  height: 550px;
  margin-top: 16px;
  overflow: visible;
}

.text-block-16 {
  color: #053d6b;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.text-span {
  font-size: 16px;
}

.flex-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-14 {
  flex: 1;
}

.section-inner-dialog {
  flex-flow: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: auto;
}

.div-block-37 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.grid-wrap {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: .5rem .25rem 0 .5rem;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.embed-map {
  color: #b5dff4;
  width: 100%;
}

.map-card {
  width: 480px;
  height: 500px;
  position: relative;
}

.text-block-19 {
  color: #004781;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.flex-block-15 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ced1d4;
  border-radius: 1rem;
  padding: .875rem;
}

.text-block-20 {
  color: #00804d;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.text-block-21 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.flex-block-16 {
  height: 100%;
  padding: 1rem .75rem 1rem .5rem;
  overflow: auto;
}

.centering {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  overflow: auto;
}

.flex-block-17 {
  justify-content: center;
  align-items: center;
}

.grid-intro {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: .5rem .25rem 0 .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.text-block-7-copy {
  color: #053d6b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.text-block-19-copy {
  color: #004781;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dialog-tab-map {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.back-top {
  z-index: 900;
  opacity: 0;
  color: #d9e74c;
  background-color: #001f3e;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 2px 4px 12px #74c465bf;
}

._40 {
  width: 40px;
  height: 40px;
}

.sec-title {
  flex-flow: column;
  display: flex;
}

.kwh {
  color: #747171;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

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

.flex-block-18 {
  align-items: stretch;
}

.flex-v-copy {
  z-index: 5;
  color: #fff;
  position: relative;
}

.drop-tab {
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.drop-tab-menu {
  display: none;
}

.rich-text-block {
  line-height: 24px;
}

.total-24 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.flex-block-19 {
  flex-flow: row;
  justify-content: space-between;
  position: relative;
}

.div-block-40 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#001f3ebd, #001f3ebd), url('../images/telkom-gozero-mangrove-planting-volunteers.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.nav-menu-mobile {
  z-index: 9999;
  color: #fff;
  background-color: #001f3e;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  inset: 16px 16px auto auto;
}

.menu-icon {
  width: 24px;
  height: 24px;
}

.nav-menu-bar-mobile {
  z-index: 200;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  padding: .5rem;
  display: none;
  position: fixed;
  box-shadow: 0 2px .5rem #0003;
}

.nav-link-m {
  color: #6b6b6b;
  border-radius: 1.5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  display: inline-block;
}

.nav-link-m:hover {
  background-color: #ececec;
}

.nav-link-m:active {
  color: #fff;
  background-color: #004781;
}

.nav-link-m.w--current {
  font-weight: 600;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.code-embed-6 {
  height: 256px;
}

@media screen and (min-width: 1920px) {
  .hero-wrap {
    max-height: none;
  }

  .year-gradient {
    font-size: 25vw;
    line-height: 25vw;
  }

  .hero-h1 {
    font-size: 72px;
    line-height: 80px;
  }

  .hero-logo {
    width: 300px;
  }

  .hero-subtitle {
    font-size: 2rem;
    line-height: 2rem;
  }

  .image-up, .image-down, .image-scale {
    width: 400px;
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrap {
    background-image: linear-gradient(#001f3e, #06295a00 19%), url('../images/telkom-gozero-mangrove-planting-volunteers.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 100vh;
    min-height: 600px;
    max-height: 800px;
  }

  .nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .esg-card-wrap {
    min-height: 480px;
  }

  .esg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .h2 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }

  .hero-h1 {
    font-size: 56px;
    line-height: 64px;
  }

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

  .text-block-3 {
    font-size: 48px;
    line-height: 56px;
  }

  .text-block-5 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .dialog-wrap {
    min-width: 768px;
    padding: 1rem;
  }

  .dialog-card {
    max-width: 800px;
  }

  .img-scroll {
    border-radius: 1rem;
    height: 300px;
  }

  .hgroup {
    flex-flow: column;
    display: flex;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .intro-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    inset: 0%;
  }

  .intro-scale-text {
    font-size: 32px;
    line-height: 48px;
  }

  .skip-intro {
    position: fixed;
    bottom: 32px;
  }

  .intro-2 {
    background-image: linear-gradient(#03376196, #03376196), url('../images/telkom-inclusive-workplace-esg-social.avif');
    background-position: 0 0, 80%;
  }

  .intro-scale-text-2 {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-31.hide-m {
    display: none;
  }

  .div-block-37 {
    flex-flow: column;
  }

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

  .flex-block-19 {
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-40 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrap {
    background-position: 0 0, 50%;
    min-height: auto;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    display: none;
  }

  .div-block-2 {
    margin-bottom: 48px;
  }

  .div-block-4 {
    margin-top: 64px;
    margin-bottom: 72px;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .esg-card-wrap {
    min-height: 320px;
  }

  .esg-card-txt-wrap {
    width: 100%;
    padding: 1rem;
  }

  .esg-card-img {
    display: none;
  }

  .emission-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spacer._24 {
    height: 1rem;
  }

  .text-block-6 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .flex-block-7-copy {
    flex-flow: column;
  }

  .h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .dialog-wrap {
    min-width: auto;
  }

  .div-block-24 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .img-scroll {
    height: 200px;
  }

  .h {
    font-size: 28px;
    line-height: 38px;
  }

  .hgroup {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .dialog-year-link {
    padding: 8px 24px;
  }

  .intro-1, .intro-wrap {
    height: 110vh;
  }

  .intro-scale-text {
    text-align: center;
    white-space: normal;
    max-width: 500px;
  }

  .intro-scale-text-2 {
    text-align: center;
    white-space: normal;
    width: auto;
    max-width: 500px;
  }

  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .flex-block-12, .flex-block-13 {
    flex-flow: column;
    align-items: stretch;
  }

  .section-inner-dialog {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-mobile {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-bar-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    width: 200px;
    margin-top: 32px;
    margin-right: 16px;
    inset: 0% 0% auto auto;
  }

  .nav-link-m {
    text-align: center;
    background-color: #fff0;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrap {
    height: 110vh;
    max-height: none;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .container {
    min-height: 600px;
  }

  .section {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-block {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .hero-h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .emission-bar-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .emission-bar {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 32px;
    line-height: 48px;
  }

  .spacer._16 {
    height: .5rem;
  }

  .text-block-6 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .dialog-wrap {
    min-height: 400px;
    padding-bottom: 3rem;
  }

  .dialog-year {
    flex-flow: row;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .img-scroll {
    height: 180px;
  }

  .h {
    margin-right: 1.5rem;
    font-size: 24px;
    line-height: 32px;
  }

  .p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .dialog-year-link {
    text-align: center;
    width: 100%;
  }

  .intro-scale-text, .intro-scale-text-2 {
    font-size: 24px;
    line-height: 40px;
  }

  .heading {
    font-size: 28px;
  }

  .text-block-15 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .chart-embed {
    height: auto;
  }

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

  .drop-tab {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .total-24 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-22 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }
}

#w-node-f2bd9d37-9cca-8f0e-a198-1d82d53436dc-519f1ca3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6954177a-e3d5-0f4f-b4dd-689addc21d1b-519f1ca3 {
  grid-column: span 5 / span 5;
}

#w-node-_60466331-3911-156d-591c-ba127f72bbad-519f1ca3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_60466331-3911-156d-591c-ba127f72bbae-519f1ca3 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_60466331-3911-156d-591c-ba127f72bbbe-519f1ca3 {
  grid-column: span 2 / span 2;
}

#w-node-_60466331-3911-156d-591c-ba127f72bbcc-519f1ca3 {
  grid-column: span 3 / span 3;
}

#w-node-_60466331-3911-156d-591c-ba127f72bbdc-519f1ca3 {
  grid-column: span 2 / span 2;
}

#w-node-_60466331-3911-156d-591c-ba127f72bbec-519f1ca3 {
  grid-column: span 3 / span 3;
}

#w-node-_60466331-3911-156d-591c-ba127f72bbfc-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bc0c-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bc1c-519f1ca3 {
  grid-column: span 2 / span 2;
}

#w-node-_60466331-3911-156d-591c-ba127f72bc2c-519f1ca3 {
  grid-column: span 8 / span 8;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be021e2-519f1ca3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be021e3-519f1ca3 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be021ef-519f1ca3 {
  grid-column: span 3 / span 3;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be021fe-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be02205-519f1ca3 {
  grid-column: span 2 / span 2;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be0220d-519f1ca3 {
  grid-column: span 3 / span 3;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be02214-519f1ca3 {
  grid-column: span 4 / span 4;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be0221b-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be0222a-519f1ca3 {
  grid-column: span 3 / span 3;
}

#w-node-eabaa385-6319-dd8c-63fa-862d9be02231-519f1ca3 {
  grid-column: span 4 / span 4;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6cc8-519f1ca3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6cc9-519f1ca3 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6cd0-519f1ca3 {
  grid-column: span 3 / span 3;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6cd8-519f1ca3 {
  grid-column: span 4 / span 4;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6ce6-519f1ca3 {
  grid-column: span 2 / span 2;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6cf4-519f1ca3 {
  grid-column: span 4 / span 4;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6cfb-519f1ca3 {
  grid-column: span 3 / span 3;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6d02-519f1ca3 {
  grid-column: span 2 / span 2;
}

#w-node-a8c11fcc-5460-4122-3017-bc735b8b6d09-519f1ca3 {
  grid-column: span 5 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_60466331-3911-156d-591c-ba127f72bbae-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbbe-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbcc-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-_60466331-3911-156d-591c-ba127f72bbdc-519f1ca3 {
    grid-column: span 4 / span 4;
  }

  #w-node-_60466331-3911-156d-591c-ba127f72bbfc-519f1ca3 {
    grid-column: span 3 / span 3;
  }

  #w-node-_60466331-3911-156d-591c-ba127f72bc0c-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bc1c-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-_60466331-3911-156d-591c-ba127f72bc2c-519f1ca3 {
    grid-column: span 10 / span 10;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be021e3-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be021ef-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be021fe-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be02205-519f1ca3 {
    grid-column: span 3 / span 3;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be0221b-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be0222a-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be02231-519f1ca3 {
    grid-column: span 10 / span 10;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cc9-519f1ca3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cd0-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cd8-519f1ca3 {
    grid-column: span 4 / span 4;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6ce6-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6ced-519f1ca3 {
    grid-column: span 3 / span 3;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cf4-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cfb-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6d02-519f1ca3 {
    grid-column: span 4 / span 4;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6d09-519f1ca3 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60466331-3911-156d-591c-ba127f72bbdc-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbec-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbfc-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-_60466331-3911-156d-591c-ba127f72bc1c-519f1ca3 {
    grid-column: span 10 / span 10;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be02205-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be0220d-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be02214-519f1ca3 {
    grid-column: span 4 / span 4;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be0221b-519f1ca3 {
    grid-column: span 6 / span 6;
  }

  #w-node-eabaa385-6319-dd8c-63fa-862d9be0222a-519f1ca3 {
    grid-column: span 10 / span 10;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cd8-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6ce6-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6ced-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cf4-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cfb-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6d02-519f1ca3 {
    grid-column: span 5 / span 5;
  }

  #w-node-a8c11fcc-5460-4122-3017-bc735b8b6d09-519f1ca3 {
    grid-column: span 10 / span 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60466331-3911-156d-591c-ba127f72bbae-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbbe-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbcc-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbdc-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbec-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bbfc-519f1ca3, #w-node-_60466331-3911-156d-591c-ba127f72bc0c-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be021e3-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be021ef-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be021fe-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be02205-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be0220d-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be02214-519f1ca3, #w-node-eabaa385-6319-dd8c-63fa-862d9be0221b-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cc9-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cd0-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cd8-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6ce6-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6ced-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cf4-519f1ca3, #w-node-a8c11fcc-5460-4122-3017-bc735b8b6cfb-519f1ca3 {
    grid-column: span 10 / span 10;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-HeavyItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}