@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-use-case-hero {
  position: relative;
  overflow: hidden;
  color: var(--wp--preset--color--txt-white);
  padding-top: var(--header-height);
  background: var(--wp--preset--gradient--electric-to-midnight);
}
.s-use-case-hero .l-wrapper {
  position: relative;
  min-height: inherit;
  padding-top: 2rem !important;
  padding-bottom: 3.5rem !important;
}
.s-use-case-hero .l-container {
  z-index: 1;
  min-height: inherit;
}
.s-use-case-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: inherit;
}
.s-use-case-hero .c-breadcrumb {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.s-use-case-hero__main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 auto;
  min-height: 0;
}
.s-use-case-hero__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 3.75rem;
}
.s-use-case-hero__blocks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-use-case-hero__blocks :where(.c-surtitle) {
  margin: 0;
}
.s-use-case-hero__blocks :where(.wp-block-heading) {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.375rem;
}
.s-use-case-hero__blocks :where(.wp-block-heading) {
  font-size: 100px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: calc(100px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: 6.25rem;
  }
}
.s-use-case-hero__blocks :where(.wp-block-paragraph) {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-use-case-hero__blocks :where(.wp-block-paragraph) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__blocks :where(.wp-block-paragraph) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__blocks :where(.wp-block-paragraph) {
    font-size: 1rem;
  }
}
.s-use-case-hero__icons {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.s-use-case-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(61, 180, 255, 0.15);
  overflow: hidden;
}
.s-use-case-hero__icon-image {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.s-use-case-hero__download {
  margin-top: 2rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  max-width: 26.875rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 0.375rem;
  background-color: var(--wp--preset--color--bg-cyan-blue);
  color: var(--wp--preset--color--txt-midnight-blue);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .s-use-case-hero__download:hover {
    opacity: 0.92;
  }
}
.s-use-case-hero__download-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3125rem;
  min-height: 3.8125rem;
  padding: 0.5rem 0;
}
.s-use-case-hero__download-label {
  color: rgba(7, 19, 37, 0.7);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-use-case-hero__download-label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-label {
    font-size: 0.875rem;
  }
}
.s-use-case-hero__download-row {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}
.s-use-case-hero__download-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.s-use-case-hero__download-icon svg {
  width: 100%;
  height: 100%;
}
.s-use-case-hero__download-title {
  font-weight: 700;
  color: var(--wp--preset--color--txt-midnight-blue);
  letter-spacing: -0.02rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-use-case-hero__download-title h2 {
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.s-use-case-hero__download-title h2 {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title h2 {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title h2 {
    font-size: 2.3125rem;
  }
}
.s-use-case-hero__download-title h2:not(:first-child) {
  margin-top: 2rem;
}
.s-use-case-hero__download-title h3 {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.s-use-case-hero__download-title h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title h3 {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title h3 {
    font-size: 1.5rem;
  }
}
.s-use-case-hero__download-title h3:not(:first-child) {
  margin-top: 1.25rem;
}
.s-use-case-hero__download-title h4 {
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.s-use-case-hero__download-title h4 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title h4 {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title h4 {
    font-size: 1rem;
  }
}
.s-use-case-hero__download-title h5 {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-weight: 600;
}
.s-use-case-hero__download-title h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title h5 {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title h5 {
    font-size: 1rem;
  }
}
.s-use-case-hero__download-title p {
  margin-top: 1.25rem;
}
.s-use-case-hero__download-title p:first-child {
  margin-top: 0;
}
.s-use-case-hero__download-title a {
  color: var(--wp--preset--color--txt-black);
}
.s-use-case-hero__download-title p + ul,
.s-use-case-hero__download-title h2 + p,
.s-use-case-hero__download-title h3 + p,
.s-use-case-hero__download-title h4 + p,
.s-use-case-hero__download-title h5 + p {
  margin-top: 1.25rem;
}
.s-use-case-hero__download-title b,
.s-use-case-hero__download-title strong {
  font-weight: 600;
}
.s-use-case-hero__download-title .btn {
  margin-top: 2rem;
}
.s-use-case-hero__download-title i,
.s-use-case-hero__download-title em {
  font-style: italic;
}
.s-use-case-hero__download-title p > a,
.s-use-case-hero__download-title li > a {
  text-decoration: underline;
}
.s-use-case-hero__download-title ul,
.s-use-case-hero__download-title ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-use-case-hero__download-title ul li,
.s-use-case-hero__download-title ol li {
  position: relative;
  padding-left: 0.75rem;
}
.s-use-case-hero__download-title ul li:last-child,
.s-use-case-hero__download-title ol li:last-child {
  margin-bottom: 0;
}
.s-use-case-hero__download-title ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: currentColor;
  border-radius: 50% 50%;
}
.s-use-case-hero__download-title ol li {
  list-style: decimal;
}
.s-use-case-hero__download-title img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-use-case-hero__download-title *:first-child:not(.mejs-button):not(button) {
  margin-top: 0;
}
.s-use-case-hero__download-title img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  .s-use-case-hero__download-title img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.s-use-case-hero__download-title p,
.s-use-case-hero__download-title li,
.s-use-case-hero__download-title a {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-use-case-hero__download-title p,
.s-use-case-hero__download-title li,
.s-use-case-hero__download-title a {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title p,
  .s-use-case-hero__download-title li,
  .s-use-case-hero__download-title a {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title p,
  .s-use-case-hero__download-title li,
  .s-use-case-hero__download-title a {
    font-size: 1rem;
  }
}
.s-use-case-hero__download-title .wp-video-shortcode:not(:first-child) {
  margin-top: 2rem;
}
.s-use-case-hero__download-title .button {
  font-family: "aptos-display", sans-serif;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
.s-use-case-hero__download-title .button:not(:first-child) {
  margin-top: 1rem;
}
.s-use-case-hero__download-title .button:hover {
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-black);
}
.s-use-case-hero__download-title .button--primary {
  background-color: var(--wp--preset--color--bg-primary);
  color: var(--wp--preset--color--txt-white);
}
.s-use-case-hero__download-title h1 {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.s-use-case-hero__download-title h1 {
  font-size: 57px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title h1 {
    font-size: calc(57px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title h1 {
    font-size: 3.5625rem;
  }
}
.s-use-case-hero__download-title h1:not(:first-child) {
  margin-top: 2rem;
}
.s-use-case-hero__download-title h6 {
  font-weight: 400;
  font-family: "aptos-display", sans-serif;
}
.s-use-case-hero__download-title h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title h6 {
    font-size: 0.875rem;
  }
}
.s-use-case-hero__download-title h6:not(:first-child) {
  margin-top: 1rem;
}
.s-use-case-hero__download-title figure {
  margin: 2rem 0;
  max-width: 100%;
}
.s-use-case-hero__download-title figure:first-child {
  margin-top: 0;
}
.s-use-case-hero__download-title figure img {
  margin: 0;
}
.s-use-case-hero__download-title figcaption,
.s-use-case-hero__download-title .wp-element-caption,
.s-use-case-hero__download-title .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.s-use-case-hero__download-title figcaption,
.s-use-case-hero__download-title .wp-element-caption,
.s-use-case-hero__download-title .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title figcaption,
  .s-use-case-hero__download-title .wp-element-caption,
  .s-use-case-hero__download-title .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title figcaption,
  .s-use-case-hero__download-title .wp-element-caption,
  .s-use-case-hero__download-title .wp-caption-text {
    font-size: 0.75rem;
  }
}
.s-use-case-hero__download-title .wp-caption {
  max-width: 100%;
}
.s-use-case-hero__download-title .wp-caption img {
  margin: 0;
}
.s-use-case-hero__download-title .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.s-use-case-hero__download-title .aligncenter figcaption,
.s-use-case-hero__download-title .aligncenter .wp-element-caption {
  text-align: center;
}
.s-use-case-hero__download-title .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.s-use-case-hero__download-title .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.s-use-case-hero__download-title .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.s-use-case-hero__download-title .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.s-use-case-hero__download-title .alignfull img {
  border-radius: 0;
}
.s-use-case-hero__download-title img.size-medium,
.s-use-case-hero__download-title figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.s-use-case-hero__download-title img.size-thumbnail,
.s-use-case-hero__download-title figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.s-use-case-hero__download-title blockquote,
.s-use-case-hero__download-title .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.s-use-case-hero__download-title blockquote p,
.s-use-case-hero__download-title .wp-block-quote p {
  margin-top: 0.75rem;
}
.s-use-case-hero__download-title blockquote p:first-child,
.s-use-case-hero__download-title .wp-block-quote p:first-child {
  margin-top: 0;
}
.s-use-case-hero__download-title blockquote cite,
.s-use-case-hero__download-title blockquote footer,
.s-use-case-hero__download-title .wp-block-quote cite,
.s-use-case-hero__download-title .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-use-case-hero__download-title blockquote cite,
.s-use-case-hero__download-title blockquote footer,
.s-use-case-hero__download-title .wp-block-quote cite,
.s-use-case-hero__download-title .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title blockquote cite,
  .s-use-case-hero__download-title blockquote footer,
  .s-use-case-hero__download-title .wp-block-quote cite,
  .s-use-case-hero__download-title .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title blockquote cite,
  .s-use-case-hero__download-title blockquote footer,
  .s-use-case-hero__download-title .wp-block-quote cite,
  .s-use-case-hero__download-title .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.s-use-case-hero__download-title .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--bg-taupe);
  border-bottom: 1px solid var(--wp--preset--color--bg-taupe);
  border-left: none;
}
.s-use-case-hero__download-title .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.s-use-case-hero__download-title .wp-block-pullquote cite {
  margin-top: 1rem;
}
.s-use-case-hero__download-title code,
.s-use-case-hero__download-title kbd,
.s-use-case-hero__download-title samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--bg-taupe);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-use-case-hero__download-title code,
.s-use-case-hero__download-title kbd,
.s-use-case-hero__download-title samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title code,
  .s-use-case-hero__download-title kbd,
  .s-use-case-hero__download-title samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title code,
  .s-use-case-hero__download-title kbd,
  .s-use-case-hero__download-title samp {
    font-size: 0.8125rem;
  }
}
.s-use-case-hero__download-title pre,
.s-use-case-hero__download-title .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--bg-taupe);
  border-radius: 0.5rem;
}
.s-use-case-hero__download-title pre code,
.s-use-case-hero__download-title .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-use-case-hero__download-title table,
.s-use-case-hero__download-title .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.s-use-case-hero__download-title table,
.s-use-case-hero__download-title .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title table,
  .s-use-case-hero__download-title .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title table,
  .s-use-case-hero__download-title .wp-block-table table {
    font-size: 0.875rem;
  }
}
.s-use-case-hero__download-title table th,
.s-use-case-hero__download-title table td,
.s-use-case-hero__download-title .wp-block-table table th,
.s-use-case-hero__download-title .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--bg-taupe);
  text-align: left;
  vertical-align: top;
}
.s-use-case-hero__download-title table th,
.s-use-case-hero__download-title .wp-block-table table th {
  font-weight: 700;
}
.s-use-case-hero__download-title .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.s-use-case-hero__download-title hr,
.s-use-case-hero__download-title .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--bg-taupe);
  opacity: 1;
  max-width: 7.5rem;
}
.s-use-case-hero__download-title hr.is-style-wide,
.s-use-case-hero__download-title .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.s-use-case-hero__download-title hr.is-style-dots,
.s-use-case-hero__download-title .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.s-use-case-hero__download-title hr.is-style-dots::before,
.s-use-case-hero__download-title .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.s-use-case-hero__download-title hr.is-style-dots::before,
.s-use-case-hero__download-title .wp-block-separator.is-style-dots::before {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__download-title hr.is-style-dots::before,
  .s-use-case-hero__download-title .wp-block-separator.is-style-dots::before {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__download-title hr.is-style-dots::before,
  .s-use-case-hero__download-title .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.s-use-case-hero__download-title .wp-block-embed,
.s-use-case-hero__download-title .wp-block-video,
.s-use-case-hero__download-title .wp-block-audio,
.s-use-case-hero__download-title .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.s-use-case-hero__download-title .wp-block-embed__wrapper,
.s-use-case-hero__download-title .wp-block-video video {
  max-width: 100%;
}
.s-use-case-hero__download-title .wp-block-embed iframe {
  max-width: 100%;
}
.s-use-case-hero__download-title .wp-block-gallery,
.s-use-case-hero__download-title .blocks-gallery-grid,
.s-use-case-hero__download-title .wp-block-media-text {
  gap: 0.5rem;
}
.s-use-case-hero__download-title .wp-block-gallery,
.s-use-case-hero__download-title .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.s-use-case-hero__download-title .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-use-case-hero__download-title .wp-block-button__link {
  text-decoration: none;
}
.s-use-case-hero__download-title ul ul,
.s-use-case-hero__download-title ol ol,
.s-use-case-hero__download-title ul ol,
.s-use-case-hero__download-title ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.s-use-case-hero__download-title dl {
  margin: 1.5rem 0;
}
.s-use-case-hero__download-title dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-use-case-hero__download-title dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.s-use-case-hero__download-title mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.s-use-case-hero__download-title sub,
.s-use-case-hero__download-title sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-use-case-hero__download-title .has-text-align-center {
  text-align: center;
}
.s-use-case-hero__download-title .has-text-align-right {
  text-align: right;
}
.s-use-case-hero__download-title .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .s-use-case-hero__download-title .alignleft,
  .s-use-case-hero__download-title .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .s-use-case-hero__download-title .alignwide,
  .s-use-case-hero__download-title .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .s-use-case-hero__download-title figure,
  .s-use-case-hero__download-title .wp-block-image,
  .s-use-case-hero__download-title .wp-caption,
  .s-use-case-hero__download-title .wp-block-media-text__media {
    max-width: 100%;
  }
  .s-use-case-hero__download-title figure img,
  .s-use-case-hero__download-title .wp-block-image img,
  .s-use-case-hero__download-title .wp-caption img,
  .s-use-case-hero__download-title .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .s-use-case-hero__download-title > img,
  .s-use-case-hero__download-title p > img,
  .s-use-case-hero__download-title .wp-block-image img,
  .s-use-case-hero__download-title .wp-block-gallery .blocks-gallery-item img,
  .s-use-case-hero__download-title .wp-block-gallery .wp-block-image img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .s-use-case-hero__download-title img.size-medium,
  .s-use-case-hero__download-title figure.size-medium img,
  .s-use-case-hero__download-title img.size-thumbnail,
  .s-use-case-hero__download-title figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .s-use-case-hero__download-title figcaption,
  .s-use-case-hero__download-title .wp-element-caption,
  .s-use-case-hero__download-title .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .s-use-case-hero__download-title pre,
  .s-use-case-hero__download-title .wp-block-code {
    padding: 1rem;
  }
}
.s-use-case-hero__download-title::after {
  content: "";
  display: block;
  clear: both;
}
.s-use-case-hero__download-dot {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--bg-midnight-blue);
}
.s-use-case-hero__media {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 26.25rem;
  position: relative;
  width: 100%;
}
.s-use-case-hero__slider {
  flex: 1 1 auto;
  border-radius: 0.375rem;
  overflow: hidden;
  min-height: 23.125rem;
}
.s-use-case-hero__slider .splide__track,
.s-use-case-hero__slider .splide__list,
.s-use-case-hero__slider .splide__slide {
  height: 100%;
}
.s-use-case-hero__slider.is-single {
  cursor: default;
}
.s-use-case-hero__slider.is-single .splide__track,
.s-use-case-hero__slider.is-single .splide__list {
  cursor: default;
}
.s-use-case-hero__slide, .s-use-case-hero__slide-image {
  width: 100%;
  height: 100%;
  min-height: 23.125rem;
}
.s-use-case-hero__slide {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  height: 100%;
}
.s-use-case-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 100%);
  pointer-events: none;
}
.s-use-case-hero__slide-image {
  object-fit: cover;
  object-position: center;
  display: block;
}
.s-use-case-hero__nav {
  position: absolute;
  top: 0.75rem;
  right: 0.625rem;
  z-index: 2;
}
.s-use-case-hero__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-use-case-hero__empty {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-use-case-hero__empty {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-use-case-hero__empty {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .s-use-case-hero {
    min-height: auto;
  }
  .s-use-case-hero .l-wrapper {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
  }
  .s-use-case-hero__main {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .s-use-case-hero__content, .s-use-case-hero__media {
    max-width: 100%;
  }
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-family: "aptos", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06em;
    letter-spacing: -0.3rem;
  }
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: calc(100px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .s-use-case-hero__slide, .s-use-case-hero__slide-image, .s-use-case-hero__slider {
    height: 17.5rem;
    min-height: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-family: "aptos", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.06em;
    letter-spacing: -0.1375rem;
  }
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: 77px;
  }
}
@media screen and (max-width: 768px) and (min-width: 569px) {
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: calc(77px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .s-use-case-hero__blocks :where(.wp-block-heading) {
    font-size: 4.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .s-use-case-hero__slide, .s-use-case-hero__slide-image, .s-use-case-hero__slider {
    height: 13.75rem;
    min-height: 13.75rem;
  }
}