/** CSS Easing functions */ /* Bulma Utilities */
.wp-block-starter-double-media-text {
  max-width: 100%;
  background: none !important;
  background-color: transparent !important;
  position: relative;
  margin: 100px 0;
}
.wp-block-starter-double-media-text .wrapper {
  position: relative;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(3.875rem, 3.5991rem + 1.1321vw, 4.25rem);
  z-index: 1;
  padding: 68px 0 1.75rem 0;
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: clamp(2.5rem, 1.5612rem + 1.6327vw, 3.5rem);
  }
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text .content {
    width: 32%;
  }
}
.wp-block-starter-double-media-text .content .wp-block-heading {
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text .content .wp-block-heading {
    text-align: left;
  }
}
.wp-block-starter-double-media-text .content .desc {
  max-width: 540px;
  margin: 0 auto;
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text .content .desc {
    max-width: none;
  }
}
.wp-block-starter-double-media-text .content .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text .content .wp-block-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wp-block-starter-double-media-text .visuals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.wp-block-starter-double-media-text .visuals img.primary {
  display: block;
  width: clamp(14.125rem, 8.572rem + 22.7815vw, 35.625rem);
  height: clamp(14.875rem, 8.9669rem + 24.2384vw, 37.75rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.wp-block-starter-double-media-text .visuals img.secondary {
  display: block;
  width: clamp(10.8125rem, 6.6316rem + 17.1523vw, 27rem);
  height: clamp(9.875rem, 6.0493rem + 15.6954vw, 24.6875rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 100px 10px 10px;
  position: relative;
  z-index: 1;
  margin-left: calc(-1 * clamp(3.125rem, 2.1565rem + 3.9735vw, 6.875rem));
}
.wp-block-starter-double-media-text .shape {
  width: clamp(20.5rem, 10.4594rem + 41.1921vw, 59.375rem);
  height: clamp(20.625rem, 14.4163rem + 25.4717vw, 29.0625rem);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: clamp(9.375rem, 4.5323rem + 19.8675vw, 28.125rem) 0 0 20px;
  opacity: 0.32;
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text .shape {
    height: 106%;
    top: clamp(0rem, -1.4668rem + 2.551vw, 1.5625rem);
  }
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text[data-position=left] .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.wp-block-starter-double-media-text[data-position=left] .wrapper .visuals {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.wp-block-starter-double-media-text[data-position=left] .wrapper .visuals img.secondary {
  border-radius: 100px 10px 10px 10px;
  margin-left: inherit;
  margin-right: calc(-1 * clamp(3.125rem, 2.1565rem + 3.9735vw, 6.875rem));
}
.wp-block-starter-double-media-text[data-position=left] .shape {
  right: inherit;
  left: 0;
}
.wp-block-starter-double-media-text:has(.wp-block-social-links) .wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text:has(.wp-block-social-links) .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, 1.5612rem + 1.6327vw, 3.5rem);
  }
}
.wp-block-starter-double-media-text:has(.wp-block-social-links) .wrapper .content .desc {
  text-wrap: balance;
  max-width: none;
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text:has(.wp-block-social-links) .wrapper .content {
    width: 48%;
  }
}
@media only screen and (min-width: 920px) {
  .wp-block-starter-double-media-text:has(.wp-block-social-links) .wrapper .visuals {
    width: 52%;
  }
}
.wp-block-starter-double-media-text:has(.wp-block-social-links) .wrapper .visuals img.primary {
  width: clamp(11.75rem, 9.1349rem + 10.7285vw, 21.875rem);
  height: clamp(16.5rem, 12.8195rem + 15.0993vw, 30.75rem);
}
.wp-block-starter-double-media-text:has(.wp-block-social-links) .wrapper .visuals img.secondary {
  width: clamp(10.75rem, 8.3609rem + 9.8013vw, 20rem);
  height: clamp(10.75rem, 8.3609rem + 9.8013vw, 20rem);
  margin-left: calc(-1 * clamp(3.125rem, 2.1565rem + 3.9735vw, 6.875rem));
}
