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

svg {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

label {
  display: block;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-moz-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

textarea {
  display: block;
}

input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

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

picture,
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1.5px solid #333333;
  outline-offset: 0px;
}

html,
body {
  overflow-x: clip;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: none;
  }
}

body {
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.9rem, 2.0833333333vw, 1rem);
  background-color: #ffffff;
  color: #1c1f41;
  letter-spacing: 0;
  line-height: 1.5625;
  min-height: 100vh;
}
@supports (min-height: 100svh) {
  body {
    min-height: 100svh;
  }
}

.max-width {
  max-width: 67.1875rem;
  width: calc(100% - clamp(0.5rem, 2.6041666667vw, 2.5rem) * 2);
  margin: 0 auto;
  height: 100%;
}

.h2 {
  font: 700 clamp(24px, 4.1666666667vw, 39px)/1.25 "Poppins", sans-serif;
}

.b {
  font-weight: 700;
}

.eb {
  font-weight: 800;
}

.strong {
  font-weight: 900;
}

.m {
  font-weight: 500;
}

.i {
  font-style: italic;
}

.green {
  color: #00ca57;
}

.red {
  color: #ff0000;
}

.blue {
  color: #00a9ee;
}

.font-p {
  font-family: "Poppins", sans-serif;
}

.upper {
  text-transform: uppercase;
}

.p {
  padding: 0 clamp(0.7rem, 2.0833333333vw, 1rem);
}

.footer {
  max-width: 754px;
  text-align: center;
  color: rgba(28, 31, 65, 0.59);
  font-size: clamp(0.75rem, 1.5625vw, 0.8rem);
}
.footer__copyright {
  margin: clamp(3rem, 8.3333333333vw, 4.8rem) 0 clamp(3rem, 9.1145833333vw, 5.3rem);
}
.footer__copyright--summary {
  margin: clamp(4rem, 9.375vw, 5.75rem) 0;
}
.footer__links {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
}
.footer__links a {
  transition: color 150ms;
  text-decoration: underline;
  line-height: 1;
  padding: 0 6px;
}
.footer__links a:not(:last-child) {
  border-right: 1px solid rgba(28, 31, 65, 0.4);
}
@media (hover: hover) {
  .footer__links a:hover {
    color: rgb(28, 31, 65);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translateX(0px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.cta {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: clamp(0.8rem, 2.0833333333vw, 1.1rem);
}
.cta p {
  text-align: center;
  line-height: 1.3;
  font-size: clamp(0.7rem, 1.5625vw, 0.8rem);
}
.cta p b {
  display: block;
}
@media (min-width: 36rem) {
  .cta p b {
    display: inline-block;
  }
}

.btn {
  --start-color: #ffc400;
  --end-color: #ff6600;
  background-image: linear-gradient(270deg, var(--end-color) 0%, var(--start-color) 50%, var(--end-color) 100%);
  background-size: 200%;
  background-position: left;
  width: -moz-fit-content;
  width: fit-content;
  outline: 3px solid rgba(255, 255, 255, 0.5019607843);
  outline-offset: -3px;
  border-radius: 100vmax;
  color: #ffffff;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 1.45;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1607843137);
  font-size: clamp(1rem, 3.125vw, 2rem);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3019607843);
  padding: clamp(0.5rem, 1.5625vw, 1.2rem) clamp(1rem, 2.6041666667vw, 1.75rem);
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1.3020833333vw, 0.9rem);
  transform: scale(1);
  transform-origin: center;
  transition: box-shadow 250ms ease, background-position 500ms ease, transform 250ms ease;
}
@media (hover: hover) {
  .btn:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.35);
    background-position: right;
    transform: scale(1.01);
  }
}
.btn .icon {
  width: clamp(28px, 4.9479166667vw, 50px);
  height: clamp(28px, 4.9479166667vw, 50px);
}
.btn--small {
  font-size: clamp(1rem, 2.6041666667vw, 1.5rem);
  padding: clamp(0.5rem, 1.5625vw, 1.125rem) clamp(1rem, 2.6041666667vw, 1.625rem);
}
.btn--small .icon {
  width: clamp(28px, 4.1666666667vw, 40px);
  height: clamp(28px, 4.1666666667vw, 40px);
}
.btn--large {
  font-size: clamp(1.3rem, 3.6458333333vw, 2.25rem);
  padding: clamp(0.8rem, 2.34375vw, 1.3rem) clamp(1rem, 2.6041666667vw, 1.625rem);
  align-items: stretch;
}
.btn--large .icon {
  width: clamp(28px, 5.2083333333vw, 54px);
  height: clamp(28px, 5.2083333333vw, 54px);
  transform: translateY(-1px);
}
@media (min-width: 560px) {
  .btn--large .icon {
    transform: none;
  }
}

