.holcim_hero_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.holcim_hero_section.singleImage {
  align-items: stretch;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section {
    flex-direction: column-reverse;
    align-items: normal;
  }
}
.holcim_hero_section .area-one {
  width: 50%;
  margin: 1.875rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one {
    width: 100%;
  }
}
.holcim_hero_section .area-one .breadcrumb_wrapper {
  margin-bottom: 4.8125rem;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .breadcrumb_wrapper {
    margin-bottom: 1.25rem;
  }
}
.holcim_hero_section .area-one .breadcrumb_wrapper ul {
  display: flex;
  list-style: none;
  gap: 20px;
  padding-left: 0;
  flex-wrap: wrap;
}
.holcim_hero_section .area-one .breadcrumb_wrapper ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:not(:last-child) a,
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:not(:last-child) span {
  position: relative;
  margin-right: 0.5rem;
}
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:not(:last-child) a::after,
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:not(:last-child) span::after {
  content: "/";
  color: var(--corporate-palette-5);
  display: block;
  position: absolute;
  top: -2px;
  right: -15px;
}
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child a,
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child span {
  margin-left: 1.875rem;
}
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child a::before,
.holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child span::before {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/home.svg);
          mask-image: url(../images/home.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--corporate-main-color);
  top: -3px;
}
.holcim_hero_section .area-one h2.hero-title {
  margin-bottom: 0.5rem;
}
.holcim_hero_section .area-one .hero-subtitle {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.0625rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-subtitle {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-subtitle {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.holcim_hero_section .area-one .hero-description {
  margin-bottom: 2.5rem;
  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 
  */
}
.holcim_hero_section .area-one .hero-description .align-left {
  margin-right: 1.25rem;
}
.holcim_hero_section .area-one .hero-description .align-right {
  margin-left: 1.25rem;
}
.holcim_hero_section .area-one .hero-description .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_hero_section .area-one .hero-description .xl-heading {
    font-size: 3.125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description .xl-heading {
    font-size: 2.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description .xl-heading {
    font-size: 2.75rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_hero_section .area-one .hero-description .xl-heading {
    font-size: 1.875rem;
  }
}
.holcim_hero_section .area-one .hero-description p.eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description p.eyebrow {
    font-size: 0.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description p.eyebrow {
    font-size: 0.75rem;
  }
}
.holcim_hero_section .area-one .hero-description p.bigParagraph {
  font-weight: 700;
  font-size: 3rem;
  line-height: 110%;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description p.bigParagraph {
    font-size: 2.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description p.bigParagraph {
    font-size: 2.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description p.bigParagraph {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.holcim_hero_section .area-one .hero-description u.gradientUnderline {
  position: relative;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.holcim_hero_section .area-one .hero-description 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_hero_section .area-one .hero-description h1.lightHeading,
.holcim_hero_section .area-one .hero-description h2.lightHeading,
.holcim_hero_section .area-one .hero-description h3.lightHeading {
  font-weight: 200;
}
@media (min-width: 120rem) {
  .holcim_hero_section .area-one .hero-description .xl-heading u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_hero_section .area-one .hero-description .h1 u.gradientUnderline span.gradient_underline, .holcim_hero_section .area-one .hero-description h1 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_hero_section .area-one .hero-description .h2 u.gradientUnderline span.gradient_underline, .holcim_hero_section .area-one .hero-description h2 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
@media (min-width: 120rem) {
  .holcim_hero_section .area-one .hero-description .h3 u.gradientUnderline span.gradient_underline, .holcim_hero_section .area-one .hero-description h3 u.gradientUnderline span.gradient_underline {
    bottom: 1px;
  }
}
.holcim_hero_section .area-one .hero-description .material-icons {
  position: relative;
  top: 5px;
  padding-right: 0.3125rem;
}
.holcim_hero_section .area-one .hero-description 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_hero_section .area-one .hero-description 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_hero_section .area-one .hero-description p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.holcim_hero_section .area-one .hero-description h1 {
  font-size: 3.375rem;
  font-weight: 900;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description h1 {
    font-size: 1.875rem;
  }
}
.holcim_hero_section .area-one .hero-description h1 sup,
.holcim_hero_section .area-one .hero-description h1 sub {
  position: inherit;
}
.holcim_hero_section .area-one .hero-description h1 sup {
  vertical-align: super;
}
.holcim_hero_section .area-one .hero-description h1 sub {
  vertical-align: sub;
}
.holcim_hero_section .area-one .hero-description h2 {
  font-size: 2.75rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description h2 {
    font-size: 2rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description h2 {
    font-size: 1.6875rem;
  }
}
.holcim_hero_section .area-one .hero-description h3 {
  font-size: 2.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description h3 {
    font-size: 1.4375rem;
  }
}
.holcim_hero_section .area-one .hero-description h4 {
  font-size: 1.8125rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description h4 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description h4 {
    font-size: 1.25rem;
  }
}
.holcim_hero_section .area-one .hero-description h5 {
  font-size: 1.5rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description h5 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description h5 {
    font-size: 1.125rem;
  }
}
.holcim_hero_section .area-one .hero-description h6 {
  font-size: 1.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description h6 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description h6 {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description h6 {
    font-size: 1rem;
  }
}
.holcim_hero_section .area-one .hero-description a:not(.button_cta) {
  text-decoration: none;
  color: var(--corporate-bright-blue);
}
.holcim_hero_section .area-one .hero-description a:not(.button_cta):hover {
  text-decoration: underline;
}
.holcim_hero_section .area-one .hero-description a.button_cta {
  text-transform: uppercase;
}
.holcim_hero_section .area-one .hero-description ul li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description ul li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description ul li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description ul li {
    font-size: 1rem;
  }
}
.holcim_hero_section .area-one .hero-description ol li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section .area-one .hero-description ol li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description ol li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description ol li {
    font-size: 1rem;
  }
}
.holcim_hero_section .area-one .hero-description ol > p,
.holcim_hero_section .area-one .hero-description ol h1,
.holcim_hero_section .area-one .hero-description ol h2,
.holcim_hero_section .area-one .hero-description ol h3,
.holcim_hero_section .area-one .hero-description ol h4,
.holcim_hero_section .area-one .hero-description ol h5,
.holcim_hero_section .area-one .hero-description ol h6,
.holcim_hero_section .area-one .hero-description ol pre {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 30px);
}
.holcim_hero_section .area-one .hero-description table {
  border: 1px solid var(--corporate-white);
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.holcim_hero_section .area-one .hero-description table thead th,
.holcim_hero_section .area-one .hero-description 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_hero_section .area-one .hero-description table thead th > p,
.holcim_hero_section .area-one .hero-description table thead td > p {
  color: inherit;
  font-size: 1rem;
  margin: 0;
}
.holcim_hero_section .area-one .hero-description table.blue thead {
  background-color: var(--corporate-bright-blue);
}
.holcim_hero_section .area-one .hero-description table.green thead {
  background-color: var(--corporate-bright-green);
}
.holcim_hero_section .area-one .hero-description table.gradient {
  background: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
}
.holcim_hero_section .area-one .hero-description table.gradient thead {
  background: transparent;
}
.holcim_hero_section .area-one .hero-description table.white thead {
  background-color: var(--corporate-white);
}
.holcim_hero_section .area-one .hero-description table tbody tr {
  background-color: var(--corporate-lightgrey);
}
.holcim_hero_section .area-one .hero-description table tbody th,
.holcim_hero_section .area-one .hero-description table tbody td {
  border: 1px solid var(--corporate-white);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 0.625rem;
}
.holcim_hero_section .area-one .hero-description table tbody th > p,
.holcim_hero_section .area-one .hero-description table tbody td > p {
  font-size: 0.875rem;
}
.holcim_hero_section .area-one .hero-description table tbody th {
  color: var(--corporate-white);
  background-color: var(--corporate-main-color);
  padding-left: 0.625rem;
}
.holcim_hero_section .area-one .hero-description table.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-24);
}
.holcim_hero_section .area-one .hero-description table.blue th {
  background-color: var(--corporate-bright-blue);
}
.holcim_hero_section .area-one .hero-description table.blue.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-25);
}
.holcim_hero_section .area-one .hero-description table.green th {
  background-color: var(--corporate-bright-green);
}
.holcim_hero_section .area-one .hero-description table.green.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-26);
}
.holcim_hero_section .area-one .hero-description table.gradient th {
  background: transparent;
}
.holcim_hero_section .area-one .hero-description table.white th,
.holcim_hero_section .area-one .hero-description table.white td {
  background-color: var(--corporate-white);
  color: var(--corporate-black);
}
.holcim_hero_section .area-one .hero-description table caption {
  font-size: 0.875rem;
  line-height: 1.2727272727rem;
  color: var(--corporate-grey);
}
.holcim_hero_section .area-one .hero-description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-one .hero-description p, .holcim_hero_section .area-one .hero-description ul, .holcim_hero_section .area-one .hero-description li, .holcim_hero_section .area-one .hero-description ol, .holcim_hero_section .area-one .hero-description tr, .holcim_hero_section .area-one .hero-description td {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section .area-one .hero-description p, .holcim_hero_section .area-one .hero-description ul, .holcim_hero_section .area-one .hero-description li, .holcim_hero_section .area-one .hero-description ol, .holcim_hero_section .area-one .hero-description tr, .holcim_hero_section .area-one .hero-description td {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.holcim_hero_section .area-one .hero_actions_wrapper {
  display: flex;
  gap: 40px;
  align-items: baseline;
  flex-wrap: wrap;
}
.holcim_hero_section .area-one .hero_actions_wrapper .cta a::after {
  background-color: var(--corporate-white);
}
.holcim_hero_section .area-one .hero_actions_wrapper .cta a.cta-color-2::after {
  background-color: var(--corporate-black);
}
.holcim_hero_section .area-one .hero_actions_wrapper .cta a.cta-color-2:hover::after {
  background-color: var(--corporate-bright-blue);
}
.holcim_hero_section .area-one .hero_actions_wrapper a.hero-link {
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: 0.5px solid var(--corporate-palette-8);
}
.holcim_hero_section .area-one .hero_actions_wrapper a.hero-link:hover {
  text-decoration: none;
  border-bottom: 0.5px solid var(--corporate-bright-blue);
}
.holcim_hero_section .area-two {
  width: 50%;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-two {
    width: 100%;
    max-width: 100%;
    align-self: baseline;
  }
}
.holcim_hero_section .area-two.singleImage {
  flex: 0 1 50%;
  display: flex;
  align-items: stretch;
}
.holcim_hero_section .area-two.singleImage .image_wrapper {
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-two.singleImage .image_wrapper {
    aspect-ratio: 0;
  }
}
.holcim_hero_section .area-two.singleImage .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section .area-two.singleImage .image_wrapper img {
    width: 100%;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.singleImage .area-one {
    margin-top: 1.875rem;
  }
}
.holcim_hero_section.imageDuo {
  align-items: normal;
}
.holcim_hero_section.imageDuo .area-two {
  visibility: hidden;
  margin-right: 5%;
  position: relative;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.imageDuo .area-two {
    padding: 0 1.5rem;
  }
}
.holcim_hero_section.imageDuo .area-two .items_wrapper {
  position: relative;
}
.holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_1 picture,
.holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_2 picture {
  display: block;
  height: 0;
}
.holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_1 picture img,
.holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_2 picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_1 img {
  position: absolute;
  right: 0;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_1 img {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_2 img {
  position: absolute;
  z-index: 2;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.imageDuo .area-two .items_wrapper .image_wrapper_2 img {
    max-width: 70%;
    position: relative;
    right: unset;
    left: 0;
    transform: translateY(80%) scale(0.8) !important;
    transform-origin: 0;
    visibility: hidden;
    height: 0;
    width: 0;
  }
}
.holcim_hero_section.imageDuo .area-two .items_wrapper img {
  border-radius: 8px;
  transform: scale(1);
}
@media (min-width: 80rem) {
  .holcim_hero_section.imageDuo.animate .area-two .items_wrapper {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .holcim_hero_section.imageDuo.animate .area-two .items_wrapper .image_wrapper_1 img {
    width: 100%;
    height: auto;
    transition: width 1s ease, height 1s ease, transform 1s ease;
  }
  .holcim_hero_section.imageDuo.animate .area-two .items_wrapper .image_wrapper_1 img.idle {
    transform: scale(1) !important;
  }
  .holcim_hero_section.imageDuo.animate .area-two .items_wrapper .image_wrapper_2 img {
    opacity: 0;
    height: 0;
    width: 0;
    transition: opacity 0.3s ease, width 0.8s ease, height 0.8s ease;
    transform-origin: bottom left;
  }
  .holcim_hero_section.imageDuo.animate .area-two .items_wrapper:hover .image_wrapper_1 img {
    width: 653px !important;
    height: 452px !important;
  }
  .holcim_hero_section.imageDuo.animate .area-two .items_wrapper:hover .image_wrapper_2 img {
    opacity: 1;
    height: 365px !important;
    width: 497px !important;
  }
}
.holcim_hero_section.hasAnnotation .area-two {
  position: relative;
  visibility: hidden;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.hasAnnotation .area-two {
    padding: 0 1.5rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section.hasAnnotation .area-two {
    padding: 0;
  }
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper {
  position: relative;
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper .image_wrapper picture {
  display: block;
  height: 0;
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper .image_wrapper picture img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  border-radius: 8px;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.hasAnnotation .area-two .items_wrapper .image_wrapper picture img {
    position: relative;
    top: 0;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    width: 100%;
  }
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 5px;
  padding: 1.5rem;
  background-color: var(--corporate-white);
  width: 30%;
  min-width: 300px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper .annotation_title {
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: bold;
}
@media (max-width: 119.99875rem) {
  .holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper .annotation_title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper .annotation_title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper .subtitle_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper .subtitle_wrapper .material-icons {
  font-size: 1.875rem;
}
.holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper .description_wrapper p {
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.hasAnnotation .area-two .items_wrapper .annotation_wrapper {
    width: 80%;
    margin: auto;
  }
}
.holcim_hero_section.aligned-right {
  flex-direction: row-reverse;
}
@media (max-width: 79.99875rem) {
  .holcim_hero_section.aligned-right {
    flex-direction: column-reverse;
  }
}
.holcim_hero_section.revertDuo .area-two .image_wrapper_1 img,
.holcim_hero_section.revertDuo .area-two .image_wrapper img {
  left: 0;
}
.holcim_hero_section.justImage .area-one {
  width: 0%;
}
.holcim_hero_section.justImage .area-two {
  width: 100%;
}

@media (min-width: 80rem) {
  .w-100 .holcim_hero_section .area-one {
    margin: 1.875rem 5%;
  }
}
.w-100 .holcim_hero_section.aligned-right .area-two.imageDuo,
.w-100 .holcim_hero_section.aligned-right .area-two.hasAnnotation {
  margin-right: unset;
  margin-left: 5%;
}
@media (max-width: 79.99875rem) {
  .w-100 .holcim_hero_section.aligned-right .area-two.imageDuo,
.w-100 .holcim_hero_section.aligned-right .area-two.hasAnnotation {
    margin-left: 0;
  }
}
.w-100 .holcim_hero_section:not(.aligned-right) .area-two.imageDuo,
.w-100 .holcim_hero_section:not(.aligned-right) .area-two.hasAnnotation {
  margin-right: 5%;
  margin-left: unset;
}
@media (max-width: 79.99875rem) {
  .w-100 .holcim_hero_section:not(.aligned-right) .area-two.imageDuo,
.w-100 .holcim_hero_section:not(.aligned-right) .area-two.hasAnnotation {
    margin-right: 0;
  }
}

@media (max-width: 79.99875rem) {
  .holcim-section-container > .container .holcim_hero_section.singleImage .area-two .image_wrapper {
    margin-top: 1.875rem;
  }
}
@media (min-width: 80rem) {
  .holcim-section-container > .container .holcim_hero_section.imageDuo:not(.aligned-right) .area-two, .holcim-section-container > .container .holcim_hero_section.hasAnnotation:not(.aligned-right) .area-two {
    margin-right: 0;
    margin-left: 5%;
  }
  .holcim-section-container > .container .holcim_hero_section.aligned-right.imageDuo .area-two, .holcim-section-container > .container .holcim_hero_section.aligned-right.hasAnnotation .area-two {
    margin-left: 0;
    margin-right: 5%;
  }
}
@media (max-width: 47.99875rem) {
  .holcim-section-container > .container .holcim_hero_section .area-one,
.holcim-section-container > .container .holcim_hero_section .area-two {
    padding: 0;
  }
}

.lb-background-color-3 .holcim_hero_section .area-one .hero_actions_wrapper a:not(.button_cta) {
  color: var(--corporate-white) !important;
}
.lb-background-color-3 .holcim_hero_section .area-one .hero_actions_wrapper a.button_cta::after {
  background-color: var(--corporate-main-color);
}
.lb-background-color-3 .holcim_hero_section .area-one .hero_actions_wrapper a.button_cta::after:hover {
  background-color: var(--corporate-blue);
}
.lb-background-color-3 .holcim_hero_section .area-one .breadcrumb_wrapper ul li a {
  color: var(--corporate-white);
}
.lb-background-color-3 .holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child a::before,
.lb-background-color-3 .holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child span::before {
  background-color: var(--corporate-white);
}

.lb-background-color-4 .holcim_hero_section .area-one .hero_actions_wrapper a:not(.button_cta) {
  color: var(--corporate-white) !important;
}
.lb-background-color-4 .holcim_hero_section .area-one .hero_actions_wrapper a.button_cta::after {
  background-color: var(--corporate-main-color);
}
.lb-background-color-4 .holcim_hero_section .area-one .hero_actions_wrapper a.button_cta::after:hover {
  background-color: var(--corporate-blue);
}
.lb-background-color-4 .holcim_hero_section .area-one .breadcrumb_wrapper ul li a {
  color: var(--corporate-white);
}
.lb-background-color-4 .holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child a::before,
.lb-background-color-4 .holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child span::before {
  background-color: var(--corporate-white);
}

.lb-background-color-5 .holcim_hero_section .area-one .hero_actions_wrapper a:not(.button_cta) {
  color: var(--corporate-white) !important;
}
.lb-background-color-5 .holcim_hero_section .area-one .hero_actions_wrapper a.button_cta::after {
  background-color: var(--corporate-main-color);
}
.lb-background-color-5 .holcim_hero_section .area-one .hero_actions_wrapper a.button_cta::after:hover {
  background-color: var(--corporate-blue);
}
.lb-background-color-5 .holcim_hero_section .area-one .breadcrumb_wrapper ul li a {
  color: var(--corporate-white);
}
.lb-background-color-5 .holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child a::before,
.lb-background-color-5 .holcim_hero_section .area-one .breadcrumb_wrapper ul li:first-child span::before {
  background-color: var(--corporate-white);
}
/*# sourceMappingURL=style.css.map */
