html{font-size:10px}@media screen and (max-width: 400px){html{font-size:8px}}body{font-family:Lato,Helvetica,Arial,sans-serif;color:#000;background:#fff;margin:0px;padding:0px}a{color:#ff683a}a:hover:not(.action-button){color:#e55e34}.intro{width:100%;background:radial-gradient(ellipse at bottom, #fff 0%, #FFC6B2 100%);padding:0 0 1rem;font-family:Quicksand,Helvetica,Arial,sans-serif}.logo{color:#ff683a;text-align:center}.logo-content{margin:3rem 0 0 0;display:inline-block;text-align:left;font-size:5rem;font-weight:normal}.logo-content-dotorg{text-align:right}.intro-copy{width:50%;margin:2rem auto;font-size:3rem}@media screen and (max-width: 1100px){.intro-copy{width:75%}}.action-buttons{text-align:center;margin:2rem 0rem}.action-button{display:inline-block;font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:2rem;margin:1rem;padding:1rem 2rem;background:radial-gradient(ellipse at 50% -50%, #FFC6B2 0%, #FF683A 100%);color:#fff;text-shadow:0px -1px rgba(0,0,0,.5);border:1px solid #ff683a;border-radius:3px;cursor:pointer;position:relative;text-decoration:none;transition:transform .1s ease-out}.action-button:hover{background:radial-gradient(ellipse at 50% 0%, #FFC6B2 0%, #FF683A 100%)}.action-button:focus{outline:0}.action-button:active{transform:scale(0.9)}.action-button::before{position:absolute;left:-5px;top:-5px;width:100%;height:100%;padding:3px;border:2px solid #323232;border-radius:6px;content:" ";transform:scale(1.1);opacity:0;transition:transform .125s ease-out;transition-property:transform,opacity}.action-button:focus:not(:active)::before{transform:scale(1);opacity:.5}.action-button.action-button-primary{box-shadow:0px 0px 20px #ff683a}@media screen and (max-width: 850px){.action-button{font-size:1.8rem;padding:1rem 1.4rem}}.light-button{display:inline-block;font-family:Lato,Helvetica,Arial,sans-serif;font-size:1.6rem;margin:.5rem 0px;padding:.5rem;border:1px solid #ccc;background:#fff;cursor:pointer}.light-button .successful-text{display:none}.light-button img{width:1.6rem;vertical-align:middle}.light-button:hover{background:#eee}.light-button.action-successful .successful-text{display:inline}.light-button.action-successful .normal-text{display:none}.what-is{background:#fdfdfd;color:#323232;padding:2rem 25%;border-top:1px solid #ccc;border-bottom:.5rem solid #ff683a;position:relative;display:none}.what-is p{font-size:1.8rem;margin:2rem 0}@media screen and (max-width: 1100px){.what-is{padding:2rem 12.5%}}.what-is-button{display:inline-block;position:relative;font-size:0px}.what-is-button .nub{position:absolute;left:50%;top:calc(100% - 10px);width:5.657rem;height:5.657rem;transform:rotate(45deg);transform-origin:0 0;background:#fdfdfd;border-top:1px solid #ccc;border-left:1px solid #ccc;z-index:1;display:none}.what-is-toggled .what-is{display:block}.what-is-toggled .what-is-button .nub{display:block}.primary-reasons{background:#323232;color:#fff;padding:2rem 10%;position:relative}.primary-reasons h2{margin:0;font-size:2rem;font-weight:normal;font-family:Quicksand,Helvetica,Arial,sans-serif;color:#ff683a}.primary-reasons p{font-size:1.8rem;line-height:1.4}@media screen and (max-width: 1280px){.primary-reasons{padding:2rem 1rem}}@media screen and (max-width: 850px){.primary-reasons .columns{display:block}.primary-reasons .columns .column{flex:none;margin-bottom:2.6rem}}.secondary-reasons{background:#222;color:#fff;padding:2rem 10%;display:none}.secondary-reasons h2{margin:0 0 2rem;font-size:2rem;font-weight:normal;font-family:Quicksand,Helvetica,Arial,sans-serif;text-align:center;color:#ff683a}.secondary-reasons h3{margin:0;font-size:1.8rem;font-weight:normal;font-family:Quicksand,Helvetica,Arial,sans-serif}.secondary-reasons p{font-size:1.6rem;line-height:1.5}@media screen and (max-width: 1280px){.secondary-reasons{padding:2rem 1rem}}@media screen and (max-width: 850px){.secondary-reasons .columns{display:block}.secondary-reasons .columns .column{flex:none;margin-bottom:2.6rem}}.secondary-reasons-toggle{width:100%;height:4rem;background:#ff683a;font-size:1.8rem;color:#fff;text-align:center;cursor:pointer;line-height:4rem;vertical-align:middle;box-shadow:0px .25rem .25rem rgba(0,0,0,.25);position:relative}.secondary-reasons-toggle:hover{background:#e55e34}.secondary-reasons-toggle-icon{height:1.8rem;vertical-align:middle}.secondary-reasons-toggled .primary-reasons{box-shadow:0px 1rem 1rem #000;border-bottom:.5rem solid #ff683a}.secondary-reasons-toggled .secondary-reasons{display:block;border-bottom:1rem solid #323232}.secondary-reasons-toggled .secondary-reasons-toggle{display:none}.home-cta{width:100%;background:radial-gradient(ellipse at top, #fff 0%, #FFC6B2 100%);padding:3rem 10% 1rem;box-sizing:border-box;font-size:1.8rem}.home-cta h2{font-size:3rem;font-family:Quicksand,Helvetica,Arial,sans-serif;margin-top:0}.home-cta .social{margin-bottom:1.2rem}.home-cta .social a{display:inline-block;margin-right:1rem}.home-cta .social a img{width:4.8rem;height:4.8rem;margin-right:1rem;vertical-align:middle}.home-cta .social a:not(:only-of-type):not(:first-of-type){margin-top:1rem}@media screen and (max-width: 850px){.home-cta .columns{display:block}.home-cta .columns .column{flex:none;margin-bottom:2.6rem}}.legal{display:none}.legal-toggled .legal{display:block}.wizard-container{display:flex;align-items:center;justify-content:center;flex-direction:column;visibility:hidden;position:fixed;left:0%;top:0%;width:100%;height:100%;z-index:2}.wizard-container .wizard{width:50%;background:#fdfdfd;box-shadow:0 0 30px rgba(0,0,0,.25);opacity:0;transform:scale(0.9);transition:transform .25s ease-out;transition-property:transform,opacity;overflow-y:auto}.wizard-container .wizard h2{text-align:center;font-size:3rem;font-family:Quicksand,Helvetica,Arial,sans-serif;font-weight:normal;color:#ff683a}.wizard-container .wizard .wizard-close{position:absolute;right:0;top:0;background:#fdfdfd;border:0;width:3.2rem;box-sizing:content-box}.wizard-container .wizard .wizard-close img{width:100%}.wizard-container .wizard .wizard-contents{font-size:1.8rem;margin:2rem}.wizard-container .wizard .wizard-contents h3{font-size:2.2rem;margin-top:0px}.wizard-container .wizard .wizard-contents h4{margin-bottom:0px}.wizard-container .wizard .wizard-adblocker-present{display:none}.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion{margin:0px 10% 2rem;border:1px solid #ccc;border-radius:.5rem;min-height:8.4rem;padding:1rem;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1.6rem;display:flex}.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion .wizard-social-suggestion-profile{width:6.4rem;height:6.4rem;flex:0 0 6.4rem;line-height:6.4rem;text-align:center;vertical-align:middle;border-radius:50%;background:#ffc6b2;color:rgba(0,0,0,.5);margin-right:1.5rem}@media screen and (max-width: 400px){.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion .wizard-social-suggestion-profile{width:4.8rem;height:4.8rem;flex:0 0 4.8rem;line-height:4.8rem}}.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion .wizard-social-suggestion-content .wizard-social-suggestion-display-name{margin-right:.5rem;font-weight:bold}.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion .wizard-social-suggestion-content .wizard-social-suggestion-username{margin-right:.5rem;color:rgba(0,0,0,.5)}.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion .wizard-social-suggestion-content .wizard-social-suggestion-date{color:rgba(0,0,0,.5)}@media screen and (max-width: 680px){.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion .wizard-social-suggestion-content .wizard-social-suggestion-date{display:none}}.wizard-container .wizard .wizard-adblocker-present .wizard-social-suggestion .wizard-social-suggestion-content .wizard-social-suggestion-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.wizard-container .wizard .wizard-adblocker-absent{display:none}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-adjective .wizard-adblocker-best{display:none}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-adjective .wizard-adblocker-another{display:inline}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-details{display:flex}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-icon-container{flex:0 0 auto;margin-right:2rem;padding-right:1rem;border-right:1px solid #ccc;width:12.8rem;line-height:12.8rem;vertical-align:middle}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-icon-container img{width:100%;vertical-align:middle}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-info{flex:1 1 0}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-info h4{margin-top:0px}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-disclaimer{text-align:center;font-size:1.4rem;margin-top:2rem}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-install{margin-top:0rem;margin-left:0rem}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-selector{display:none}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-selector h4{margin-bottom:0px}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-selector .wizard-adblocker-selector-option{display:inline-block;padding:1rem;cursor:pointer;border-radius:.5rem;height:7.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-selector .wizard-adblocker-selector-option img{width:7.2rem;vertical-align:middle;margin-right:.5rem}.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-selector .wizard-adblocker-selector-option:hover{background:#ddd}.wizard-container .wizard .wizard-adblocker-absent.first-adblocker-selected .wizard-adblocker-best{display:inline}.wizard-container .wizard .wizard-adblocker-absent.first-adblocker-selected .wizard-adblocker-another{display:none}.wizard-container .wizard .wizard-adblocker-absent.multiple-options .wizard-adblocker-selector{display:block}.wizard-container .wizard .wizard-unknown-browser{display:none}.wizard-container .wizard .wizard-loading{display:block;font-size:3rem;text-align:center}.wizard-container .wizard .wizard-loading .spinner{width:10%}.wizard-container .wizard .wizard-loading span{display:block}@media screen and (max-width: 1280px){.wizard-container .wizard{width:80%}}@media screen and (max-width: 850px){.wizard-container .wizard .wizard-adblocker-absent .wizard-adblocker-icon-container{width:7.2rem;line-height:7.2rem}}@media screen and (max-width: 650px){.wizard-container .wizard{position:fixed;left:0%;top:0%;width:100%;height:100%}}.wizard-toggled .wizard-container{visibility:visible}.wizard-toggled .wizard-container .wizard{opacity:1;transform:scale(1)}.adblocker-present .wizard .wizard-adblocker-present{display:block}.adblocker-present .wizard .wizard-loading{display:none}.adblocker-absent:not(.unknown-browser) .wizard .wizard-adblocker-absent{display:block}.adblocker-absent:not(.unknown-browser) .wizard .wizard-loading{display:none}.unknown-browser:not(.adblocker-present) .wizard .wizard-unknown-browser{display:block}.unknown-browser:not(.adblocker-present) .wizard .wizard-loading{display:none}footer{padding:3rem 0 2rem;font-size:1.4rem;text-align:center;border-top:1rem solid #eee}.columns{display:flex;justify-content:space-between}.column{flex:1 1 0;padding:0 1rem}.h2-icon{height:2rem;vertical-align:middle}.h3-icon{height:1.8rem;vertical-align:middle}@keyframes spin{0%{transform:rotate(0deg)}10%{transform:rotate(-30deg)}100%{transform:rotate(360deg)}}.spinner{display:inline-block;width:32px}.spinner img{width:100%;animation:spin 2s ease-out infinite}.template-element{display:none !important}