.hero {
  position: relative;
  background-image: url("../img/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: clamp(6.25rem, 20.8333333333vw, 8.75rem);
}
@media (min-width: 62rem) {
  .hero {
    padding-top: 6.5rem;
  }
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 3.25rem;
  }
}
.hero__badge {
  position: absolute;
  top: clamp(2rem, 4.6875vw, 2.625rem);
  left: 0;
  display: inline-block;
  background-color: #ff0057;
  padding: 0.75rem clamp(1rem, 2.8645833333vw, 1.75rem) 0.75rem clamp(2rem, 7.03125vw, 4.6rem);
  border-top-right-radius: 100vmax;
  border-bottom-right-radius: 100vmax;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero__badge {
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInLeft 600ms ease-out 100ms forwards;
  }
}
.hero__badge span {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  line-height: 1.45;
  font-size: clamp(1rem, 3.125vw, 2rem);
}

.hero__intro {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 62rem) {
  .hero__intro {
    display: grid;
    grid-template-columns: clamp(600px, 54.1666666667vw, 723px) auto;
    align-items: center;
  }
}
.hero__intro header {
  z-index: 20;
}
@media (min-width: 1450px) {
  .hero__intro header {
    padding: 0;
  }
}
.hero__intro header h1 {
  font-size: clamp(1.6rem, 4.4270833333vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: clamp(1rem, 3.125vw, 2rem);
}
@media (min-width: 768px) {
  .hero__intro header h1 {
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInLeft 600ms ease-out 400ms forwards;
    will-change: opacity, transform;
  }
}
@media (min-width: 992px) {
  .hero__intro header h1 {
    font-size: clamp(2.9rem, 4.0322580645vw, 3.875rem);
  }
}
.hero__intro header h1 span {
  display: block;
  font-size: clamp(2.2rem, 6.25vw, 3.5rem);
  color: #6b43b9;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .hero__intro header h1 span {
    font-size: clamp(3.8rem, 6.0483870968vw, 4.375rem);
  }
}
@media (min-width: 768px) {
  .hero__intro header .cta {
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInLeft 600ms ease-out 650ms forwards;
    will-change: opacity, transform;
  }
}
.hero__intro > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 871px;
}
@media (min-width: 400px) {
  .hero__intro > img {
    transform: translateY(-5vw);
  }
}
@media (min-width: 36rem) {
  .hero__intro > img {
    transform: translateY(-10vw);
  }
}
@media (min-width: 62rem) {
  .hero__intro > img {
    margin: 0;
    width: clamp(550px, 59.1666666667vw, 871px);
    transform: translate(-8vw, 0);
  }
}
@media (min-width: 1450px) {
  .hero__intro > img {
    transform: translate(-150px, 0);
  }
}

.hero__details {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 4.5rem auto 0;
}
@media (min-width: 62rem) {
  .hero__details {
    margin: 6.5rem auto 0;
  }
}
@media (min-width: 75rem) {
  .hero__details {
    margin: 7.25rem auto 0;
    display: grid;
    grid-template-columns: auto clamp(600px, 55.8333333333vw, 763px);
    align-items: start;
  }
}
.hero__details > img {
  order: 2;
  display: block;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 881px;
}
@media (min-width: 400px) {
  .hero__details > img {
    margin-top: -5vw;
  }
}
@media (min-width: 36rem) {
  .hero__details > img {
    margin-top: -10vw;
  }
}
@media (min-width: 75rem) {
  .hero__details > img {
    order: 1;
    width: clamp(550px, 59.1666666667vw, 871px);
    margin: 0 0 0 -15vw;
  }
}
@media (min-width: 87.5rem) {
  .hero__details > img {
    margin: 0 0 0 -10vw;
  }
}
.hero__details > div {
  order: 1;
  max-width: 693px;
  z-index: 20;
}
@media (min-width: 75rem) {
  .hero__details > div {
    order: 2;
    padding: 4rem 0 0;
  }
}
@media (min-width: 1700px) {
  .hero__details > div {
    max-width: 763px;
    font-size: 1.125rem;
  }
}
.hero__details > div p {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero__details > div p {
    margin-bottom: 0.75rem;
  }
}
.hero__details > div h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.5rem);
  line-height: 1.45;
  margin-bottom: clamp(1rem, 2.34375vw, 1.25rem);
}

