@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "GreatVibes";
  src: url("../fonts/GreatVibes-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Almarai";
  src: url("../fonts/Almarai-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Almarai";
  src: url("../fonts/Almarai-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.668vw;
    height: 100%;
}

body {
    background: #000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "Manrope";
    font-weight: 400;
}

@media (min-width: 575px) {
    body {
        max-width: 37.5rem;
        width: 100%;
        margin: 0 auto;
    }
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 0.521vw;
    }

    .container {
        max-width: 123rem;
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: center top;
    display: block !important;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 100% auto;
    }
}

@media screen and (min-width: 575px) {
    .section__bg {
        background-size: 37.5rem auto;
    }
}

.policy {
    padding: 40px 0;
}

.policy h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.policy h2 {
    font-size: 24px;
    margin-top: 30px;
}

.policy p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.t-title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(36deg, #edd197 0%, #fff2d6 50%, #f0d499 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.01em;
}

.t-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(3deg, #ba8a50 0%, #edd48c 50%, #b5854b 100%);
    border-radius: 1rem;
    padding: 1rem;
    width: 34.9rem;
    height: 6.3rem;
}

.t-btn span {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.03em;
    color: #0d0909;
}

.fixed-button {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (min-width: 576px) {
    .fixed-button {
        max-width: 37.5rem;
    }
}

.fixed-button .t-btn-fixed {
    pointer-events: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.fixed-button:not(.hide) {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.fixed-button.hide {
    opacity: 0;
    transform: translateX(-50%) translateY(100px);
    pointer-events: none;
}

.intro-section {
    height: 107.1rem;
    padding-top: 2.3rem;
}

.intro-section__header {
    text-align: center;
}

.intro-section__header-text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1;
    background: linear-gradient(90deg, #efd599 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 31.2rem;
}

.intro-section__titles-title {
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, #efd599 0%, #fff8e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 104%;
    letter-spacing: 0;
}

.intro-section__titles-subtitle {
    font-family: "GreatVibes";
    font-weight: 400;
    font-size: 5rem;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, #efd599 0%, #fffdf6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2rem;
    padding-top: 1rem;
}

.intro-section__titles-subtext {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1;
    margin-top: 2.5rem;
    letter-spacing: -0.03em;
}

.intro-section__prices {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-top: 2.4rem;
}

.intro-section__prices-old {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    position: relative;
}

.intro-section__prices-old::before {
    content: "";
    width: 8.5rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    top: 1rem;
    left: 0rem;
    transform: rotate(-15deg);
}

.intro-section__prices-new {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    background: linear-gradient(36deg, #edd197 0%, #fff2d6 50%, #f0d499 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section__button {
    margin-top: 3.1rem;
}

.intro-section__button .t-btn {
    animation: pulse 2s ease-in-out infinite;
}

.intro-section .timer {
    margin-top: 3.4rem;
}

.intro-section .timer .timer__box {
    border-radius: 2rem;
    width: 34.9rem;
    padding-top: 2.7rem;
    padding-left: 1.6rem;
    padding-bottom: 1.4rem;
    background: linear-gradient(3deg, #ba8a50 0%, #edd48c 50%, #b5854b 100%);
}

.intro-section .timer .timer__box-title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    color: #2a1c19;
    text-align: center;
    letter-spacing: -0.03em;
    margin-left: -2rem;
}

.intro-section .timer .timer__box-subtitle {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    color: #2a1c19;
    margin-top: 2.3rem;
    letter-spacing: -0.03em;
}

.intro-section .timer .timer__box-countdown {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    color: #2a1c19;
    text-align: center;
    margin-top: 2rem;
    letter-spacing: -0.03em;
    margin-left: -2rem;
}

.product-section {
    height: 68.1rem;
    padding-top: 5.5rem;
}

.product-section__title {
    letter-spacing: -0.04em;
}

.product-section__box {
    display: flex;
    flex-direction: column;
    gap: 4.2rem;
    margin-top: 6.5rem;
    margin-left: 0.5rem;
}

.product-section__box-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
    width: 120%;
}

.product-section__box-item .icon {
    width: 2.2rem;
}

.product-section__box-item-text {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.program-section {
    min-height: 144.2rem;
    padding-top: 1.5rem;
    padding-bottom: 5.1rem;
}

.program-section .section__bg {
    background-size: 37.5rem 100%;
}

.program-section__title {
    font-weight: 700;
    font-size: 3.5rem;
    text-transform: uppercase;
    color: #933b13;
    text-align: center;
    letter-spacing: -0.05em;
    font-weight: 700;
}

.program-section__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.5rem;
    gap: 4rem;
}

.program-section__box-item {
    width: 34.9rem;
}

.program-section__box-item .program-section__box-item-content {
    border-radius: 3rem;
    width: 34.9rem;
    box-shadow: 1px 4px 14px 0 #37200e;
    background-image: url(../img/program/content-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3.3rem 0.5rem 3.3rem 2.1rem;
    margin-top: 1.5rem;
    display: none;
}

.program-section__box-item .program-section__box-item-content-flex {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.program-section__box-item .program-section__box-item-content-group-title {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}

.program-section__box-item .program-section__box-item-content-group-title.mod {
    font-weight: 700;
    background: linear-gradient(258deg, #312212 0%, #973c13 48.08%, #2a1c19 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.program-section__box-item .program-section__box-item-content-group-subtitle {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #000;
    margin-top: 1.2rem;
}

.program-section__box-item .program-section__box-item-content-group.result {
    margin-top: 1.5rem;
}

.program-section__box-item-trigger {
    cursor: pointer;
}

.program-section__box-item-trigger-inner {
    width: 34.9rem;
    height: 21.5rem;
    background-image: url(../img/program/item-border.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 1px 5px 14px 0 rgba(55, 32, 14, 0.5803921569);
    border-radius: 3.2rem;
}

.program-section__box-item-trigger-inner-top {
    border-radius: 3rem;
    width: 31.9rem;
    height: 10.9rem;
    box-shadow: 1px 5px 14px 0 #37200e;
    background: linear-gradient(258deg, #312212 0%, #973c13 48.08%, #2a1c19 100%);
    padding: 3.4rem 7.4rem;
}

.program-section__box-item-trigger-inner-top-title {
    font-weight: 800;
    font-size: 3rem;
    text-transform: uppercase;
}

.program-section__box-item-trigger-inner-subtitle {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(258deg, #312212 0%, #973c13 48.08%, #2a1c19 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 3rem;
    letter-spacing: -0.03em;
}

.program-section__box-item-trigger-button {
    box-shadow: 1px 5px 14px 0 rgba(55, 32, 14, 0.5019607843);
    width: 34.9rem;
    height: 6.4rem;
    background-image: url(../img/program/button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat";
    margin-top: 1.5rem;
    position: relative;
    border-radius: 3rem;
}

.program-section__box-item-trigger-button .open {
    margin-left: -3rem;
}

.program-section__box-item-trigger-button .close {
    display: none;
}

.program-section__box-item-trigger-button span {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.36364;
    text-align: center;
    background: linear-gradient(258deg, #312212 0%, #973c13 48.08%, #2a1c19 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.program-section__box-item-trigger-button .arrow {
    width: 1.8rem;
    height: 1.9rem;
    max-width: none;
    transition: 320ms;
    position: absolute;
    right: 2.6rem;
    top: 2.3rem;
}

.program-section__box-item-trigger.active .program-section__box-item-trigger-button .open {
    display: none;
}

.program-section__box-item-trigger.active .program-section__box-item-trigger-button .close {
    display: block;
}

.program-section__box-item-trigger.active .program-section__box-item-trigger-button .arrow {
    transform: rotate(-90deg);
}

.speaker-section {
    height: 106.5rem;
    padding-top: 5rem;
}

.speaker-section__title {
    font-family: "Montserrat";
    letter-spacing: -0.01em;
}

.speaker-section__subtitle {
    font-family: "GreatVibes";
    font-weight: 400;
    font-size: 5rem;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, #efd599 0%, #fef1c9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 37rem;
}

.speaker-section__box {
    width: 34.9rem;
    height: 48rem;
    padding: 4.4rem 1rem 4.4rem 2.6rem;
    background-image: url(../img/speaker/border.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 3.7rem;
}

.speaker-section__box-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.8rem;
    gap: 2rem;
}

.speaker-section__box-list-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
}

.speaker-section__box-list-item .icon {
    width: 2.2rem;
}

.speaker-section__box-list-item-text {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.speaker-section__box-subtext {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-top: 1.5rem;
}

.speaker-section__box-subtext:nth-child(2) {
    margin-top: 1.1rem;
}

.reviews-section {
    /* min-height: 50rem; */
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.reviews-section .section__bg {
    background-size: 101% 101%;
}
.reviews-section__title {
    letter-spacing: -0.03em;
    margin-bottom: 5.5rem;
}

.reviews-section__box {
    margin: 0 -1.3rem;
}

.reviews-section__box .space {
    padding: 0 1.3rem 1rem 1.3rem;
}

.reviews-section__box-item {
    display: flex;
    justify-content: center;
    border-radius: 3rem;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.54);
    overflow: hidden;
}

.reviews-section__box-item .slide {
    width: 100%;
    max-width: 34.9rem;
    height: auto;
    pointer-events: none;
    display: block;
}

.reviews-section__controls {
    display: flex;
    justify-content: center;
    margin-top: 1.1rem;
    align-items: center;
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
}

.reviews-section__controls .arrows {
    width: 9.5rem;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    touch-action: manipulation;
}

.reviews-section__controls .arrows img {
    width: 100%;
    display: block;
    pointer-events: none;
}

.reviews-section__controls .arrows:focus,
.reviews-section__controls .arrows:active {
    outline: none;
    box-shadow: none;
}

.info-section {
    height: 88.6rem;
    padding-top: 2.5rem;
}

.info-section__title {
    letter-spacing: -0.04em;
}

.info-section__box {
    display: flex;
    flex-direction: column;
    gap: 6.5rem;
    margin-top: 4.2rem;
    margin-left: 0.5rem;
}

.info-section__box-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
}

.info-section__box-item .icon {
    width: 2.2rem;
}

.info-section__box-item-text {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

.info-section .timer {
    margin-top: 7.9rem;
}

.info-section .timer .timer__box {
    border-radius: 2rem;
    width: 34.9rem;
    padding-top: 2.7rem;
    padding-left: 1.6rem;
    padding-bottom: 1.4rem;
    background: linear-gradient(3deg, #ba8a50 0%, #edd48c 50%, #b5854b 100%);
}

.info-section .timer .timer__box-title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    color: #2a1c19;
    text-align: center;
    letter-spacing: -0.03em;
    margin-left: -2rem;
}

.info-section .timer .timer__box-subtitle {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    color: #2a1c19;
    margin-top: 2.3rem;
    letter-spacing: -0.03em;
}

.info-section .timer .timer__box-countdown {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    color: #2a1c19;
    text-align: center;
    margin-top: 2rem;
    letter-spacing: -0.03em;
    margin-left: -2rem;
}

.guarantee-section {
    height: 51.5rem;
    padding-top: 5.5rem;
}

.guarantee-section__title {
    font-weight: 800;
    background: linear-gradient(90deg, #ff784f 0%, #83280d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.03em;
}

.guarantee-section__box {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    margin-top: 4.2rem;
    margin-left: 0.5rem;
}

.guarantee-section__box-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
}

.guarantee-section__box-item .icon {
    width: 2.2rem;
}

.guarantee-section__box-item-text {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    color: #000;
    letter-spacing: -0.03em;
}

.faq-section {
    min-height: 139rem;
    padding-top: 1rem;
    padding-bottom: 3.3rem;
}

.faq-section .section__bg {
    background-size: 37.5rem 100%;
}

.faq-section__header {
    display: flex;
    justify-content: center;
}

.faq-section__header .star {
    width: 9.8rem;
}

.faq-section__title {
    font-weight: 600;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #f7d88f 0%, #fef1c9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4.5rem;
}

.faq-section__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
}

.faq-section__box-item {
    border-bottom: 0.1rem solid #fdefc6;
    width: 33.5rem;
    padding-bottom: 3rem;
    cursor: pointer;
}

.faq-section__box-item-trigger {
    padding: 3rem 0 0 0;
    position: relative;
    border-top: 0.1rem solid #fdefc6;
}

.faq-section__box-item-trigger-title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

.faq-section__box-item-trigger .pluse {
    width: 2.6rem;
    position: absolute;
    right: 2.6rem;
    top: 3.2rem;
    transition: 320ms;
}

.faq-section__box-item-content {
    display: none;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    padding-top: 3rem;
    width: 102%;
}

.faq-section__box-item.active .pluse {
    transform: rotate(45deg);
}

.faq-section__footer {
    margin-top: 7.4rem;
    padding-bottom: 8rem;
}

.faq-section__footer-socials {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.9rem;
    column-gap: 2.9rem;
    justify-content: end;
    margin-right: 0.5rem;
}

.faq-section__footer-socials-link .telegram {
    width: 6.5rem;
}

.faq-section__footer-socials-link .inst {
    width: 5.8rem;
}

.faq-section__footer-between {
    display: flex;
    -moz-column-gap: 17rem;
    column-gap: 17rem;
    align-items: center;
    margin-left: 0.5rem;
    margin-top: 2rem;
}

.faq-section__footer-between-left {
    text-align: left;
}

.faq-section__footer-between-left-text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.55;
    letter-spacing: -0.02em;
    background: linear-gradient(36deg, rgba(237, 209, 151, 0.5) 0%, rgba(255, 242, 214, 0.5) 50%, rgba(240, 212, 153, 0.5) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-section__footer-between-right {
    text-align: right;
}

.faq-section__footer-between-right-text {
    display: block;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    background: linear-gradient(36deg, rgba(237, 209, 151, 0.5) 0%, rgba(255, 242, 214, 0.5) 50%, rgba(240, 212, 153, 0.5) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-section__footer-last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.4rem;
    padding: 0.5rem;
}

.faq-section__footer-last-link {
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.55;
    letter-spacing: -0.02em;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    background: linear-gradient(36deg, #edd197 0%, #fff2d6 50%, #f0d499 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(0.97);
    }

    50% {
        transform: scale(1.02);
    }
}