section.pb-26-textimage.bg-storm {
  background: #1B2231;
}
section.pb-26-textimage.bg-stormlight {
  background: #20293C;
}
section.pb-26-textimage .pre-heading-2026 {
  text-align: initial;
}
section.pb-26-textimage .block-heading-2026 {
  color: #171D2A;
  text-align: initial;
}
@media screen and (max-width: 62em) {
  section.pb-26-textimage .text-col {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  section.pb-26-textimage .images {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
section.pb-26-textimage .text-col .the-content a {
  color: inherit;
  text-decoration-thickness: from-font;
  text-underline-offset: 2px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
section.pb-26-textimage .text-col .the-content a:hover {
  color: #56BCCF;
}
section.pb-26-textimage .text-col .the-content ul,
section.pb-26-textimage .text-col .the-content ol {
  margin-left: 1.5rem;
}
section.pb-26-textimage .text-col .the-content ul {
  list-style: none;
  padding-left: 0;
}
section.pb-26-textimage .text-col .the-content ul li {
  position: relative;
  padding-left: 1.75rem;
}
section.pb-26-textimage .text-col .the-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.125rem;
  height: 1.125rem;
  background: currentColor;
  -webkit-mask-image: var(--svgicon-bullet-arrow);
          mask-image: var(--svgicon-bullet-arrow);
  background-color: #56BCCF;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
section.pb-26-textimage .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
section.pb-26-textimage .images .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
section.pb-26-textimage .images .img-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
section.pb-26-textimage .images .img-wrap img,
section.pb-26-textimage .images .img-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 62.0625em) {
  section.pb-26-textimage.imglayout-stacked-bento:has(.item:only-child) .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.pb-26-textimage.imglayout-stacked-bento:has(.item:only-child) .item .img-wrap {
    min-height: 28.125rem;
  }
  section.pb-26-textimage.imglayout-stacked-bento:has(.item:nth-child(2)) .item:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 66.6666666667%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  section.pb-26-textimage.imglayout-stacked-bento:has(.item:nth-child(2)) .item:last-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  section.pb-26-textimage.imglayout-stacked-bento.flipped:has(.item:nth-child(2)) .item:first-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (min-width: 62.0625em) {
  section.pb-26-textimage.imglayout-twocol-bento:has(.item:only-child) .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.pb-26-textimage.imglayout-twocol-bento:has(.item:only-child) .item .img-wrap {
    min-height: 28.125rem;
  }
  section.pb-26-textimage.imglayout-twocol-bento:has(.item:nth-child(2)) .images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.pb-26-textimage.imglayout-twocol-bento:has(.item:nth-child(2)) .item:first-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    height: 66.6666666667%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  section.pb-26-textimage.imglayout-twocol-bento:has(.item:nth-child(2)) .item:last-child {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  section.pb-26-textimage.imglayout-twocol-bento.flipped:has(.item:nth-child(2)) .item:first-child {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    height: unset;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  section.pb-26-textimage.imglayout-twocol-bento.flipped:has(.item:nth-child(2)) .item:last-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    height: 66.6666666667%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (min-width: 62.0625em) {
  section.pb-26-textimage.imglayout-stacked-fullwidth:has(.item:only-child) .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.pb-26-textimage.imglayout-stacked-fullwidth:has(.item:only-child) .item .img-wrap {
    min-height: 28.125rem;
  }
  section.pb-26-textimage.imglayout-stacked-fullwidth:has(.item:nth-child(2)) .item:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.pb-26-textimage.imglayout-stacked-fullwidth:has(.item:nth-child(2)) .item:last-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (max-width: 62em) {
  section.pb-26-textimage:has(.item:only-child) .item .img-wrap {
    min-height: 18.9375rem;
  }
  section.pb-26-textimage:has(.item:nth-child(2)) .item:first-child {
    min-height: 18.9375rem;
  }
  section.pb-26-textimage:has(.item:nth-child(2)) .item:last-child {
    min-height: 11.0625rem;
  }
}