/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

em {
  font-style: normal;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 16px;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.only-sp {
  display: none;
}

@media (max-width: 1024px) {
  .only-pc {
    display: none;
  }
}

@media (max-width: 1024px) {
  .only-sp {
    display: block;
  }
}

.lp-header {
  background-color: #fff;
}

.lp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1432px;
  margin: 0 auto;
  padding: 12px 10px;
}

@media (max-width: 1024px) {
  .lp-header__inner {
    justify-content: center;
    padding: 24px 20px;
  }
}

.lp-header__logo {
  display: block;
  width: 160px;

  & img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .lp-header__logo {
    width: 110px;
  }
}

@media (max-width: 1024px) {
  .lp-header__phone {
    display: none;
  }
}

.lp-textPhone {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: currentColor;
}

.lp-textPhone__number {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.lp-textPhone__numberGroup {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.lp-textPhone__note {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.lp-textPhone__icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
}

.lp-textPhone__icon .of-iconColor-primary {
  fill: #00a23f;
}

.lp-footer {
  background-color: #222;
  color: #fff;
}

.lp-footer__content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px 10px;
}

.lp-footer__list {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .lp-footer__list {
   row-gap: 8px;
  }
}

.lp-footer__list li {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.lp-footer__copyright {
  text-align: center;
}

.lp-footer__list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.lp-footer__list a {
  text-decoration: none;
  color: #fff;
}

.lp-buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media (max-width: 1024px) {
  .lp-buttons {
    flex-wrap: wrap;
  }
}

.lp-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 360px;
  width: 100%;
  text-decoration: none;
  color: #C43958;
  font-size: clamp(16px, 14.055px + 0.274vw, 18px);
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 56px;
  background: linear-gradient(309deg, #F2F3F6 -13.68%, #EFEFF2 171.92%);
  box-shadow: 3px 3px 20px 0 rgba(36, 65, 93, 0.30), -3px -3px 10px 0 #FFF, 4px 0 0 0 #FFF;
  transition: box-shadow 0.3s ease;
}

.lp-button--center {
  justify-content: center;
}

@media (hover: hover) {
  .lp-button:hover {
    box-shadow: 0 0 0 0 rgba(36, 65, 93, 0.30), 0 0 0 0 #FFF, 4px 0 0 0 #ECEDF0;
  }
}

.lp-button__image {
  margin: -22px 0;
  flex-shrink: 0;
  
  & img {
    max-width: 62px;
    width: 100%;
    box-shadow: 3px 3px 3px 0 rgba(36, 65, 93, 0.30);
  }
}

.lp-main {
  background-image: url('/img/products/vl-800/209566001/209566001_bg_01.png');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .lp-main {
    background-image:
      url('/img/products/vl-800/209566001/209566001_bg_01_sp.png');
    background-size: contain;
    background-position: top 29em center;
    background-repeat: no-repeat;
  }
}

.lp-jumbotron {
  padding: clamp(40px, 20.548px + 2.74vw, 60px) 0 clamp(30px, -82.822px + 15.89vw, 146px);
}

@media (max-width: 1024px) {
  .lp-jumbotron {
    padding: 0;
  }

  .lp-jumbotron:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 5%, #00011E 100%);
    z-index: -1;
  }
}

.lp-jumbotron__inner {
  display: flex;
  gap: 12px;
  max-width: 1432px;
  margin-inline: auto;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .lp-jumbotron__inner {
    flex-direction: column;
    max-width: 710px;
    padding: 32px 20px;
    gap: 24px;
  }
}

.lp-jumbotron__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 1024px) {
  .lp-jumbotron__content {
    gap: clamp(24px, 8.438px + 2.192vw, 40px);
    align-items: center;
  }
}

.lp-jumbotron__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1024px) {
  .lp-jumbotron__body {
    gap: clamp(24px, 16.219px + 1.096vw, 32px);
  }
}

.lp-jumbotron__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lp-jumbotron__title {
  font-size: clamp(56px, -27.644px + 11.781vw, 142px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #fff;

  & em {
    color: #FF0;
  }
}

@media (max-width: 1024px) {
  .lp-jumbotron__title {
    text-align: center;
  }
}

.lp-jumbotron__description {
  color: #FFF;
  font-size: clamp(16px, 12.110px + 0.548vw, 20px);
  font-weight: 700;
}

.lp-jumbotron__list {
  display: flex;
  align-items: center;
  gap: clamp(2px, -11.616px + 1.918vw, 16px);
}

@media (max-width: 1024px) {
  .lp-jumbotron__list {
    justify-content: center;
  }
}

.lp-jumbotron__item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #036EB8;
  color: #FFF;
  font-size: clamp(12px, 4.219px + 1.096vw, 20px);
  font-weight: 700;
  min-width: 160px;
  width: max-content;
  padding-left: 6px;
}

