.disclaimer-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#001965;z-index:10}.disclaimer-wrapper.show{display:-webkit-box;display:-ms-flexbox;display:flex}.disclaimer-wrapper .disclaimer-content{width:35rem;padding:3.75rem 5rem;background-color:#fff;border-radius:.625rem}.disclaimer-wrapper .disclaimer-content .scrollable-container{width:calc(100% + .375rem);padding-right:2.125rem;margin-right:-2.125rem;overflow-y:auto;overflow-x:hidden}.disclaimer-wrapper .disclaimer-content .scrollable-container::-webkit-scrollbar{width:.375rem;background:#eff0f2;border-radius:.625rem}.disclaimer-wrapper .disclaimer-content .scrollable-container::-webkit-scrollbar-thumb{background:#d7d8da;border-radius:.625rem}.disclaimer-wrapper .disclaimer-content .fulllock-overlay{position:fixed;top:0;left:0;width:100%;z-index:-1}.disclaimer-wrapper .disclaimer-content .fulllock-overlay img{width:100%;height:100vh}.disclaimer-wrapper .disclaimer-content .fulllock-overlay .fulllock-overlay-box{width:100%;height:100vh;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:rgba(0,0,0,.4)}.disclaimer-wrapper .disclaimer-content .buttons-outer-wrapper{text-align:center}.disclaimer-wrapper .disclaimer-content .buttons-outer-wrapper a{margin-right:1rem}.disclaimer-wrapper .disclaimer-content .buttons-outer-wrapper button{width:calc(50% - .5rem)}@media only screen and (max-width:48em){.disclaimer-wrapper .disclaimer-content{padding:2rem 1.5rem;width:calc(100vw - 4rem)}.disclaimer-wrapper .disclaimer-content .scrollable-container{padding-right:.375rem;margin-right:-.375rem}}