.button{cursor:pointer;padding:11px 32px;background-color:#0098cd;border:1px solid #0098cd;border-radius:.25rem;color:#fff;display:flex;height:fit-content;width:max-content;justify-content:center;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;text-align:center;text-decoration-line:none;transition:background-color .3s,color .3s}.button:hover,.button:focus{background-color:#fff;color:#0098cd}.modal{display:none;position:fixed;justify-content:center;align-items:center;z-index:99999;background-color:rgba(0,0,0,.3019607843);top:0;left:0;width:100vw;height:100vh}.modal__inner{position:relative;margin:auto;border-radius:1rem;width:95%;height:auto;max-width:1000px;background-color:#fff}.modal__header{width:100%;padding:16px;background-color:#0098cd;font-size:24px;line-height:32px;font-weight:600;color:#fff}.modal__body{display:flex;flex-direction:column;row-gap:1.5rem;padding:16px;width:100%;height:75vh;max-height:80vh}.modal__body__header{max-width:90%}.modal__footer{width:100%;padding:16px;background-color:#f4f6fd;display:flex;justify-content:flex-end}.modal.is-open{z-index:99;display:flex}.modal.is-show{display:flex;animation:opac 1s}@keyframes opac{from{opacity:0}to{opacity:1}}@media screen and (min-width: 768px){.modal__inner{width:80%}.modal__header{padding:24px 32px;font-size:32px;line-height:40px}.modal__body{padding:32px}}.modal.template-white button.modal__close{position:absolute;top:48px;right:48px}.modal.template-white .modal__body{padding:48px}.modal.template-white .form{overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.modal.template-white .form ::-webkit-scrollbar{width:1em}.modal.template-white .form ::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.modal.template-white .form ::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090}.product-info{background-color:#fff}.product-info__inner{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));column-gap:.5rem;row-gap:1rem}.product-info__icon{aspect-ratio:1/1;font-size:1.5rem;color:#0098cd}.product-info__title{font-weight:600;font-family:"Proeduca",Helvetica,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.625rem}@media screen and (min-width: 768px){.product-info__title{font-size:1.5rem;line-height:2rem}}.product-info__description,.product-info__link{font-weight:400;font-family:"Proeduca",Helvetica,sans-serif;font-size:.875rem;font-style:normal;line-height:1.25rem}.product-info__title,.product-info__description{color:#010741}.product-info__link{color:#0098cd}.product-info__link:hover{cursor:pointer}@media screen and (min-width: 768px){.product-info__inner{grid-template-columns:repeat(3, minmax(0, 1fr))}.product-info__icon{font-size:2rem}.product-info__title{font-weight:600;font-family:"Proeduca",Helvetica,sans-serif;font-size:1.125rem;font-style:normal;line-height:1.25rem}.product-info__description,.product-info__link{font-weight:400;font-family:"Proeduca",Helvetica,sans-serif;font-size:1rem;font-style:normal;line-height:1.5rem}}@media screen and (min-width: 1024px){.product-info__inner{column-gap:1rem;grid-template-columns:repeat(6, minmax(0, 1fr))}}.modal .form{margin-top:1.5rem}/*# sourceMappingURL=style.css.map */