@media (max-width: 1024px) {
  .lp-jumbotron__item {
    padding: 2px 5px 2px 2px;
    min-width: auto;
  }
}

.lp-jumbotron__item-icon {
  display: block;
  width: clamp(1.5rem, 0.223rem + 2.877vw, 2.813rem);

  & img {
    width: 100%;
  }
}

.lp-jumbotron__image-wrapper {
  max-width: 694px;
}

.lp-section {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, -69.151px + 14.247vw, 136px);
  position: relative;
  padding: clamp(32px, 0.877px + 4.384vw, 64px) 0 clamp(32px, -33.164px + 9.178vw, 99px);
  background-color: #fff;
}

.lp-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: clamp(-63px, calc(0.123px - 4.384vw), -31px);
  left: 50%;
  width: clamp(36px, -0.959px + 5.205vw, 74px);
  height: clamp(16px, 0.438px + 2.192vw, 32px);
  transform: translate(-50%, -100%);
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
  z-index: 2;
}

.lp-section--mask {
  background-image: url('/img/products/vl-800/209566001/209566001_bg_03.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(32px, -45.808px + 10.959vw, 112px) 0 clamp(32px, -16.630px + 6.849vw, 82px);
}

@media (max-width: 1024px) {
  .lp-section--mask {
    background-color: #000;
    background-size: contain;
    background-image: url('/img/products/vl-800/209566001/209566001_bg_03_sp.jpg');
    background-position: top 24% center;
    background-repeat: no-repeat;
  }
}

.lp-section--mask::after {
  display: none;
}

.lp-section--gray {
  background-color: #E4E5EF;
}

.lp-section--wide {
  padding: 152px 0;
}

.lp-section--gray::after {
  background-color: #E4E5EF;
}

.lp-section__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 8.438px + 2.192vw, 40px);
  max-width: 1300px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .lp-section__inner {
    max-width: 710px;
    padding: 0 20px;
  }
}

.lp-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.lp-section__title {
  color: #036EB8;
  text-align: center;
  font-size: clamp(24px, 2.603px + 3.014vw, 46px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 16px;
}

@media (max-width: 1024px) {
  .lp-section__title {
    letter-spacing: 0;
  }
}

.lp-section__title--small {
  font-size: 30px;
}

.lp-section__title--yellow {
  color: #B8B803;
}

.lp-section__description {
  color: #656565;
  font-size: clamp(16px, 14.055px + 0.274vw, 18px);
  font-weight: 700;
  text-align: center;
}

.lp-section__description--white {
  color: #FFF;
}

.lp-section__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, -69.151px + 14.247vw, 136px);
}

.lp-section__content {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, -22.685px + 6.575vw, 72px);
}

.lp-section__image-wrapper {
  max-width: 958px;
  margin-inline: auto;
}

.lp-problem {
  max-width: 1300px;
  margin-inline: auto;
  padding: 0 10px;
}

.lp-problem__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, -11.233px + 3.836vw, 44px);
  padding-top: clamp(16px, -7.342px + 3.288vw, 40px);
  row-gap: 40px;
  min-height: 737px;
  background-image: url('/img/products/vl-800/209566001/209566001_bg_02.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .lp-problem__inner {
    container-type: inline-size;
    max-width: 500px;
    margin-inline: auto;
    gap: clamp(1.5rem, -0.761rem + 5.096vw, 2.5rem);
    min-height: unset;
    width: 100%;
    aspect-ratio: 710 / 1176;
    padding: 12px 10px;
    box-sizing: border-box;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('/img/products/vl-800/209566001/209566001_bg_02_sp.png');
    overflow: hidden;
  }
}

.lp-problem__title {
  color: #FFF;
  text-align: center;
  font-size: clamp(24px, 18.164px + 0.822vw, 30px);
  font-weight: 700;
  letter-spacing: 16px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .lp-problem__title {
    letter-spacing: 0;
  }
}

@media (max-width: 360px) {
  .lp-problem__title {
    font-size: 19px;
  }
}

.lp-problem__content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0 96px;
  padding-bottom: 176px;
}

