:root{--primary-red:#d1004b;--primary-grey:#5f5f64;--light-grey:#e3e3e1;--light-grey-40:#f4f4f3;--dark-blue:#384655}/* ============= COLORS ============= */.PrimaryRed{color:var(--primary-red)!important}.PrimaryGrey{color:var(--primary-grey)!important}.LightGrey{color:var(--light-grey)!important}.LightGrey_40{color:var(--light-grey-40)!important}.DarkBlue{color:var(--dark-blue)!important}.DarkBlue-BG{background-color:var(--dark-blue)!important}.PrimaryRed-BG{background-color:var(--primary-red)!important}.PrimaryGrey-BG{background-color:var(--primary-grey)!important}.LightGrey-BG{background-color:var(--light-grey)!important}/* ============ BANNER SECTION STYLING ============= */.shape_header{background-image:url(main-banner.jpg);background-size:cover;background-repeat:no-repeat;height:250px}.separator{height:100px;clip-path:polygon(0 100%,100% 0,100% 100%,0 100%);-webkit-clip-path:polygon(0 100%,100% 0,100% 100%,0 100%);background-color:white;margin-top:-100px;border:0}/* ============ DIAGONAL DIVIDER STYLING =========== */.diag_divider{position:relative;-webkit-clip-path:polygon(0 0,0 100%,100% 70%,100% 0);clip-path:polygon(0 0,0 100%,100% 70%,100% 0)}.sub_divider{height:100px;z-index:-2;margin-top:-100px}.bottom-subdivider{height:100px}/* =========== PANELS STYLING ================ */.fixed-panel{padding-top:50px;padding-bottom:50px}.centered_container{display:flex;justify-content:center;align-items:center;flex-direction:column}.centered_row{display:flex;justify-content:center;align-items:center;flex-direction:row}.panel-style{box-shadow:0 0 22.68px 4.32px rgba(1,2,2,0.09)}.number_container{font-size:72px;margin-top:0}.panel-icon{align-self:flex-start;width:48px;height:48px}.panel-body-styled{padding:0;cursor:pointer}.panel-body-slim{padding:5px 20px 5px 20px}/* === style for image inside the panel == */.panel-image{width:72px;height:72px}/* ===== styling for progress bar inside the panel ======= */.progress_styled{margin-bottom:0!important;align-self:flex-start}.progress-won{background-color:#4e9e00}.progress-open{background-color:#b9bb00}.progress-unaccepted{background-color:#98999b}.progress-lost{background-color:#D1004B}/* ===== Using zoom classes for zooming hover effect of the panels */.zoom{transition:transform .2s}.zoom:hover{-ms-transform:scale(1.1);/* IE 9 */-webkit-transform:scale(1.1);/* Safari 3-8 */transform:scale(1.1);z-index:10}.zoom-active{transform:scale(1.1)}/* ======= Links styling ========= */a.shape_link:link{color:var(--primary-grey);text-decoration:none}a.shape_link:visited{color:var(--primary-grey);text-decoration:none}a.shape_link:hover{color:var(--primary-red);text-decoration:none}a.shape_link:active{color:var(--primary-red);text-decoration:none}