                        body {
                            max-width: 1920px;
                            margin: 0 auto;
                            font-family: Arial, Helvetica, sans-serif;
                            font-style: 16px;
                            background-color: #efefef;
                        }
                        
                        .container {
                            max-width: 1000px;
                        }
                        
                        a:hover {
                            text-decoration: none;
                        }
                        
                        button:focus {
                            outline: none;
                        }
                        
                        a:focus {
                            outline: none;
                        }
                        
                        h1 {
                            text-transform: uppercase;
                            font-size: 30px;
                            font-weight: bold;
                            margin: 0 0 30px 0;
                        }
                        
                        h2 {
                            font-size: 20px;
                            font-weight: bold;
                        }
                        
                        header {
                            background-color: #fff;
                            padding: 20px 0 20px 0;
                            text-align: center;
                        }
                        
                        .white-bg {
                            background-color: #fff;
                            padding: 30px 20px 50px 20px;
                            margin: 30px 0 50px 0;
                        }
                        
                        #cookie_box {
                            position: fixed;
                            display: none;
                            bottom: 0px;
                            font-size: 16px;
                            z-index: 1000;
                            background: rgba(0, 0, 0, 1);
                            padding: 10px 10px 10px 10px;
                            text-align: center;
                            width: 100%;
                            color: #ffffff;
                        }
                        
                        #cookie_box p {
                            font-size: 15px;
                            margin: 0 0 5px 0;
                        }
                        
                        #cookie_box p span {
                            font-weight: bold;
                            font-size: 20px;
                            color: #f73649;
                            display: inline-block;
                            font-family: Arial, Helvetica, sans-serif;
                        }
                        
                        #cookie_box p b {
                            font-size: 18px;
                        }
                        
                        #cookie_box .btn {
                            padding: 4px 10px 4px 10px;
                        }
                        
                        .cookie_third_msg input {
                            display: inline-block;
                        }
                        
                        .cookie_second_msg,
                        .cookie_third_msg {
                            display: none;
                        }
                        
                        a.whynot {
                            color: #fde910;
                            font-size: 16px;
                            position: absolute;
                            left: 81px;
                            top: 35px;
                            font-weight: 700;
                            text-decoration: underline;
                        }
                        
                        a.whynot:hover {
                            color: #fff;
                            text-decoration: underline !important;
                        }
                        
                        #cookiePopup .modal-content {
                            background-color: #fff;
                        }
                        
                        #cookiePopup .close {
                            font-size: 24px;
                            color: #000;
                            top: 9px;
                        }
                        
                        .close {
                            font-size: 50px;
                        }
                        
                        button.close {
                            position: absolute;
                            right: 7px;
                            top: 28px;
                            z-index: 9;
                            color: #fff;
                            opacity: 1;
                        }
                        
                        button.close:hover {
                            color: #fff;
                        }
                        
                        @media only screen and (max-width: 1199px) {
                            #cookie_box p span {
                                padding-bottom: 10px;
                            }
                        }
                        
                        @media only screen and (max-width: 1023px) {}
                        
                        @media only screen and (max-width:991px) {
                            button.close {
                                right: 22px;
                            }
                        }
                        
                        @media only screen and (max-width:800px) {}
                        
                        @media only screen and (max-width:767px) {
                            img.sto-img {
                                width: 100%;
                                margin: 0 0 20px 0;
                            }
                        }
                        
                        @media only screen and (max-width:575px) {
                            p img {
                                width: 100%;
                                margin: 0 0 20px 0;
                            }
                            a.whynot {
                                left: 0;
                                width: 100%;
                                text-align: center;
                            }
                            #cookie_box .btn {
                                width: 100%;
                                margin-bottom: 5px;
                            }
                        }
                        
                        @media only screen and (max-width:414px) {}