.adrasa-dstory {
  --adrasa-dstory-col-gap: 40px;
  --adrasa-dstory-block-gap: 28px;
  --adrasa-dstory-left-card-bg: linear-gradient(90deg, rgba(210, 241, 229, 0.78) 0%, rgba(198, 227, 218, 0.78) 100%);
  --adrasa-dstory-right-card-bg: linear-gradient(90deg, rgba(210, 241, 229, 0.78) 0%, rgba(198, 227, 218, 0.78) 100%);
  --adrasa-dstory-left-card-bg-image: none;
  --adrasa-dstory-right-card-bg-image: none;
  --adrasa-dstory-text: #336b64;
  --adrasa-dstory-radius: 17px;
  --adrasa-dstory-shadow: 15px 17px 25.7px -5px rgba(28, 52, 99, 0.06);
  --adrasa-dstory-cta-bg: #3ca782;
  --adrasa-dstory-cta-text: #eff7fa;
  --adrasa-dstory-cta-bg-hover: #3ca782;
  --adrasa-dstory-cta-text-hover: #eff7fa;
  --adrasa-dstory-cta-radius: 999px;
  --adrasa-dstory-cta-icon-size: 16px;
}

.adrasa-dstory__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--adrasa-dstory-col-gap);
  align-items: stretch;
}

.adrasa-dstory__left,
.adrasa-dstory__right-card {
  color: var(--adrasa-dstory-text);
}

.adrasa-dstory__left > * + *,
.adrasa-dstory__right-card > * + * {
  margin-top: var(--adrasa-dstory-block-gap);
}

.adrasa-dstory__right-card {
  background-color: transparent;
  background-image: var(--adrasa-dstory-right-card-bg-image), var(--adrasa-dstory-right-card-bg);
  background-size: cover, 100% 100%;
  background-position: center center, 0 0;
  background-repeat: no-repeat, no-repeat;
  border-radius: var(--adrasa-dstory-radius);
  box-shadow: var(--adrasa-dstory-shadow);
  padding:
    var(--adrasa-dstory-right-pad-t, clamp(24px, 2.6vw, 2.125rem))
    var(--adrasa-dstory-right-pad-r, clamp(24px, 2.6vw, 2.125rem))
    var(--adrasa-dstory-right-pad-b, clamp(24px, 2.6vw, 2.125rem))
    var(--adrasa-dstory-right-pad-l, clamp(24px, 2.6vw, 2.125rem));
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.adrasa-dstory__title {
  margin: 0;
  line-height: 0.92;
  color: var(--adrasa-dstory-text);
}

.adrasa-dstory__title-regular {
  font-family: "Roboto", sans-serif;
  font-size: clamp(34px, 3.2vw, 3rem);
  font-weight: 500;
  font-style: normal;
}

.adrasa-dstory__title-italic {
  font-family: "Instrument Serif", serif;
  font-size: clamp(38px, 3.6vw, 3.375rem);
  font-style: italic;
  font-weight: 400;
}

.adrasa-dstory__subtitle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 1.25vw, 1.125rem);
  line-height: 1.15;
  font-weight: 600;
  color: var(--adrasa-dstory-text);
}

.adrasa-dstory__text,
.adrasa-dstory__example-list,
.adrasa-dstory__info-list {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 1.25vw, 1.125rem);
  line-height: 1.16;
  font-weight: 400;
  color: var(--adrasa-dstory-text);
}

.adrasa-dstory__text p {
  margin: 0 0 0.95em;
}

.adrasa-dstory__text p:last-child {
  margin-bottom: 0;
}

.adrasa-dstory__info-card {
  background-color: transparent;
  background-image: var(--adrasa-dstory-left-card-bg-image), var(--adrasa-dstory-left-card-bg);
  background-size: cover, 100% 100%;
  background-position: center center, 0 0;
  background-repeat: no-repeat, no-repeat;
  border-radius: var(--adrasa-dstory-radius);
  box-shadow: var(--adrasa-dstory-shadow);
  padding: clamp(22px, 2.4vw, 1.875rem);
  overflow: hidden;
}

.adrasa-dstory__small-title {
  margin: 0 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.2vw, 1.5rem);
  line-height: 1.1;
  font-weight: 600;
  color: var(--adrasa-dstory-text);
}

.adrasa-dstory__info-list,
.adrasa-dstory__example-list {
  margin: 0;
  padding-left: 1.1em;
}

.adrasa-dstory__left-image,
.adrasa-dstory__strip-image {
  position: relative;
  width: 100%;
  border-radius: var(--adrasa-dstory-radius);
  overflow: hidden;
}

.adrasa-dstory__left-image {
  aspect-ratio: var(--adrasa-dstory-left-image-aspect, 745 / 244);
  height: var(--adrasa-dstory-left-image-h, auto);
}

.adrasa-dstory__strip-image {
  aspect-ratio: var(--adrasa-dstory-strip-image-aspect, 650 / 115);
  height: var(--adrasa-dstory-strip-image-h, auto);
}

.adrasa-dstory__left-image img,
.adrasa-dstory__strip-image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none !important;
  display: block;
  object-fit: cover !important;
  border-radius: var(--adrasa-dstory-radius);
  box-shadow: var(--adrasa-dstory-shadow);
}

