.lines-container{position:absolute;bottom:0}.lines-container:not(.flip){right:-176px}.lines-container:is(.flip){left:-176px;transform:scaleX(-1)}@media screen and (max-width:1023px){.lines-container{bottom:-104px}.lines-container:not(.flip){right:-206px}.lines-container:is(.flip){left:-206px}}.animated-lines__bg{stroke:var(--line-bg,var(--White));stroke-opacity:var(--line-bg-opacity,.1)}.animated-lines__stroke-1{stroke:var(--line-stroke-1,#8abdf9)}.animated-lines__stroke-2{stroke:var(--line-stroke-2,#d993f7)}@media screen and (max-width:767px){.animated-lines{display:none}}@property --gradient-bg-start{syntax:"<color>";initial-value:#fff;inherits:false}@property --gradient-bg-end{syntax:"<color>";initial-value:#fff;inherits:false}.video-modal{position:relative;background:var(--White);border-radius:16px;padding:40px;width:min(860px,100dvw - 48px)}.video-modal__close{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:transparent;cursor:pointer;color:var(--Dark)}.video-modal__close:hover{background:var(--Light-Grey,#e0e7eb)}.video-modal__title{margin-bottom:24px;padding-right:48px;color:var(--Dark)}.video-modal__player{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000}.video-modal__player iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.video-modal__description{margin-top:20px;color:var(--Dark);opacity:.6}.first-screen__footer{position:absolute;bottom:0;left:50%;transform:translateX(-50%);padding:20px 20px 0;background-color:var(--White);border-top-left-radius:16px;border-top-right-radius:16px}.first-screen__footer-btn{display:flex;flex-direction:row;align-items:center;gap:16px;justify-content:flex-start;padding:4px 24px 4px 4px;border-radius:200px;border:1px solid #e0e7eb;transition:background-color .3s ease-in-out;color:var(--Blue-purple)}.first-screen__footer-btn:hover{background-color:var(--Light-Grey)}.first-screen__footer-btn__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:1000px;background:var(--more-btn-bg,var(--Blue-purple));color:var(--more-btn-text,var(--White))}.first-screen__footer-btn__icon.rotate{transform:rotate(90deg)}@media screen and (max-width:767px){.first-screen__footer-btn__icon{width:40px;height:40px}.first-screen__footer-btn{gap:8px;min-width:208px}}.first-screen__footer:after,.first-screen__footer:before{content:"";position:absolute;bottom:0;width:20px;height:20px;background:transparent}.first-screen__footer:before{left:-20px;border-radius:0 0 16px 0;box-shadow:10px 10px 0 10px var(--White)}.first-screen__footer:after{right:-20px;border-radius:0 0 0 16px;box-shadow:-10px 10px 0 10px var(--White)}