<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   /* &lt;div class="spinner"&gt; &lt;div class="cube1"&gt;&lt;/div&gt; &lt;div class="cube2"&gt;&lt;/div&gt; &lt;div class="cube3"&gt;&lt;/div&gt; &lt;/div&gt; */    .spinner{height:40px;margin:50px auto;position:relative;width:40px;}  .spinner .cube1,.spinner .cube2,.spinner .cube3{background-color:#00A82D;height:10px;left:0;position:absolute;top:0;width:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}  .spinner .cube1{-webkit-animation:cube1move 2s infinite ease-in-out;animation:cube1move 2s infinite ease-in-out;} .spinner .cube2{-webkit-animation:cube2move 2s infinite ease-in-out;animation:cube2move 2s infinite ease-in-out;} .spinner .cube3{-webkit-animation:cube3move 2s infinite ease-in-out;animation:cube3move 2s infinite ease-in-out;}  @-webkit-keyframes cube1move{10%,20%{-webkit-transform:rotate(45deg)} 30%{-webkit-transform:translateX(10px) translateY(10px) rotate(45deg)} 40%,90%{-webkit-transform:translateX(0) translateY(20px) rotate(45deg)} 100%{-webkit-transform:translateX(0) translateY(0px) rotate(225deg)}} @-webkit-keyframes cube2move{10%,40%{-webkit-transform:rotate(45deg)} 50%,80%{-webkit-transform:translateX(10px) translateY(10px) rotate(45deg)} 90%{-webkit-transform:translateX(0px) translateY(20px) rotate(45deg)} 100%{-webkit-transform:translateX(0px) translateY(0px) rotate(225deg)}} @-webkit-keyframes cube3move{10%,70%{-webkit-transform:rotate(45deg)} 80%{-webkit-transform:translateX(10px) translateY(10px) rotate(45deg)} 90%{-webkit-transform:translateX(0px) translateY(20px) rotate(45deg)} 100%{-webkit-transform:translateX(0px) translateY(0px) rotate(225deg)}} /**/ @keyframes cube1move{10%,20%{transform:rotate(45deg);-webkit-transform:rotate(45deg);} 30%{transform:translateX(10px) translateY(10px) rotate(45deg);-webkit-transform:translateX(10px) translateY(10px) rotate(45deg);} 40%,90%{transform:translateX(0) translateY(20px) rotate(45deg);-webkit-transform:translateX(0) translateY(20px) rotate(45deg);} 100%{transform:translateX(0) translateY(0px) rotate(225deg);-webkit-transform:translateX(0) translateY(0px) rotate(225deg);}} @keyframes cube2move{10%,40%{transform:rotate(45deg);-webkit-transform:rotate(45deg);} 50%,80%{transform:translateX(10px) translateY(10px) rotate(45deg);-webkit-transform:translateX(10px) translateY(10px) rotate(45deg);} 90%{transform:translateX(0px) translateY(20px) rotate(45deg);-webkit-transform:translateX(0px) translateY(20px) rotate(45deg);} 100%{transform:translateX(0px) translateY(0px) rotate(225deg);-webkit-transform:translateX(0px) translateY(0px) rotate(225deg);}} @keyframes cube3move{10%,70%{transform:rotate(45deg);-webkit-transform:rotate(45deg);} 80%{transform:translateX(10px) translateY(10px) rotate(45deg);-webkit-transform:translateX(10px) translateY(10px) rotate(45deg);} 90%{transform:translateX(0px) translateY(20px) rotate(45deg);-webkit-transform:translateX(0px) translateY(20px) rotate(45deg);} 100%{transform:translateX(0px) translateY(0px) rotate(225deg);-webkit-transform:translateX(0px) translateY(0px) rotate(225deg);}}
    /* &lt;div class="c-spinner"&gt; &lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105.18 103.62"&gt; &lt;title&gt;Cboe&lt;/title&gt; &lt;g id="main-container" data-name="main-container" &gt; &lt;polygon class="fill-green cube" points="91.07 9.74 81.33 0 77.07 4.26 71.59 9.74 81.33 19.48 91.07 9.74"/&gt; &lt;polygon class="fill-green cube" points="95.44 14.06 90.72 18.78 85.7 23.8 95.44 33.54 105.18 23.8 95.44 14.06"/&gt; &lt;polygon class="fill-green cube" points="71.66 37.87 81.39 47.61 91.13 37.87 81.39 28.13 77.71 31.81 71.66 37.87"/&gt; &lt;defs&gt; &lt;path id="c-shape" d="M67.11,77.68l-.91,1.06A29,29,0,0,1,44,89a26.76,26.76,0,0,1-20.5-9.11c-5.3-6.07-8.1-14.45-8.1-24.25,0-19.89,11.94-33.78,29-33.78,11.75,0,17.13,5.64,21.47,10.18l1.42,1.48L77,23.81l-2.49-2.47C69.24,15.92,61.22,7.72,44,7.72A42.76,42.76,0,0,0,13.1,20.42C4.53,29.18,0,41.35,0,55.6c0,28.72,17.46,48,43.45,48,18.37,0,28.51-9.44,32.92-15.06l.71-.9Z" transform='translate(-43.8,-55.7)' /&gt; &lt;/defs&gt; &lt;clipPath id="c-shape_mask"&gt; &lt;use xlink:href="#c-shape" style="overflow:visible;"/&gt; &lt;/clipPath&gt; &lt;g id="colors-group" class="clip-mask" data-name="colors-group" transform="translate(43.8,55.7)" &gt; &lt;circle class="elipse grey base" cx="0" cy="0" r="41"/&gt; &lt;circle class="elipse aqua" cx="0" cy="0" r="41" /&gt; &lt;circle class="elipse green" cx="0" cy="0" r="41" /&gt; &lt;circle class="elipse light-blue" cx="0" cy="0" r="41" /&gt; &lt;circle class="elipse blue" cx="0" cy="0" r="41" /&gt; &lt;/g&gt; &lt;/g&gt; &lt;/svg&gt; &lt;/div&gt; */  .c-spinner{height:24px;margin:auto;position:relative;width:24px;padding:10px;} .c-spinner .clip-mask{clip-path:url(#c-shape_mask);} .c-spinner .elipse{stroke-width:30px;stroke-linecap:round;stroke-dasharray:257px;stroke-dashoffset:257px;fill:transparent;} .c-spinner .elipse.grey{stroke-dashoffset:0;stroke:#DDDDDD;} .c-spinner .elipse.blue{stroke:#002051;} .c-spinner .elipse.green{stroke:#00A82D;} .c-spinner .elipse.light-blue{stroke:#00BDE9;} .c-spinner .elipse.aqua{stroke:#45BEA6;} .fill-green{fill:#00A82D;} .fill-blue{fill:#002051;}  .c-spinner .cube{-webkit-animation:blinker 2s infinite linear;animation:blinker 2s infinite linear;} .c-spinner .cube2{-webkit-animation-delay:0.3s;animation-delay:0.3s;} .c-spinner .cube3{-webkit-animation-delay:0.6s;animation-delay:0.6s;} .c-spinner .elipse.grey.base{-webkit-animation:none;animation:none;} .c-spinner .elipse.aqua,.c-spinner .elipse.green,.c-spinner .elipse.light-blue,.c-spinner .elipse.blue{-webkit-animation:fill-c 3s infinite ease-out;animation:fill-c 3s infinite ease-out;} .c-spinner .elipse.green{-webkit-animation-delay:0.25s;animation-delay:0.25s;} .c-spinner .elipse.light-blue{-webkit-animation-delay:0.5s;animation-delay:0.5s;} .c-spinner .elipse.blue{-webkit-animation-delay:0.75s;animation-delay:0.75s;}  @-webkit-keyframes blinker{0%,100%{opacity:1;} 50%{opacity:0;}} @-webkit-keyframes fill-c{0%{stroke-dashoffset:257px;} 30%,60%{stroke-dashoffset:0;} 60%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(360deg);stroke-dashoffset:257px;}} @keyframes blinker{0%,100%{opacity:1;} 50%{opacity:0;}} @keyframes fill-c{0%{stroke-dashoffset:257px;} 30%,60%{stroke-dashoffset:0;} 60%{transform:rotate(0deg);-webkit-transform:rotate(0deg);} 100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);stroke-dashoffset:257px;}}
.msv2 .tableScroll{overflow-x:auto;overflow-y:hidden;margin-top:8px;margin-bottom:8px;} .msv2-title{font-size:32px;font-weight:700;line-height:36px;margin-bottom:24px;} .msv2{width:100%;padding:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;} #msv2-main{min-height:900px;} .msv2 .msv2-header-nav li a{text-decoration:none;margin-left:2px;margin-right:2px;} .msv2 .msv2-header-nav li{display:inline-block;} .msv2 .msv2-header-nav li + li:before{content:"|"} .msv2 .msv2-header-nav{float:right;list-style:none;} .msv2 .msv2-header-nav .icon{width:24px;height:24px;} .msv2 .msv2-header{font-size:15px; height:60px;display:flex;align-items:flex-end;clear:both;} .msv2 .highlight{color:#002051;font-weight:bold;} .msv2 .msv2-footer{font-size:14px;margin-top:8px;clear:both;} .msv2 .footnotes{list-style:none inside;margin-top:12px;margin-bottom:24px;color:#282828;} .msv2 .footnotes&gt;li{counter-increment:item;} .msv2 .footnotes&gt;li:before{content:"[" counter(item) "]";} .msv2 .footnote{font-size:10px;} .msv2 ul.presets{list-style:none;border-bottom:1px solid #002051;margin-top:24px;margin-left:0px;margin-right:0px;margin-bottom:16px;padding:0px;width:100%;} .msv2 ul.presets li{display:inline-block;padding:0px;margin-bottom:-1px;border-left:1px solid #ffffff;border-right:1px solid #ffffff;} .msv2 ul.presets li a{display:inline-block;text-decoration:none;padding-top:4px;padding-left:36px;padding-right:36px;padding-bottom:4px;color:#282828;font-size:14px;font-weight:bold;} .msv2 ul.presets li:hover{background-color:#002051;border-bottom:1px solid #002051;} .msv2 ul.presets li:hover a{color:#ffffff;} .msv2 ul.presets li.selected a{font-weight:normal;} .msv2 ul.presets li.selected:not(:hover){border-bottom:1px solid #ffffff;} .msv2 ul.presets li#fetch-timestamp{font-size:13px;border:none;} .msv2 ul.presets li#fetch-timestamp:hover{background-color:inherit;border:none;} .msv2 ul.presets li#fetch-timestamp:hover a{text-decoration:none;} .msv2 ul.presets li.selected,.msv2 ul.presets li.selected:hover,.msv2 ul.presets li:hover{border-top:1px solid #002051;border-left:1px solid #002051;border-right:1px solid #002051;border-radius:8px 8px 0px 0px;} .msv2 .icon{ padding:0;width:40px;height:40px;margin-right:6px;margin-left:0px;margin-top:0px;margin-bottom:0px;border:0px;font-size:16px;background-position:0px 0px;background-color:transparent;background-image:none;background-repeat:no-repeat;background-size:auto;display:inline-block;vertical-align:middle;} .msv2 .icon-calendar{background-image:url(/_img/icons/calendar.svg);} .msv2 .icon-category{background-image:url(/_img/icons/categories.svg);} .msv2 .icon-tradecategory{background-image:url(/_img/icons/categories.svg);} .msv2 .icon-exchange{background-image:url(/_img/icons/market.svg);} .msv2 .icon-trade_type{background-image:url(/_img/icons/categories.svg);} .msv2 .icon-subcategory{background-image:url(/_img/icons/categories.svg);} .msv2 .icon-product{background-image:url(/_img/icons/symbol.svg);} .msv2 .icon-product_type{background-image:url(/_img/icons/symbol.svg);} .msv2 .icon-parent_firm{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-firm{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-portowner{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-port_owner{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-tradingfirm{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-trading_firm{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-symboltype{background-image:url(/_img/icons/categories.svg);} .msv2 .icon-mmt1{background-image:url(/_img/icons/categories.svg);} .msv2 .icon-mmt2{background-image:url(/_img/icons/categories.svg);} .msv2 .icon-charts{background-image:url(/_img/icons/charts.svg);} .msv2 .icon-download{background-image:url(/_img/icons/download.svg);} .msv2 .icon-filters{background-image:url(/_img/icons/filters.svg);} .msv2 .icon-market{background-image:url(/_img/icons/market.svg);} .msv2 .icon-index{background-image:url(/_img/icons/index.svg);} .msv2 .icon-symbol{background-image:url(/_img/icons/symbol.svg);} .msv2 .icon-metrics{background-image:url(/_img/icons/metrics.svg);} .msv2 .icon-pop-out{background-image:url(/_img/icons/pop-out.svg);} .msv2 .icon-pop-in{background-image:url(/_img/icons/pop-in.svg);} .msv2 .icon-refresh{background-image:url(/_img/icons/refresh.svg);} .msv2 .icon-table{background-image:url(/_img/icons/table.svg);} .msv2 .icon-venue{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-subvenue{background-image:url(/_img/icons/venue.svg);} .msv2 .icon-spinner{background-image:url(/_img/icons/spinner.svg);} .msv2 .icon-reports{background-image:url(/_img/icons/reports.svg);} .msv2 .toggle-menu.selected .icon-charts{background-image:url(/_img/icons/charts_inverted.svg);} .msv2 .nobreak{white-space:nowrap;break-inside:avoid-column;page-break-inside:avoid;} .msv2-config .x-form-field-wrap{margin-left:0;margin-right:24px;} #fetch-timestamp{color:#282828;float:right;margin-top:6px;margin-right:2px;}  .msv2 .secondary-item{color:#15428b;} .msv2.user-guide p,.msv2.user-guide li,.msv2.user-guide a{font-size:15px;} .msv2.user-guide h2{font-size:18px;margin-bottom:8px;} .msv2.user-guide h3{font-size:16px;margin-bottom:0px;font-weight:bold;} .msv2 .msv2-links a{text-decoration:none;color:#005BBF;font-size:14px;} body.msv2-popout .msv2{margin:0px;max-width:100vw;width:100%;} body.msv2-popout .msv2{padding-left:8px;} #version-outdated-note{background-color:#cadef9;border:1px solid #264070;border-radius:4px;padding-top:8px;padding-bottom:8px;margin-top:8px;margin-bottom:8px;text-align:left;padding-left:16px;padding-right:16px;text-color:#253f6f;}  .msv2-menu label.item-cboe-others{font-size:16px;font-weight:500;} .msv2-menu ul.items li.item-cboe-others-list{margin:16px 0;border-bottom:2px solid;}
.msv2-config{width:100%;padding-left:4px;display:flex;flex-direction:row;z-index:1;margin-bottom:20px;} .msv2-config .box.configs{display:flex;flex-wrap:wrap;width:100%;} .msv2-config .menu-container,.msv2-config .toggle-menu,.msv2-config .spinner{flex-grow:0;margin-left:2px;margin-right:2px;} .msv2-config .flex-fill{flex-grow:1;} .msv2-config h2{font-weight:bold;font-size:14px;line-height:36px;color:#002051;margin-bottom:12px;padding-bottom:0px;display:inline-block;} .msv2-config .dategroup{margin-left:8px;margin-right:3px;} .msv2-config .date ul li{display:inline;} .msv2 label{display:inline;margin-right:20px;font-size:12px;color:#282828;} .msv2 .box{display:inline-block;margin:0px;padding:4px;} .msv2-config .box:first-of-type{border-right:1px solid rgb(220,220,220);} .msv2-config .menu-container{display:inline-block;} .msv2 a.menu{display:inline-block;text-align:center;font-weight:bold;font-size:12px;color:#002051;background-color:#ffffff;text-decoration:none;border:1px solid #ffffff;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;width:72px;height:72px;vertical-align:middle;z-index:1;} .msv2 a.menu .icon{display:block;margin-bottom:0px;margin-left:16px;margin-top:4px;} .msv2 a.menu:hover{border:1px solid #002051;border-radius:8px;} .msv2-quicklinks{margin:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:6px;column-count:unset;background-color:white;float:right;} .msv2-quicklinks li{display:inline-block;padding-left:5px;padding-right:2px;margin:0px;} .msv2-quicklinks li a{font-size:14px;} .msv2-quicklinks li:not(:first-child){border-left:1px solid #999999;} .msv2-config a.menu.selected{border:1px solid #002051;border-radius:8px 8px 0px 0px;} .msv2-config a.menu.toggle-menu{margin-left:20px;} .msv2-config a.menu.toggle-menu.selected{border-radius:8px 8px 8px 8px;background-color:#002051;color:white;} .msv2-config a.menu.popup-menu.selected{border-bottom:1px solid #ffffff;} .msv2-config a.menu.popup-menu.selection-custom:last-child::after{color:red;content:" *";} .msv2-menu-inner{position:relative;width:0;height:0;margin:0;padding:0;border:0;} .msv2-menu-spacer{position:absolute;margin-top:0px;background-color:#ffffff;z-index:3;border-top:0px;border-left:1px solid #002051;border-right:1px solid #002051;border-bottom:1px solid #ffffff;height:6px;width:72px;mix-blend-mode:hard-light;} .msv2-menu{position:absolute;background-color:#ffffff;border-top:1px solid #002051;border-left:1px solid #002051;border-right:1px solid #002051;border-bottom:1px solid #002051;padding:16px;z-index:2;margin-top:5px;min-width:250px;} .msv2-menu ul.items{column-count:2;list-style:none;} .msv2 ul.items{margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;padding:0px;} .msv2-menu ul.items li{white-space:nowrap;break-inside:avoid-column;page-break-inside:avoid;margin-right:20px;margin-bottom:1px;padding-top:0px;padding-left:0px;padding-right:8px;padding-bottom:0px;} .msv2-menu,.msv2-menu label,.msv2-menu a{font-size:13px;} .msv2-menu label{display:inline;margin-right:24px;} .msv2 .sub-item{margin-left:16px;} .msv2-menu h3{color:#002051;font-size:15px;font-weight:bold;margin-bottom:8px;} .msv2-config .box.download{margin-left:auto;} .msv2 .box.download a{font-size:12px;} .msv2 .box.download .icon-download{width:24px;height:28px;margin-left:24px;margin-top:6px;margin-bottom:2px;} .msv2-config .drag{width:100%;min-width:310px;} .msv2-config .draggable{margin-top:8px;margin-bottom:8px;padding:4px;border:1px solid #BBBBBB;} #msv2-menu-table span.title{display:inline-block;min-width:72px;font-size:12px;cursor:move;} #msv2-menu-table select{font-size:12px;} #msv2-menu-table .drag-handle{cursor:move;} #msv2-menu-product_type{width:350px;} #msv2-menu-symbol{width:420px;} #msv2-menu-symbol li,#msv2-menu-symbol form,#msv2-menu-symbol label,#msv2-menu-symbol input{display:block;margin-top:4px;margin-bottom:4px;} #msv2-menu-symbol li,#msv2-menu-symbol form,#msv2-menu-symbol label{width:100%;} .msv2 .calendar{display:inline-block;border:0;} .msv2 .datefield{font-size:12px;margin-top:4px;margin-left:12px;margin-right:16px;margin-bottom:0px;display:inline-block;} .msv2 .x-form-date-trigger,.msv2 .x-form-trigger-over{width:24px;height:24px;background-position:0px 0px;background-image:url(/_img/icons/calendar.svg);border:0;} .msv2 .x-form-field-wrap{font-size:12px;margin-top:4px;margin-left:12px;margin-right:32px;margin-bottom:0px;display:inline-block;} .msv2 .datefield{margin-right:2px;margin-bottom:6px;} .msv2-config .c-spinner{width:20px;height:20px;display:inline-block;margin-top:24px;margin-bottom:-24px;margin-right:30px;margin-left:4px;padding:0px;} .msv2-config .hidden{visibility:hidden;} .msv2-config .inactive{pointer-events:none;cursor:default;opacity:0.4;} .msv2 .radio-metric input{margin-bottom:8px;} .msv2 .item-cards-table .item-cards-row{display:flex;min-height:98px;width:460px;flex-wrap:wrap;min-width:400px;} .msv2 .item-card{cursor:move;} .msv2 .item-cards .display{margin-top:10px;margin-bottom:5px;border-bottom:1px solid #002051;padding-bottom:5px;} .msv2 .item-cards-table .item-cards-row .item-card{width:110px;height:88px;border-radius:10px;background-color:#002051;color:#FFFFFF;padding:0;display:flex;flex-direction:column;margin-top:5px;margin-right:5px;margin-bottom:0px;} .msv2 .item-card .item-card__header-and-icon{display:flex;flex-direction:row;flex-wrap:nowrap;height:32px;margin-bottom:3px;padding:5px;} .msv2 .item-card .item-card__icon{background-color:#FFFFFF;border-radius:50%;} .msv2 .item-card__icon{width:25px;height:25px;} .msv2 .item-card__header{padding-left:5px;position:relative;top:8px;font-size:9px;text-transform:uppercase;} .msv2 .item-card__icon .icon{margin:0;width:25px;} .msv2 .item-card .item-card__controls{display:flex;flex-direction:column;flex-grow:1;} .msv2 .item-card .item-card__controls-row1,.msv2 .item-card .item-card__controls-row2{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;} .msv2 .control{color:#002051;background-color:#FFFFFF;height:25px;padding:3px;text-align:center;font-size:10px;border:0;border-left:1px solid #002051;} .msv2 .control:last-child{border-right:1px solid #002051;} .msv2 .control:hover{background-color:#005AEF;color:#FFFFFF;cursor:pointer;} .msv2 .control:active{background-color:#2B7AFC;color:#FFFFFF;cursor:pointer;} .msv2 .active-sort{background-color:#005AEF;color:#FFFFFF;cursor:default;} .msv2 .sort{flex-grow:1;} .msv2 .expand{flex-grow:1;border:1px solid #002051;height:26px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;} .msv2 .expand.expanded .expand-text,.msv2 .expand.collapsed .collapse-text{display:none;} .msv2 .expand.expanded .collapse-text,.msv2 .expand.collapsed .expand-text{display:inline-block;} .msv2 .item-card .expand .expand-icon{width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-position-y:3px;margin-right:2px;} .msv2 .item-card .expand.expanded .expand-icon{background-image:url(/_img/sprites/arrow_blue_up.svg);} .msv2 .item-card .expand.collapsed .expand-icon{background-image:url(/_img/sprites/arrow_blue_down.svg);} .msv2 .item-cards-table .item-cards-row .item-card.deactivated,.msv2 .item-cards-table .item-cards-row .item-card button.deactivated{opacity:0.3;} .msv2 .item-cards-table .item-cards-row .item-card.deactivated button:hover,.msv2 .item-cards-table .item-cards-row .item-card.deactivated button:active,.msv2 .item-cards-table .item-cards-row .item-card button.deactivated:hover,.msv2 .item-cards-table .item-cards-row .item-card button.deactivated:active{color:#002051;background-color:#FFFFFF;cursor:move;} .msv2 .item-cards-table .item-cards-row .item-card.deactivated button.active-sort:hover,.msv2 .item-cards-table .item-cards-row .item-card.deactivated button.active-sort:active{background-color:#005AEF;color:#FFFFFF;cursor:move;}  .msv2-menu *,.msv2-menu *:before,.msv2-menu *:after{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .msv2-config .small-list{border-top:1px solid #aaa;padding-top:8px;} .msv2 .small-list ul{list-style:none;} .msv2-config .small-list li,.msv2-config .small-list em{padding-top:2px;padding-bottom:1px;display:inline-block;} .msv2 .small-list em.clickable{text-decoration-line:underline;text-decoration-style:dotted;cursor:pointer;} .msv2 #total-help{margin-top:4px;} .msv2-config .small-list input{margin-left:4px;} .msv2 .small-list input,.msv2 .small-list label{padding-top:2px;} #msv2-ie-note{display:block;clear:both;margin-top:8px;min-width:380px;} .msv2 .reports ul{list-style:none;margin:0px;} .msv2 .reports h4{width:100%;color:#002051;font-size:13px;font-weight:bold;border-bottom:1px solid #002051;margin-bottom:8px;margin-top:24px;padding-bottom:4px;line-height:16px;} .msv2 .reports h4 .dl{background-image:url(/_img/icons/download.svg);background-repeat:no-repeat;display:inline;width:16px;height:16px;float:right;margin:0px;} .msv2 .reports li{padding-left:8px;padding-top:2px;padding-bottom:2px;} .msv2 .reports .dl{float:right;display:inline-block;margin:0px;} .msv2 .reports .dl li{display:inline-block;margin:0px;} .msv2 .reports .dl a{display:inline;margin-left:4px;margin-right:4px;} #msv2-menu-symbol label{display:inline-block;width:auto;} #msv2-menu-symbol input{display:inline-block;} .msv2 .msv2-menu .product{display:flex;} .msv2 .msv2-menu .product-column{flex:50%;} .msv2 .msv2-menu .msv2-text-field{min-width:390px;} .msv2 .msv2-menu section{margin-bottom:16px;} .msv2 .msv2-options select{display:inline-block;min-width:120px;margin-bottom:8px;} .msv2 .msv2-options ul.items{list-style:none;column-count:1;}
.msv2-table{width:100%;} .msv2-table tr th a,.msv2-table tr td,.msv2-table tr th{text-decoration:none;font-weight:normal;font-family:Source Sans Pro,Arial,Helvetica,sans-serif;color:#282828;} .msv2-table thead tr th{vertical-align:bottom;font-size:14px;padding-bottom:2px;} .msv2-table thead tr th.value:not(.c-last){text-align:center;border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;} .msv2-table thead tr th.value.cc-first:not(.c0){border-left:1px solid #d0d0d0;} .msv2-table thead tr th.value.cc-last:not(.c0){border-right:1px solid #d0d0d0;} .msv2-table tbody tr td.value.cc1-first{border-left:1px solid #d0d0d0;} .msv2-table tbody tr td.value.cc1-last{border-right:1px solid #d0d0d0;} .msv2-table tbody tr td.value.cc1-first.cc2-first{border-left:1px solid #AAA;} .msv2-table tbody tr td.value.cc1-last.cc2-last{border-right:1px solid #AAA;} .msv2-table tbody tr td.value.cc1-first.cc2-first.cc3-first{border-left:2px solid #AAA;} .msv2-table tbody tr td.value.cc1-last.cc2-last.cc3-last{border-right:2px solid #AAA;} .msv2-table tbody tr th,.msv2-table tbody tr td{font-size:13px;padding-top:0px;padding-right:4px;padding-bottom:0px;padding-left:4px;line-height:28px;vertical-align:middle;} .msv2-table tbody tr th:last-of-type{padding-right:24px;} .msv2-table tbody tr th.empty,.msv2-table tbody tr td.empty{width:36px;min-width:36px;max-width:36px;} .msv2-table tr .value,.msv2-table tr .total,.msv2-table tr .percent{text-align:right;padding-right:18px;padding-left:18px;background-color:transparent;} .msv2-table tr th{white-space:nowrap;background-color:transparent;} .msv2-table th.percent{min-width:50px;} .msv2-table td.total,.msv2-table td.value{min-width:70px;} .msv2-table tr.collapsed .rowgroupicon{background-image:url(/_img/sprites/arrow_blue_down.svg);} .msv2-table tr.expanded .rowgroupicon{background-image:url(/_img/sprites/arrow_blue_up.svg);} .msv2-table .rowgroupicon{background-repeat:no-repeat;background-size:12px auto;background-position:0 center;display:inline-block;width:12px;height:12px;margin-left:9px;vertical-align:middle;} .msv2-table .msbar{display:inline-block;width:32px;height:10px;position:relative;padding:0px;margin-top:0px;margin-right:10px;vertical-align:middle;} .msv2-table tr.r0 .msbar{background:rgba(190,190,190,1.0);} .msv2-table tr.r1 .msbar{background:rgba(190,190,190,0.8);} .msv2-table tr.r2 .msbar{background:rgba(190,190,190,0.6);} .msv2-table tr.r3 .msbar{background:rgba(190,190,190,0.4);} .msv2-table tr.r4 .msbar{background:rgba(190,190,190,0.2);} .msv2-table .msbar &gt; span{display:inline-block;height:100%;background-color:#00A82D;position:relative;overflow:hidden;padding:0px;vertical-align:top;} .msv2-table tbody th{text-align:left;border:none;} .msv2-table tr td{border:none;text-align:right;} .msv2-table thead th{text-align:center;} .msv2-table tr th a:hover,.msv2-table tr th a:active{color:black;} .msv2-table tbody tr td,.msv2-table tbody tr th{border-top:1px solid #d0d0d0;} .msv2-table tr.expanded + tr th,.msv2-table tr.expanded + tr td{border-top:0px;border-bottom:0px;} .msv2-table tbody tr.cboe td,.msv2-table tbody tr.cboe th,.msv2-table tbody tr.cboe th a{color:#0057b8;font-weight:bold;} .msv2-table tbody tr.cboe th:first-of-type{border-left:4px solid #0057b8;} .msv2-table thead,.msv2-table tbody tr.r-1 td,.msv2-table tbody tr.r-1 th{border-bottom:1px solid #002051;} .msv2-table tbody tr:first-of-type td,.msv2-table tbody tr:first-of-type th{border-top:1px solid #002051;}  .msv2-table tr.r1 th.r0,.msv2-table tr.r2 th.r0,.msv2-table tr.r3 th.r0,.msv2-table tr.r4 th.r0,.msv2-table tr.r5 th.r0,.msv2-table tr.r2 th.r1,.msv2-table tr.r3 th.r1,.msv2-table tr.r4 th.r1,.msv2-table tr.r5 th.r1,.msv2-table tr.r3 th.r2,.msv2-table tr.r4 th.r2,.msv2-table tr.r5 th.r2,.msv2-table tr.r4 th.r3,.msv2-table tr.r5 th.r3,.msv2-table tr.r5 th.r4{border-top:0px !important; border-bottom:0px !important;} .msv2-table tr.total td{font-weight:bold;color:#0057b8;} .msv2-table tr{background-color:white;} .msv2-table tbody tr:hover{background-color:rgba(173,173,173,0.25);}   .msv2-table.msv2-highcontrast tbody tr.odd td,.msv2-table.msv2-highcontrast tbody tr.odd th{background-color:rgba(180,180,180,0.2);} .msv2-table.msv2-highcontrast tr.expanded + tr th,.msv2-table.msv2-highcontrast tr.expanded + tr td{border-top:1px solid #aaa;} .msv2-table.msv2-highcontrast tbody tr.cboe td,.msv2-table.msv2-highcontrast tbody tr.cboe th,.msv2-table.msv2-highcontrast tbody tr.cboe th a{color:#002051;} .msv2-table.msv2-highcontrast tbody tr.cboe td,.msv2-table.msv2-highcontrast tbody tr.cboe th{background-color:rgba(0,87,184,0.13);} .msv2-table.msv2-highcontrast tbody tr.cboe th:first-of-type{border-left:none;} .msv2-table.msv2-highcontrast tr td.percent:first-of-type,.msv2-table.msv2-highcontrast tr th.percent:first-of-type{border-left:1px solid #aaa;} .msv2-table.msv2-highcontrast tr td.total,.msv2-table.msv2-highcontrast tr th.total{border-right:1px solid #aaa;} .msv2-table.msv2-highcontrast tbody tr td,.msv2-table.msv2-highcontrast tbody tr th{border-top:1px solid #aaa;} .msv2-table .no-data-notice{background-color:#F2F1F1;border:solid 1px #808080;padding:20px;text-align:center;} .msv2-table tbody.ch td.value,.msv2-table tbody.ch th.value{text-align:left;vertical-align:middle;padding-left:0px;padding-right:1px;} .msv2-table .bar{display:inline-block;margin-top:6px;margin-bottom:-2px;margin-left:0px;margin-right:0px;outline:1px solid #999;height:20px;} .msv2-table thead.tb{display:table-header-group;} .msv2-table tbody.tb{display:table-row-group;} .msv2-table thead.ch th.key{text-align:left;} .msv2-table thead.ch th .legend{max-width:100%;display:flex;flex-wrap:wrap;} .msv2-table thead.ch th .legend .item{padding:0px;margin-left:4px;margin-right:4px;margin-top:2px;margin-bottom:2px;} .msv2-table thead.ch th .legend .color{display:inline-block;width:12px;height:12px;border:1px solid black;padding:0px;margin-left:0px;margin-right:2px;margin-top:0px;margin-bottom:0px;}
#msv2-menu-charts{margin-bottom:32px;} #msv2-chart-main{height:380px;} .msv2-chart-loading{width:100%;height:350px;position:relative;} .msv2-chart-spinner{margin:auto;width:160px;height:32px;position:absolute;top:50%;left:45%;font-size:14px;} .msv2-chart-spinner .icon-spinner{width:32px;height:32px;display:inline-block;}
@media screen and (max-width:530px){a.popout-link{display:none;} h2.pageTitle{padding-bottom:20px;} .msv2 .msv2-header-nav li + li:before{content:""} .msv2 .box{display:inline-block;} .msv2 .box.date{border:none;flex:1 1 auto;} .msv2 .tableScroll{margin:0px;} .msv2-table td.secondary,.msv2-table th.secondary{display:none;} .msv2-config .flex-fill{display:none;} .msv2 .menu-container.table-menu{display:none;} .msv2-config{display:flex;flex-wrap:wrap;margin:0px;} .msv2 ul.presets{border:none;} .msv2-config .msv2-menu-spacer{height:2px;} .msv2-config .msv2-menu-inner{position:unset;} .msv2-config .msv2-menu ul.items{column-count:1;} .msv2-config .msv2-menu{display:block;width:100%;margin:0px;border-radius:0px 0px 0px 0px;border:1px solid #002051;position:absolute;left:0px;box-shadow:none !important;} #fetch-timestamp{float:none;display:block;width:100%;margin-right:0px;border:0px;} #msv2-spinner{display:none;} .msv2 .msv2-config a.menu.toggle-menu{margin:0px;} .msv2 ul.presets li,.msv2 ul.presets li.selected{border-radius:0px 0px 0px 0px;display:block;width:100%;border:1px solid #002051;} .msv2 ul.presets li:hover{border-radius:0px 0px 0px 0px;background:#003587;} .msv2 ul.presets li.selected,.msv2 ul.presets li.selected a{background:#002051;color:white;}}
/** Differences between Ext.js versions for the date picker field between public and intranet/client-portal **/ .msv2-config .datefield{margin-right:18px;margin-bottom:0px;} .msv2-config .x-form-trigger-wrap{margin-bottom:0px;} .msv2-quicklinks{font-size:14px;} body h2.pageTitle{padding-bottom:8px;} body.msv2-popout .msv2 table.msv2-table{margin-bottom:0px;} .msv2 .small-list ul{margin:0px;} .msv2 .small-list em{font-size:15px;font-style:normal;} body.msv2-popout .msv2{padding-left:10px;padding-right:10px;} body.msv2-popout #site--main{margin:0px;background:white;} body.msv2-popout #msv2-main{min-height:500px;} body.msv2-popout footer,body.msv2-popout .new--search-container,body.msv2-popout .new--shelf,body.msv2-popout .new--breadcrumb,body.msv2-popout header{display:none;} body.msv2-popout .tile,body.msv2-popout .section-wrapper{padding:0 !important;width:100%;} body.msv2-popout .pageTitle{padding:10px 0 14px 12px;margin-bottom:24px;background:#f2f2f2;} body.msv2-popout h2.pageTitle .logo{background:url('/res/_img/logos/cboe_c.svg') top left no-repeat;width:32px;height:32px;margin-left:10px;margin-top:6px;margin-bottom:-6px;margin-right:32px;display:inline-block;} body.msv2-popout .msv2-header-nav{margin-top:-68px;margin-right:16px;} .highlight{font-size:15px;} .msv2-config .box{border:0px;padding:4px !important;flex-direction:row;} .calendar tbody td{border:0 !important;padding:0 4px !important;} .nobreak{padding:0 !important;} .menu-container{padding:0 !important;} thead th:first-child{text-align:center !important;} .msv2-table thead th{text-transform:none !important;padding:0 4px 6px 4px !important;border:0 !important;} .msv2-table tbody.ch td.value,.msv2-table tbody.ch th.value{text-align:left !important;vertical-align:middle;padding-left:0px !important;padding-right:1px !important;} .msv2-table tr .value,.msv2-table tr .total,.msv2-table tr .percent{text-align:right !important;padding-right:18px !important;padding-left:18px !important;background-color:transparent;} .msv2-table.msv2-highcontrast tr td.total,.msv2-table.msv2-highcontrast tr th.total{border-right:1px solid #aaa !important;} .msv2 .item-card__header{top:2px !important;} .msv2 .item-card__controls button{display:inline-block;line-height:normal;} .msv2 .item-card__controls-row1 button{border-radius:0;} .msv2 .item-card__controls-row2 button{border-radius:0 0 8px 8px;} .msv2 .msv2-menu br{line-height:19.5px;} .msv2 .venue-checkbox,.msv2 .msv2-menu li{line-height:normal;} .msv2 .msv2-menu a,.msv2 .msv2-menu a:visited{color:#333333;} .msv2 .msv2-menu a:hover{color:#00a82d;} .msv2 .reports li{margin:0;}
.new-banner__listings{background-blend-mode:overlay;background-color:var(--color-base-neutral-1300);background-position:center center;background-size:cover;} .new-banner__listings-global{background-image:url('https://cdn.cboe.com/assets/images/backgrounds/blue-globe.jpg');} .new-banner__listings-us{background-image:url('https://cdn.cboe.com/assets/images/backgrounds/us-globe.png');} .new-banner__listings-eu{background-image:url('https://cdn.cboe.com/assets/images/backgrounds/eu-globe.png');} .new-banner__listings-au{background-image:url('https://cdn.cboe.com/assets/images/backgrounds/au-globe.png');} .heading{color:var(--color-base-white);display:block;font-family:var(--asset-font-montserrat-name);font-size:76px;font-weight:var(--font-weight-extra-bold);line-height:var(--spacing-5);margin-bottom:0;position:relative;text-align:left;width:fit-content;} .page-sub--heading{text-align:center;font-size:var(--font-size-48);width:auto;margin:2rem;} .page-sub--heading .primary{color:var(--color-base-black);} .page-sub--heading .secondary{color:var(--color-accent-secondary);} .block{display:block;} .flag{height:165px;width:165px;display:block;background-size:contain;margin-bottom:1rem;} .flag-us{background-image:url('https://cdn.cboe.com/assets/images/general/flags/circular-flag-us-2x.png');} .flag-canada{background-image:url('https://cdn.cboe.com/assets/images/general/flags/circular-flag-ca-2x.png');} .flag-eu{background-image:url('https://cdn.cboe.com/assets/images/general/flags/circular-flag-eu-2x.png');} .flag-au{background-image:url('https://cdn.cboe.com/assets/images/general/flags/circular-flag-au-2x.png');} .flag-country{font-family:var(--asset-font-inter-name);font-weight:var(--font-weight-regular);font-size:2rem;line-height:2.5rem;text-align:center;} .listings_global-header{font-family:var(--asset-font-montserrat-name);font-weight:var(--font-weight-extra-bold);font-size:var(--font-size-58);letter-spacing:-0.03em;} .listings_global--header_center{width:68%;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#1D2952;font-family:var(--asset-font-inter-name);} .sub-block--heading{font-family:var(--asset-font-inter-name);font-weight:var(--font-weight-black);font-size:40px;line-height:48px;} .flag-block{color:var(--color-base-black);text-decoration:none;transition:0.3s all ease-in-out;} .flag-block:hover{transform:scale(1.03);} .font28{font-size:var(--font-size-28);} @media (max-width:565px){.page-sub--heading{margin:0rem;width:100%;font-size:12vw;}} @media only screen and (min-width:544px){.media-card__data{min-height:144px;}}</pre></body></html>