.button_rich {
  cursor: pointer;
  color: #0071e3;
  border: 2px solid #0071E3;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background))
}

.image__tag--padding-left {
  padding-left: 12px
}

.section-image-with-text {
  border-bottom: 1px solid #aeabab69;
  position: relative
}

.image_text p.image_text_text1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  height: auto
}

.image_text_text1:has(>.image_with_text_energy-rating) {
  display: flex;
  gap: 8px
}

.image_text_container + .image_with_text_energy-rating {
  margin-top: 6px;
  display: flex;
  justify-content: center
}

.image_text:has(>.image_with_text_energy-rating) {
  gap: 8px
}

@media screen and (min-width: 768px) {
  .img_with_txt_outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 110px
  }

  .image_with_text_grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: static;
    width: 100%;
    max-height: 636px
  }

  .image_with_text_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 36px;
    position: static;
    width: 100%;
    min-height: 186px
  }

  .image_with_text_text_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 16px;
    position: static;
    width: 100%;
    min-height: 150px
  }

  .image__tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0 4px;
    position: static;
    width: 100%;
    height: 14px;
    gap: 8px
  }

  .image__tag p {
    font-family: var(--font-body-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px
  }

  .image_heading_rictText2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: static;
    width: 100%;
    height: auto
  }

  .image_heading_rictText2 .h1 {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -2px;
    color: #000;
    margin-top: 0
  }

  .image_text_text1 {
    position: static;
    height: 24px;
    left: 0;
    top: 0;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #000
  }

  .image_with_text_text_btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    width: 100%;
    height: 48px;
    left: 0
  }

  .image_with_text_text_btns .seedkit-component-standalone a.ac-modal-trigger {
    color: var(--color-tertiary-dynamic-label)
  }

  .image_with_text_text_btns .seedkit-component-standalone a.ac-modal-trigger:hover, .image_with_text_text_btns .seedkit-component-standalone a.ac-modal-trigger:focus {
    color: var(--color-link-dynamic-hover)
  }

  .image_secondary_text {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    position: static;
    height: 48px;
    left: 0;
    top: 2px;
    border: none;
    background: transparent;
    font-style: normal;
    font-family: var(--font-body-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.02em;
    color: #0071e3
  }

  .button_secondary_clicked:hover, .button_secondary_clicked:focus {
    color: #005cb9;
    cursor: pointer
  }

  .img_with_text_button_1 {
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    position: static;
    width: auto;
    min-width: 134px;
    height: 48px;
    left: 142px;
    top: 0;
    margin-left: 15px
  }

  .button_primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: static;
    width: auto;
    min-width: 134px;
    height: 48px;
    left: 0;
    top: 0;
    background: var(--color-primary-bt-bg);
    border-radius: 32px;
    border: none
  }

  .button_primary:before, .button_primary:after {
    display: none
  }

  .button_primary span {
    font-family: var(--font-body-family);
    position: static;
    width: 100%;
    height: 20px;
    left: 24px;
    top: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.02em;
    color: #fff;
    display: inline-block
  }

  .button_primary:hover, .button_primary:focus {
    background: #005cb9
  }

  .button_primary:hover .underlined-text, .button_primary:focus .underlined-text {
    text-decoration: underline;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness ease .1s
  }

  .button_primary_clicked_clicked {
    background: #005cb9
  }

  .button_secondary_clicked_clicked {
    color: #005cb9
  }

  .image_with_text_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: static;
    max-height: 395px;
    left: 0;
    margin: auto
  }

  .image_with_text_img img {
    width: auto;
    max-width: 100%;
    max-height: 395px;
    object-fit: contain
  }

  .image_text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 4px
  }
}

@media screen and (max-width: 767px) {
  .img_with_txt_outer {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    background: #fff
  }

  .image_with_text_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 36px;
    position: static;
    width: 100%;
    min-height: 24px
  }

  .image__tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: static;
    width: 100%;
    height: 14px;
    margin-bottom: 4px
  }

  .image__tag p {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px
  }

  .image_heading_rictText2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: static;
    width: 100%;
    line-height: 42px;
    margin-bottom: 4px;
    margin-left: 0
  }

  .image_heading_rictText2 .h1 {
    font-family: var(--font-body-family);
    position: static;
    height: auto;
    left: 41px;
    top: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -1px;
    color: #000
  }

  .image_text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 8px
  }

  .image_text p {
    font-family: var(--font-body-family);
    position: static;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .2px
  }

  .image_with_text_text_btns {
    display: grid;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: static;
    width: 100%;
    left: 0;
    top: 138px
  }

  .image_secondary_text {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    position: static;
    height: 48px;
    left: 0;
    top: 2px;
    border: none;
    margin: auto;
    background: transparent;
    font-style: normal;
    font-family: var(--font-body-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.02em;
    color: #0071e3
  }

  .img_with_text_button_1 {
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    position: static;
    width: auto !important;
    min-width: 272px !important;
    height: 48px;
    left: 142px;
    top: 0
  }

  .button_primary:before, .button_primary:after {
    display: none
  }

  .button_primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: static;
    width: auto;
    min-width: 290px;
    height: 48px;
    left: 0;
    top: 0;
    background: #0071e3;
    border-radius: 32px;
    border: none
  }

  .img_with_text_button_1 .button_primary {
    width: auto;
    min-width: 272px !important
  }

  .button_primary span {
    font-family: var(--font-body-family);
    position: static;
    width: 100%;
    height: 20px;
    left: 24px;
    top: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.02em;
    color: #fff;
    display: inline-block
  }

  .button_secondary_clicked:focus {
    color: #005cb9
  }

  .button_primary_clicked_clicked {
    background: #005cb9
  }

  .button_secondary_clicked_clicked {
    color: #005cb9
  }

  .image_with_text_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: static;
    max-height: 206px;
    left: 0
  }

  .image_with_text_img img {
    width: auto;
    max-width: 100%;
    max-height: 206px;
    object-fit: contain
  }

  .image_with_text_energy-rating .energy-rating__actions {
    justify-content: center
  }
}

