@import"https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.viewers__row{max-width:1600px;margin:0 auto;padding:64px 0;display:flex;flex-direction:column;gap:32px}.viewers__image{position:relative;z-index:0;box-shadow:8px 4px 57px 75px rgba(46,143,255,.2);max-width:100%}.viewers__cards{display:flex;justify-content:space-between;flex-wrap:wrap;gap:100px}.viewers__title{margin-bottom:44px;font-weight:700;color:#000;font-size:50px;letter-spacing:-2.1px;line-height:1.2}.viewers__description,.viewers__title{font-family:Inter,sans-serif;font-style:normal;text-align:center}.viewers__description{max-width:100%;font-weight:500;color:#666;font-size:24px;letter-spacing:-.7px;line-height:1.5;margin-bottom:100px}.viewers__card{display:flex;width:100%;flex-direction:row;align-items:center;gap:80px;justify-content:center;flex-wrap:wrap}.viewers__card:nth-child(2n){flex-direction:row-reverse}.viewers__card-image{max-width:440px;border-radius:20px;height:383px;object-fit:cover}.viewers__card-text-block{display:flex;flex-direction:column;gap:20px}.viewers__card-title{font-weight:700;color:#000;font-size:50px;letter-spacing:-2px;line-height:1.2}.viewers__card-description,.viewers__card-title{font-style:normal;font-family:Inter,sans-serif;text-align:left}.viewers__card-description{max-width:442px;font-weight:400;color:#666;font-size:24px;letter-spacing:-.5px;line-height:1.5}@media(max-width:600px){.viewers__title{font-size:30px}.viewers__description{font-size:22px}.viewers__card-image{max-width:100%;height:auto}.viewers__card-title{font-size:30px}.viewers__card-description{font-size:20px}}.viewers__card-button{color:#000;background-color:#b080ff;width:max-content;padding:20px;border-radius:15px;font-family:Inter,sans-serif;cursor:pointer;font-size:24px}.viewers__card-button:hover{text-decoration:underline}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;z-index:1000;overflow:hidden}.popup-content{font-family:Inter,sans-serif;background-color:#fff;padding:20px;width:80%;max-width:600px;max-height:80vh;overflow-y:auto;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative}.popup-title{font-size:2rem;margin-bottom:15px;font-weight:700}.popup-description{font-size:1.1rem;line-height:1.5;color:#333;margin-bottom:20px;white-space:pre-wrap;word-wrap:break-word;text-align:justify}.popup-close{font-family:Inter,sans-serif;background-color:#007bff;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1rem;display:block;margin:0 auto}.popup-close:hover{background-color:#0056b3}body.no-scroll{overflow:hidden}