@media (min-height: 500px) {
  .main.animate-init .hero__details > div p,
  .main.animate-init .hero__details > div h2,
  .main.animate-init .hero__details > div a {
    opacity: 0;
    transform: translateX(30px);
    will-change: transform, opacity;
  }
  .main.animate-init .hero__details.in-view > div p {
    animation: fadeInRight 600ms ease-out 100ms forwards;
  }
  .main.animate-init .hero__details.in-view > div h2 {
    animation: fadeInRight 600ms ease-out 300ms forwards;
  }
  .main.animate-init .hero__details.in-view > div a {
    animation: fadeInRight 600ms ease-out 500ms forwards;
  }
}
.main__section {
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ecf4ff 100%) top, linear-gradient(180deg, #ffffff 0%, #ecf4ff 100%) bottom;
  background-repeat: no-repeat;
  background-size: 100% 199px, 100% 299px;
  padding: clamp(4.5rem, 9.765625vw, 6.4rem) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.875rem;
}

.main__article {
  max-width: 690px;
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.5rem, 4.1666666667vw, 2rem);
}
@media (min-width: 62rem) {
  .main__article {
    max-width: 1350px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: clamp(3rem, 8.3333333333vw, 5rem);
         column-gap: clamp(3rem, 8.3333333333vw, 5rem);
  }
}
.main__article > img {
  max-width: 560px;
  display: block;
  margin: 0 auto;
  order: 2;
  width: 100%;
}
@media (min-width: 62rem) {
  .main__article > img {
    width: clamp(300px, 35vw, 560px);
  }
}
.main__article .text {
  order: 1;
}
@media (min-width: 62rem) {
  .main__article .text {
    width: clamp(550px, 50vw, 678px);
  }
}
.main__article .text .h2 {
  position: relative;
}
.main__article .text .h2::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 6px;
  border-radius: 100vmax;
  background-color: #00a9ee;
  top: -16px;
  left: 0;
}
@media (min-width: 62rem) {
  .main__article--left > img {
    order: 1;
  }
  .main__article--left .text {
    order: 2;
  }
}
.main__article ul {
  margin: clamp(0.9rem, 2.34375vw, 1.25rem) 0;
  font-family: "Poppins", sans-serif;
}
.main__article ul li {
  position: relative;
}
.main__article ul li:not(:last-child) {
  margin-bottom: clamp(0.6rem, 1.5625vw, 1rem);
}
.main__article ul li span {
  display: block;
  padding-left: clamp(21px, 2.9947916667vw, 27px);
}
.main__article ul li::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon-li.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(40%);
  width: clamp(16px, 2.34375vw, 21.3px);
  height: clamp(12px, 1.7578125vw, 16px);
}
@media (min-width: 48rem) {
  .main__article ul li::before {
    transform: translateY(30%);
  }
}

