.sticky-download-component{position:fixed;left:0;right:0;background-color:#fff;box-shadow:0 -4px 11px 0 rgba(0,0,0,0.14),0 0 2px 0 rgba(0,0,0,0.02);transition:600ms ease-in-out transform}
.sticky-download-component--bottom{bottom:0;z-index:10;transform:translateY(100%)}
@media(min-width:720px){.sticky-download-component--bottom{display:none}
}
.sticky-download-component--top{top:0;z-index:100;transform:translateY(-100%)}
.sticky-download-component--show{transition:600ms ease-in-out transform;transform:translateY(0)}
.sticky-download-component--close{display:none}
.sticky-download-component .sticky__download{display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding-block:24px}
@media(min-width:1024px){.sticky-download-component .sticky__download{flex-direction:row;align-items:center}
}
.sticky-download-component .sticky__download__header{display:flex;justify-content:space-between}
.sticky-download-component .sticky__download__header .sticky__download__title{margin-bottom:0}
.sticky-download-component .sticky__download__header .icon-rp{margin-right:8px;color:#016a7f}
.sticky-download-component .sticky__download__text{margin-top:8px;color:#727272}
@media(min-width:720px){.sticky-download-component .sticky__download__interaction{display:flex;gap:16px}
}
.sticky-download-component .sticky__download .icon-rp{display:flex;justify-content:center;align-items:center;min-width:24px;width:24px;max-width:24px;min-height:24px;height:24px;max-height:24px;font-size:20px}
.sticky-download-component .sticky__download .icon-rp::before{font-size:20px}
.sticky-download-component .sticky__download .icon-rp img{width:100%;height:100%}