.shadowedBox,.titleBox{background:#fff;border-radius:4px;-webkit-box-shadow:0 4px 4px rgba(71,76,89,.12);box-shadow:0 4px 4px rgba(71,76,89,.12);padding:8px 16px;width:100%;max-width:calc(100% - 32px)}@media only screen and (min-width:600px){.shadowedBox,.titleBox{max-width:600px}}@media only screen and (min-width:1024px){.shadowedBox,.titleBox{width:auto;max-width:inherit}}.titleBox{color:#000;font-weight:300;font-size:24px;line-height:32px;text-align:center;margin:80px auto 48px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px}@media only screen and (min-width:1024px){.titleBox{margin-top:0;margin-bottom:0;display:inline-block;left:50%;position:absolute;top:10%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:700px;font-size:28px;line-height:1.5;opacity:0;padding:8px 16px}}@media only screen and (min-width:1440px){.titleBox{max-width:800px;font-size:32px;line-height:43px}}.buttons{display:flex;justify-content:flex-end;margin-bottom:8px}.highlightBlue{color:#3a86f7;font-weight:600}.highlightRed{color:var(--color-redwood-red);font-weight:600}.highlightBlack{color:var(--color-ui-white);font-weight:600}.activeSection{z-index:4}button{font-family:var(--font-family);color:var(--color-ui-grey);border:1px solid transparent}.button{background:var(--color-ui-border);color:var(--color-redwood-grey);font-weight:500;padding:8px 24px;-webkit-box-shadow:0 4px 4px rgba(71,76,89,.12);box-shadow:0 4px 4px rgba(71,76,89,.12);border-radius:4px;text-align:center;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;display:flex;align-items:center}.button:focus,.button:hover{background-color:#c1c1c1}.button .icon{margin-right:8px;width:20px;height:20px}.buttonPrimary{background-color:var(--color-redwood-red)}.buttonPrimary,.buttonPrimary:visited{color:var(--color-ui-border)}.buttonPrimary:focus,.buttonPrimary:hover{background-color:#111}:root{--font-family:"SegoeUI",-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-base-size:16px;--font-base-line-height:1.75;--font-heading1:2.441rem;--font-heading2:1.953rem;--font-heading3:1.563rem;--font-heading4:1.25rem;--font-paragraph:var(--font-base-size);--font-s:0.8rem;--font-xs:0.64rem;--color-redwood-red:#b91c22;--color-redwood-blue:#3a86f7;--color-redwood-grey:#444b4c;--color-redwood-black:#111;--color-ui-background:#f5f8ff;--color-ui-white:#111;--color-ui-black:#fff;--color-ui-grey:#474c59;--color-ui-light-red:#ff5a61;--color-ui-dark-red:#eb343b;--color-ui-border:#f2f2f2;--spacing-xxl:40px;--spacing-extra-large:32px;--spacing-large:24px;--spacing-base:16px;--spacing-small:12px;--spacing-extra-small:8px;--spacing-xxs:4px}@font-face{font-family:segoeuil;src:url(/fonts/SegoeUI.ttf) format("truetype");font-weight:400;font-style:normal}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:var(--font-family);color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafbff;font-size:14px;line-height:23px;overflow-x:hidden}body.modalOpen{overflow:hidden}img{max-width:100%}a{text-decoration:none}a,a:visited{color:var(--color-ui-grey)}#__next,body,html{width:100%;height:100%}#__next,body,h3,html{margin:0;padding:0}