.pro-modal__wrapper{--container-padding:1.8rem;align-items:center;display:flex;height:100vh;isolation:isolate;justify-content:center;left:0;opacity:0;overflow-y:hidden;pointer-events:none;position:fixed;top:0;transition:padding .175s ease,left .175s ease;width:100%;z-index:9999}@media screen and (min-width:768px){.pro-modal__wrapper{--container-padding:9rem;box-shadow:2px 0 10px rgba(0,0,0,.3);padding:2rem 1.6rem;transition:padding .175s ease,left .25s ease;width:100%}}.pro-modal__wrapper.open{opacity:1;pointer-events:all}.pro-modal__wrapper .backdrop{background-color:rgba(var(--rgb-black),.5);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.pro-modal{background-color:var(--white);display:flex;flex-direction:column;height:100%;max-width:100rem;overflow-y:auto;position:relative;transition:border-radius .175s ease,width .175s ease;width:100%}@media screen and (min-width:768px){.pro-modal{background-color:var(--grey-850);height:auto}}.pro-modal__heading{margin-top:3rem;transition:padding .175s ease}.pro-modal__heading+.pro-modal__text{margin-top:3rem}.pro-modal__heading.has-padding{padding-top:3rem}@media screen and (min-width:768px){.pro-modal__heading.has-padding{padding-top:0}}.pro-modal__heading h3{font-size:2.2rem;font-weight:700}.pro-modal__heading h3,.pro-modal__heading p{color:var(--grey-850);line-height:2.5rem;margin:0}.pro-modal__heading p{font-size:1.8rem;opacity:.6}@media screen and (min-width:768px){.pro-modal__heading h3,.pro-modal__heading p{color:var(--white)}}.pro-modal__heading+.pro-modal__content{margin-top:3rem}@media screen and (min-width:768px){.pro-modal__heading{margin-top:0;order:1}}.pro-modal__content{align-content:start;display:grid;gap:3rem;grid-template-columns:1fr;order:3;padding:0 var(--container-padding);transition:padding .175s ease}@media screen and (min-width:768px){.pro-modal__content:not(.one-column){gap:6rem;grid-template-columns:1fr 1fr;z-index:2}.pro-modal__content{order:2;padding-bottom:5rem;padding-top:5rem}.pro-modal__content+.pro-modal__image{height:100%;left:0;position:absolute;top:0;width:100%}.pro-modal__content+.pro-modal__image img{height:100%;object-position:center}}.pro-modal__text>*{color:var(--grey-850);font-size:1.4rem;font-weight:400;line-height:2.2rem;margin-bottom:0;margin-top:0}@media screen and (min-width:768px){.pro-modal__text>*{color:var(--white)}}.pro-modal__text>*+*{margin-top:3rem}.pro-modal__modal-image img{border-radius:1.4rem;height:auto;width:100%}.pro-modal__modal-image+.pro-modal__quote{margin-top:3rem}@media screen and (min-width:1280px){.pro-modal__modal-image+.pro-modal__quote{margin-top:4rem}}.pro-modal__quote>*{color:var(--grey-850);font-size:1.8rem;font-weight:500;line-height:2.8rem;margin-bottom:0}@media screen and (min-width:768px){.pro-modal__quote>*{color:var(--white)}}.pro-modal__quote>:first-child{margin-top:0}.pro-modal__quote>*+:not(:first-child){margin-top:3rem}.pro-modal__image{align-items:center;display:flex;justify-content:center;order:1}@media screen and (min-width:768px){.pro-modal__image{order:3}.pro-modal__image:after{background:#000;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%}}.pro-modal__image img{height:auto;object-fit:cover;object-position:top;width:100%}.pro-modal__close{align-items:center;background-color:var(--white);border:0;border-radius:100%;cursor:pointer;display:flex;height:3.2rem;justify-content:center;position:absolute;right:1.6rem;top:1.6rem;transition:transform .25s ease,background-color .175s ease;width:3.2rem;z-index:4}.pro-modal__close:hover{transform:rotate(-180deg)}.pro-modal__close svg{height:1.4rem;width:1.4rem}@media screen and (min-width:768px){.pro-modal__close{background-color:var(--grey-25)}}