.adrasa-dstory__cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--adrasa-dstory-cta-radius);
  border: 1px solid transparent;
  padding: 10px 24px;
  background: var(--adrasa-dstory-cta-bg);
  color: var(--adrasa-dstory-cta-text);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: clamp(13px, 1.1vw, 1rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  max-width: 100%;
  transition: transform .15s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

a.adrasa-dstory__cta,
a.adrasa-dstory__cta:link,
a.adrasa-dstory__cta:visited,
a.adrasa-dstory__cta:hover,
a.adrasa-dstory__cta:active,
a.adrasa-dstory__cta:focus,
a.adrasa-dstory__cta:focus-visible {
  color: var(--adrasa-dstory-cta-text) !important;
  text-decoration: none !important;
}

.adrasa-dstory__cta:hover,
.adrasa-dstory__cta:focus-visible {
  transform: translateY(-1px);
  background: var(--adrasa-dstory-cta-bg-hover);
  color: var(--adrasa-dstory-cta-text-hover);
}

a.adrasa-dstory__cta:hover,
a.adrasa-dstory__cta:focus-visible {
  color: var(--adrasa-dstory-cta-text-hover) !important;
}

.adrasa-dstory__cta-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--adrasa-dstory-cta-icon-size);
  height: var(--adrasa-dstory-cta-icon-size);
  line-height: 1;
  flex: 0 0 auto;
}

.adrasa-dstory__cta-icon-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: opacity .2s ease;
}

.adrasa-dstory__cta-icon-img--default {
  opacity: 1;
}

.adrasa-dstory__cta-icon-img--hover {
  opacity: 0;
}

.adrasa-dstory__cta:hover .adrasa-dstory__cta-icon-img--default,
.adrasa-dstory__cta:focus-visible .adrasa-dstory__cta-icon-img--default {
  opacity: 0;
}

.adrasa-dstory__cta:hover .adrasa-dstory__cta-icon-img--hover,
.adrasa-dstory__cta:focus-visible .adrasa-dstory__cta-icon-img--hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .adrasa-dstory__grid {
    grid-template-columns: 1fr;
    gap: clamp(26px, 5.5vw, 40px);
    align-items: start;
  }

  .adrasa-dstory__right-card {
    height: auto;
  }
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory {
  --adrasa-dstory-col-gap: 0.125rem;
  --adrasa-dstory-block-gap: 1rem;
  --adrasa-dstory-text: #336b64;
  --adrasa-dstory-cta-bg: #3b9d7a;
  --adrasa-dstory-cta-bg-hover: #3b9d7a;
  --adrasa-dstory-cta-text: #eff7fa;
  --adrasa-dstory-cta-text-hover: #eff7fa;
  --adrasa-dstory-right-pad-t: 2.5rem;
  --adrasa-dstory-right-pad-r: 2.5rem;
  --adrasa-dstory-right-pad-b: 2.5rem;
  --adrasa-dstory-right-pad-l: 2.5rem;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__title {
  color: #336b64;
  margin-bottom: 1.4rem !important;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__grid {
  align-items: stretch;
  gap: 1rem;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__left {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__left-image {
  margin-top: auto;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__right-card {
  padding: 2.5rem;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__subtitle,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__text,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__text p,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__example-list,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__info-list,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__small-title {
  color: #336b64;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:link,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:visited,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:hover,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:active,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:focus,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:focus-visible {
  background: #3b9d7a;
  color: #eff7fa !important;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:hover,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta:focus-visible {
  background: #3b9d7a;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__title-regular {
  font-size: 3.2rem;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__title-italic {
  font-size: 3.6rem;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__subtitle,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__text,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__example-list,
body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__info-list {
  font-size: clamp(0.96rem, 1.02vw, 1.04rem);
  line-height: 1.14;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__small-title {
  font-size: clamp(1rem, 1.08vw, 1.08rem);
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta {
  gap: 0.7rem;
  padding: 0.78rem 1.35rem;
  font-size: 0.9rem;
  line-height: 1;
}

body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta-icon {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 991.98px) {
  body.page-id-1033 .adrasa-sustainability-dual-story .container,
  body.page-id-1033 #adrasa-two-col-988eaf2 > .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__grid {
    gap: 2.25rem;
  }

  body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__title-regular {
    font-size: 2.25rem !important;
  }

  body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__title-italic {
    font-size: 2.625rem !important;
  }

  body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__text {
    margin-bottom: 1rem !important;
  }

  body.page-id-1033 .adrasa-sustainability-dual-story .adrasa-dstory__cta {
    min-height: 2.325rem;
    padding-inline: 1.2rem;
    font-size: 0.8125rem;
  }
}

@media (max-width: 767px) {
  body.page-id-1033 #adrasa-two-col-988eaf2 > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-1033 .elementor-element.elementor-element-c30534c .adrasa-dstory__text {
    margin: 0 0 1rem 0 !important;
  }

  body.page-id-1033 .elementor-1033 .elementor-element.elementor-element-c30534c .adrasa-dstory__text {
    margin-bottom: 3rem !important;
  }

  body.page-id-1033 .elementor-1033 .elementor-element.elementor-element-c30534c .adrasa-dstory__info-card {
    padding: 2rem 1.75rem !important;
    min-height: 14rem;
    margin: 0 0 2.75rem 0 !important;
  }

  body.page-id-1033 .elementor-1033 .elementor-element.elementor-element-c30534c .adrasa-dstory__left-image {
    height: 15rem;
    aspect-ratio: auto;
    margin-bottom: 3.75rem !important;
  }

  body.page-id-1033 .elementor-1033 .elementor-element.elementor-element-c30534c .adrasa-dstory__strip-image {
    height: 6rem;
    aspect-ratio: auto;
  }

  body.page-id-1033 .elementor-1033 .elementor-element.elementor-element-c30534c .adrasa-dstory__cta {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .adrasa-dstory__right-card {
    padding:
      var(--adrasa-dstory-right-pad-t, 22px)
      var(--adrasa-dstory-right-pad-r, 22px)
      var(--adrasa-dstory-right-pad-b, 22px)
      var(--adrasa-dstory-right-pad-l, 22px);
  }

  .adrasa-dstory__cta {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 18px;
  }
}