@media (max-width: 1024px) {
  .lp-problem__content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    gap: clamp(14px, -13.735px + 7.396vw, 62px);
    padding: 0;
    max-width: 500px;
    margin-inline: auto;
  }
}

.lp-problem__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lp-problem__content--top {
  justify-content: flex-start;
}

.lp-problem__item {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, -7.452px + 2.74vw, 32px);
}

@media (max-width: 1024px) {
  .lp-problem__item {
    flex-direction: row;
  }
}

.lp-problem__item-row {
  flex-direction: row;
}

.lp-problem__item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, -2.934px + 1.849vw, 16px);
}

@media (max-width: 768px) {
  .lp-problem__item-content {
    flex: 2;
  }
}

.lp-problem__item-icon {
  align-self: center;
}

@media (max-width: 1024px) {
  .lp-problem__item-icon {
    max-width: clamp(80px, -100.892px + 25.478vw, 160px);
    flex-shrink: 0;
  }
}

@media (max-width: 360px) {
  .lp-problem__item-icon {
    max-width: 40px;
  }
}

.lp-problem__sub-title {
  color: #FFF;
  font-size: clamp(16px, 14.055px + 0.274vw, 18px);
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1024px) {
  .lp-problem__sub-title {
    font-size: 22px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .lp-problem__sub-title {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .lp-problem__sub-title {
    font-size: 14px;
  }
}

.lp-problem__description {
  color: #FFF;
  font-size: clamp(12px, 10.055px + 0.274vw, 14px);
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1024px) {
  .lp-problem__description {
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .lp-problem__description {
    font-size: 12px;
  }
}

.lp-merit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  column-gap: 32px;
  row-gap: 24px;
}

@media (max-width: 1024px) {
  .lp-merit {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.lp-merit__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-content: center;
  justify-items: center;
  border-radius: 24px;
  border: 1px solid #707070;
  padding: clamp(12px, -54.137px + 9.315vw, 80px) 12px;
  min-height: 478px;
}

@media (max-width: 1024px) {
  .lp-merit__item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: auto;
  }
}

.lp-merit__item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, -7.671px + 1.644vw, 16px);
}

.lp-merit__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: clamp(80px, 4.137px + 10.685vw, 158px);
}

.lp-merit__item-title {
  color: #036EB8;
  font-size: clamp(18px, 12.164px + 0.822vw, 24px);;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1024px) {
  .lp-merit__item-title {
    text-align: left;
  }
}

.lp-merit__item-description {
  color: #656565;
  font-size: clamp(14px, 12.055px + 0.274vw, 16px);
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1024px) {
  .lp-merit__item-description {
    text-align: left;
  }
}

.lp-media {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 8.219px + 1.096vw, 24px);
}

@media (max-width: 1024px) {
  .lp-media {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lp-media__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, -7.562px + 2.192vw, 24px);
  padding-top: clamp(32px, -6.904px + 5.479vw, 72px);
}

@media (max-width: 1024px) {
  .lp-media__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    padding-top: 0;
  }
}

.lp-media__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(24px, -7.123px + 4.384vw, 56px);
  height: clamp(24px, -7.123px + 4.384vw, 56px);
  border-radius: 40px;
  background: #FFA52E;
  color: #FFF;
  font-size: clamp(16px, -4.425px + 2.877vw, 37px);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .lp-media__number {
    position: static;
    transform: none;
  }
}

.lp-media__image {
  display: block;

  & img {
    width: 100%;
  }
}

.lp-media__content {
  display: flex;
  flex-direction: column;
  gap: clamp(3px, -1.577px + 1.221vw, 16px);
}

.lp-media__title {
  color: #036EB8;
  text-align: center;
  font-size: clamp(18px, 15.082px + 0.411vw, 21px);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .lp-media__title {
    text-align: left;
  }
}

.lp-media__description {
  color: #656565;
  font-size: clamp(14px, 12.055px + 0.274vw, 16px);
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .lp-media__description {
    text-align: left;
  }
}

.lp-usage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .lp-usage {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0;
    padding: 0 14px;
  }
}

.lp-usage__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1024px) {
  .lp-usage__item {
    flex-direction: row;
  }
}

.lp-usage__image {
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .lp-usage__image {
    max-width: 80px;
  }
}



