.quote{position:fixed;top:0;right:0;bottom:0;left:0;background-color:hsla(0,0%,100%,.4);z-index:110000}.quote__popup{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;padding:3rem;background-color:rgba(9,22,6,.9);border-radius:20px;left:50%;width:95%;max-height:90vh;max-width:900px;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.quote__logo{margin-left:auto;margin-right:auto;padding-bottom:2rem;max-width:80px}@media (max-width:767px){.quote__logo{max-width:60px}}.quote__author,.quote__text{font-family:Tiempos Headline Light,serif;font-weight:200;text-align:center}.quote__text{margin-bottom:1rem;overflow:hidden;overflow-y:auto;padding-right:.5rem;font-size:2.25rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}@media (max-width:1023px){.quote__text{font-size:1.875rem}}@media (max-width:767px){.quote__text{font-size:1.5rem}}.quote::-webkit-scrollbar{width:5px}.quote::-webkit-scrollbar-track{--bg-opacity:1;background-color:#d9d9d9;background-color:rgba(217,217,217,var(--bg-opacity))}.quote::-webkit-scrollbar-thumb{--bg-opacity:1;background-color:#f84c2c;background-color:rgba(248,76,44,var(--bg-opacity))}.quote__author{padding-bottom:.25rem;font-size:1.5rem;--text-opacity:1;color:#f84c2c;color:rgba(248,76,44,var(--text-opacity))}@media (max-width:1023px){.quote__author{font-size:1.25rem}}@media (max-width:767px){.quote__author{font-size:1rem}}.quote__close-btn{display:block;margin-top:2.5rem;margin-left:auto;margin-right:auto}