@layer base{:root{--default-font-family:var(--gotham-font),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--code-font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace}:root ::-webkit-scrollbar{width:15px}:root ::-webkit-scrollbar-track{background:#fafafa;border-left:.5px solid #e8e8e8}:root ::-webkit-scrollbar-thumb{background:#c1c1c1 padding-box content-box;border:4px solid #0000;border-radius:20px}:root ::-webkit-scrollbar-thumb:hover{background:#7d7d7d padding-box content-box;border:4px solid #0000;border-radius:20px}:root div input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 30px #fff!important}:root div input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}:root div input:-webkit-autofill:focus{-webkit-box-shadow:inset 0 0 0 30px #fff!important}:root div input:-webkit-autofill:active{-webkit-box-shadow:inset 0 0 0 30px #fff!important}:root html{font-family:var(--font);font-size:1rem;font-weight:var(--weight-regular)}:root .body{-moz-osx-font-smoothing:grayscale;font-family:var(--font);margin:0;padding:0}:root h1{font-family:var(--font);font-weight:var(--weight-medium);font-size:var(--font-size-9);line-height:var(--font-line-height-9);letter-spacing:var(--font-letter-spacing-9);font-style:normal}:root h2{font-family:var(--font);font-weight:var(--weight-medium);font-size:var(--font-size-8);line-height:var(--font-line-height-8);letter-spacing:var(--font-letter-spacing-8);font-style:normal}:root h3{font-family:var(--font);font-weight:var(--weight-medium);font-size:var(--font-size-7);line-height:var(--font-line-height-7);letter-spacing:var(--font-letter-spacing-7);font-style:normal}:root h4{font-family:var(--font);font-weight:var(--weight-medium);font-size:var(--font-size-6);line-height:var(--font-line-height-6);letter-spacing:var(--font-letter-spacing-6)}:root h5{font-family:var(--font);font-weight:var(--weight-medium);font-size:var(--font-size-5);line-height:var(--font-line-height-5);letter-spacing:var(--font-letter-spacing-5);margin:0 0 .375rem}:root h6{font-family:var(--font);font-weight:var(--weight-medium);font-size:var(--font-size-4);line-height:var(--font-line-height-4);letter-spacing:var(--font-letter-spacing-4);text-transform:uppercase}:root p{font-family:var(--font);font-weight:var(--weight-regular);font-size:var(--font-size-3);line-height:var(--font-line-height-3);letter-spacing:var(--font-letter-spacing-3);margin:unset}:root button{font-weight:var(--weight-regular)}:root a{font-family:var(--font);font-size:var(--font-size-2);line-height:var(--font-line-height-2);letter-spacing:var(--font-letter-spacing-2);color:var(--blue);text-underline-offset:.2em;text-decoration-skip-ink:auto}:root small{font-family:var(--font);font-size:var(--font-size-1);line-height:var(--font-line-height-1);letter-spacing:var(--font-letter-spacing-1)}:root legend{font-family:var(--font);font-size:var(--font-size-3);line-height:var(--font-line-height-3);letter-spacing:var(--font-letter-spacing-3);color:var(--black);margin:0 0 .5rem;padding:0}:root label{font-family:var(--font);font-size:var(--font-size-2);line-height:var(--font-line-height-2);letter-spacing:var(--font-letter-spacing-2);margin:unset}:root fieldset{border:0;margin:0;padding:0}:root fieldset input{width:100%}:root fieldset textarea{resize:vertical;min-width:100%}:root fieldset label{margin-bottom:4px}:root fieldset small{font-weight:var(--weight-light);font-size:var(--font-size-2);line-height:var(--font-line-height-2);letter-spacing:var(--font-letter-spacing-2);color:#92929d}:root fieldset.error input,:root fieldset.error select,:root fieldset.error textarea{background-color:var(--bg-fail);border:1px solid var(--red)}:root fieldset.error input:focus,:root fieldset.error input:active,:root fieldset.error select:focus,:root fieldset.error select:active,:root fieldset.error textarea:focus,:root fieldset.error textarea:active{box-shadow:inset 0 0 0 1px var(--red);outline:none}:root fieldset.error span{color:var(--red)}:root input,:root textarea,:root select{box-sizing:border-box;border:1px solid var(--gray-light-inputs);font-family:var(--font);font-size:var(--font-size-3);line-height:var(--font-line-height-3);letter-spacing:var(--font-letter-spacing-3);background-color:var(--white);border-radius:4px;padding:1rem 3rem 1rem 1rem;transition:transform .2s}:root input:hover,:root textarea:hover,:root select:hover{box-shadow:inset 0 0 0 1px var(--gray-light)}:root input:focus,:root textarea:focus,:root select:focus{border:1px solid var(--blue);box-shadow:inset 0 0 0 1px var(--blue);outline:none}:root input:disabled,:root textarea:disabled,:root select:disabled{cursor:not-allowed;color:var(--gray);background-color:var(--gray-lightest)}:root .custom_select_input input{box-shadow:none}:root .deleted_gradient{background:repeating-linear-gradient(-20deg,var(--bg-attention),var(--bg-attention)10px,#fdefc3b3 10px,#fdefc3b3 30px)}:root .read_only label{color:var(--gray)}:root .read_only input,:root .read_only textarea,:root .read_only select{color:var(--black);cursor:not-allowed;pointer-events:none;touch-action:none;background-color:#0000;border:0;border-radius:0;padding:6px 0;box-shadow:inset 0 0 #0000}:root .read_only select{appearance:none}:root .read_only textarea{resize:none}:root .read_only ::placeholder{color:#0000}:root .grid_container{box-sizing:border-box;grid-gap:32px;grid-template-columns:1fr;max-width:100%;margin:auto;padding:0 15px;display:grid}@media (min-width:62rem){:root .grid_container{max-width:960px;padding-left:15px;padding:unset}}@media (min-width:75rem){:root .grid_container{max-width:90vw;padding:0}}@media (min-width:2000px){:root .grid_container{max-width:1800px;padding:0}}:root .grid_container.two_columns{grid-gap:24px 16px;grid-template-columns:repeat(2,1fr)}@media (max-width:62rem){:root .grid_container.two_columns{grid-gap:16px;grid-template-columns:1fr}}:root .grid_container.three_columns{grid-template-columns:repeat(3,1fr)}@media (max-width:62rem){:root .grid_container.three_columns{grid-template-columns:1fr}}:root .grid_container.four_columns{grid-template-columns:repeat(4,1fr)}@media (max-width:75rem){:root .grid_container.four_columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:62rem){:root .grid_container.four_columns{grid-template-columns:2fr}}:root .grid_container.gutterless{grid-gap:0}:root .use-cases,:root .verticals{margin-bottom:15px;grid-gap:0 16px!important}:root .icon{width:24px;height:24px}:root .icon.filter path{fill:var(--blue)}:root .main_container{flex-direction:column;align-items:stretch;height:100vh;display:flex}:root .main_container .main_header{box-sizing:border-box;background-color:var(--gray-lightest);border-bottom:7px solid var(--red);height:90px;font-family:var(--font),sans-serif;font-weight:var(--weight-light);flex-shrink:0}:root .main_container .main_content{flex-grow:1}:root .main_container .main_footer{flex-shrink:0;display:block;overflow:hidden}:root .main_header,:root .beta_version_footer,:root .main_footer{flex-shrink:0}:root .main_footer{flex-shrink:0;display:block;overflow:hidden}@media (min-width:62rem){:root .main_footer{background:linear-gradient(90deg,#e2e3e4 70%,#97999b 0%)}}:root .sticky{position:sticky;top:16px}:root p:last-child{margin-top:1em;margin-bottom:1em}:root label:last-child{margin-bottom:unset!important;margin-top:unset!important}:root .beta_version_footer{background-color:#7b7b7b;width:100%;margin:0 auto;padding:24px 0 32px}:root .default_table{border-collapse:collapse;width:100%;margin:32px 0 10px}:root .default_table thead{font-size:var(--font-size-2);font-weight:var(--weight-medium);line-height:var(--font-line-height-2);letter-spacing:var(--font-letter-spacing-2);vertical-align:bottom}:root .default_table thead th{text-align:left;padding:16px 12px}:root .default_table tbody{font-size:var(--font-size-2);line-height:var(--font-line-height-2);letter-spacing:var(--font-letter-spacing-2)}:root .default_table tbody tr{border-bottom:1px solid var(--gray-lighter)}:root .default_table tbody tr:last-child{border-bottom:0}:root .default_table tbody tr:hover td,:root .default_table tbody tr:hover th{background-color:var(--light-grayish-blue)}:root .default_table tbody th,:root .default_table tbody td{background-color:var(--white);padding:12px}:root .default_table .hidden:before,:root .default_table .visible:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:8px;display:inline-flex}:root .default_table .hidden:before{background-color:var(--red)}:root .default_table .visible:before{background-color:var(--green)}:root .grid_services{box-sizing:border-box;grid-template-columns:1fr;max-width:100%;margin:auto;padding:0 15px;display:grid}@media (min-width:62rem){:root .grid_services{max-width:960px;padding:unset}}@media (min-width:75rem){:root .grid_services{max-width:90vw;padding:0}}@media (min-width:2000px){:root .grid_services{max-width:1800px;padding:0}}:root .grid_services.two_columns{grid-gap:24px 16px;grid-template-columns:repeat(2,1fr)}@media (max-width:62rem){:root .grid_services.two_columns{grid-gap:16px;grid-template-columns:1fr}}:root .grid_services.three_columns{grid-template-columns:repeat(3,1fr)}@media (max-width:62rem){:root .grid_services.three_columns{grid-template-columns:1fr}}:root .grid_services.four_columns{grid-template-columns:repeat(4,1fr)}@media (max-width:75rem){:root .grid_services.four_columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:62rem){:root .grid_services.four_columns{grid-template-columns:2fr}}:root .grid_services.gutterless{grid-gap:0}:root .custom-calendar{height:400px!important}:root .custom_blue_scrollbar::-webkit-scrollbar-track{background:#fafafa;border-left:.5px solid #e8e8e8}:root .custom_blue_scrollbar::-webkit-scrollbar-thumb{background:#2360a0 padding-box content-box;border:4px solid #0000;border-radius:20px}:root .custom_blue_scrollbar::-webkit-scrollbar-thumb:hover{background:#1f384c padding-box content-box;border:4px solid #0000;border-radius:20px}}
.style-module__Ziot-a__main_footer{flex-direction:row;justify-content:space-between;gap:0;width:100%;min-height:170px;padding:0;display:flex}@media (max-width:62rem){.style-module__Ziot-a__main_footer{justify-content:unset;display:block}}.style-module__Ziot-a__footer_left{background-color:#e2e3e4;flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:62rem){.style-module__Ziot-a__footer_left{background-color:#e2e3e4}}.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu{background-color:#0000;flex-wrap:wrap;justify-content:flex-start;margin:0;padding:0;list-style:none;display:flex}.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu li{border:none;width:auto;margin:0 3rem 0 0}.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu a{font-size:14px;font-weight:var(--weight-medium);color:#53565a;line-height:18px;text-decoration:none}@media (max-width:62rem){.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu{flex-direction:column;grid-template-columns:1fr 1fr;justify-items:center;display:grid}.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu li{padding-bottom:0}.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu a{color:var(--black);padding:6px 0}}@media (max-width:48rem){.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu li:first-child{order:4}.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu li:nth-child(3),.style-module__Ziot-a__footer_left .style-module__Ziot-a__footer_menu li:nth-child(5){margin:unset}}.style-module__Ziot-a__footer_left .style-module__Ziot-a__copyright_text{color:var(--blue-super-dark-grayish);font-size:12px;line-height:16px;font-weight:var(--weight-regular)}@media (max-width:62rem){.style-module__Ziot-a__footer_left .style-module__Ziot-a__copyright_text{text-align:center;width:100%;margin-top:32px;margin-bottom:29px;margin-right:15px;font-size:.688rem;line-height:16px}.style-module__Ziot-a__footer_left .style-module__Ziot-a__copyright_text .style-module__Ziot-a__put_br_mobile:after{content:"\a ";white-space:pre}}.style-module__Ziot-a__footer_left .style-module__Ziot-a__secondary_nav{text-align:center;margin:inherit;flex-wrap:wrap;justify-content:flex-start;padding-inline-start:unset;list-style:none;display:flex}@media (max-width:62rem){.style-module__Ziot-a__footer_left .style-module__Ziot-a__secondary_nav{justify-content:center}}.style-module__Ziot-a__footer_left .style-module__Ziot-a__secondary_nav li{margin-right:2rem;padding-left:0;padding-right:0}@media (max-width:62rem){.style-module__Ziot-a__footer_left .style-module__Ziot-a__secondary_nav li{margin-right:2rem}}.style-module__Ziot-a__footer_left .style-module__Ziot-a__secondary_nav a{color:#2360a0;font-size:12px;font-weight:var(--weight-regular);line-height:16px;text-decoration:none}.style-module__Ziot-a__footer_right{background-color:#97999b;width:500px}@media (max-width:62rem){.style-module__Ziot-a__footer_right{width:unset;padding:unset}}.style-module__Ziot-a__footer_right .style-module__Ziot-a__social_nav{align-items:center;height:100%;margin:0;list-style:none;display:flex}@media (max-width:62rem){.style-module__Ziot-a__footer_right .style-module__Ziot-a__social_nav{justify-content:space-around}}.style-module__Ziot-a__footer_right .style-module__Ziot-a__social_nav li a{box-sizing:border-box;text-align:center;border-radius:50%;align-items:center;width:36px;height:36px;margin:10px;display:flex}.style-module__Ziot-a__footer_right .style-module__Ziot-a__social_nav li a svg{margin:0 auto}.style-module__Ziot-a__footer_right .style-module__Ziot-a__social_nav li a:hover{background-color:var(--red)}
.style-module__aYI-0a__header_nav{flex-direction:row;align-self:center;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}@media (max-width:62rem){.style-module__aYI-0a__dashboard_nav .style-module__aYI-0a__logo_nav{flex-grow:0;margin-left:0}}.style-module__aYI-0a__dashboard_nav .style-module__aYI-0a__partner_program_title{color:var(--red);margin-top:8px;margin-left:10px}@media (max-width:62rem){.style-module__aYI-0a__dashboard_nav .style-module__aYI-0a__partner_program_title{display:none}}.style-module__aYI-0a__dashboard_nav .style-module__aYI-0a__logged_in{margin-left:auto}.style-module__aYI-0a__dashboard_nav .style-module__aYI-0a__logged_in p{color:var(--gray-dark)}.style-module__aYI-0a__dashboard_nav .style-module__aYI-0a__logged_in svg path{fill:var(--gray-dark)}@media (max-width:62rem){.style-module__aYI-0a__logo_nav{flex-grow:1;margin-left:-26px}}.style-module__aYI-0a__logo_nav a{box-sizing:border-box;text-indent:100%;white-space:nowrap;background-image:url(../media/broadcom-logo.2078ed7e.png);background-position:50%;background-repeat:no-repeat;background-size:205px;width:205px;height:47px;margin-right:10px;display:block;overflow:hidden}@media (max-width:62rem){.style-module__aYI-0a__logo_nav a{margin:0 auto}}
.style-module__sg1EMa__header_nav{flex-direction:row;align-self:center;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.style-module__sg1EMa__menu_btn{flex-direction:column;align-items:center;width:28px;margin-top:8px;display:none;position:relative}.style-module__sg1EMa__menu_btn:hover{cursor:pointer}@media (max-width:62rem){.style-module__sg1EMa__menu_btn{display:flex}}.style-module__sg1EMa__menu_btn span{background:var(--gray-lightest)url(../media/icon-menu.svg.ae16cd26.js) no-repeat center;width:26px;height:22px;display:block}.style-module__sg1EMa__menu_btn small{text-transform:uppercase;font-size:.6rem;font-weight:var(--weight-medium);color:var(--red);letter-spacing:-.5px;margin-top:6px}.style-module__sg1EMa__menu_btn.style-module__sg1EMa__open span{background:var(--red)url(../media/icon-cross.svg.bc26db76.js) no-repeat center;border-radius:4px}@media (max-width:62rem){.style-module__sg1EMa__logo_nav{flex-grow:1;margin-left:-26px}}.style-module__sg1EMa__logo_nav a{box-sizing:border-box;text-indent:100%;white-space:nowrap;background-image:url(../media/broadcom-logo.2078ed7e.png);background-position:50%;background-repeat:no-repeat;background-size:205px;width:205px;height:47px;margin-right:10px;display:block;overflow:hidden}@media (max-width:62rem){.style-module__sg1EMa__logo_nav a{margin:0 auto}}.style-module__sg1EMa__menu_wrapper{box-sizing:border-box;width:100%}@media (max-width:62rem){.style-module__sg1EMa__menu_wrapper{background-color:var(--gray-dark);z-index:2;flex-direction:column;width:calc(100% + 30px);position:absolute;top:72px;left:-15px}}.style-module__sg1EMa__header_menu{box-sizing:border-box;z-index:2;flex-direction:row;align-self:center;margin:0;padding:0;list-style:none;display:flex}.style-module__sg1EMa__header_menu li{padding-top:2px}.style-module__sg1EMa__header_menu li a{box-sizing:border-box;color:var(--red);font-size:1rem;font-weight:var(--weight-light);margin:0 10px;text-decoration:none}.style-module__sg1EMa__header_menu .style-module__sg1EMa__login_nav{z-index:2;margin-left:auto}.style-module__sg1EMa__header_menu .style-module__sg1EMa__login_nav a{color:var(--gray);font-size:14px}@media (max-width:62rem){.style-module__sg1EMa__header_menu{flex-direction:column;margin-bottom:32px;padding-top:9px;padding-right:4px;display:none}.style-module__sg1EMa__header_menu.style-module__sg1EMa__open{display:flex}.style-module__sg1EMa__header_menu li a{text-align:center;width:calc(100% - 16px);font-weight:var(--weight-regular);background-color:var(--gray-lightest);border-radius:4px;margin:7px auto;padding:12px 0 8px;line-height:1.15rem;display:block}.style-module__sg1EMa__header_menu .style-module__sg1EMa__login_nav{margin:14px 0 0 4px}.style-module__sg1EMa__header_menu .style-module__sg1EMa__login_nav a{border-bottom:2px solid var(--black);background-color:var(--gray-darkest);color:var(--white);font-size:16px;font-weight:var(--weight-medium);text-align:left;padding:16px 10px 14px}}
.style-module__CeoaIG__header_container{height:100%}
