/*======================================AdaptiveFont=====================================================*/
/*=====================================AdaptiveGap======================================================*/
/*=========================================AdaptivePadding==================================================*/
/*=======================================AdaptiveMargin====================================================*/
/*===========================================================================================*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

button {
  background-color: transparent;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000;
  background: #fff;
  overflow: auto;
}

html._lock,
body._lock {
  overflow: hidden;
  touch-action: none;
}

/*=======================================LAYOUT====================================================*/
.wrapper {
  min-height: 100%;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 76.875rem;
  margin: 0rem auto;
  box-sizing: content-box;
  padding: 0rem 0.9375rem;
}

/*=====================================button======================================================*/
/*========================================Title===================================================*/
.title {
  line-height: 168.75%; /* 54/32 */
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .title {
    font-size: calc(24px + 13.6 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .title {
    font-size: calc(24px + 8 * (100vw / 1920));
  }
}

/*======================================Card=====================================================*/
.cards {
  display: flex;
  justify-content: space-around;
  gap: 1.875rem;
  flex-wrap: wrap;
}

.card {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1.875rem;
}

/*======================================visually-hidden=====================================================*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  top: auto;
  left: -10000px;
  overflow: hidden;
}

/*======================================Ibg=====================================================*/
.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.ibg__contain img {
  object-fit: contain;
}

/*===================================Animations========================================================*/
.anim-1 {
  transform: translate(0px, 25%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-1.__active, .__active .anim-1 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-1-small {
  transform: translate(0px, 15%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-1-small.__active, .__active .anim-1-small {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-btn {
  transform: translateZ(-20px) scaleY(0);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.anim-btn.__active, .__active .anim-btn {
  transform: translateZ(0px) scaleY(1);
  opacity: 1;
}

.anim-show {
  transform: translate(0px, 100%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-show.__active, .__active .anim-show {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-show-2 {
  transform: translate(0px, 50%);
  opacity: 0;
  transition: all 0.9s ease 0s;
}
.anim-show-2.__active, .__active .anim-show-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-show-3 {
  transform: translate(0px, 50%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-show-3.__active, .__active .anim-show-3 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-show-4 {
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-show-4.__active, .__active .anim-show-4 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-img {
  transform: translate(100%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-img.__active, .__active .anim-img {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-img-2 {
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-img-2.__active, .__active .anim-img-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-up {
  transform: translate(0px, -100%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-up.__active, .__active .anim-up {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-tag-1 {
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
.anim-tag-1.__active, .__active .anim-tag-1 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-tag-2 {
  transform: translate(0px, 200%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-tag-2.__active, .__active .anim-tag-2 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-tag-3 {
  transform: translate(100%, 0px);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
.anim-tag-3.__active, .__active .anim-tag-3 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-down-dots {
  transform: translate(0%, 0px);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-down-dots.__active, .__active .anim-down-dots {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-area-1 {
  transform: translate(-80%, 0%);
  opacity: 0;
  transition: all 1.1s ease 0s;
}
.anim-area-1.__active, .__active .anim-area-1 {
  transform: translate(0px, 0px);
  opacity: 1;
}

.anim-area-3 {
  transform: translate(80%, 0px);
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.anim-area-3.__active, .__active .anim-area-3 {
  transform: translate(0px, 0px);
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

a,
button,
input,
label,
textarea,
::placeholder,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

a,
button,
svg,
video {
  cursor: pointer;
}

/*===========================================================================================*/
/*========================================Dotts===================================================*/
/*======================================Breadcrumbs=====================================================*/
/*=====================================Select======================================================*/
/*=========================================Pagging==================================================*/
/*===========================================================================================*/
@media (max-width: 767px) {
  .header {
    padding-top: calc(20px + 34 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .header {
    padding-top: calc(20px + 20 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: calc(25px + 34 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .header {
    padding-bottom: calc(25px + 20 * (100vw / 1920));
  }
}

/*===================================burger-icon========================================================*/
/*===========================================================================================*/
@media (max-width: 767px) {
  .footer {
    padding-top: calc(20px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .footer {
    padding-top: calc(20px + 25 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: calc(20px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .footer {
    padding-bottom: calc(20px + 25 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .footer__top:not(:last-child) {
    margin-bottom: calc(20px + 34 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .footer__top:not(:last-child) {
    margin-bottom: calc(20px + 20 * (100vw / 1920));
  }
}
.footer__copyright {
  font-size: 0.6875rem;
  line-height: 145.454545%; /* 16/11 */
  color: #7A8C97;
}

.top-footer {
  color: #5E6E78;
  font-size: 0.8125rem;
}
.top-footer__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 169.230769%; /* 22/13 */
}
@media (max-width: 767px) {
  .top-footer__list {
    gap: calc(12px + 20.4 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .top-footer__list {
    gap: calc(12px + 12 * (100vw / 1920));
  }
}
.top-footer__link {
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .top-footer__link:hover {
    color: #87CEEB;
  }
}

/*===========================================================================================*/
/*===========================================================================================*/
@media (max-width: 767px) {
  .main-block {
    padding-top: calc(20px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .main-block {
    padding-top: calc(20px + 25 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .main-block {
    padding-bottom: calc(30px + 59.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .main-block {
    padding-bottom: calc(30px + 35 * (100vw / 1920));
  }
}
.main-block__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 61.99875em) {
  .main-block__container {
    display: grid;
  }
}
.main-block__content {
  max-width: 26.5625rem;
}
@media (max-width: 61.99875em) {
  .main-block__content {
    text-align: center;
    display: grid;
    justify-content: center;
    margin: 0 auto;
  }
}
.main-block__title {
  color: #18181B;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  line-height: 165%; /* 66/40 */
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .main-block__title {
    font-size: calc(30px + 17 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .main-block__title {
    font-size: calc(30px + 10 * (100vw / 1920));
  }
}
@media (max-width: 21.25em) {
  .main-block__title br {
    display: none;
  }
}
.main-block__text {
  font-size: 1rem;
  line-height: 162.5%; /* 26/16 */
  color: #52525B;
}
.main-block__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.main-block__button {
  position: relative;
  z-index: 3;
  color: #fff;
  background-color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 133.333333%; /* 24/18 */
  padding: 0.9375rem 2.1875rem;
  border: 0.0625rem solid #000;
  border-radius: 0.625rem;
  animation: animation_button 1.8s linear infinite;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .main-block__button:hover {
    color: #000;
    background-color: #fff;
  }
}
.main-block__image {
  position: relative;
}
.main-block__image img {
  position: relative;
  z-index: 2;
}
.main-block__image::before {
  content: "";
  position: absolute;
  background: url("../img/main-block/code-card.jpg");
  background-repeat: no-repeat;
  top: 26%;
  right: -18%;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 25em) {
  .main-block__image::before {
    border-radius: 0 7px 7px 0;
  }
}
.main-block__image::after {
  content: "";
  position: absolute;
  background: url("../img/main-block/code-dec.jpg");
  top: -120px;
  left: 30px;
  width: 803.37px;
  height: 781.373px;
  z-index: 1;
}
@media (max-width: 34.375em) {
  .main-block__image {
    margin: 0 auto;
    justify-content: center;
    display: grid;
  }
  .main-block__image img {
    width: 380px;
    height: 290.4px;
  }
  .main-block__image::before {
    background: url("../img/main-block/card-small.jpg");
    background-repeat: no-repeat;
    right: -90px;
  }
}
@media (max-width: 28.125em) {
  .main-block__image::before {
    right: -18%;
  }
}
@media (max-width: 25em) {
  .main-block__image img {
    width: 300px;
  }
  .main-block__image::before {
    width: 200px;
    right: 20%;
  }
}

@keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 0, 0), 0 0 0 0 rgb(20, 20, 21);
  }
  40% {
    box-shadow: 0 0 0 13.7px rgba(56, 55, 55, 0.8), 0 0 0 6.81px rgba(20, 20, 21, 0.8);
  }
  80% {
    box-shadow: 0 0 0 23.25px rgba(0, 0, 255, 0), 0 0 0 9.7px rgba(98, 98, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 26.07px rgba(0, 0, 255, 0), 0 0 0 19.25px rgba(98, 98, 225, 0);
  }
}
@-webkit-keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 0, 0), 0 0 0 0 rgb(20, 20, 21);
  }
  40% {
    box-shadow: 0 0 0 13.7px rgba(56, 55, 55, 0.8), 0 0 0 6.81px rgba(20, 20, 21, 0.8);
  }
  80% {
    box-shadow: 0 0 0 23.25px rgba(0, 0, 255, 0), 0 0 0 9.7px rgba(98, 98, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 28.07px rgba(0, 0, 255, 0), 0 0 0 21.25px rgba(98, 98, 225, 0);
  }
}
/*===========================================================================================*/
@media (max-width: 767px) {
  .problems {
    padding-top: calc(35px + 59.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .problems {
    padding-top: calc(35px + 35 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .problems {
    padding-bottom: calc(35px + 59.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .problems {
    padding-bottom: calc(35px + 35 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .problems__title {
    margin-bottom: calc(30px + 51 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .problems__title {
    margin-bottom: calc(30px + 30 * (100vw / 1920));
  }
}
.card-problems {
  max-width: 240px;
}
.card-problems__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
.card-problems__title:not(:last-child) {
  margin-bottom: 1.125rem;
}
.card-problems__text {
  color: #5E6E78;
  line-height: 157.142857%; /* 22/14 */
}
.card-problems__image {
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s ease 0s;
}
@media (max-width: 767px) {
  .card-problems__image {
    margin-bottom: calc(0px + 25.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-problems__image {
    margin-bottom: calc(0px + 15 * (100vw / 1920));
  }
}
@media (any-hover: hover) {
  .card-problems__image:hover {
    transform: scale(1.1);
  }
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .complete {
    padding-top: calc(35px + 59.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .complete {
    padding-top: calc(35px + 35 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .complete {
    padding-bottom: calc(25px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .complete {
    padding-bottom: calc(25px + 25 * (100vw / 1920));
  }
}
.complete__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .complete__container {
    gap: calc(15px + 25.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .complete__container {
    gap: calc(15px + 15 * (100vw / 1920));
  }
}
@media (max-width: 47.99875em) {
  .complete__container {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.complete__title {
  font-weight: 700;
  line-height: 126.666667%; /* 38/30 */
}
@media (max-width: 767px) {
  .complete__title {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .complete__title {
    font-size: calc(24px + 6 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .complete__title:not(:last-child) {
    margin-bottom: calc(15px + 68 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .complete__title:not(:last-child) {
    margin-bottom: calc(15px + 40 * (100vw / 1920));
  }
}
.complete__text {
  color: #5E6E78;
  line-height: 157.142857%; /* 22/14 */
}
.complete__image {
  padding: clamp(0rem, -0.593rem + 2.97vw, 2.188rem);
  border-radius: 3.0625rem;
  background: #EEEFF3;
}
@media (any-hover: hover) {
  .complete__image:hover img {
    transform: scale(1.05);
  }
}
.complete__image img {
  max-width: 100%;
  transition: transform 0.3s ease 0s;
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .examples {
    padding-top: calc(25px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .examples {
    padding-top: calc(25px + 25 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .examples {
    padding-bottom: calc(25px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .examples {
    padding-bottom: calc(25px + 25 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .examples__title:not(:last-child) {
    margin-bottom: calc(30px + 51 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .examples__title:not(:last-child) {
    margin-bottom: calc(30px + 30 * (100vw / 1920));
  }
}
.examples__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.card-examples {
  display: flex;
  flex-direction: column-reverse;
}
.card-examples__title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.card-examples__title:not(:last-child) {
  margin-top: 0.625rem;
}
@media (any-hover: hover) {
  .card-examples__title:hover {
    text-decoration: underline;
  }
}
.card-examples__image {
  padding: clamp(0.938rem, 0.768rem + 0.85vw, 1.563rem) clamp(0.625rem, 0.456rem + 0.85vw, 1.25rem);
  border-radius: 3.0625rem;
  background: #F3F5FB;
}
@media (any-hover: hover) {
  .card-examples__image:hover img {
    transform: scale(1.05);
  }
}
.card-examples__image img {
  transition: transform 0.3s ease 0s;
  max-width: 100%;
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .creation {
    padding-top: calc(25px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .creation {
    padding-top: calc(25px + 25 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .creation {
    padding-bottom: calc(40px + 68 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .creation {
    padding-bottom: calc(40px + 40 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .creation__title:not(:last-child) {
    margin-bottom: calc(30px + 51 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .creation__title:not(:last-child) {
    margin-bottom: calc(30px + 30 * (100vw / 1920));
  }
}
@media (min-width: 61.99875em) {
  .creation__cards {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .creation__cards {
    gap: calc(40px + 93.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .creation__cards {
    gap: calc(40px + 55 * (100vw / 1920));
  }
}
.card-creation {
  max-width: 17.1875rem;
}
.card-creation__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.card-creation__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.card-creation__text {
  color: #5E6E78;
  line-height: 157.142857%; /* 22/14 */
}
.card-creation__image {
  margin: 0 auto;
  justify-content: center;
  transition: transform 0.3s ease 0s;
}
@media (max-width: 767px) {
  .card-creation__image {
    margin-bottom: calc(0px + 25.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-creation__image {
    margin-bottom: calc(0px + 15 * (100vw / 1920));
  }
}
@media (any-hover: hover) {
  .card-creation__image:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .card-creation__image_01 {
    margin-bottom: calc(15px + 25.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-creation__image_01 {
    margin-bottom: calc(15px + 15 * (100vw / 1920));
  }
}

/*===========================================================================================*/
@media (max-width: 767px) {
  .cta {
    padding-top: calc(40px + 68 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .cta {
    padding-top: calc(40px + 40 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .cta {
    padding-bottom: calc(20px + 42.5 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .cta {
    padding-bottom: calc(20px + 25 * (100vw / 1920));
  }
}
.cta__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta__container {
    gap: calc(30px + 51 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .cta__container {
    gap: calc(30px + 30 * (100vw / 1920));
  }
}
@media (max-width: 47.99875em) {
  .cta__container {
    display: grid;
  }
}
@media (min-width: 47.99875em) {
  .cta__title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cta__title:not(:last-child) {
    margin-bottom: calc(12px + 20.4 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .cta__title:not(:last-child) {
    margin-bottom: calc(12px + 12 * (100vw / 1920));
  }
}
.cta__text {
  max-width: 16.3125rem;
  color: #5E6E78;
  line-height: 157.143%;
}
@media (max-width: 767px) {
  .cta__text {
    margin-top: calc(13px + 22.1 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .cta__text {
    margin-top: calc(13px + 13 * (100vw / 1920));
  }
}
.card-cta {
  display: flex;
  flex-direction: column;
  padding: clamp(0.625rem, 0.388rem + 1.19vw, 1.5rem);
  border-radius: 0.5rem;
  background: #FFF;
  box-shadow: 0px 1.875rem 1.875rem 0px rgba(7, 30, 87, 0.05);
  max-width: 21.25rem;
}
.card-cta__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 133.333333%; /* 32/24 */
}
.card-cta__title:not(:last-child) {
  margin-bottom: 0.875rem;
}
.card-cta__price {
  font-weight: 600;
}
@media (max-width: 767px) {
  .card-cta__price {
    font-size: calc(40px + 27.2 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-cta__price {
    font-size: calc(40px + 16 * (100vw / 1920));
  }
}
.card-cta__price span {
  font-size: 0.9375rem;
}
.card-cta__price:not(:last-child) {
  margin-bottom: 0.625rem;
}
.card-cta__subtitle {
  color: #5E6E78;
  font-size: 0.8125rem;
  line-height: 169.230769%; /* 22/13 */
}
@media (max-width: 767px) {
  .card-cta__subtitle:not(:last-child) {
    margin-bottom: calc(15px + 34 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-cta__subtitle:not(:last-child) {
    margin-bottom: calc(15px + 20 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .card-cta__list {
    margin-bottom: calc(24px + 40.8 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-cta__list {
    margin-bottom: calc(24px + 24 * (100vw / 1920));
  }
}
.card-cta__item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .card-cta__item {
    column-gap: calc(8px + 10.2 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-cta__item {
    column-gap: calc(8px + 6 * (100vw / 1920));
  }
}
@media (max-width: 767px) {
  .card-cta__item:not(:last-child) {
    margin-bottom: calc(10px + 23.8 * ((100vw - 320px) / 1920));
  }
}
@media (min-width: 767px) {
  .card-cta__item:not(:last-child) {
    margin-bottom: calc(10px + 14 * (100vw / 1920));
  }
}
.card-cta__link {
  font-size: 0.875rem;
  text-align: center;
  padding: 0.75rem 4.3125rem;
  border: 0.0625rem solid #000;
  color: #fff;
  background-color: #000;
  border-radius: 0.5rem;
  transition: all 0.3s ease 0s;
  animation: animation_button 1.8s linear infinite;
}
@media (any-hover: hover) {
  .card-cta__link:hover {
    color: #000;
    background-color: #fff;
  }
}

@keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 0, 0), 0 0 0 0 rgb(20, 20, 21);
  }
  40% {
    box-shadow: 0 0 0 13.7px rgba(56, 55, 55, 0.8), 0 0 0 6.81px rgba(20, 20, 21, 0.8);
  }
  80% {
    box-shadow: 0 0 0 23.25px rgba(0, 0, 255, 0), 0 0 0 9.7px rgba(98, 98, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 30.07px rgba(0, 0, 255, 0), 0 0 0 23.25px rgba(98, 98, 225, 0);
  }
}
@-webkit-keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 0, 0), 0 0 0 0 rgb(20, 20, 21);
  }
  40% {
    box-shadow: 0 0 0 13.7px rgba(56, 55, 55, 0.8), 0 0 0 6.81px rgba(20, 20, 21, 0.8);
  }
  80% {
    box-shadow: 0 0 0 23.25px rgba(0, 0, 255, 0), 0 0 0 9.7px rgba(98, 98, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 30.07px rgba(0, 0, 255, 0), 0 0 0 23.25px rgba(98, 98, 225, 0);
  }
}