:root{--color-black: #000;--color-white: #fff;--color-ci-blue: #2D4A67;--color-ci-blue-light: #548ec2;--color-ci-teal: #00A8C8;--color-ci-blue-dark: #1e3e5b;--color-ci-green: #71BD56;--color-ci-dark-green: #47AB88;--color-button-grey: #9DA7AF;--color-button-prominent-gradient-end: var(--color-ci-green);--color-button-prominent-gradient: linear-gradient(to bottom, #67AC4E, var(--color-button-prominent-gradient-end));--color-text: #272727;--color-text-light: #555D63;--color-text-disabled: #CED5DB;--color-text-warning: #e93d3d;--color-text-success: var(--color-ci-green);--color-text-notice: #e9b03d;--color-star: #f2d433;--color-social-linkedin: #5ba8cf;--color-social-facebook: #425f9c;--color-social-google: #4285F4;--color-social-youtube: #FF0000;--color-social-whatsapp: #128c7e;--color-social-apple: black;--color-background-overlay: rgba(0, 0, 0, 0.32);--color-background-overlay-ci-blue: rgba(45,74,103, 1);--color-background-offset: #f1f4f7;--color-background-offset-light: #f2f9ff;--color-background-gradient-blue-start: #3b5f83;--color-background-gradient-blue-end: #2a445e;--color-background-gradient-blue: linear-gradient(180deg, var(--color-background-gradient-blue-start) 0%, var(--color-background-gradient-blue-end) 100%);--color-background-gradient-blue-reversed: linear-gradient(180deg, var(--color-background-gradient-blue-end) 0%, var(--color-background-gradient-blue-start) 100%);--color-background-gold: #FFCE00;--color-ci-green-transparent: rgba(113, 189, 86, 0.5);--color-background-shop-overview: #F5F5F5;--color-background-grey: #EDF2F5;--color-background-grey-light: rgba(237, 242, 245, 0.4);--color-shadow: rgba(0, 0, 0, 0.3);--color-shadow-light: rgba(0, 0, 0, 0.1);--color-border: #ecf0f1;--color-border-dark: #BECBD7;--color-admin-form-border-red: #ff0000;--color-admin-form-border-blue: #0000ff;--color-admin-form-border-green: #00ff00;--color-admin-form-background-red: #fff1f1;--color-admin-form-background-blue: #f1f1ff;--color-admin-form-background-green: #f1fff1;--header-height: 4.375rem}@-ms-viewport{width:device-width;}.site-overlay{display:none;position:fixed;top:0;left:0;height:100dvh;width:100vw;background-color:var(--color-background-overlay);z-index:500}.site-overlay .close-overlay{display:none}.site-overlay.ci-overlay{background-color:var(--color-background-overlay-ci-blue)}.site-overlay.with-close-overlay .close-overlay{display:block;color:#fff;font-size:1.5rem;position:absolute;top:1.5rem;right:1.5rem;cursor:pointer}.disable-scrolling{overflow:hidden}.show-overlay .site-overlay{display:block}.show-overlay{overflow:hidden}.site-modals-container .modal{display:none}.site-modals-container .modal.active{display:flex}.site-bottom-actions-wrapper{position:fixed;bottom:0;right:0;z-index:400}.site-bottom-actions-wrapper .site-global-buttons-wrapper{display:none;position:fixed;bottom:0;right:0;padding-bottom:2rem;padding-right:2rem;text-align:right;z-index:401;width:5rem}.site-bottom-actions-wrapper .site-global-buttons-wrapper .site-global-button{height:3rem;width:3rem;line-height:3rem;text-align:center;background-color:var(--color-ci-blue);border-radius:50%;box-shadow:4px 4px 15px 0 var(--color-shadow);cursor:pointer;display:inline-block}.site-bottom-actions-wrapper .site-global-buttons-wrapper .site-global-button.site-global-button-scroll-up{display:none}.site-bottom-actions-wrapper .site-global-buttons-wrapper .site-global-button.site-global-button-scroll-up.is-visible{display:inline-block}.site-bottom-actions-wrapper .site-global-buttons-wrapper .site-global-button .global-icon{font-size:1.5rem;line-height:3rem;color:var(--color-white)}.site-bottom-actions-wrapper .site-global-buttons-wrapper .site-global-button+.site-global-button{margin-top:1rem}.site-content .section-pill-nav+.site-content-inner{margin-top:2rem}@media only screen and (min-width:80rem){@supports not selector(::-webkit-scrollbar){@supports(scrollbar-width:auto){:root,body *{scrollbar-width:thin}}}@supports selector(::-webkit-scrollbar){*::-webkit-scrollbar{max-width:10px;max-height:10px}*::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5;transition:visibility .2s}body *::-webkit-scrollbar-track{visibility:hidden}*:hover::-webkit-scrollbar-track{visibility:visible}*::-webkit-scrollbar{background-color:#f5f5f5;transition:visibility .2s}body *::-webkit-scrollbar{visibility:hidden}*:hover::-webkit-scrollbar{visibility:visible}*::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#b3b2b2;transition:visibility .2s}body *::-webkit-scrollbar-thumb{visibility:hidden}*:hover::-webkit-scrollbar-thumb{visibility:visible}}}