@charset "UTF-8";.btn-gen,.btn-gen:focus,.btn-gen:hover{align-items:center;background:#fff;border:1px solid #03a062;color:#343434;cursor:pointer;display:inline-flex;font-family:Arial;font-size:.94rem;font-weight:600;outline:none;padding:.5rem;position:relative;text-align:left;text-decoration:none}.btn-gen span,.btn-gen:focus span,.btn-gen:hover span{transition:color .3s ease-in-out;z-index:1}.btn-gen:before,.btn-gen:focus:before,.btn-gen:hover:before{background:#03a062;content:"";display:inline-block;height:100%;left:0;position:absolute;transition:width .3s ease-in-out;width:0;z-index:0}.btn-gen:after,.btn-gen:focus:after,.btn-gen:hover:after{cursor:pointer;font-size:0;line-height:1;margin:0 0 0 1rem;z-index:1}.btn-gen.reverse,.btn-gen:focus.reverse,.btn-gen:hover.reverse{padding:.5rem 2rem .5rem .5rem}.btn-gen.reverse:after,.btn-gen:focus.reverse:after,.btn-gen:hover.reverse:after{display:none}.btn-gen.reverse:before,.btn-gen:focus.reverse:before,.btn-gen:hover.reverse:before{align-items:center;background:#fff;border-radius:50%;color:red;cursor:pointer;display:inline-flex;font-size:1.5rem;height:27px;justify-content:center;margin:0 1rem 0 0;width:27px}.btn-gen.bg-blue,.btn-gen:focus.bg-blue,.btn-gen:hover.bg-blue{background:blue}.btn-gen.bg-white,.btn-gen:focus.bg-white,.btn-gen:hover.bg-white{background:#fff;color:red}.btn-gen.trash:after,.btn-gen:focus.trash:after,.btn-gen:hover.trash:after{color:red;content:"\f1f8";font-family:Font Awesome\ 5 Free;font-weight:900}.btn-gen.no-after,.btn-gen:focus.no-after,.btn-gen:hover.no-after{padding:.5rem 1rem}.btn-gen.no-after:after,.btn-gen:focus.no-after:after,.btn-gen:hover.no-after:after{display:none}.btn-gen.no-before,.btn-gen:focus.no-before,.btn-gen:hover.no-before{padding:.5rem 1rem}.btn-gen.no-before:before,.btn-gen:focus.no-before:before,.btn-gen:hover.no-before:before{display:none}.btn-gen:disabled,.btn-gen:focus:disabled,.btn-gen:hover:disabled{cursor:not-allowed;filter:grayscale(1)}.btn-gen:focus:hover:before,.btn-gen:hover:before,.btn-gen:hover:hover:before{width:100%}.btn-gen:focus:hover span,.btn-gen:hover span,.btn-gen:hover:hover span{color:#fff}.btn-gen.red,.btn-gen:focus.red,.btn-gen:hover.red{border:1px solid red}.btn-gen.red:before,.btn-gen:focus.red:before,.btn-gen:hover.red:before{background:red}.btn-gen.ultra-big,.btn-gen:focus.ultra-big,.btn-gen:hover.ultra-big{font-size:3rem}@media (max-width:767px){.btn-gen.ultra-big,.btn-gen:focus.ultra-big,.btn-gen:hover.ultra-big{font-size:2rem}}main#prices-main section#prices-section{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}@media (max-width:767px){main#prices-main section#prices-section{gap:2rem 0;grid-template-columns:minmax(0,1fr)}}main#prices-main section#prices-section .price{background-color:#fff;box-shadow:0 5px 5px 0 #797979;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 0 1rem}main#prices-main section#prices-section .price .content .title{padding:0 1rem}main#prices-main section#prices-section .price .content .title h2{color:#03a062;font-size:1.6rem;margin:0 0 2rem;text-align:center}@media (max-width:767px){main#prices-main section#prices-section .price .content .title h2{font-size:1.3rem}}main#prices-main section#prices-section .price .content .cost{background-color:#262626;color:#fff;font-size:1.2rem;font-weight:700;margin:0 0 2rem;padding:0 1rem;text-align:center}main#prices-main section#prices-section .price .content .cost span{display:block}main#prices-main section#prices-section .price .content .cost label{color:#4deaac;display:block;font-size:1.5rem}main#prices-main section#prices-section .price .content .description{margin:0 0 2rem;padding:0 1rem}main#prices-main section#prices-section .price .content .description ul{list-style:none}main#prices-main section#prices-section .price .content .description ul li:before{color:#03a062;content:"•";display:inline-block;font-weight:700;margin-left:-1em;width:1em}main#prices-main section#prices-section .price .cta{text-align:center}