.holcim_timeline.vertical {
  position: relative;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_gradient {
  position: absolute;
  height: 100%;
  top: 0;
  left: 15%;
  z-index: 0;
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_gradient {
    left: 20%;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_gradient {
    left: 0;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_gradient::before {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--corporate-main-color), var(--corporate-main-color), var(--corporate-main-color));
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 3.125rem;
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper {
    flex-wrap: wrap;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label {
  font-size: 1.5rem;
  font-weight: bold;
  width: 15%;
  display: flex;
  justify-content: flex-end;
  height: -moz-max-content;
  height: max-content;
  word-break: break-word;
  order: 1;
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label {
    width: 20%;
    font-size: 1.375rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label {
    width: calc(95% - 50px);
    position: relative;
    left: 70px;
    justify-content: flex-start;
    order: 2;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label .bubble {
  text-align: right;
  background-color: var(--corporate-lightgrey);
  padding: 0.625rem 0.625rem 0.625rem 1.5625rem;
  position: relative;
  left: -35px;
  top: -10px;
  border-radius: 5px;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label .bubble::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 25px solid var(--corporate-lightgrey);
  margin-right: -1.25rem;
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label .bubble::after {
    display: none;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label .bubble {
    padding: 0.625rem 1.5625rem 0.625rem 0.625rem;
  }
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-label .bubble::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 25px solid var(--corporate-lightgrey);
    margin-left: -1.25rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content {
  overflow-x: auto;
  /*  This is necessary to adjust the before for each use case
  *   The rules are:
  *   1 - Height = 1/3 of text height
  *   2 - Left and right overflow = underline height
  *   3 - Underline must half over text half below 
  */
  padding-left: 0.9375rem;
  width: 80%;
  order: 3;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .align-left {
  margin-right: 1.25rem;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .align-right {
  margin-left: 1.25rem;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .xl-heading {
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 100%;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 3.125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 2.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 2.75rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 1.875rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p.eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p.eyebrow {
    font-size: 0.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p.eyebrow {
    font-size: 0.75rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p.bigParagraph {
  font-weight: 700;
  font-size: 3rem;
  line-height: 110%;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p.bigParagraph {
    font-size: 2.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p.bigParagraph {
    font-size: 2.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p.bigParagraph {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content u.gradientUnderline {
  position: relative;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content u.gradientUnderline span.gradient_underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
  z-index: -1;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1.lightHeading,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h2.lightHeading,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h3.lightHeading {
  font-weight: 200;
}
@media (min-width: 120rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .xl-heading u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .h1 u.gradientUnderline span.gradient_underline, .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .h2 u.gradientUnderline span.gradient_underline, .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h2 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .h3 u.gradientUnderline span.gradient_underline, .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h3 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content .material-icons {
  position: relative;
  top: 5px;
  padding-right: 0.3125rem;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content strong.gradient-text-color-bold {
  background-image: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content span.gradient-text-color {
  background-image: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 {
  font-size: 3.375rem;
  font-weight: 900;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 {
    font-size: 1.875rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 sup,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 sub {
  position: inherit;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 sup {
  vertical-align: super;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h1 sub {
  vertical-align: sub;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h2 {
  font-size: 2.75rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h2 {
    font-size: 1.6875rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h3 {
  font-size: 2.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h3 {
    font-size: 1.4375rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h4 {
  font-size: 1.8125rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h4 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h4 {
    font-size: 1.25rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h5 {
  font-size: 1.5rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h5 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h5 {
    font-size: 1.125rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h6 {
  font-size: 1.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h6 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h6 {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content h6 {
    font-size: 1rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content a:not(.button_cta) {
  text-decoration: none;
  color: var(--corporate-bright-blue);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content a:not(.button_cta):hover {
  text-decoration: underline;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content a.button_cta {
  text-transform: uppercase;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ul li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ul li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ul li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ul li {
    font-size: 1rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol li {
    font-size: 1rem;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol > p,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol h1,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol h2,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol h3,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol h4,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol h5,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol h6,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content ol pre {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 30px);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table {
  border: 1px solid var(--corporate-white);
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table thead th,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table thead td {
  color: var(--corporate-white);
  background-color: var(--corporate-main-color);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin: 0.625rem;
  padding: 0.625rem;
  border: 1px solid var(--corporate-white);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table thead th > p,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table thead td > p {
  color: inherit;
  font-size: 1rem;
  margin: 0;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.blue thead {
  background-color: var(--corporate-bright-blue);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.green thead {
  background-color: var(--corporate-bright-green);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.gradient {
  background: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.gradient thead {
  background: transparent;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.white thead {
  background-color: var(--corporate-white);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table tbody tr {
  background-color: var(--corporate-lightgrey);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table tbody th,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table tbody td {
  border: 1px solid var(--corporate-white);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 0.625rem;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table tbody th > p,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table tbody td > p {
  font-size: 0.875rem;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table tbody th {
  color: var(--corporate-white);
  background-color: var(--corporate-main-color);
  padding-left: 0.625rem;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-24);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.blue th {
  background-color: var(--corporate-bright-blue);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.blue.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-25);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.green th {
  background-color: var(--corporate-bright-green);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.green.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-26);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.gradient th {
  background: transparent;
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.white th,
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table.white td {
  background-color: var(--corporate-white);
  color: var(--corporate-black);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content table caption {
  font-size: 0.875rem;
  line-height: 1.2727272727rem;
  color: var(--corporate-grey);
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content {
    width: 75%;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-content {
    position: relative;
    width: calc(95% - 50px);
    padding-left: 0;
    left: 10%;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-marker {
  width: 5%;
  position: relative;
  top: 6px;
  z-index: 1;
  order: 2;
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-marker {
    order: 1;
  }
}
.holcim_timeline.vertical .timeline_wrapper .timeline_entry_wrapper .entry-marker .marker {
  display: block;
  box-shadow: 0 0 0 9px var(--corporate-main-color);
  background: var(--corporate-white);
  border: 10px solid var(--corporate-white);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}

.holcim_timeline.horizontal .swiper-slide {
  min-height: 100%;
}
.holcim_timeline.horizontal .swiper-slide:nth-child(odd) {
  background-color: var(--corporate-lightgrey);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 1.5625rem;
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper {
    flex-wrap: wrap;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-label {
  font-size: 1.5rem;
  font-weight: bold;
  width: 90%;
  word-break: break-word;
  margin-bottom: 0.625rem;
  padding: 0.9375rem;
  position: relative;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-label::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--corporate-premium-blue);
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-label {
    font-size: 1.375rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content {
  overflow-x: auto;
  /*  This is necessary to adjust the before for each use case
  *   The rules are:
  *   1 - Height = 1/3 of text height
  *   2 - Left and right overflow = underline height
  *   3 - Underline must half over text half below 
  */
  padding: 0.9375rem;
  width: 80%;
  order: 3;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .align-left {
  margin-right: 1.25rem;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .align-right {
  margin-left: 1.25rem;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .xl-heading {
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 100%;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 3.125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 2.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 2.75rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .xl-heading {
    font-size: 1.875rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p.eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p.eyebrow {
    font-size: 0.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p.eyebrow {
    font-size: 0.75rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p.bigParagraph {
  font-weight: 700;
  font-size: 3rem;
  line-height: 110%;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p.bigParagraph {
    font-size: 2.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p.bigParagraph {
    font-size: 2.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p.bigParagraph {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content u.gradientUnderline {
  position: relative;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content u.gradientUnderline span.gradient_underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
  z-index: -1;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1.lightHeading,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h2.lightHeading,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h3.lightHeading {
  font-weight: 200;
}
@media (min-width: 120rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .xl-heading u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .h1 u.gradientUnderline span.gradient_underline, .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .h2 u.gradientUnderline span.gradient_underline, .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h2 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .h3 u.gradientUnderline span.gradient_underline, .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h3 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content .material-icons {
  position: relative;
  top: 5px;
  padding-right: 0.3125rem;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content strong.gradient-text-color-bold {
  background-image: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content span.gradient-text-color {
  background-image: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 {
  font-size: 3.375rem;
  font-weight: 900;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 {
    font-size: 1.875rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 sup,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 sub {
  position: inherit;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 sup {
  vertical-align: super;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h1 sub {
  vertical-align: sub;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h2 {
  font-size: 2.75rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h2 {
    font-size: 1.6875rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h3 {
  font-size: 2.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h3 {
    font-size: 1.4375rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h4 {
  font-size: 1.8125rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h4 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h4 {
    font-size: 1.25rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h5 {
  font-size: 1.5rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h5 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h5 {
    font-size: 1.125rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h6 {
  font-size: 1.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h6 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h6 {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content h6 {
    font-size: 1rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content a:not(.button_cta) {
  text-decoration: none;
  color: var(--corporate-bright-blue);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content a:not(.button_cta):hover {
  text-decoration: underline;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content a.button_cta {
  text-transform: uppercase;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ul li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ul li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ul li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ul li {
    font-size: 1rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol li {
    font-size: 1rem;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol > p,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol h1,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol h2,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol h3,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol h4,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol h5,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol h6,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content ol pre {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 30px);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table {
  border: 1px solid var(--corporate-white);
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table thead th,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table thead td {
  color: var(--corporate-white);
  background-color: var(--corporate-main-color);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin: 0.625rem;
  padding: 0.625rem;
  border: 1px solid var(--corporate-white);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table thead th > p,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table thead td > p {
  color: inherit;
  font-size: 1rem;
  margin: 0;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.blue thead {
  background-color: var(--corporate-bright-blue);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.green thead {
  background-color: var(--corporate-bright-green);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.gradient {
  background: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.gradient thead {
  background: transparent;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.white thead {
  background-color: var(--corporate-white);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table tbody tr {
  background-color: var(--corporate-lightgrey);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table tbody th,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table tbody td {
  border: 1px solid var(--corporate-white);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 0.625rem;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table tbody th > p,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table tbody td > p {
  font-size: 0.875rem;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table tbody th {
  color: var(--corporate-white);
  background-color: var(--corporate-main-color);
  padding-left: 0.625rem;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-24);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.blue th {
  background-color: var(--corporate-bright-blue);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.blue.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-25);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.green th {
  background-color: var(--corporate-bright-green);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.green.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-26);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.gradient th {
  background: transparent;
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.white th,
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table.white td {
  background-color: var(--corporate-white);
  color: var(--corporate-black);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content table caption {
  font-size: 0.875rem;
  line-height: 1.2727272727rem;
  color: var(--corporate-grey);
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 79.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content {
    width: 75%;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-content {
    position: relative;
    width: calc(95% - 50px);
    padding-left: 0;
    left: 10%;
  }
}
.holcim_timeline.horizontal .swiper-slide .timeline_entry_wrapper .entry-marker {
  display: none;
}
.holcim_timeline.horizontal .custom_pager {
  height: 20px;
  position: relative;
  background-image: linear-gradient(to right, var(--corporate-main-color), var(--corporate-main-color), var(--corporate-main-color));
  z-index: 10;
  width: 100%;
}
.holcim_timeline.horizontal .custom_pager .container {
  display: flex;
  justify-content: space-between;
}
.holcim_timeline.horizontal .custom_pager .container .pager-item {
  display: block;
  position: relative;
  box-shadow: 0 0 0 9px var(--corporate-main-color);
  background: var(--corporate-white);
  border: 10px solid var(--corporate-white);
  border-radius: 50%;
  height: 4px;
  width: 4px;
  cursor: pointer;
  /*&::before {
    content: attr(data-label);
    position: absolute;
    font-size: rem(24);
    font-weight: bold;
    color: $corporate-premium-blue;
    width: max-content;
    word-break: break-word;
    top: 22px;
    left: -27px;
    background-color: $corporate-lightgrey;
    padding: 10px;
    border-radius: 5px;

    @include media-breakpoint-down(lg) {
      font-size: rem(22);
    }
  }*/
}
.holcim_timeline.horizontal .custom_pager .container .pager-item.current {
  background: var(--corporate-white);
  border: 10px solid var(--corporate-main-color);
  box-shadow: 0 0 0 13px var(--corporate-grey);
}

.holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-label,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-label {
  color: var(--corporate-white);
}
.holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-label::after,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-label::after {
  background-color: var(--corporate-white);
}
.holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content {
  color: var(--corporate-white);
}
.holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content p, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content div, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h1, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h2, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h3, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h4, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h5, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h6, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content td, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content tr, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content ul, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content li, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content ol,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content p,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content div,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h1,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h2,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h3,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h4,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h5,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h6,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content td,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content tr,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content ul,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content li,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content ol {
  color: var(--corporate-white);
}
.holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content p::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content div::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h1::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h2::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h3::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h4::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h5::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content h6::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content td::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content tr::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content ul::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content li::marker, .holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-content ol::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content p::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content div::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h1::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h2::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h3::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h4::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h5::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content h6::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content td::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content tr::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content ul::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content li::marker,
.holcim_timeline.dark .swiper-slide .timeline_entry_wrapper .entry-content ol::marker {
  color: var(--corporate-white) !important;
}
.holcim_timeline.dark .timeline_wrapper .timeline_entry_wrapper .entry-label .bubble {
  color: var(--corporate-premium-blue);
}
.holcim_timeline.dark .swiper-slide:nth-child(odd) {
  background-color: transparent;
}
/*# sourceMappingURL=style.css.map */
