@keyframes topLineGrow{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes bottomLineGrow{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes positive45{0%{transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(-45deg)}}@keyframes negative45{0%{transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(45deg)}}@keyframes bubblePopOut{0%{scale:0}75%{scale:1.1}to{scale:1}}@keyframes stepPop{0%{opacity:0;scale:0}75%{opacity:1;scale:1.1}to{opacity:1;scale:1}}@keyframes loadSquare{0%{left:0;opacity:0;top:0}50%{left:6px;opacity:0;top:5px}to{left:12px;opacity:1;top:10px}}.expandable-accordions{--faqBackground:#f5f5f5;--faqColor:#00244f;margin:0 auto;max-width:1310px;padding:0 20px;position:relative}.expandable-accordions__intro h2{font-family:kepler-3-variable,sans-serif;font-size:48px;font-weight:500;line-height:58px;margin:0}@media(max-width:767px){.expandable-accordions__intro h2{font-size:38px;line-height:48px}}.expandable-accordions__intro h2{margin-bottom:40px}.expandable-accordions__nav{display:flex;gap:20px;margin-bottom:30px}.expandable-accordions__nav button{appearance:none;background:#d9d9d9;border-radius:5px;color:#5c5c5c;cursor:pointer;font-size:16px;line-height:26px;padding:10px 20px;transition:.6s ease}.expandable-accordions__nav button.active{background:#00244f;color:#fff}@media(max-width:767px){.expandable-accordions__nav button.active{background:transparent;color:#fff}.expandable-accordions__nav button.active svg.open{display:none}.expandable-accordions__nav button.active svg.close{display:block}}.expandable-accordions__nav button svg{display:none;flex:0 0 12px;pointer-events:none}@media(max-width:767px){.expandable-accordions__nav button svg.open{display:block}.expandable-accordions__nav button{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}}.expandable-accordions__nav button:hover{background:#00244f;color:#fff;text-decoration:underline}.expandable-accordions__nav button:hover svg.close path,.expandable-accordions__nav button:hover svg.open line{stroke:#fff}.expandable-accordions__nav button{border:none}.expandable-accordions__accordion-container{display:block;left:0;opacity:0;position:absolute;top:50px;visibility:hidden}.expandable-accordions__accordion-container.active{opacity:1;position:relative;top:0;transition:.6s ease;visibility:visible}.expandable-accordions .faq-item{--faqBackground:#f5f5f5;--faqColor:#00244f;background-color:var(--faqBackground);border:none;border-radius:10px;color:var(--faqColor);cursor:pointer;font-family:Noto Sans,sans-serif;margin-bottom:20px;padding:30px}.expandable-accordions .faq-item:hover div.top h3{text-decoration:underline}.expandable-accordions .faq-item:last-child{margin-bottom:0}.expandable-accordions .faq-item div.top{align-items:center;display:flex;justify-content:space-between}@media(max-width:767px){.expandable-accordions .faq-item div.top{align-items:flex-start;gap:20px}}.expandable-accordions .faq-item div.top h3{color:var(--faqColor);font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;line-height:28px;margin:0}.expandable-accordions .faq-item div.top button{background:var(--faqColor);border:none;cursor:pointer;flex:0 0 22px;height:22px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.5' d='M.75 10.75h20M10.75.75v20'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.5' d='M.75 10.75h20M10.75.75v20'/%3E%3C/svg%3E") center/contain no-repeat;padding:0;transition:.3s ease;width:22px}@media(max-width:767px){.expandable-accordions .faq-item div.top button{margin-top:8px}}.expandable-accordions .faq-item div.content{max-height:1px;overflow:hidden}.expandable-accordions .faq-item div.content p{font-size:18px;line-height:28px}.expandable-accordions .faq-item.active button{transform:rotate(45deg)}.expandable-accordions .faq-item.active div.content{border-top:1px solid var(--faqBorderColor);margin-right:50px;margin-top:30px;max-height:9000px;overflow:visible;padding-top:30px;transition-timing-function:ease-in}@media(max-width:767px){.expandable-accordions .faq-item.active div.content{margin-right:0}}.expandable-accordions .faq-item.active div.content p{margin-top:unset}.expandable-accordions .faq-item.active div.content p:last-child{margin-bottom:unset}.expandable-accordions .faq-item.active div.content a{cursor:pointer}.expandable-accordions .faq-item.active div.content ul{display:grid;font-size:18px;gap:20px;line-height:28px;margin-block-start:0}@media(max-width:767px){.expandable-accordions{display:none}}.expandable-accordions-mobile{--faqBackground:#f5f5f5;--faqColor:#00244f;display:none;padding:0 20px 50px}@media(max-width:767px){.expandable-accordions-mobile{display:flex;flex-direction:column;gap:20px}}.expandable-accordions-mobile ul{margin:0}.expandable-accordions-mobile__inner{display:flex;flex-direction:column;gap:20px}.expandable-accordions-mobile__container:first-child{margin-top:20px}.expandable-accordions-mobile__container>button{appearance:none;background:#d9d9d9;border-radius:5px;color:#5c5c5c;cursor:pointer;font-size:16px;line-height:26px;padding:10px 20px;transition:.6s ease}.expandable-accordions-mobile__container>button.active{background:#00244f;color:#fff}@media(max-width:767px){.expandable-accordions-mobile__container>button.active{background:transparent;color:#fff}.expandable-accordions-mobile__container>button.active svg.open{display:none}.expandable-accordions-mobile__container>button.active svg.close{display:block}}.expandable-accordions-mobile__container>button svg{display:none;flex:0 0 12px}@media(max-width:767px){.expandable-accordions-mobile__container>button svg.open{display:block}.expandable-accordions-mobile__container>button{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}}.expandable-accordions-mobile__container>button:hover{background:#00244f;color:#fff;text-decoration:underline}.expandable-accordions-mobile__container>button:hover svg.close path,.expandable-accordions-mobile__container>button:hover svg.open line{stroke:#fff}.expandable-accordions-mobile__container>button{border:none;color:#00244f;font-size:20px;font-weight:400;line-height:32px;margin:0;padding:13px 20px}@media(max-width:767px){.expandable-accordions-mobile__container>button.active{background:#00244f;color:#fff;margin-bottom:20px}.expandable-accordions-mobile__container>button.active svg path{stroke:#fff}}.expandable-accordions-mobile__container>button svg{pointer-events:none}.expandable-accordions-mobile__container.active .faq-item,.expandable-accordions-mobile__container>button svg.open{display:block}.expandable-accordions-mobile .faq-item{--faqBackground:#f5f5f5;--faqColor:#00244f;background-color:var(--faqBackground);border:none;border-radius:10px;color:var(--faqColor);cursor:pointer;font-family:Noto Sans,sans-serif;margin-bottom:20px;padding:30px}.expandable-accordions-mobile .faq-item:hover div.top h3{text-decoration:underline}.expandable-accordions-mobile .faq-item:last-child{margin-bottom:0}.expandable-accordions-mobile .faq-item div.top{align-items:center;display:flex;justify-content:space-between}@media(max-width:767px){.expandable-accordions-mobile .faq-item div.top{align-items:flex-start;gap:20px}}.expandable-accordions-mobile .faq-item div.top h3{color:var(--faqColor);font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;line-height:28px;margin:0}.expandable-accordions-mobile .faq-item div.top button{background:var(--faqColor);border:none;cursor:pointer;flex:0 0 22px;height:22px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.5' d='M.75 10.75h20M10.75.75v20'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.5' d='M.75 10.75h20M10.75.75v20'/%3E%3C/svg%3E") center/contain no-repeat;padding:0;transition:.3s ease;width:22px}@media(max-width:767px){.expandable-accordions-mobile .faq-item div.top button{margin-top:8px}}.expandable-accordions-mobile .faq-item div.content{max-height:1px;overflow:hidden}.expandable-accordions-mobile .faq-item div.content p{font-size:18px;line-height:28px}.expandable-accordions-mobile .faq-item.active button{transform:rotate(45deg)}.expandable-accordions-mobile .faq-item.active div.content{border-top:1px solid var(--faqBorderColor);margin-right:50px;margin-top:30px;max-height:9000px;overflow:visible;padding-top:30px;transition-timing-function:ease-in}@media(max-width:767px){.expandable-accordions-mobile .faq-item.active div.content{margin-right:0}}.expandable-accordions-mobile .faq-item.active div.content p{margin-top:unset}.expandable-accordions-mobile .faq-item.active div.content p:last-child{margin-bottom:unset}.expandable-accordions-mobile .faq-item.active div.content a{cursor:pointer}.expandable-accordions-mobile .faq-item{display:none}