.lp-usage__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-usage__title {
  color: #036EB8;
  text-align: center;
  font-size: clamp(1.25rem, 0.885rem + 0.822vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .lp-usage__title {
    text-align: left;
  }
}

.lp-usage__description {
  color: #656565;
  font-size: clamp(14px, 12.055px + 0.274vw, 16px);
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1024px) {
  .lp-usage__description {
    text-align: left;
  }
}

.lp-position {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media (max-width: 1024px) {
  .lp-position {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.lp-position__item {
  border-radius: 16px;
  border: 1px solid #707070;
  overflow: hidden;
}

.lp-position__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: clamp(16px, 4.329px + 1.644vw, 28px);
  font-weight: 700;
  padding: 6px 0;
  line-height: 1.5;
  background-color: #036EB8;
}

@media (max-width: 1024px) {
  .lp-position__title {
    font-size: clamp(20px, 14.219px + 0.548vw, 28px);
    min-height: auto;
  }
}

.lp-position__content {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, -15.342px + 3.288vw, 32px);
  padding: clamp(8px, -23.123px + 4.384vw, 40px) clamp(8px, -29.932px + 5.342vw, 47px);
}

.lp-position__body {
  display: flex;
  gap: clamp(8px, -1.726px + 1.37vw, 18px);
}

.lp-position__image {
  display: block;
  width: 100%;
  max-width: 216px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .lp-position__image {
    max-width: 100px;
  }
}

.lp-position__description {
  color: #656565;
  font-size: clamp(14px, 12.055px + 0.274vw, 16px);
  font-weight: 500;
  line-height: 1.8;
}

.lp-position__strength {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  border: 4px solid #FFD838;
  background-color: #fff;
  padding: clamp(8px, -7.562px + 2.192vw, 24px) 0;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .lp-position__strength {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.lp-position__strength-title {
  color: #036EB8;
  font-size: clamp(16px, 12.110px + 0.548vw, 20px);
  font-weight: 700;
  line-height: 1;
}

.lp-position__strength-description {
  color: #656565;
  font-size: clamp(14px, 11.082px + 0.411vw, 17px);
  font-weight: 700;
  text-align: center;
}

.lp-benefits {
  border-radius: 24px;
  border: 1px solid #ADADAD;
  padding: clamp(16px, -5.397px + 3.014vw, 38px) clamp(16px, -30.685px + 6.575vw, 64px);
}

@media (max-width: 768px) {
  .lp-benefits {
    max-width: 355px;
    width: 100%;
    margin-inline: auto;
  }
}

.lp-benefits__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 20px 12px;
  list-style: none;
}

@media (max-width: 768px) {
  .lp-benefits__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.lp-benefits__item {
  display: inline-block;
  color: #FFF;
  font-size: clamp(12px, 4.219px + 1.096vw, 20px);
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 40px;
  border: 1px solid #FFF;
}

@media (max-width: 1024px) {
  .lp-benefits__item {
    padding: 8px;
  }
}

.lp-benefits__item::before {
  content: "●";
  display: inline-block;
  color: #fff;
}

.lp-cta {
  background-color: #fff;
  max-width: 1300px;
  margin-inline: auto;
  padding: 60px 10px 30px;
}

@media (max-width: 1024px) {
  .lp-cta {
    max-width: 710px;
    padding: 32px 10px;
  }
}

.lp-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}

.lp-cta__image {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .lp-cta__image {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .lp-cta__inner {
    grid-template-rows: auto auto;
    align-items: stretch;
    column-gap: 24px;
    row-gap: 48px;
  }

  .lp-cta__body,
  .lp-cta__image-wrapper {
    display: contents;
  }

  .lp-cta__heading {
    grid-column: 1;
    grid-row: 1;
  }

  .lp-cta__inner .lp-buttons {
    grid-column: 1;
    grid-row: 2;
    align-items: flex-start;
  }

  .lp-cta__image {
    grid-column: 2;
    grid-row: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: none;
    justify-self: end;
    width: 100%;

    & img {
      height: 100%;
      width: auto;
      max-width: 582px;
      object-fit: contain;
    }
  }
}

@media (max-width: 1024px) {
  .lp-cta__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lp-cta__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.lp-cta__heading {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 12.055px + 0.274vw, 16px);
}

.lp-cta__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 48px;
  flex: 1;
}

.lp-cta__title {
  font-size: clamp(26px, 22.110px + 0.548vw, 30px);
  font-weight: 700;
  text-align: center;
}

.lp-cta__subtitle {
  font-size: clamp(18px, 10.219px + 1.096vw, 26px);
  font-weight: 700;
  text-align: center;
}

.lp-cta__image {
  display: block;
  width: 100%;
  max-width: 582px;
}