:root{--blue:#005a91;--blue-hover:#006bac;--lightBlue:#ebf2fd;--red:#e40113;--sandy:#faf9f6;--white:#fff;--black-secondary:#3a3a3a;--background:#ebf2fd;--foreground:#171717;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;--max-content-width:1200px;--header-height:60px;--space-xxxl:120px;--space-xxl:80px;--space-xl:60px;--space-l:40px;--space-m:25px;--space-s:20px;--space-xs:12px;--space-xxs:8px;--space-xxxs:4px}@media (max-width:768px){:root{--header-height:40px;--space-xxxl:80px;--space-xxl:72px}}@media (max-height:400px){:root{--header-height:50px}}@font-face{font-family:RijksoverheidSansHeading;src:url(/fonts/RijksoverheidSansHeading-Regular_2_0.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RijksoverheidSansHeading;src:url(/fonts/RijksoverheidSansHeading-Bold_2_0.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:RijksoverheidSansHeading;src:url(/fonts/RijksoverheidSansHeading-Italic_2_0.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:RijksoverheidSansHeading;src:url(/fonts/RijksoverheidSansHeading-BoldItalic_2_0.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:RijksoverheidSansText;src:url(/fonts/RijksoverheidSansText-Regular_2_0.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RijksoverheidSansText;src:url(/fonts/RijksoverheidSansText-Bold_2_0.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:RijksoverheidSansText;src:url(/fonts/RijksoverheidSansText-Italic_2_0.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:RijksoverheidSansText;src:url(/fonts/RijksoverheidSansText-BoldItalic_2_0.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--blue,#005a91);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:RijksoverheidSansText,sans-serif;font-size:clamp(18px,2.5vw,22px);line-height:130%}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.pageContainer{height:calc(100vh - var(--header-height));z-index:1;position:relative;overflow:visible}.pageTransition{background-color:var(--white);z-index:10;width:100%;height:100%;padding:var(--header-height)0 0 0;position:fixed;top:0;left:0;overflow:auto;box-shadow:0 -8px 32px #0000001a}.mainContainer{flex-direction:column;justify-content:space-between;height:100%;display:flex}p{font-size:inherit;font-weight:400}h1{margin-bottom:32px;font-family:RijksoverheidSansHeading,sans-serif;font-size:clamp(2rem,4vw,5rem);font-weight:700;line-height:110%}h2{font-family:RijksoverheidSansHeading,sans-serif;font-size:clamp(1.5rem,4vw,2.25rem);font-style:italic;font-weight:700}h3{font-family:RijksoverheidSansHeading,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-style:italic;font-weight:700}.font-small{font-size:14px;font-weight:400}.font-button{color:var(--blue,#005a91);text-align:center;max-width:calc(100vw - 2rem);font-style:normal;font-weight:700;line-height:1.3;padding:2rem 4rem!important;font-size:24px!important}@media (min-width:769px){.font-button{font-size:26px!important}}.font-thick-blue{font-size:clamp(1rem,2vw,1.5rem);font-weight:700}.noPaddingModal{padding:0!important}.noPaddingModal figure{opacity:1!important}
.page{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;display:flex}.main{background-color:var(--foreground);width:100%;max-width:800px;min-height:100vh;padding:var(--space-xxxl)var(--space-xl);flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}a.primary{background:var(--text-primary);color:var(--background);gap:var(--space-xxs)}a.secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.primary:hover{background:var(--button-primary-hover);border-color:#0000}a.secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}.contentWrapper{width:100%;margin:0 auto}.contentWrapper.homepage{background-color:var(--background)}.contentContainer{grid-template-columns:[full-start]1rem[grid-start]0[breakout-start]0[content-start]1fr[content-end]auto[breakout-end]0[grid-end]1rem[full-end];height:100%;display:grid}.blue-bg{background-color:var(--lightBlue)}.homeContent{justify-content:center;align-items:center;row-gap:var(--space-xxl);padding:var(--space-xl)0;background:#fff;flex-direction:column;display:flex}.normal{grid-column:content}.breakout{grid-column:breakout}.fullWidth{grid-column:full;grid-template-columns:inherit;background-color:var(--background);display:grid}.blue-bg .fullWidth{background-color:#fff}.fullWidth>:not(.breakout,.fullWidth .custom){grid-column:content}.aside-left{grid-column:full-start/breakout-start}.aside-right{grid-column:content-end/full-end}@media (min-width:768px){.contentContainer{grid-template-columns:[full-start]1rem[grid-start]1fr[breakout-start]minmax(2rem,4vw)[content-start]minmax(auto,800px)[content-end]minmax(2rem,4vw)[breakout-end]1fr[grid-end]1rem[full-end]}}
.FishingHook-module__W9FhJG__container{pointer-events:none;z-index:10;width:100%;height:100vh;position:fixed;top:0;left:0}.FishingHook-module__W9FhJG__svg{opacity:1;filter:drop-shadow(2px 2px 10px #0000004d);margin-left:-100px;position:absolute;top:0;left:50%;overflow:visible}.FishingHook-module__W9FhJG__hookMotion{margin-left:-68px;line-height:1;position:absolute;top:0;left:50%}.FishingHook-module__W9FhJG__hookContainer{position:relative}.FishingHook-module__W9FhJG__hookImage{display:block}
.ScallopedHeader-module__-vD_sa__scalloped-header{filter:drop-shadow(0 4px 8px #0003);z-index:1000;background-image:url(/scallope.svg),url(/scalloped-header.svg);background-position:bottom,top;background-repeat:no-repeat,repeat-x;background-size:50px 160px,100px 140px;height:140px;position:fixed;top:-40px;left:0;right:0}@media (max-width:768px){.ScallopedHeader-module__-vD_sa__scalloped-header{top:-60px}}@media (max-height:400px){.ScallopedHeader-module__-vD_sa__scalloped-header{top:-70px}}.ScallopedHeader-module__-vD_sa__header-content{z-index:2;justify-content:center;align-items:end;height:100%;margin:0 auto;padding-bottom:1.5rem;display:flex;position:relative}@media (max-width:768px){.ScallopedHeader-module__-vD_sa__header-content{padding-top:40px}}
