
                .corporate-background-color {
                    background-color: #b8c28d !important;
                    color: #2a2a2a !important;
                }
                
                .on-corporate-text {
                    color: #2a2a2a !important;
                }
                
                .corporate-main-navigation {
                    background-color: #FFFFFF;
                }
                
                .head-nav-text-color {
                    color: rgba(0, 0, 0, 0.86)
                }
                
               .head-nav-text-color:hover, .head-nav-text-color:active, .head-nav-text-color:focus {
                    color: rgba(0, 0, 0, 0.86)
                }
                
                .attantion-background {
                    background-color: #000000 !important;
                    color: #FFFFFF !important;
                }
                
                .attantion-light-background {
                    background-color: rgba(0,0,0, 0.2) !important;
                    color: #000000 !important;
                }
                
                .attantion-lighter-background {
                    background-color: rgba(0,0,0, 0.05) !important;
                    color: #000000 !important;
                }
                
                .active-navigation {
                    border-bottom: 2px solid #2a2a2a;
                }
                
                .corporate-font-color {
                    color: #b8c28d !important;
                }
                
                .attention-font-color {
                    color: #000000 !important;
                }
                
                .corporate-light-font-color {
                    color: rgba(0, 0, 0, 0.54) !important;
                }
                
                .corporate-lighter-background-color {
                    background-color: rgba(184,194,141, 0.1) !important;
                }
                
                [type="checkbox"].filled-in:checked + span:not(.lever):after {
                    border-color: #b8c28d;
                    background-color: #b8c28d;
                }
                
                .attention-border-color {
                    border: 1px solid #000000;
                }
                
                .slick-dots li {
                    background-color: rgba(184,194,141, 0.1);
                }

                .slick-dots li:hover {
                    background-color: rgba(184,194,141, 0.54);
                }
                                
                .slick-dots li.slick-active {
                    background-color: #b8c28d;
                }
            