@media (min-height: 500px) {
  .main.animate-init .main__article > img {
    transform: scale(0.75);
    opacity: 0;
    will-change: opacity, transform;
  }
  .main.animate-init .main__article p,
  .main.animate-init .main__article ul,
  .main.animate-init .main__article h2 {
    transform: translateX(-30px);
    opacity: 0;
    will-change: opacity, transform;
  }
  .main.animate-init .main__article div.in-view p,
  .main.animate-init .main__article div.in-view ul,
  .main.animate-init .main__article div.in-view h2 {
    animation: fadeInLeft 500ms ease-out 100ms forwards;
  }
  .main.animate-init .main__article img.in-view {
    animation: fadeInScale 500ms ease-out 100ms forwards;
  }
  .main.animate-init .main__article--left > img {
    transform: scale(0.75);
    opacity: 0;
    will-change: opacity, transform;
  }
  .main.animate-init .main__article--left p,
  .main.animate-init .main__article--left ul,
  .main.animate-init .main__article--left h2 {
    transform: translateX(30px);
    opacity: 0;
    will-change: opacity, transform;
  }
  .main.animate-init .main__article--left div.in-view p,
  .main.animate-init .main__article--left div.in-view ul,
  .main.animate-init .main__article--left div.in-view h2 {
    animation: fadeInRight 500ms 100ms ease-out forwards;
  }
  .main.animate-init .main__article--left img.in-view {
    animation: fadeInScale 500ms 100ms ease-out forwards;
  }
}
.features {
  background: url("../img/bg.jpg") center 26%/contain no-repeat, linear-gradient(to bottom, transparent 0%, transparent 26%, #ecf4ff 26%, #ecf4ff 100%);
  padding: clamp(3rem, 8.3333333333vw, 5.875rem) clamp(0.7rem, 2.0833333333vw, 1rem);
}
@media (min-width: 618px) {
  .features {
    background: url("../img/bg.jpg") center center/contain no-repeat, linear-gradient(to bottom, transparent 0%, transparent 50%, #ecf4ff 50%, #ecf4ff 100%);
  }
}
.features .h2 {
  text-align: center;
}
.features__info {
  max-width: 900px;
  margin: 2rem auto 0;
  color: #ffffff;
  background-color: rgba(107, 67, 185, 0.57);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-align: center;
  padding: 0.5rem;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 62rem) {
  .features__info {
    margin: 0 auto;
  }
}

.features__wrapper {
  position: relative;
  max-width: 1100px;
  margin: clamp(1rem, 3.125vw, 2.5rem) auto;
}
.features__wrapper .features__img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 62rem) {
  .features__wrapper .features__img {
    max-width: 100%;
    width: auto;
    height: 471px;
  }
}

.features__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.features__item {
  text-align: center;
  max-width: 280px;
  --arrow-scale: 0.75;
  font-family: "Poppins", sans-serif;
  /*--animation--*/
  transition: opacity 560ms ease-out, transform 550ms ease-out;
}
@media (min-width: 62rem) {
  .features__item {
    position: absolute;
  }
}
@media (min-width: 75rem) {
  .features__item {
    --arrow-scale: 0.85;
  }
}
.features__item::before {
  content: "";
  position: absolute;
  background-image: url("../img/blue-arrow.png");
  width: 122px;
  height: 52px;
  display: none;
}
@media (min-width: 62rem) {
  .features__item::before {
    display: inline-block;
  }
}
.features__item img {
  width: 146px;
  height: 146px;
}
@media (min-width: 62rem) {
  .features__item img {
    width: clamp(120px, 11vw, 146px);
    height: clamp(120px, 11vw, 146px);
  }
}
.features__item p {
  font-size: 14px;
  margin-top: 3px;
}
.features__item:nth-child(1) {
  top: 0;
  left: 0;
  transition-delay: 0ms;
}
.features__item:nth-child(1)::before {
  transform: scaleX(-1) scaleY(-1) rotate(10deg) scale(var(--arrow-scale));
  top: 25%;
  right: -32%;
}
.features__item:nth-child(2) {
  top: 0;
  right: 0;
  transition-delay: 150ms;
}
.features__item:nth-child(2)::before {
  transform: scaleY(-1) rotate(15deg) scale(var(--arrow-scale));
  top: 25%;
  left: -25%;
}
.features__item:nth-child(3) {
  bottom: 0;
  left: 0;
  transition-delay: 300ms;
}
.features__item:nth-child(3)::before {
  transform: scaleX(-1) scale(var(--arrow-scale));
  top: 25%;
  right: -28%;
}
.features__item:nth-child(4) {
  bottom: 0;
  right: 0;
  transition-delay: 450ms;
}
.features__item:nth-child(4)::before {
  top: 25%;
  left: -18%;
  transform: scale(var(--arrow-scale));
}

@media (min-width: 992px) and (min-height: 600px) {
  .main.animate-init .features__item {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transform-origin: center;
    will-change: transform;
  }
  .main.animate-init .features__info {
    opacity: 0;
    transition: opacity 350ms ease-in;
    transition-delay: 650ms;
  }
  .features.in-view .features__item {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .features.in-view .features__info {
    opacity: 1;
  }
}
.cards {
  max-width: 1366px;
  margin: clamp(3.5rem, 10.4166666667vw, 7.5rem) auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}
.cards .h2 {
  max-width: 418px;
  text-align: center;
}
@media (min-width: 1308px) {
  .cards .h2 {
    text-align: left;
  }
}

.cards__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.cards__item {
  width: 270px;
  min-height: 232px;
  padding: 0 20px;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
.cards__item:nth-child(1) {
  background-image: linear-gradient(209deg, #79e1ff 0%, #00a9ee 100%);
}
.cards__item:nth-child(2) {
  background-image: linear-gradient(209deg, #b27beb 0%, #6b43b9 100%);
}
.cards__item:nth-child(3) {
  background-image: linear-gradient(209deg, #ffd760 0%, #f19318 100%);
}

@media (min-height: 600px) {
  .icon path[data-name=path-1] {
    stroke-dasharray: 246;
    stroke-dashoffset: 246;
  }
  .icon path[data-name=path-2] {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
  }
  .icon path[data-name=path-3] {
    stroke-dasharray: 204;
    stroke-dashoffset: 204;
  }
  .icon path[data-name=path-4] {
    stroke-dasharray: 179;
    stroke-dashoffset: 179;
  }
  .icon path[data-name=path-5] {
    stroke-dasharray: 271;
    stroke-dashoffset: 271;
  }
  .icon path[data-name=path-6] {
    stroke-dasharray: 171;
    stroke-dashoffset: 171;
  }
  .icon path[data-name=path-7] {
    stroke-dasharray: 63;
    stroke-dashoffset: 63;
  }
  .icon path[data-name=path-8] {
    stroke-dasharray: 49;
    stroke-dashoffset: 49;
  }
  .icon path[data-name=path-9] {
    stroke-dasharray: 34;
    stroke-dashoffset: 34;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fill-icon {
  to {
    fill: #fff;
  }
}
.cards .icon path {
  animation: draw 2s ease-out forwards;
  animation-play-state: paused;
}

.cards .icon-3 g {
  animation: fill-icon 0.5s ease-out forwards;
  animation-play-state: paused;
  animation-delay: 1.5s;
  fill: transparent;
}
.cards .icon-3 path {
  animation: draw 2s ease-out forwards;
  animation-play-state: paused;
}

.cards.in-view .icon :where(path, g) {
  animation-play-state: running;
}

.banner {
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 434px;
  display: grid;
  place-items: center;
}
.banner__content {
  max-width: 690px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner__content h2 {
  font-weight: 700;
  font-size: clamp(2.4rem, 6.25vw, 3.75rem);
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}
.banner__content p {
  margin: 0.7rem 0 clamp(1.5rem, 3.90625vw, 2.25rem);
  font-size: clamp(1.25rem, 3.125vw, 1.875rem);
  opacity: 0.8;
}

/*----------- SUMMARY -------------*/
.summary {
  background: linear-gradient(90deg, #8050c5 0%, #3d90e1 66%, #5cf9ff 100%) top/100% 15px no-repeat, #fff;
  padding: 2.5rem 0;
}
@media (min-width: 1250px) {
  .summary {
    padding: 6rem 0 2.5rem;
  }
}

.summary__wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 1250px) {
  .summary__wrapper {
    flex-direction: row;
  }
}

@keyframes bellShake {
  0% {
    transform: rotate(0) translateY(-50%);
  }
  15% {
    transform: rotate(20deg) translateY(-50%);
  }
  30% {
    transform: rotate(-20deg) translateY(-50%);
  }
  45% {
    transform: rotate(15deg) translateY(-50%);
  }
  60% {
    transform: rotate(-15deg) translateY(-50%);
  }
  75% {
    transform: rotate(10deg) translateY(-50%);
  }
  90% {
    transform: rotate(-5deg) translateY(-50%);
  }
  100% {
    transform: rotate(0) translateY(-50%);
  }
}
.summary__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.summary__content header {
  position: relative;
  background-color: #ff0057;
  width: calc(100% - 30px);
  text-align: center;
  border-radius: 100vmax;
  padding: 0.4rem clamp(1rem, 2.6041666667vw, 1.5rem) 0.4rem clamp(2rem, 5.7291666667vw, 3.8rem);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: clamp(1.2rem, 3.125vw, 2rem);
  transform: translateX(15px);
}
@media (min-width: 400px) {
  .summary__content header {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}
@media (min-width: 1250px) {
  .summary__content header {
    width: calc(100% - 30px);
    text-align: center;
  }
}
@media (min-width: 1361px) {
  .summary__content header {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}
.summary__content header img {
  position: absolute;
  width: clamp(65px, 10.4166666667vw, 95px);
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2509803922));
  animation: bellShake 1.5s ease-in-out;
  transform-origin: top center;
}
.summary__content header h1 {
  font-size: clamp(1.25rem, 3.125vw, 2.25rem);
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  color: #ffffff;
}
.summary__content > p s,
.summary__content > p span.product-price {
  font-weight: 400;
}
.summary__content > p.phone-info {
  margin: 1rem 0;
}
.summary__content > p:last-of-type {
  margin: 1.3rem 0 1.5rem;
}

.product {
  position: relative;
  width: 100%;
  height: clamp(244px, 76.25vw, 574px);
  max-width: 700px;
  margin: 0 auto;
  z-index: 1;
  transform: translateX(20px);
}
@media (min-width: 500px) {
  .product {
    transform: translateX(30px);
    height: clamp(244px, 82vw, 574px);
  }
}
.product__badge {
  position: absolute;
  width: 150px;
  filter: drop-shadow(5px 7px 10px rgba(0, 0, 0, 0.4));
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  transform-origin: center;
  transform: scale(0.38) translateY(-100%);
}
@media (min-width: 360px) {
  .product__badge {
    transform: scale(0.45) translateY(-100%);
  }
}
@media (min-width: 500px) {
  .product__badge {
    transform: scale(0.65) translateY(-100%);
  }
}
@media (min-width: 630px) {
  .product__badge {
    transform: scale(0.72) translateY(-100%);
  }
}
@media (min-width: 700px) {
  .product__badge {
    transform: scale(0.8) translateY(-100%);
  }
}
.product__badge p {
  font-family: "Poppins", sans-serif;
  grid-area: stack;
  font-weight: 900;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.product__badge img {
  grid-area: stack;
}
.product__badge.cert-1 {
  top: 50%;
  left: -55px;
  margin-top: -50px;
}
@media (min-width: 430px) {
  .product__badge.cert-1 {
    left: -45px;
  }
}
@media (min-width: 500px) {
  .product__badge.cert-1 {
    margin-top: -40px;
  }
}
@media (min-width: 630px) {
  .product__badge.cert-1 {
    left: -35px;
  }
}
@media (min-width: 700px) {
  .product__badge.cert-1 {
    left: -22px;
    margin-top: -35px;
  }
}
.product__badge.cert-1 p {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 900;
  color: #4e2900;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  font-size: 14px;
}
.product__badge.cert-1 p span:last-child {
  margin-top: 3px;
  font-size: 20px;
}
.product__badge.cert-2 {
  top: 50%;
  left: -55px;
  margin-top: 20px;
}
@media (min-width: 360px) {
  .product__badge.cert-2 {
    margin-top: 40px;
  }
}
@media (min-width: 430px) {
  .product__badge.cert-2 {
    left: -45px;
  }
}
@media (min-width: 500px) {
  .product__badge.cert-2 {
    margin-top: 80px;
  }
}
@media (min-width: 630px) {
  .product__badge.cert-2 {
    margin-top: 100px;
    left: -35px;
  }
}
@media (min-width: 700px) {
  .product__badge.cert-2 {
    left: -22px;
    margin-top: 120px;
  }
}
.product__badge.cert-2 p {
  color: #ffffff;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
  padding-top: 70px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.summary__bg {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media (min-width: 992px) {
  .summary__bg {
    transform: translateX(50%);
    opacity: 0.6;
  }
}
@media (min-width: 1250px) {
  .summary__bg {
    transform: translateX(75%);
    opacity: 1;
  }
}

.summary__contact {
  text-align: center;
  font-size: 14px;
  margin-top: clamp(2rem, 5.46875vw, 3.5rem);
}

.phone-link {
  border: 2px solid #00a9ee;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: #00a9ee;
  background-color: #ffffff;
  line-height: 1.3;
  font-size: clamp(1.5rem, 3.6458333333vw, 3rem);
  padding: 2px 1rem;
  overflow: hidden;
  transition: color 250ms ease, background-color 250ms ease;
}
.phone-link--hidden {
  background-color: #00a9ee;
  color: #ffffff;
  font-size: clamp(1rem, 3.125vw, 2rem);
  padding: 0.5rem 1rem;
}
.phone-link:focus {
  outline: none;
}
.phone-link .icon {
  color: #00a9ee;
  width: clamp(24px, 3.6458333333vw, 36px);
  height: clamp(24px, 3.6458333333vw, 36px);
  transition: color 250ms ease;
}
@media (hover: hover) {
  .phone-link:hover {
    color: #ffffff;
    background-color: #00a9ee;
  }
  .phone-link:hover .icon {
    color: #ffffff;
  }
  .phone-link--hidden:hover {
    color: #00a9ee;
    background-color: #ffffff;
  }
}

.summary__info {
  background-color: #f6faff;
  text-align: center;
  padding: clamp(3rem, 8.3333333333vw, 5rem) 0;
}
.summary__info p {
  max-width: 1075px;
  color: rgba(28, 31, 65, 0.8);
  font-size: clamp(0.8rem, 1.8229166667vw, 0.95rem);
  font-style: italic;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */