.gs-choice{display:inline-flex;align-items:center;cursor:pointer;position:relative;gap:.5rem;padding:.125rem;width:100%}.gs-choice__label{font-family:Poppins,sans-serif;font-size:1rem;font-weight:300;line-height:normal;text-transform:none;color:#212529;cursor:pointer}.gs-choice__input{position:relative;width:1rem;height:1rem;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;border:1px solid #646669;background-color:#fff;cursor:pointer}.gs-choice__input:before{content:"";position:absolute;inset:0;width:.875rem;height:.875rem;background-color:rgba(0,0,0,0);-webkit-mask:url(/_next/static/media/check.cc0152fd.svg) no-repeat center;mask:url(/_next/static/media/check.cc0152fd.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;pointer-events:none}.gs-choice__input:checked{background-color:#005640;border-color:#005640}.gs-choice__input:checked:before{background-color:#f5f5f5}.gs-choice__input[type=radio]{border-radius:50%;border:1px solid #646669}.gs-choice__input[type=radio]:before{border-radius:50%;background-color:rgba(0,0,0,0);-webkit-mask:none;mask:none}.gs-choice__input[type=radio]:checked:before{margin:0 auto;width:.5rem;-webkit-mask:url(/_next/static/media/circle.ace79799.svg) no-repeat center;mask:url(/_next/static/media/circle.ace79799.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;background-color:#f5f5f5}.gs-choice__input:focus-visible{outline:none}.gs-choice__input:not(:checked):not(:disabled):hover:before{background-color:#d3d3d4;-webkit-mask:none;mask:none}.gs-choice--disabled{cursor:not-allowed}.gs-choice--disabled .gs-choice__input{cursor:not-allowed;background-color:#d3d3d4;border-color:#646669}.gs-choice--disabled .gs-choice__input:before{background-color:#d3d3d4;-webkit-mask:none;mask:none}.gs-choice--disabled .gs-choice__label{cursor:not-allowed;color:#646669}.gs-choice--focused{outline:2px solid #4d8979;outline-offset:2px;border-radius:4px}.gs-dropdown{position:relative;display:inline-block}.gs-dropdown__button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#005640;border:none;font-weight:600;border-radius:8px;cursor:pointer;outline:none}.gs-dropdown__button--open{background-color:#d3d3d4}.gs-dropdown__button-label{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;line-height:normal;text-transform:none;letter-spacing:.03125rem;color:#005640}.gs-dropdown__button-icon,.gs-dropdown__button-icon svg{width:1.5rem;height:1.5rem}.gs-dropdown__button-icon--open{transform:rotate(-180deg);transition:transform .3s ease}.gs-dropdown__button:hover{background:#d3d3d4}.gs-dropdown__button:focus-visible{outline:2px solid #4d8979;outline-offset:2px;border-radius:4px}.gs-dropdown__options{position:absolute;top:110%;right:0;background:#fff;border:1px solid #ccc;border-radius:8px;padding:.5rem;z-index:10;display:flex;flex-direction:column;gap:.5rem;min-width:7.25rem;width:max-content;max-width:20rem;white-space:nowrap}.gs-dropdown__options--position-left{left:0}.gs-dropdown__options--position-right{right:0}@font-face{font-family:Girl Scout;src:url(/_next/static/media/GirlScout-TextBold.cf50040c.ttf) format("truetype");font-weight:500}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Light.8b20023e.ttf) format("truetype");font-weight:450}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Regular.4b4ebe20.ttf) format("truetype");font-weight:400}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-SemiBold.98512bf8.ttf) format("truetype");font-weight:600}@keyframes pulse{0%{background-color:#d3d3d4}50%{background-color:#f5f5f5}to{background-color:#d3d3d4}}@keyframes pulse-border{0%{border-color:#d3d3d4}50%{border-color:#f5f5f5}to{border-color:#d3d3d4}}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}body,html{margin:0;font-family:Girl Scout,sans-serif;line-height:normal;height:100%;color:#212529}body,main{display:grid}main{flex:1 1}div,li,p,ul{margin:0}.content{display:flex;flex-direction:column;width:100%;max-width:90rem;margin:0 auto}.blockScroll{width:100%;height:100%;overflow:hidden;scroll-behavior:unset;background:rgba(0,0,0,.4)}.hidden{display:none}@media{.page-break{display:none}}@media print{body,html{height:auto!important;overflow:initial!important;-webkit-print-color-adjust:exact}.page-break{display:block;page-break-before:auto;page-break-inside:avoid;page-break-after:auto}}@page{size:auto;margin:5mm}.gs-choice-group{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;border:0;margin:0;padding:0;width:100%}.gs-choice-group--disabled{border-color:#646669}.gs-choice-group__legend{color:#212529;padding:0}.gs-choice-group__legend--hidden{display:none}.gs-choice-group--disabled .gs-choice-group__legend{color:#646669}.gs-choice-group__options{display:flex;flex-direction:column;gap:.5rem;width:100%}