/******************************************************************************
 *                                                                            *
 * This file contains confidential and proprietary software that belongs to   *
 * SiWave Semiconductor Corporation. Any unauthorized review, use, disclosure *
 * or distribution is strictly prohibited.                                    *
 *                                                                            *
 *              Copyright (c) 2025 SiWave Semiconductor Corporation           *
 *                            All rights reserved                             *
 *                                                                            *
 ******************************************************************************/
:root{--screen-max-width:900px;--background-color:#005aa0;--border-color:white;--text-color:white;--highlight-color-light:#ffa55e;--highlight-color-dark:#f16335;--font-family:sans-serif,Helvetica,Arial,Lucida,"Roboto","Montserrat";--header-height:60px;--footer-height:48px;--menu-button-width:90px;--responsive-menu-button-width:150px;--blog-banner-width:400px;}.hide_page{display:none;}video{width:100%;height:auto;max-height:500px;object-fit:cover;}figure{margin:1rem;}img{width:100%;height:100%;border-style:none;}a{height:100%;}header{position:fixed;width:100%;top:0;left:0;z-index:10;background-color:var(--background-color);height:var(--header-height);}footer{position:fixed;width:100%;bottom:0;left:0;background-color:var(--background-color);display:block;text-align:center;padding:0 0 0 0;z-index:10;}footer *{user-select:none;font-family:var(--font-family);color:var(--text-color);font-size:10px;line-height:16px;margin-top:0;margin-bottom:0;}section{max-width:min(400px,80vw);min-width:300px;margin:20px;}section h1{font:var(--font-family);font-size:2rem;font-weight:800;color:#ffa55e;}section h2{text-align:center;font:var(--font-family);font-size:1.5rem;font-weight:800;color:#ffa55e;}section p{text-align:justify;font-family:var(--font-family);font-weight:500;font-size:1rem;margin:auto;}ul,ol{text-align:left;font-family:var(--font-family);font-size:1rem;font-weight:500;margin:auto;list-style-position:outside;}ul li,ol li{padding-left:10px;text-align:justify;}.navbar{z-index:10;height:var(--header-height);max-width:90%;display:flex;justify-content:space-between;align-items:center;margin-left:auto;margin-right:auto;padding:10px 0 10px 0;box-sizing:border-box;}.logo{width:120px;height:30px;}.header_menu{display:flex;height:var(--header-height);justify-content:space-between;align-items:center;flex-wrap:nowrap;}.header_menu_icon{display:none;}.home_page{display:flex;flex-direction:column;align-items:center;width:100%;height:calc(100% - var(--header-height) - var(--footer-height) - 5px);margin-top:var(--header-height);margin-bottom:var(--footer-height);position:absolute;top:0;left:0;overflow-x:hidden;}.top_banner{display:flex;width:100vw;height:auto;max-height:500px;box-sizing:border-box;}.product_section{display:flex;flex-wrap:wrap;align-content:start;justify-content:center;width:100%;}.product_section_content{max-width:300px;margin:20px 20px;text-align:center;font-size:clamp(16px,2vw,20px);font-family:var(--font-family);border:1px solid rgba(0,0,0,.1);border-radius:0;box-shadow:10px 10px 10px -2px rgba(0,0,0,.5);}.product_section_content p{padding:10px 20px;}.top_banner_overlay{width:50vw;height:auto;position:absolute;top:5%;left:5%;z-index:1;}.top_banner_overlay *{color:var(--text-color);font-family:var(--font-family);font-size:clamp(12px,4vw,32px);font-weight:bolder;}.blog_page,.product_page{display:flex;flex-wrap:wrap;align-content:start;width:100%;max-height:calc(100% - var(--header-height) - var(--footer-height));margin-top:var(--header-height);position:fixed;top:0;left:0;overflow-y:auto;}.card{width:350px;height:auto;margin:20px;box-shadow:10px 10px 10px -2px rgba(0,0,0,.5);}.card:hover{opacity:50%;}.card_text{width:100%;min-height:200px;padding:10px;border:1px solid rgba(0,0,0,.1);border-top:0;box-sizing:border-box;}.card_text p{margin-top:0;font-family:var(--font-family);font-size:16px;text-align:justify;text-justify:auto;}.card_img{width:350px;height:200px;border:0;box-sizing:border-box;}.product,.blog{display:flex;margin-top:var(--header-height);position:fixed;top:0;left:0;width:100%;height:calc(100vh - var(--header-height) - 5px);}.blog_content{display:grid;width:100%;gap:2em;grid-auto-flow:column;grid-template-columns:repeat(auto-fit,minmax(300px,400px));grid-auto-columns:minmax(300px,400px);margin-bottom:var(--footer-height);overflow:auto;}.product_content{display:grid;width:100%;gap:2em;grid-auto-flow:column;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(400px,100%/2)),1fr));grid-auto-columns:minmax(min(100%,max(400px,100%/2)),1fr);margin-bottom:var(--footer-height);overflow:auto;}.clickable_image:hover{opacity:1;transform:scale(2.5);transition:all .3s ease-in;}.fa-angle-right:hover,.fa-angle-left:hover{font-size:20px;}#cli-container{height:200px;max-height:400px;padding:0 0 1px 0;border:1px solid var(--border-color);resize:vertical;overflow:auto;margin-bottom:calc(var(--footer-height) + 20px);margin-top:0;margin-right:0;margin-left:0;}.cli{width:100%;height:100%;resize:none;font-size:14px;color:var(--text-color);background-color:#002b4d;outline:none;border:none;box-sizing:border-box;padding:0;margin:auto;}.main_page{max-width:80%;min-width:500px;margin-left:auto!important;margin-right:auto!important;margin-top:var(--header-height);margin-bottom:var(--footer-height);padding-right:0;padding-left:0;}.sw_banner_button{display:block;height:clamp(20px,40px,50px);line-height:clamp(20px,40px,50px);color:var(--text-color);background-color:var(--background-color);border:0;border-radius:7px;padding:0 10px;cursor:pointer;box-sizing:border-box;text-align:center;font-family:var(--font-family);font-size:clamp(12px,4vw,24px);font-weight:500;}.sw_banner_button:hover{color:var(--background-color);background-color:rgba(255,255,255,.2);transition-delay:100ms;}.sw_menu_button{display:block;width:var(--menu-button-width);height:40px;line-height:40px;color:#ffffff;background-color:var(--background-color);outline:none;border:0;border-radius:7px;padding:0 0;cursor:pointer;box-sizing:border-box;text-align:center;font-family:sans-serif;font-size:20px!important;font-weight:500!important;margin-left:10px;}.sw_menu_button:hover{background-color:rgba(255,255,255,.2);transition-delay:100ms;}.sw_button_small{position:relative;left:70%;width:40px;height:40px;line-height:40px;color:#ffffff;background-color:var(--background-color);outline:none;border:0;border-radius:5px;cursor:pointer;box-sizing:border-box;text-align:center;margin:0 0 0 10px;font-family:var(--font-family);font-size:20px;font-weight:normal;}.sw_button_small:hover{background-color:rgba(255,255,255,.2);transition-delay:100ms;}.sw_button_medium{position:relative;left:100%;width:80px;height:40px;line-height:40px;color:#ffffff;background-color:var(--background-color);outline:none;border:0;border-radius:5px;cursor:pointer;box-sizing:border-box;text-align:center;margin:0 0 0 10px;font-family:var(--font-family);font-size:16px;font-weight:500;}.sw_button_medium:hover{background-color:rgba(255,255,255,.2);transition-delay:100ms;}.sw_button_large{width:8em;margin-top:30px;padding:10px;color:var(--text-color);background-color:var(--background-color);border-style:solid;border:1px solid var(--border-color);border-radius:5px;font-size:20px;font-weight:normal;}.sw_button_large:hover{background-color:rgba(255,255,255,.2);transition-delay:100ms;cursor:pointer;}.sw_button_large:disabled{opacity:.5;cursor:not-allowed;}.dialog_header{display:flex;justify-content:space-between;align-items:center;height:50px;line-height:50px;margin:0 20px 0 20px;font-family:var(--font-family);font-size:24px;font-weight:500;align-items:center;text-align:center;box-sizing:border-box;}.dialog_title{display:flex;justify-content:center;width:100%;}.dialog_body{font-family:var(--font-family);font-size:20px;margin:0 20px 0 20px;}.dialog_footer{clear:both;font-family:var(--font-family);font-size:16px;font-weight:500;max-width:100%;height:20px;padding:20px 20px;display:flex;justify-content:center;align-items:center;text-align:center;}.dialog_footer span{font-style:normal;font-size:20px;text-align:justify;text-justify:auto;}.modal_form{background-color:white;border:0;position:relative;border-radius:3px;outline:none;}.modal_form::backdrop{backdrop-filter:blur(5px);}.modal_form_row{width:100%;height:5%;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin:1%;column-gap:1%;}.modal_form_row>label{text-align:left;font-family:var(--font-family);font-size:5%;margin-right:2%;box-sizing:border-box;}.modal_form_row>input{width:100%;height:5%;text-align:left;font-family:var(--font-family);font-size:5%;margin:auto;box-sizing:border-box;}.modal_form_row>select{width:100%;height:5%;text-align:left;font-family:var(--font-family);font-size:5%;margin:auto;box-sizing:border-box;background-color:inherit;}.modal_form_input{width:100%;margin:5px 0 25px 0;padding:10px 10px;border:1px solid #ccc;box-sizing:border-box;font-family:var(--font-family);font-size:20px;outline:none;}.modal_form_input>input{height:30px;line-height:30px;font-size:20px;border:none;width:100%;box-sizing:border-box;outline:none;}.modal_form_button{align-items:center;color:white;font-family:var(--font-family);font-size:20px;font-weight:500;width:150px!important;height:50px;line-height:20px;margin:10px 10px;border:none;outline:none;cursor:pointer;box-sizing:border-box;border-radius:5px;}button[type="submit"].modal_form_button{background-color:var(--background-color);border:1px solid var(--background-color);}button[type="submit"].modal_form_button:hover:enabled{color:var(--background-color);background-color:white;transition-delay:100ms;}button[type="button"].modal_form_button{background-color:#f44336;border:1px solid #f44336;}button[type="button"].modal_form_button:hover{color:#f44336;background-color:white;transition-delay:100ms;}textarea{width:100%;margin:5px 0 25px 0;padding:10px 10px;border:1px solid #ccc;box-sizing:border-box;font-family:var(--font-family);font-size:20px;resize:none;}#request-password-reset-form,#password-reset-form,#verify-form{width:clamp(400px,500px,600px);}.close_dialog{display:flex;justify-content:center;align-items:center;margin-top:-15px;margin-left:-50px;font-size:50px;color:#000;}.close_dialog:hover,.close_dialog:focus{color:red;cursor:pointer;}.fa_container{display:flex;align-items:center;}.fa_container>input{border:0;flex:90%;font-family:var(--font-family);font-size:20px;}.fa-magnifying-glass{cursor:pointer;}.fa-magnifying-glass:hover{opacity:30%;}.fa-eye{cursor:pointer;}.fa-eye-slash{cursor:pointer;}.hide_account_details{display:none;}figcaption{font:var(--font-family);font-size:12px;text-align:center;margin-top:10px;}@media screen and (max-width:800px){.header_menu{width:var(--responsive-menu-button-width);justify-content:center}.header_menu .header_menu_icon{display:block;font-size:30px;line-height:60px;color:var(--text-color)}.header_menu .sw_menu_button{display:none}.header_menu.responsive{flex-direction:column;justify-content:space-between;width:var(--responsive-menu-button-width)}.header_menu.responsive .header_menu_icon{line-height:var(--header-height)}.header_menu.responsive .header_menu_icon i{line-height:inherit}.header_menu.responsive .sw_menu_button{display:block;border-radius:0;height:40px;line-height:40px;width:var(--responsive-menu-button-width);margin-left:0}.header_menu.responsive .sw_menu_button:hover{color:var(--background-color);background-color:var(--text-color);transition-delay:100ms}.top_banner_overlay{width:70vw;font-size:12px!important}.product_section_content{max-width:clamp(300px,80vw,80vw)}.blog_page,.product_page{justify-content:center}.blog_content{grid-auto-flow:row;width:100vw;row-gap:0}.product_content{grid-auto-flow:row;width:100vw;row-gap:0}.clickable_image:hover{transform:scale(1.3);transition:all .5s ease-in}}
