@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/exo2/v19/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WsNNC_nps.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
body { 
background-color: #FFF2EC;
    
}
.container {
    width: 320px;
    margin: 0 auto;
}
.header {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Neucha', cursive;
    font-weight: 900;



}

.subscribe {
    text-align: center;
}
.subscribe__body {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 10px;
    flex-wrap: wrap;
}
.subscribe__item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* border: 1px solid #000; */
    padding: 10px 0;
    margin: 10px;
    width: 120px;
    transition: 0.2s;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.subscribe__item:active {
    scale: 1.2;
    transition: 0.2s;
}

img{
    height: 100px; 
    border-radius: 50%;
    object-fit: contain;
}

h2 {
    color: #FA3D62;
}



.name {
    padding: 10px 0;

}

a { 
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.video {
    margin-bottom: 10px;
}


.cashback {


}
.accordion_btn {
    background-color: #444;
    color: #fff;
    font-size: 20px;
    text-align: center;

    padding: 5px 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.accordion_btn span { 
    color: #FA3D62;
}

/* .accordion_btn:after {
    content: ''; 
    background: url('/img/arrows.svg') no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
   
    margin-left: 20px;
    
    position: relative;
    
    transform: rotate(135deg);
    transition: 0.2s;
    transform-origin: center;
    transform: rotate(90deg);

    
} */

/* .active::after { 
    transform: rotate(-90deg);
    transform-origin: center;
} */

.cashback_panel{
/*     max-height: 0; */
    transition: 1s;
    transition-property:  max-height;
   overflow: hidden;
}


.wa { 
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #1ed013;
}
/* .open { 
    height: auto;
    transition-property: height;
    visibility: visible;
    transition: 1s;
} */