:root{--surface: white;--on-surface: #4E7296;--on-surface-light: #6490B3;--surface-hover: rgba(78, 114, 150, .08);--surface-active: rgba(78, 114, 150, .2);--topbar: #4E7296;--topbar-button-hover: #6490B3;--topbar-button-active: #85AFC8;--topbar-accented-button-hover: #E6F1F5;--topbar-accented-button-active: #C3DBE8;--light-text-color: #4a4957;--slider-background: #dee2e6;font-family:Roboto,sans-serif}.dark{--surface: #354763;--surface-hover: rgba(195, 219, 232, .08);--surface-active: rgba(195, 219, 232, .2)}.gw-disabled{cursor:default;pointer-events:none;opacity:.6}.gw-autocomplete-overlay{font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px;background:var(--surface);color:var(--light-text-color);border-radius:3px;box-shadow:0 3px 6px #0000001a;cursor:pointer}.gw-autocomplete-price{width:5.5rem}.gw-autocomplete-strike{width:6rem}.gw-autocomplete-underlying{width:18rem}.gw-autocomplete-option{padding:.5rem 1rem;white-space:nowrap}.gw-autocomplete-option:hover{background:var(--surface-hover)}.gw-autocomplete-option[data-p-selected=true]{background:var(--on-surface-light);color:var(--surface)}.gw-autocomplete-option{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;font-weight:500}.gw-button{font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px;border:1px solid #C3DBE8;border-radius:3px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex;align-items:center;background:transparent;color:var(--on-surface);padding:.3rem .5rem;letter-spacing:.64px;cursor:pointer}.gw-button:hover{background:var(--surface-hover)}.gw-button:active{background:var(--surface-active)}.gw-button.gw-text-only-button{padding:.5rem .75rem}.gw-button:disabled{cursor:default;opacity:.4;pointer-events:none}.gw-button.gw-faq-button{border:none}.gw-button.gw-rounded{border:none;border-radius:50%;width:2rem;height:2rem;padding:0}.gw-button.gw-rounded>img{margin:auto;padding-right:0}.gw-button.gw-accented-button{background:var(--on-surface);color:var(--surface)}.gw-button>img{padding-right:.25rem}.gw-button.gw-topbar-button{background:var(--topbar);color:var(--surface);border:none;padding:.5rem .75rem}.gw-button.gw-topbar-button.gw-rounded{padding:0}.gw-button.gw-topbar-button:not(:disabled):hover{background:var(--topbar-button-hover)}.gw-button.gw-topbar-button:not(:disabled):active{background:var(--topbar-button-active)}.gw-button.gw-topbar-button.gw-topbar-accented-button{background:var(--surface);color:var(--topbar)}.gw-button.gw-topbar-button.gw-topbar-accented-button:not(:disabled):hover{background:var(--topbar-accented-button-hover)}.gw-button.gw-topbar-button.gw-topbar-accented-button:not(:disabled):active{background:var(--topbar-accented-button-active)}@media(max-width:768px){.gw-button.gw-faq-button{width:100%}}.gw-checkbox{font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.4px;display:inline-flex;align-items:center;gap:.5rem}.gw-checkbox:disabled{cursor:default;opacity:.6;pointer-events:none}.gw-checkbox>input{accent-color:var(--on-surface-light);width:1rem;height:1rem;margin:0}.gw-drawer{background:var(--on-surface);display:flex;flex-direction:column;position:fixed;top:0;right:0;width:100vw!important;height:100vh!important}.gw-drawer-header{padding:1rem}.gw-drawer-content{flex-grow:1;padding:0 1rem 1rem}.gw-drawer-enter-from,.gw-drawer-leave-to{transform:translate(100%)}.gw-drawer-enter-to,.gw-drawer-leave-from{transform:translate(0)}.gw-drawer-enter-active{transition:transform .15s cubic-bezier(0,0,.2,1)}.gw-drawer-leave-active{transition:transform .12s cubic-bezier(.4,0,.2,1)}.gw-input{font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px;border:1px solid rgba(0,0,0,.13);border-radius:3px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;color:var(--light-text-color);padding:.5rem;min-width:0}.gw-input:disabled{cursor:default;opacity:.4;pointer-events:none}.gw-input:enabled:focus{outline:0 none;box-shadow:none;border-color:#6490b3}.gw-input:not(:disabled):hover{outline:0 none;box-shadow:none;border-color:#6490b3}.gw-input-number-root{display:inline-flex;align-items:stretch}.gw-input-number-input{border-top-right-radius:0;border-bottom-right-radius:0}.gw-input-number-button-group{display:inline-flex;flex-direction:column}.gw-input-number-button{width:1.5rem;flex:1 1 auto;justify-content:center;padding:0;border:1px solid var(--on-surface-light);border-left:none}.gw-input-number-increment-button{border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.gw-input-number-decrement-button{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0}.gw-input-otp-root{display:inline-flex;align-items:center;gap:.5rem}.gw-input-otp-input{width:2rem;text-align:center}.gw-popover{background:var(--surface);border:1px solid var(--outline);border-radius:3px;box-shadow:0 0 14px #0000001a}.gw-popover:not([data-p-popover-flipped=true]){margin-top:10px;transform-origin:center top}.gw-popover[data-p-popover-flipped=true]{margin-bottom:10px;transform-origin:center bottom}.gw-popover.p-anchored-overlay-enter-active{animation:gw-popover-enter .12s cubic-bezier(0,0,.2,1)}.gw-popover.p-anchored-overlay-leave-active{animation:gw-popover-hide .12s ease-in forwards}@keyframes gw-popover-enter{0%{opacity:0;transform:scaleY(.8)}to{opacity:1;transform:scaleY(1)}}@keyframes gw-popover-hide{0%{opacity:1}to{opacity:0}}.gw-popover:before,.gw-popover:after{content:"";position:absolute;left:var(--p-popover-arrow-left);border:10px solid transparent;margin-left:10px}.gw-popover:not([data-p-popover-flipped=true]):after{top:-20px;border-bottom-color:var(--surface)}.gw-popover[data-p-popover-flipped=true]:after{bottom:-20px;border-top-color:var(--surface)}.gw-popover-content{padding:1rem}.gw-progressbar{background:var(--surface-hover);border-radius:4px}.gw-progressbar-value{background:var(--on-surface);border-radius:4px;justify-content:center}.gw-progressbar-label{color:var(--surface);font-size:12px;font-weight:500;padding:.25rem}.gw-select{display:inline-flex;align-items:center;position:relative;-webkit-user-select:none;user-select:none;padding:0;cursor:pointer}.gw-select-label{padding:.5rem}.gw-select-dropdown{display:inline-flex;height:100%;padding-right:.5rem}.gw-select-dropdown>svg{width:1rem;height:1rem}.gw-select-overlay{background:var(--surface);color:var(--light-text-color);border-radius:3px;box-shadow:0 3px 6px #0000001a}.gw-select-overlay>p-motion{display:block;transform-origin:center top}.gw-select-overlay[style*="center bottom"]>p-motion{transform-origin:center bottom}.gw-select-overlay>p-motion.p-anchored-overlay-enter-from,.gw-select-overlay>p-motion.p-anchored-overlay-leave-to{opacity:0;transform:scaleY(.8)}.gw-select-overlay>p-motion.p-anchored-overlay-enter-active,.gw-select-overlay>p-motion.p-anchored-overlay-leave-active{transition:opacity .12s cubic-bezier(0,0,.2,1),transform .12s cubic-bezier(0,0,.2,1)}.gw-select-overlay>p-motion.p-anchored-overlay-enter-to,.gw-select-overlay>p-motion.p-anchored-overlay-leave-from{opacity:1;transform:scaleY(1)}.gw-select-list-container{overflow:auto}.gw-select-list{list-style-type:none;padding:.5rem 0;margin:0}.gw-select-option{padding:.5rem 1rem;white-space:nowrap}.gw-select-option:hover{background:var(--surface-hover)}.gw-select-option[data-p-selected=true]{background:var(--on-surface-light);color:var(--surface)}.gw-select-option{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;font-weight:400}.gw-slider{height:.25rem;position:relative;background:var(--slider-background);border-radius:3px}.gw-slider-range{background:var(--on-surface-light);height:100%}.gw-slider-handle{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;cursor:grab;touch-action:none;margin-left:-.5rem;margin-top:-.375rem;height:1rem;width:1rem;background:var(--surface);border:2px solid var(--on-surface-light);border-radius:50%}.gw-slider-handle:hover{background:var(--on-surface-light)}.gw-slider-handle:focus{outline:0 none;outline-offset:0}.gw-tooltip-root{position:absolute;background-color:#000c;color:#fff;border-radius:3px;box-shadow:0 4px 12px #00000026}.gw-tooltip-text{padding:.5rem}*{box-sizing:border-box}html,body{height:100%}body{width:100%;margin:0;background-color:#f0f0f0}.white-background{background-color:#fff}.grey-background{background-color:#f0f0f0}.blue-background{background-color:#4e7296;color:#fff}.blue-background h1,.blue-background h2,.blue-background h3,.blue-background h4,.blue-background h5,.blue-background h6,.blue-background a{color:#fff}.marketing-page-section{margin:0 auto;max-width:80rem;padding:4rem}@media(max-width:768px){.marketing-page-section{padding:3rem}}@media(max-width:480px){.marketing-page-section{padding:2rem}}@media(max-width:1120px){.hero-section img{width:420px;height:auto}}@media(min-width:768px){.marketing-page-section h1{font-family:Roboto,sans-serif;font-size:56px;font-style:normal;font-weight:500;line-height:64px;letter-spacing:0}.marketing-page-section h2{font-family:Roboto,sans-serif;font-size:52px;font-style:normal;font-weight:500;line-height:64px;letter-spacing:0}.marketing-page-section h3{font-family:Roboto,sans-serif;font-size:48px;font-style:normal;font-weight:300;line-height:56px;letter-spacing:0}.marketing-page-section h4{font-family:Roboto,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:.15px}.marketing-page-section h5{font-family:Roboto,sans-serif;font-size:36px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:.1px}.marketing-page-section h6{font-family:Roboto,sans-serif;font-size:32px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:.05px}}@media(min-width:480px)and (max-width:767px){.marketing-page-section h1{font-family:Roboto,sans-serif;font-size:42px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:0}.marketing-page-section h2{font-family:Roboto,sans-serif;font-size:39px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:0}.marketing-page-section h3{font-family:Roboto,sans-serif;font-size:36px;font-style:normal;font-weight:400;line-height:42px;letter-spacing:0}.marketing-page-section h4{font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:36px;letter-spacing:.15px}.marketing-page-section h5{font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:33px;letter-spacing:.1px}.marketing-page-section h6{font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:30px;letter-spacing:.05px}}.getting-started h1{margin-bottom:1rem;font-weight:500}.getting-started h3{margin-top:1rem;font-weight:500}.getting-started p{margin:.5rem 0}.getting-started ul{margin:0 0 .5rem}.educational-page-section{margin:0 auto;max-width:80rem;padding:2rem 8rem;color:#666;letter-spacing:0}.educational-page-section>h3{margin-bottom:1rem}@media(max-width:768px){.educational-page-section{padding:1.5rem 3rem}}@media(max-width:480px){.educational-page-section{padding:1rem}}h1{margin:0;padding-top:8px;color:#354763;text-align:start;font-family:Roboto,sans-serif;font-size:34px;font-style:normal;font-weight:400;line-height:36px;letter-spacing:0}h2{margin:0;padding-top:8px;color:#354763;text-align:start;font-family:Roboto,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:32px;letter-spacing:0}h3{margin:0;padding-top:8px;color:#354763;text-align:start;font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:0}h4{margin:0;padding-top:8px;color:#354763;text-align:start;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px}h5{margin:0;padding-top:8px;color:#354763;text-align:start;font-family:Roboto,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:.1px}h6,.scenario-name{margin:0;padding-top:8px;color:#354763;text-align:start;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.05px}hr{border:none;height:1px;background-color:#00000021;margin:0}.sticky-position{position:sticky;top:0}.main-content-box{display:flex;flex-direction:column;align-items:stretch;padding:1rem;gap:1rem;border-radius:4px;background-color:#fff}@media(max-width:767px){.main-content-box{border:none;padding:.75rem}}.flex-row-center{display:flex;flex-direction:row;align-items:center;gap:1rem}.flex-row-flex-end{display:flex;flex-direction:row;align-items:flex-end;gap:1rem}.flex-col-stretch{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.flex-col-center{display:flex;flex-direction:column;align-items:center;gap:1rem}.flex-col-flex-start{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.flex-shrink{flex:0 1 auto;min-width:0}.flex-wrap{flex-wrap:wrap}.no-flex-shrink{flex-shrink:0}.no-wrap-span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.half-rem-gap{gap:.5rem}.no-gap{gap:0}.align-self-start{align-self:flex-start}.space-filler{flex:1 1 auto}.children-margin-top>*{margin-top:1rem}.margin-auto{margin:auto}.margin-top{margin:1rem 0 0}.half-margin-top{margin:.5rem 0 0}.margin-right{margin:0 1rem 0 0}.half-margin-right{margin:0 .5rem 0 0}.margin-bottom{margin:0 0 1rem}.half-margin-bottom{margin:0 0 .5rem}.margin-left{margin:0 0 0 1rem}.half-margin-left{margin:0 0 0 .5rem}.margin-vertical{margin:1rem 0}.margin-horizontal{margin:0 1rem}.half-margin-horizontal{margin:0 .5rem}.no-margin{margin:0}.no-margin-bottom{margin-bottom:0}.no-margin-top{margin-top:0}.no-padding{padding:0}.faq-answer>p{margin:0;padding:.5rem 0}.icon-img-color{filter:invert(42%) sepia(31%) saturate(580%) hue-rotate(169deg) brightness(94%) contrast(92%)}.icon-img{filter:invert(42%) sepia(31%) saturate(580%) hue-rotate(169deg) brightness(94%) contrast(92%);scale:.8}.white-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7437%) hue-rotate(100deg) brightness(115%) contrast(106%)}.fixed-width-1rem{width:1rem}.fixed-width-3rem{width:3rem}.fixed-width-4rem{width:4rem}.fixed-width-5-5rem{width:5.5rem}.fixed-width-6rem{width:6rem}.fixed-width-7rem{width:7rem}.fixed-width-8rem{width:8rem}.fixed-width-9rem{width:9rem}.fixed-width-12rem{width:12rem}.fixed-width-60pct{width:60%}.min-width-3rem{min-width:3rem}.expiry-width{width:9rem}.strike-width{width:8rem}.price-width{width:6rem}.centered-text{text-align:center}@media(max-width:915px){.expiry-width{width:8rem}.strike-width{width:6rem}.price-width{width:5rem}}.uppercase-text{text-transform:uppercase}.price-icon input{background:transparent no-repeat right .25rem center/1.5rem;padding-right:1.75rem}div.price-icon{background:transparent no-repeat right center/1.5rem}.price-ask-icon input{background-image:url(/assets/icons/ask.svg)}div.price-ask-icon{background-image:url(/assets/icons/ask.svg)}.p-highlight div.price-ask-icon{background-image:url(/assets/icons/ask-white.svg)}.price-bid-icon input{background-image:url(/assets/icons/bid.svg)}div.price-bid-icon{background-image:url(/assets/icons/bid.svg)}.p-highlight div.price-bid-icon{background-image:url(/assets/icons/bid-white.svg)}.price-mid-icon input{background-image:url(/assets/icons/mid.svg)}div.price-mid-icon{background-image:url(/assets/icons/mid.svg)}.p-highlight div.price-mid-icon{background-image:url(/assets/icons/mid-white.svg)}@media(max-width:767px){.underlying-autocomplete{width:100%}.underlying-autocomplete>input{width:100%}}@media(max-width:767px){.desktop-component{display:none}}@media(min-width:768px){.mobile-component{display:none}}.tooltip-icon{height:1em;padding-left:.25rem;vertical-align:text-bottom}.key-metric-tooltip{max-width:none!important}.key-metric-tooltip-row{display:flex;justify-content:space-between}.key-metric-tooltip-row:not(:last-child){padding-bottom:.5rem}.key-metric-tooltip-amount{padding-left:1rem}.key-metric-tooltip-total{font-weight:700}.color-gain{color:#20bf55}.color-loss{color:#ff3c38}.font-heading-5{font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.18px}.font-subtitle-1{font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.font-subtitle-2{font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.1px}.font-body-1{font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.25px}.font-body-2{font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px}.font-button{font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.64px;text-transform:uppercase}.font-small-button{font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:1px;text-transform:uppercase}.font-caption{font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.4px}.font-overline{font-family:Roboto,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:1.5px;text-transform:uppercase}.font-overline-mono{font-family:Roboto Mono,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:16px;text-transform:uppercase}.on-surface-medium-emphasis{color:#0009}.on-surface-high-emphasis{color:#000000de}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 0s ease-in-out}.dotted-connector{border-bottom:1px dotted #999}.chart-setting-reset-button>button{height:1.25rem;width:1.75rem}.full-width{width:100%}.full-height{height:100%}.full-width-height{width:100%;height:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refresh-animating{animation:rotate 1.2s cubic-bezier(.34,.07,.58,1) infinite;padding-right:0}.error-message{color:#fa4242}.a-href-button{color:#354763;text-decoration:underline;cursor:pointer}@media(min-width:768px){.mobile-only{display:none}}@media(max-width:767px){.non-mobile-only{display:none}}.scroll-locked{overflow:hidden!important}.side-bar-button{padding:1rem;font-size:18px;font-weight:500;letter-spacing:1px}.no-select{user-select:none;-webkit-user-select:none;-ms-user-select:none}.white-text{color:#fff}.chart-slider-delete-row{margin-right:-.75rem}.chart-after-first-row{margin-top:.25rem}.chart-slider-top-row{height:1.25rem}.nudge-container{display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:.5rem 1rem;background:#ffdf58;color:#446284;border-radius:3px;margin:-.5rem 0}.nudge-container a{font-weight:500;cursor:pointer;text-align:center}@media(min-width:768px){.nudge-container{flex-direction:row;align-items:center}}
