html,body{height:100vh}body{font-size:16px;background-color:#e5e5e5;margin:0}.atPreInit .showAtTest,.atBResult .showAtTest{display:none}.atTest .showAtTest{display:block !important}.showPreInit{display:none}.atPreInit .showPreInit{display:block !important}.showAtResult{display:none}.atBResult .showAtResult{display:block !important}.atResultWrp{position:relative;z-index:1000}#header{transform:translateX(100%)}.sidebar-open #header{transform:translateX(0)}.atTest #header{-webkit-transition:transform cubic-bezier(0.36,0.66,0.04,1) 500ms;transition:transform cubic-bezier(0.36,0.66,0.04,1) 500ms}.atPreInit #header,.atBResult #header{transform:translateX(0)}.atPreInit #atWrap,.atBResult #atWrap{margin-top:50px;padding:8px}.atBResult #atWrap{padding-bottom:66px}.atPreInit #atWrap,.atTest #atWrap{padding-bottom:52px}#atContent{background-color:#fff}#atQuestionWrp{display:flex;flex-direction:column;padding:30px 16px 16px;font-size:0}#atQuestion{margin-bottom:10px}#atQuestionInner{font-size:1.25rem;line-height:1.3;font-weight:600}@-webkit-keyframes rotate{to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotate{to{transform:rotate(-45deg)}}@-webkit-keyframes checkbox1{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes checkbox1{to{transform:scale(1)}}@-webkit-keyframes checkbox2{to{-webkit-transform:scale(1) rotate(90deg);transform:scale(1) rotate(90deg)}}@keyframes checkbox2{to{transform:scale(1) rotate(90deg)}}@keyframes crossbox1{to{transform:scaleY(1)}}@keyframes crossbox2{to{transform:scaleX(1) rotate(90deg)}}@-webkit-keyframes skeletonLoading{0{background-position:-200px 0}100%{background-position:calc(200px+100%) 0}}@keyframes skeletonLoading{0{background-position:-200px 0}100%{background-position:calc(200px+100%) 0}}.skeleton{background-color:#edf1fb;background-image:linear-gradient(90deg,#edf1fb,#fafbff,#edf1fb);background-size:200px 100%;background-repeat:no-repeat;display:inline-block;line-height:1;width:100%;-webkit-animation:skeletonLoading 1.2s ease-in-out infinite;animation:skeletonLoading 1.2s ease-in-out infinite}#atQuestion .skeleton{min-height:32px;font-size:1.115385em !important;line-height:1.103449}#atAnswers .skeleton{padding:.64706em 0 .64706em 2.05883em;line-height:1;margin-bottom:10px;font-size:1em;min-height:32px}#atAnswers .item{position:relative;padding:11px 15px;border-radius:5px;cursor:pointer;width:calc(100%+30px);margin:0 -15px;box-sizing:border-box}@-webkit-keyframes animate-bg{from{background-position:0 0}to{background-position:-80px 0}}@-moz-keyframes animate-bg{from{background-position:0 0}to{background-position:-80px 0}}@-ms-keyframes animate-bg{from{background-position:0 0}to{background-position:-80px 0}}@-o-keyframes animate-bg{from{background-position:0 0}to{background-position:-80px 0}}@keyframes animate-bg{from{background-position:0 0}to{background-position:-80px 0}}#atAnswers .item.loading{background-color:#edf1fb;background-size:40px 40px;background-image:-webkit-gradient(linear,left top,right bottom,color-stop(25%,rgba(255,255,255,.50)),color-stop(25%,transparent),color-stop(50%,transparent),color-stop(50%,rgba(255,255,255,.50)),color-stop(75%,rgba(255,255,255,.50)),color-stop(75%,transparent),to(transparent));background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,.50) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.50) 50%,rgba(255,255,255,.50) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(135deg,rgba(255,255,255,.50) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.50) 50%,rgba(255,255,255,.50) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(135deg,rgba(255,255,255,.50) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.50) 50%,rgba(255,255,255,.50) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(135deg,rgba(255,255,255,.50) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.50) 50%,rgba(255,255,255,.50) 75%,transparent 75%,transparent);background-image:linear-gradient(135deg,rgba(255,255,255,.50) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.50) 50%,rgba(255,255,255,.50) 75%,transparent 75%,transparent);-webkit-animation:animate-bg 5s linear infinite;-moz-animation:animate-bg 5s linear infinite;-ms-animation:animate-bg 5s linear infinite;-o-animation:animate-bg 5s linear infinite;animation:animate-bg 5s linear infinite}
#atAnswers .item:last-child{margin-bottom:0}#atAnswers .item .inner{display:inline-block;vertical-align:middle;display:flex;flex-direction:row-reverse;justify-content:flex-end;width:calc(100% - 42px);font-size:1rem;line-height:1.2;font-weight:600;color:#7c7c91;padding:0;box-sizing:border-box}#atAnswers .item.correct .inner,#atAnswers .item.wrong .inner{color:#000}#atAnswers .item .innerout{position:relative;font-size:0;display:flex;align-items:center}#atAnswers .innerout svg{display:inline-block;vertical-align:middle;box-sizing:border-box;width:22px;height:22px;margin-right:20px;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}#atAnswers svg .rect{will-change:transform;stroke-width:10%;stroke:#c2c2d2}#atAnswers svg .check{display:none}#atAnswers:not(.disabled) svg .rect{-webkit-transition:stroke-width .25s ease-out;-moz-transition:stroke-width .25s ease-out;-ms-transition:stroke-width .25s ease-out;-o-transition:stroke-width .25s ease-out;transition:stroke-width .25s ease-out}#atAnswers:not(.disabled) .thisCorrect:not(.correct) svg .check{display:block;-webkit-transform:scale(.6) translate(35px,64px);transform:scale(.6) translate(35px,64px);stroke:#c2c2d2;stroke-width:14px}#atAnswers:not(.disabled) .thisCorrect:not(.correct):hover svg .check{display:none}.noTouch #atAnswers:not(.disabled) .item:hover svg .rect{stroke-width:60%}#atAnswers .item .acheck{display:none}#atAnswers .correct svg{overflow:visible !important;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}#atAnswers .correct svg .rect{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:rotate .4s ease-in-out;-webkit-animation-fill-mode:forwards;animation:rotate .4s ease-in-out;animation-fill-mode:forwards}#atAnswers .correct svg .check{display:block;-webkit-transform:scale(1) translate(12px,40px);transform:scale(1) translate(12px,40px);stroke-width:15}#atAnswers .wrong .innerout .inner{text-decoration:line-through;text-decoration-color:#7c7c91}#atAnswers.disabled{margin-bottom:22px}#atAnswers.disabled .item{cursor:default;-ms-filter:"alpha(opacity=40)";filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4}#atAnswers.disabled .wrong,#atAnswers.disabled .correct{-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}#atMediaCoverWrp{line-height:0;display:none}.withMediaCoverImg #atMediaCoverWrp{position:relative;display:block;height:auto;width:auto;padding-bottom:38.93%}#atMediaCover{position:absolute;top:0;left:0;width:100%;height:100%}#atMediaCover img{width:100%;height:auto}.atResult #atMediaCoverWrp{display:none !important;margin:0 !important}#banner{padding:0;background:#e8e8e8;text-align:center;margin-top:0}#banner .adsTitle{padding:4px 5px 2px;background-color:#e8e8e8;color:#797979;text-shadow:none;font-size:9px;line-height:9px;font-weight:normal;text-transform:uppercase;text-align:right}#wrpAtDescr{padding:20px;background-color:#fff;border-radius:16px;position:relative}#wrpAtDescr h1{font-size:1.25rem;line-height:1.2;font-weight:700;color:#000;margin:0}#wrpAtDescr h1>img{display:none}#wrpAtDescr #atDescrInner{color:#7c7c91;font-size:.875rem;font-weight:600;line-height:1.5;padding-top:15px}#wrpAtDescr h2{font-size:1.25rem;line-height:1.2}#wrpAtDescr #atDescrInner p:first-of-type{margin-top:6px}#wrpAtDescr #atDescrInner a{text-decoration:none;color:#007aff}#wrpAtDescr #mainDescr{padding:20px 0}#btnStartWrp.fixed{background-color:#fff;position:fixed;left:0;bottom:-1px;width:100%;border:2px solid #fff;padding:15px 28px 25px;box-sizing:border-box;z-index:1000}#btnStartWrp.fixed:before{content:'';position:absolute;width:100%;height:25px;font-size:1.4em;top:-25px;left:0;z-index:3;background:-webkit-linear-gradient(rgba(255,255,255,0.001),#fff);background:linear-gradient(rgba(255,255,255,0.001),#fff);pointer-events:none}
#wrpAtDescr .descrBottom{margin-top:20px}#wrpAtDescr #atDescrBottomLine{margin-top:0;padding-right:10px;box-sizing:border-box}#wrpAtDescr #atDescrBottomLine>span{display:block;margin-bottom:16px}#wrpAtDescr #atDescrBottomLine svg.check-icon{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right:10px}#wrpAtDescr .perfect-for{box-sizing:border-box;margin-top:20px}#wrpAtDescr #imgLicense{display:none;width:100%;position:absolute;top:-200px;left:0;margin-top:200px}#wrpAtDescr #imgLicense img{display:inline-block;width:75%;max-width:280px;height:auto;margin:0 auto}#factSheet{text-align:left;background:#fafafa;border:1px solid #e5e5e5;border-width:1px 0;margin:.5em -20px 0;padding:.6em 1.5em}#factSheetTitle{margin:0;color:#4b4f56;font-size:12px;font-weight:700}#factSheetTable{line-height:1.5;font-size:.7em}#factSheet table{border:0;border-collapse:collapse;border-spacing:0;width:100%}#factSheet th,#factSheet td{color:#4b4f56}#factSheet th{font-size:11px;text-align:left;font-weight:600;color:#999}#factSheet td{font-weight:700}#factSheet .badge{white-space:nowrap}#infoblock{text-align:left;border-top:1px solid #e5e5e5;border-width:1px 0;margin:.5em -20px 0;padding:.6em 1.5em 0}.test-stats{margin:0;font-size:.7em}.test-stat{display:inline-block;width:32.6%;font-size:11px;text-align:left;font-weight:600;color:#999}.test-stat span{display:block;font-size:34px;font-weight:700;color:#3667f6}#subhead{font-size:11px;text-align:left;font-weight:600;color:#999}#basedOnManual{color:#242424;font-size:.875rem;font-weight:400}#test-menu #description-page{font-size:1rem;line-height:1.2;font-weight:500;color:#7c7c91}#test-menu #description-page a{text-decoration:none;color:#007aff}#test-menu #description-page p{margin-top:0}#test-menu #description-page #imgLicense{display:inline-block;width:80%;margin:0 auto 10px;border-radius:10px;overflow:hidden;font-size:0;line-height:0}#test-menu #description-page #imgLicense *{font-size:0;line-height:0}#test-menu #description-page #imgLicense figure{display:inline-block;margin:0}#test-menu #description-page #imgLicense img{width:100%;height:auto}.premiumOnlyBanner{padding:20px;background-color:#fff;border-radius:16px;color:#7c7c91;font-size:.875rem;line-height:1.25;font-weight:600;position:relative;background-image:url(/img/pp-yellow-bg.svg);background-position:right top;background-size:100% auto;background-repeat:no-repeat;margin-top:30px}.premiumOnlyBanner h2{font-size:1.25rem;line-height:1.2;font-weight:700;color:#000;margin:0;padding-right:100px}.premiumOnlyBanner p:last-of-type{margin-bottom:0}.premiumOnlyBanner ul li{line-height:1.25;margin-bottom:7px}.premiumOnlyBanner>img{width:100px;height:auto;position:absolute;top:15px;right:15px}.premiumOnlyBanner .already-premium{display:block;font-size:13px;text-decoration:none;color:rgba(0,0,0,0.75);margin-top:10px;text-align:center}.premiumOnlyBanner .blue-btn{margin-top:20px}#bottomMr{background-color:#fff;border-radius:16px;padding:30px;margin:30px 10px}.atPreInit #bottomMr,.atBResult #bottomMr{margin:30px 0}#bottomMr h3{font-size:1rem;line-height:1.25;font-weight:600;margin:0 0 20px}#bottomMr h4{color:#c2c2d2;font-size:1rem;line-height:1.2;font-weight:600;margin:0 0 20px}#bottomMr ol.sbar{margin:0 0 20px;padding:0}#bottomMr ol.sbar li{margin-bottom:20px;list-style-type:none}#bottomMr ol.sbar li:last-child{margin-bottom:0}#bottomMr ol.sbar li a{color:#7c7c91;font-size:.875rem;line-height:1.2;font-weight:600;text-decoration:none}#bottomMr ol.sbar li a:hover,#bottomMr ol.sbar li a:visited{color:#7c7c91;text-decoration:none}#bottomMr ol.sbar li.disabled a{color:#000;cursor:default}#qListCV{background-color:#fff;border-radius:16px;padding:16px;margin-top:30px}#qListCV h3{font-size:16px;line-height:20px;font-weight:600;margin-bottom:30px}#qListCV .qbottom{font-size:14px;line-height:18px;color:#7c7c91;padding-left:15px;margin-bottom:10px}#qListCV .qbottom .qs-text{display:inline-block;vertical-align:top}#qListCV button{display:inline-block;outline:0;background-color:#fff;border:1px solid #007aff;color:#007aff;padding:5px 10px;margin-top:10px;border-radius:7px;cursor:pointer;transition:all .3s}
#qListCV button:hover{background-color:#007aff;color:#fff}.btnsWrp{display:flex;align-items:center;justify-content:space-between;width:100%;padding:7px;box-sizing:border-box;position:fixed;bottom:0;left:0;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.25);z-index:10000}.btnsWrp>button{color:#7c7c91;font-size:18px;line-height:24px;padding:7px 15px;font-weight:600;outline:0;border:0;background-color:transparent}.btnsWrp>button:disabled{opacity:.5}.showAtResult .btnsWrp{padding:0;align-items:stretch}.btnsWrp>.button{text-decoration:none;padding:7px;color:#7c7c91;flex-grow:1;display:flex;flex-direction:column}.btnsWrp>.button>svg{display:block;margin:0 auto 3px;flex-grow:1}.btnsWrp>.button>span{display:block;text-align:center;font-size:14px;font-weight:600}.btnsWrp #menu-link{font-size:0;line-height:0}.btnsWrp #atNextBtn,.btnsWrp #atConfirmBtn{background-color:#007aff;color:#fff;border-radius:8px;transition:all .3s}.btnsWrp #atNextBtn:disabled,.btnsWrp #atConfirmBtn:disabled{background-color:transparent;color:#7c7c91}.btnsWrp #atConfirmBtn{display:none}.atBQReview #atNextBtn,.atBQReview #atConfirmBtn{display:none !important}#atPrevQ,#atNextQ{display:none}.atQReview #atPrevQ,.atQReview #atNextQ,.atQReviewPrev #atPrevQ,.atQReviewPrev #atNextQ{display:block}.atQReview #atNextBtn,.atQReviewPrev #atNextBtn{display:none}.atBQReviewPrev #atNextBtn{display:none !important}#atExplanation{display:none;font-size:1rem;line-height:1.25;color:#7c7c91}#atExplanation.show{display:block}.atQReview #atHint,.atQReviewPrev #atHint{display:none}#atHintContent{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:all cubic-bezier(0.36,0.66,0.04,1) 500ms;transition:all cubic-bezier(0.36,0.66,0.04,1) 500ms;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:11;overflow:hidden;pointer-events:none;padding:0 6px 6px;box-sizing:border-box;background-color:#fff;z-index:10000}#atHintContent.show{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);pointer-events:auto}#atHintInnerContent{margin-bottom:6px;border-radius:6px;background-color:#fff;color:#7c7c91;font-size:1rem;font-weight:600;line-height:1.25;text-align:center;padding:16px 10px;box-shadow:0 16px 32px 0 rgb(62 57 107 / 18%),0 0 0 transparent}#atHintClose{border-radius:6px;background-color:#fff;color:#007aff;font-size:1.125rem;font-weight:600;line-height:50px;padding:0 10px;text-align:center;box-shadow:0 16px 32px 0 rgb(62 57 107 / 18%),0 0 0 transparent}#pgRatingText{margin-bottom:20px}#atDescrBottomLine .test-fact{display:flex;align-items:flex-start;margin-bottom:10px}#atDescrBottomLine .test-fact:last-of-type{margin-bottom:0}#atDescrBottomLine .test-fact>svg{display:inline-block;vertical-align:top;width:20px;height:20px;margin-right:6px}#menu{display:none}.atPreInit #menu,.atBResult #menu{display:block}.atPreInit #test-menu,.atBResult #test-menu{display:none}#test-menu #atChallengeBank{display:block;margin-top:auto;margin-bottom:10px}#test-menu-link svg{display:block;width:24px;height:24px}#test-menu #atChallengeBank>svg{display:inline-block;vertical-align:middle;margin-right:12px}#test-menu #atChallengeBank>span{display:inline-block;vertical-align:middle;font-size:1rem;line-height:1.2;font-weight:600;color:#7c7c91}#test-menu #atChallengeBank .qInCBank{float:right;font-size:1rem;line-height:1.2;font-weight:600;color:#000}#atCells{position:relative;max-height:288px;overflow:hidden}#atCellsWrp{display:flex;flex-wrap:wrap}#atCellsWrp>div{width:40px;height:40px;font-size:14px;line-height:32px;font-weight:600;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:8px;margin:0 4px 4px 0;position:relative;box-sizing:border-box;background-color:transparent;color:#7c7c91}#atCellsWrp>div.correct{background-color:#4caf50;color:#fff;cursor:pointer}#atCellsWrp>div.wrong{background-color:#ff7c7c;color:#fff;cursor:pointer}#atCellsWrp>div.skipped{background-color:#c2c2d2;color:#000}#atCellsWrp>div.locked{color:#000}#atCellsWrp>div.locked svg{display:block;width:12px;height:16px}
#atCellsWrp>div.current{background-color:#fff;border:2px solid #007aff;color:#000;cursor:pointer}#atCellsWrp>div.show{border:2px solid #007aff;cursor:default}#atCellsBtns{margin-top:10px;display:none}#atPgCPrev,#atPgCNext{display:inline-block;vertical-align:middle;width:calc(50% - 5px);appearance:none;box-shadow:none;outline:0;border:0;color:#7c7c91;height:30px;padding:0 10px;border-radius:5px;background-color:#f2f3f7;border:1px solid #7c7c91;font-size:.875rem;line-height:2;font-weight:600;cursor:pointer}#atPgCPrev{margin-right:10px}#atPgCPrev:disabled,#atPgCNext:disabled{opacity:.7}ul.atProgressSummary{display:flex;flex-wrap:wrap;list-style-type:none;margin:19px 0 0;padding:0}ul.atProgressSummary li{display:inline-block;list-style-type:none;font-size:1rem;line-height:1.4;font-weight:600;color:#7c7c91;margin:0 50px 0 0}ul.atProgressSummary li>span{color:#000}ul.atProgressSummary li:before{content:'';display:inline-block;vertical-align:middle;width:.375em;height:.375em;border-radius:50%;margin-right:8px}ul.atProgressSummary li.skipped{display:none}ul.atProgressSummary li.correct:before{background-color:#4caf50}ul.atProgressSummary li.wrong:before{background-color:#ff7c7c}ul.atProgressSummary li.skipped:before{background-color:#c2c2d2}ul.atProgressSummary li.left:before{background-color:#007aff}#atProgressInfo{font-size:1rem;line-height:1.2;font-weight:600;color:#7c7c91;margin-top:30px}#atProgressInfo svg{width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:10px}#problem-report{font-size:1rem;line-height:1.2;font-weight:500;color:#7c7c91}#problem-report h4{margin-top:0;font-size:1.25rem}#problem-report label{display:flex;align-items:center;font-size:0;margin-bottom:10px}#problem-report label>input{margin:0 10px 0 0;width:20px;height:20px;padding:0;border-radius:5px;border:1px solid #bdbdc8;display:inline-block;vertical-align:middle;box-sizing:content-box}#problem-report label>span{display:inline-block;vertical-align:middle;width:calc(100% - 34px);font-size:1rem}#problem-report input,#problem-report textarea{background:#fff;border:0;border-radius:8px;color:#333;padding:15px 18px;width:100%;font-size:1rem;box-sizing:border-box}#problem-report h5{font-size:1rem}#atImages{display:block;height:auto !important}#atImages img{display:block;width:50%;height:auto;margin:20px auto}.atSTTF #atAnswers{font-size:0}.atSTTF #atAnswers .btn{display:inline-block;vertical-align:middle;color:#3667f6;background:0;border:1px solid #b8caff;box-shadow:none;width:calc(50% - 10px);font-size:1.25rem;line-height:2.5rem;position:relative;border-radius:4px;outline:0;margin-right:20px;cursor:pointer}.atSTTF #atAnswers .btn:last-of-type{margin-right:0}.atSTTF #atAnswers.disabled .btn-success{color:#fff;background-color:#51a351}.atSTTF #atAnswers.disabled .btn-danger{color:#fff;background-color:#bd362f}.atSTTF #atAnswers.disabled .btnCorrect{background-image:url(/wp-content/themes/showtime/images/good3.png);background-repeat:no-repeat;background-position:95% 50%;background-size:auto 50%}.atSTTF #atAnswers.disabled .btnWrong{background-image:url(/wp-content/themes/showtime/images/bad3.png);background-repeat:no-repeat;background-position:95% 50%;background-size:auto 50%}@-webkit-keyframes pulse{0{-webkit-transform:scale(1);transform:scale(1);border-color:rgba(255,255,255,.55)}100%{-webkit-transform:scale(1.4);transform:scale(1.4);border-color:rgba(255,255,255,0)}}@-moz-keyframes pulse{0{-webkit-transform:scale(1);transform:scale(1);border-color:rgba(255,255,255,.55)}100%{-webkit-transform:scale(1.4);transform:scale(1.4);border-color:rgba(255,255,255,0)}}@keyframes pulse{0{-webkit-transform:scale(1);transform:scale(1);border-color:rgba(255,255,255,.55)}100%{-webkit-transform:scale(1.4);transform:scale(1.4);border-color:rgba(255,255,255,0)}}#at360degree #atRotateInfo{position:absolute;bottom:15px;left:50%;width:220px;background:rgba(0,0,0,0.5);padding:4px 10px;border-radius:3px;color:#fff;font-size:.9em;font-weight:300;margin:0 0 0 -110px;text-align:center;white-space:nowrap;-webkit-tap-highlight-color:transparent}
#at360degree #atRotateInfo img{position:absolute;top:-58px;left:50%;width:70px;height:70px;margin:0 0 0 -35px}.animation-wrapper{position:relative;margin:0 -10px}#atImageAnim{display:none}.withAnimImg #atImageAnim{display:block}.atResult #atImageAnim{display:none}.animation{width:100%;height:100%}.animation svg{display:block}#atImageAnim.initialized{visibility:hidden;cursor:default}#atImageAnim.loaded{visibility:visible;overflow:hidden}.pid6523 #atImageAnim.loaded{height:auto !important}#atImageAnim.beforePlaying,#atImageAnim.playing,#atImageAnim.paused{cursor:pointer}#atImageAnim .animation{width:100%;height:auto}#atImageAnim .animation{padding-bottom:55.049%}#atImageAnim .animation svg{position:absolute}.play-btn{display:none;opacity:0;width:50px;height:50px;margin-top:-25px;margin-left:-25px;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBkPSJNIDYgMyBBIDEgMSAwIDAgMCA1IDQgQSAxIDEgMCAwIDAgNSA0LjAwMzkwNjIgTCA1IDE1IEwgNSAyNS45OTYwOTQgQSAxIDEgMCAwIDAgNSAyNiBBIDEgMSAwIDAgMCA2IDI3IEEgMSAxIDAgMCAwIDYuNTgwMDc4MSAyNi44MTI1IEwgNi41ODIwMzEyIDI2LjgxNDQ1MyBMIDI2LjQxNjAxNiAxNS45MDgyMDMgQSAxIDEgMCAwIDAgMjcgMTUgQSAxIDEgMCAwIDAgMjYuMzg4NjcyIDE0LjA3ODEyNSBMIDYuNTgyMDMxMiAzLjE4NTU0NjkgTCA2LjU4MDA3ODEgMy4xODU1NDY5IEEgMSAxIDAgMCAwIDYgMyB6Ij48L3BhdGg+PC9zdmc+Cg==) no-repeat 50% 50%;background-size:35%;background-position:55% 50%;position:absolute;top:50%;left:50%;border-radius:50%;box-shadow:0 10px 25px rgba(0,0,0,0.15);cursor:pointer;transition:all .3s ease-in-out}.animation-wrapper:hover .play-btn{transform:scale(1.2)}#atImageAnim.beforePlaying .play-btn{display:block;opacity:1}.replay-btn{display:none;opacity:0;width:40px;height:40px;top:16px;right:16px;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBzdHlsZT0iYmxvY2stcHJvZ3Jlc3Npb246dGI7aXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsIiBkPSJNIDE1IDMgQyA4LjUxNzcyOTQgMyAzLjIzMDM0MDIgOC4xNzM0MTcyIDMuMDE5NTMxMiAxNC42MDU0NjkgTCAxLjcwNzAzMTIgMTMuMjkyOTY5IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAwLjk5MDIzNDM4IDEyLjk5MDIzNCBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgMC4yOTI5Njg3NSAxNC43MDcwMzEgTCA0IDE4LjQxNDA2MiBMIDcuNzA3MDMxMiAxNC43MDcwMzEgQSAxLjAwMDEgMS4wMDAxIDAgMSAwIDYuMjkyOTY4OCAxMy4yOTI5NjkgTCA1LjAyMTQ4NDQgMTQuNTY0NDUzIEMgNS4yNTAzNzE0IDkuMjM0ODIyNiA5LjYxMjY3MzQgNSAxNSA1IEMgMjAuNTM0NTM0IDUgMjUgOS40NjU0NjY0IDI1IDE1IEMgMjUgMjAuNTM0NTM0IDIwLjUzNDUzNCAyNSAxNSAyNSBDIDExLjk3NTE4MSAyNSA5LjI3NjA2NyAyMy42NjM2NDUgNy40NDE0MDYyIDIxLjU0ODgyOCBBIDEuMDAwMSAxLjAwMDEgMCAxIDAgNS45MzE2NDA2IDIyLjg1OTM3NSBDIDguMTMwOTc5OSAyNS4zOTQ1NTggMTEuMzg0ODE5IDI3IDE1IDI3IEMgMjEuNjE1NDY2IDI3IDI3IDIxLjYxNTQ2NiAyNyAxNSBDIDI3IDguMzg0NTMzNiAyMS42MTU0NjYgMyAxNSAzIHogTSAxMi41OTk2MDkgMTAuNDMxNjQxIEMgMTIuMjg0MTg3IDEwLjQ0MTAxNiAxMiAxMC42OTYzMjggMTIgMTEuMDQ4ODI4IEwgMTIgMTguOTUzMTI1IEMgMTIgMTkuNDIyMTI1IDEyLjUwNTAxNiAxOS43MTkyMzQgMTIuOTE2MDE2IDE5LjQ5MDIzNCBMIDIwLjIwMzEyNSAxNS40NDMzNTkgQyAyMC41NTAxMjUgMTUuMjUwMzU5IDIwLjU1MDEyNSAxNC43NDk2NDEgMjAuMjAzMTI1IDE0LjU1NjY0MSBMIDEyLjkxNjAxNiAxMC41MDk3NjYgQyAxMi44MTMyNjYgMTAuNDUyNzY2IDEyLjcwNDc1IDEwLjQyODUxNiAxMi41OTk2MDkgMTAuNDMxNjQxIHoiPjwvcGF0aD48L3N2Zz4=) no-repeat 50% 50%;background-size:80%;background-position:center;position:absolute;border-radius:50%;box-shadow:0 10px 25px rgba(0,0,0,0.15);cursor:pointer;transition:opacity .3s}#atImageAnim.loaded .replay-btn{display:block;opacity:1}#atImageAnim.beforePlaying .replay-btn{display:none}#atImageAnim.playing .replay-btn{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yNS41LDM1N2gxMDJWMGgtMTAyVjM1N3ogTTIyOS41LDB2MzU3aDEwMlYwSDIyOS41eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) no-repeat 50% 50%;background-size:40%}#atImageAnim.paused .replay-btn{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBkPSJNIDYgMyBBIDEgMSAwIDAgMCA1IDQgQSAxIDEgMCAwIDAgNSA0LjAwMzkwNjIgTCA1IDE1IEwgNSAyNS45OTYwOTQgQSAxIDEgMCAwIDAgNSAyNiBBIDEgMSAwIDAgMCA2IDI3IEEgMSAxIDAgMCAwIDYuNTgwMDc4MSAyNi44MTI1IEwgNi41ODIwMzEyIDI2LjgxNDQ1MyBMIDI2LjQxNjAxNiAxNS45MDgyMDMgQSAxIDEgMCAwIDAgMjcgMTUgQSAxIDEgMCAwIDAgMjYuMzg4NjcyIDE0LjA3ODEyNSBMIDYuNTgyMDMxMiAzLjE4NTU0NjkgTCA2LjU4MDA3ODEgMy4xODU1NDY5IEEgMSAxIDAgMCAwIDYgMyB6Ij48L3BhdGg+PC9zdmc+Cg==) no-repeat 50% 50%;background-size:50%}#atImageAnim.completed .replay-btn{display:block;opacity:1}.play-pulse{border-radius:10rem;border:3px solid rgba(255,255,255,0);-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:3.2s;animation-duration:3.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;position:absolute;left:0;right:0;top:0;bottom:0}#atImageAnim.loaded{max-height:420px !important;background:#3667f6}#atImageAnim .animation{padding-bottom:38.89%}#atImageAnim .animation svg{height:auto !important;max-height:600px;top:auto;bottom:0}.pnlm-container{background:#000;width:100%;height:auto;padding-bottom:60%;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.pnlm-container canvas{display:block}.pnlm-about-msg{display:none !important}.pnlm-load-button{display:none}#content .pnlm-load-box p{color:#fff}#at360degreeWrp{margin:0 -10px}.with360Img #at360degree{position:relative;height:0;margin:0}.atResult #at360degreeWrp,.atResult #atImageAnim{display:none}#footer{padding-bottom:53px !important}#footer #bcrumbs{display:none !important}.eeRatingContainer{background-color:#dddfe7;padding:20px 25px;border-radius:16px;margin-top:20px;height:132px;box-sizing:border-box;overflow:hidden}.eeRatingStars{margin-bottom:16px}.eeRatingStar{position:relative;width:21px;height:21px;float:left;border-right:2px solid transparent;background-size:cover;background-repeat:no-repeat;background-image:url(/img/ee.star.empty.svg);margin-right:9px}.eeRatingStar>div{width:100%;height:100%;position:absolute;background-size:cover;background-repeat:no-repeat;background-image:url(/img/ee.star.v2.svg)}.eeRatingStatement{font-size:16px;line-height:20px;font-weight:600;margin-bottom:18px}.eeRatingVoteError{color:red}.eeRatingSectionUpper{display:flex;align-items:center}.eeRatingStars{display:inline-block;vertical-align:middle;cursor:pointer;margin-right:10px}.eeRatingSectionUpper .eeRatingSectionMiddle{display:inline-block;vertical-align:middle;font-size:12px;line-height:15px;font-weight:600;color:#7c7c91;pointer-events:none}
.eeRatingDisabled .eeRatingStars{cursor:default}.eeRatingChange .eeRatingStar>div{background-image:none}.eeRatingStar>div.mousevote,.eeRatingStar>div.mousedone{background-image:url(/img/ee.star.v2.svg);width:100% !important}.eeRatingBigStars .eeRatingSectionLower{margin-top:18px}.eeRatingInfo{font-size:12px;line-height:15px;font-weight:600;color:#7c7c91}.eeRatingInnerTip{font-size:15px;line-height:15px;font-weight:600}@-webkit-keyframes eepFadeBounce{0{opacity:0}50%{opacity:1}100%{opacity:1}}@-moz-keyframes eepFadeBounce{0{opacity:0}50%{opacity:1}100%{opacity:1}}@-o-keyframes eepFadeBounce{0{opacity:0}50%{opacity:1}100%{opacity:1}}@keyframes eepFadeBounce{0{opacity:0}50%{opacity:1}100%{opacity:1}}html.eepAnimate{overflow:hidden !important}.eePoll,.eePoll *,.eePoll *:before,.eePoll *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.eePoll,.eePoll *{outline:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.eePoll{display:none;position:fixed;top:0;left:0;right:0;bottom:0;max-width:100%;z-index:105000;width:100%;height:100%;padding:10px;overflow:auto;-webkit-overflow-scrolling:touch}.eePoll.eepOpen{display:-webkit-box;display:-ms-flexbox;display:flex}.eepOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(3,9,23,.53);opacity:0;transition:opacity .4s}.eePoll.eepAnimate .eepOverlay{opacity:1}.eepContainer{z-index:2;margin:auto;width:100vw;-webkit-perspective:100px;perspective:100px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;max-width:530px}.eepContainerInner{opacity:0;background:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:30px;-webkit-box-shadow:rgba(0,0,0,0.15) 0 .5rem 1rem;-moz-box-shadow:rgba(0,0,0,0.15) 0 .5rem 1rem;box-shadow:rgba(0,0,0,0.15) 0 .5rem 1rem;pointer-events:none}.eepContainer.eepAnimate .eepContainerInner{-webkit-animation:eepFadeBounce .4s ease-out forwards;-moz-animation:eepFadeBounce .4s ease-out forwards;-o-animation:eepFadeBounce .4s ease-out forwards;animation:eepFadeBounce .4s ease-out forwards}.eepContainer.eepAnimateReverse .eepContainerInner{-webkit-animation:eepFadeBounce .4s ease-out alternate-reverse;-moz-animation:eepFadeBounce .4s ease-out alternate-reverse;-o-animation:eepFadeBounce .4s ease-out alternate-reverse;animation:eepFadeBounce .4s ease-out alternate-reverse}.eepContainer.eepVisible .eepContainerInner{opacity:1;-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none;-webkit-transform:none;-moz-transform:none;transform:none;pointer-events:all}.eepTitle{display:block;font-size:26px;text-rendering:auto;font-weight:700;line-height:36px;text-rendering:auto;color:#111;text-align:center}.eepItems{display:block;margin:20px 0 0;padding:0;background:transparent;border:0;line-height:1.4}.eepItems:before,.eepItems:after{display:table;content:"";line-height:0;font-size:0;height:0;height:.0000001px}.eepItem,.eepItem:link{cursor:pointer;display:block;position:relative;margin:0 0 10px;padding:15px 60px 15px 15px;color:#000;font-size:20px;font-weight:700;text-align:left;text-decoration:none;border:1px solid #eee;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;cursor:pointer}.eepItem:active{background:#edf2f7}.eepItem.active,.eepItem.active:link{background:#edf2f7}.eepCircle{display:block;position:absolute;right:25px;top:50%;margin-top:-10px;width:20px;height:20px;border:1px solid;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.eepItem.active .eepCircle span{display:block;position:relative;width:14px;top:2px;height:14px;left:2px;background:#000;border:1px solid;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.eepItemTitle{color:#000}.eepItemTitleDescr{opacity:1;display:block;font-weight:300;font-size:16px;color:#999}.eepFooter{margin-top:6px}.eepButton,.eepButton:link{cursor:pointer;display:block;position:relative;margin:0;padding:15px;background:#4080ff;color:#fff;font-size:.98em;font-weight:600;text-align:center;text-decoration:none;border:1px solid #eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 8px 16px 0 rgba(83,99,115,.32);-moz-box-shadow:0 8px 16px 0 rgba(83,99,115,.32);box-shadow:0 8px 16px 0 rgba(83,99,115,.32)}
.eepButton.eepDisabled{background-color:#4080ff !important;opacity:.3;cursor:default !important;pointer-events:none}.toastify{padding:20px 40px 20px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,0.12),0 10px 36px -4px rgba(77,96,232,0.3);background:#5477f5;position:fixed;opacity:0;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647;font-size:17px;-webkit-transition:all .4s cubic-bezier(0.215,0.61,0.355,1);transition:all .4s cubic-bezier(0.215,0.61,0.355,1);-webkit-border-radius:3px;border-radius:3px}.toastify.on{opacity:.9}.toast-close{position:absolute;right:10px;top:50%;margin-top:-9px;opacity:.4;padding:0 5px;font-weight:600;font-size:20px;line-height:1}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:0 5px;border-radius:2px}.toastify-center{width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(50% - 20px);margin-left:auto;margin-right:auto;left:0;right:0}.simple-notice{background:#1a73e8;cursor:default}.error-notice{background:#ff5f6d;cursor:default;padding:20px !important}.error-notice button{position:static;display:block;margin:20px auto 0;cursor:pointer}@media only screen and (max-width:570px){.toastify{max-width:80%}}@media only screen and (max-width:360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}.viewer-zoom-in::before,.viewer-zoom-out::before,.viewer-one-to-one::before,.viewer-reset::before,.viewer-prev::before,.viewer-play::before,.viewer-next::before,.viewer-rotate-left::before,.viewer-rotate-right::before,.viewer-flip-horizontal::before,.viewer-flip-vertical::before,.viewer-fullscreen::before,.viewer-fullscreen-exit::before,.viewer-close::before{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in::before{background-position:0 0;content:'Zoom In'}.viewer-zoom-out::before{background-position:-20px 0;content:'Zoom Out'}.viewer-one-to-one::before{background-position:-40px 0;content:'One to One'}.viewer-reset::before{background-position:-60px 0;content:'Reset'}.viewer-prev::before{background-position:-80px 0;content:'Previous'}.viewer-play::before{background-position:-100px 0;content:'Play'}.viewer-next::before{background-position:-120px 0;content:'Next'}.viewer-rotate-left::before{background-position:-140px 0;content:'Rotate Left'}.viewer-rotate-right::before{background-position:-160px 0;content:'Rotate Right'}.viewer-flip-horizontal::before{background-position:-180px 0;content:'Flip Horizontal'}.viewer-flip-vertical::before{background-position:-200px 0;content:'Flip Vertical'}.viewer-fullscreen::before{background-position:-220px 0;content:'Enter Full Screen'}.viewer-fullscreen-exit::before{background-position:-240px 0;content:'Exit Full Screen'}.viewer-close::before{background-position:-260px 0;content:'Close'}.viewer-container{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container::-moz-selection,.viewer-container *::-moz-selection{background-color:transparent}.viewer-container::selection,.viewer-container *::selection{background-color:transparent}.viewer-container img{display:block;height:auto;max-height:none !important;max-width:none !important;min-height:0 !important;min-width:0 !important;width:100%}
.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90% !important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,0.5);overflow:hidden}.viewer-list{-webkit-box-sizing:content-box;box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;-webkit-transition:opacity .15s;transition:opacity .15s;width:30px}.viewer-list>li:hover{opacity:.75}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading::after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;left:0;position:absolute;right:0;top:0}.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:3px 0}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,0.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;-webkit-transition:background-color .15s;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,0.8)}.viewer-toolbar>ul>li::before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small::before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large::before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,0.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1;margin:0 5% 5px;max-width:90%;opacity:.8;overflow:hidden;text-overflow:ellipsis;-webkit-transition:opacity .15s;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{background-color:rgba(0,0,0,0.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;-webkit-transition:background-color .15s;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,0.8)}.viewer-button::before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,0.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:-webkit-grab;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{-webkit-transition:all .3s;transition:all .3s}@-webkit-keyframes viewer-spinner{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes viewer-spinner{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.viewer-loading::after{-webkit-animation:viewer-spinner 1s linear infinite;animation:viewer-spinner 1s linear infinite;border:4px solid rgba(255,255,255,0.1);border-left-color:rgba(255,255,255,0.5);border-radius:50%;content:'';display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media(max-width:767px){.viewer-hide-xs-down{display:none}}@media(max-width:991px){.viewer-hide-sm-down{display:none}}@media(max-width:1199px){.viewer-hide-md-down{display:none}}.zoom-close,.viewer-close::before{position:absolute;background-image:url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmFsc2UiIHZlcnNpb249IjEuMCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTMuMzUxMiAwLjQ5MDE4LTIuODYxMSAyLjg3MjIgMjEuNjE3IDIxLjYzOC0yMS42MTcgMjEuNjM4IDIuODYxMSAyLjg3MjIgMjEuNjgxLTIxLjYzOCAyMS42MTcgMjEuNjM4IDIuODYxMS0yLjg3MjItMjEuNjE3LTIxLjYzOCAyMS42MTctMjEuNjM4LTIuODYxMS0yLjg3MjItMjEuNjE3IDIxLjYzOHoiIGZpbGw9IiNmZmYiIG92ZXJmbG93PSJ2aXNpYmxlIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMDc4NDMxIiBzdHJva2Utd2lkdGg9Ii45ODAzOSIgc3R5bGU9InBhaW50LW9yZGVyOm5vcm1hbCIvPjwvc3ZnPg==');background-repeat:no-repeat;background-position:center;background-size:100%;z-index:120}
.viewer-button{width:140px;height:140px;right:-70px;top:-70px}.viewer-close::before{bottom:32px;left:33px;height:25px;width:25px}.viewer-toolbar>ul{margin-bottom:15px}.viewer-toolbar>ul>li+li{margin-left:15px}.viewer-toolbar>ul>.viewer-large{height:40px;width:40px}.viewer-toolbar>ul>.viewer-large::before{margin:10px}#interstitial{border:1px solid #eee;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:16px;position:relative}#interstitial *{text-shadow:none !important}#interstitial .container{padding:70px 40px 40px;text-align:center}#interstitial p{margin:0;color:#3a3d4b;font-weight:500;font-size:150%}#interstitial h2{margin:15px 0;padding:0;line-height:34px;font-size:34px;color:#2d2d2d;font-weight:800;letter-spacing:0}#interstitial h3{letter-spacing:0}#interstitial #listIncludes{display:block;text-align:left;margin:40px 0;padding:40px 0;border:1px solid #eee;border-width:2px 0}#interstitial #listIncludes li{display:block;position:relative;margin:0 0 0 5%;padding:0 0 0 40px;font-size:20px;line-height:26px;font-weight:600;float:left;width:30%}#interstitial #listIncludes li:first-child{margin-left:0}#interstitial #listIncludes li:before{display:block;content:"";width:28px;height:20px;background:url(https://cna.plus/premium/img/check-may.svg) no-repeat 0 0;top:1px;left:1px;position:absolute}#interstitial #listIncludes h3{display:block;color:#000;margin:0;font-size:24px;font-weight:700;line-height:26px;letter-spacing:0;text-align:left}#interstitial #listIncludes p{color:#999;font-size:14px;line-height:21px}#interstitial #btnLearnMore{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;width:calc(100%+20px);margin:20px -10px 0;font-size:16px;font-weight:600;padding:15px 20px;text-align:center;line-height:1.25;border-radius:5px;background:#007aff;color:#fff;text-decoration:none;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;-ms-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease;font-size:22px;cursor:pointer;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;-ms-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease;text-decoration:none !important;font-weight:700;box-shadow:0 .5rem 1rem rgba(0,0,0,0.15) !important}#interstitial #btnCancel{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline;margin:8px 9px 20px 20px;padding:12px 13px;text-align:center;font-weight:500;font-size:16px;line-height:16px;text-transform:none;background-image:url(https://cna.plus/img/cross-round.svg);background-repeat:no-repeat}#interstitial #guarantee{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:30px}#interstitial #guarantee svg{display:block;position:relative;top:-5px;height:170px;width:250px;float:left}#interstitial #guarantee h3{font-size:20px !important;line-height:26px !important;text-align:left !important;font-weight:500 !important;color:#607d8b;letter-spacing:0}#interstitial .container{padding:40px 30px}#interstitial h2{margin:0 0 15px}#interstitial #btnCancel{position:absolute;right:10px;top:16px;text-decoration:none;opacity:.4}#interstitial #listIncludes{margin:0 auto;padding:50px 0 10px;border:0}#interstitial #listIncludes li{margin:0 0 20px;padding:0 0 0 60px;float:none;width:auto}#interstitial #listIncludes li:before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20height%3D%22100%25%22%20style%3D%22shape-rendering%3AgeometricPrecision%3Btext-rendering%3AgeometricPrecision%3Bimage-rendering%3AoptimizeQuality%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%22%20viewBox%3D%220%200%202.54%202.54%22%20width%3D%22100%25%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ccircle%20fill%3D%22%233667f6%22%20cx%3D%221.27%22%20cy%3D%221.27%22%20r%3D%221.27%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0.96229%201.62644l0.8951%20-0.89509c0.02637%2C-0.02638%200.06967%2C-0.02611%200.09578%2C0l0.08642%200.08642c0.02611%2C0.02611%200.02611%2C0.06968%200%2C0.09578l-0.89509%200.8951c-0.02611%2C0.02611%20-0.06941%2C0.02638%20-0.09579%2C0l-0.08642%20-0.08642c-0.02638%2C-0.02638%20-0.02638%2C-0.06941%200%2C-0.09579z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0.6827%201.08089l0.54525%200.54525c0.02637%2C0.02638%200.02606%2C0.06973%200%2C0.09579l-0.08642%200.08642c-0.02606%2C0.02605%20-0.06973%2C0.02605%20-0.09579%2C0l-0.54525%20-0.54525c-0.02606%2C-0.02606%20-0.02637%2C-0.06941%200%2C-0.09579l0.08642%20-0.08642c0.02638%2C-0.02637%200.06941%2C-0.02637%200.09579%2C0z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:0 0;background-size:45px;width:45px;height:45px}#interstitialIcoPassGuarantee{width:160px}#interstitialIcoNewWindow{display:inline;width:15px;position:relative;top:0;left:6px}#interstitial .container>p{max-width:532px;margin:0 auto}#interstitialCovers{max-width:790px;margin:40px auto}.interstitialCover{position:relative;width:50%;float:left}.interstitialCover img{width:91%;height:auto;-webkit-box-shadow:10px 10px 30px rgba(0,0,0,0.2);-moz-box-shadow:10px 10px 30px rgba(0,0,0,0.2);-ms-box-shadow:10px 10px 30px rgba(0,0,0,0.2);box-shadow:10px 10px 30px rgba(0,0,0,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}
.interstitialLookInside div{position:absolute;display:table;left:-15px;top:-22px;width:70px;height:70px;text-align:center;background-color:#fffd0c;z-index:20;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:10px 10px 30px rgba(0,0,0,0.2);-moz-box-shadow:10px 10px 30px rgba(0,0,0,0.2);-ms-box-shadow:10px 10px 30px rgba(0,0,0,0.2);box-shadow:10px 10px 30px rgba(0,0,0,0.2);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.interstitialLookInside span{display:table-cell;width:100%;height:100%;vertical-align:middle;color:#000;text-transform:uppercase;font-size:13px;font-weight:800;opacity:.7;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.interstitialCar.interstitialV1 #interstitial,.interstitialCar.interstitialV2 #interstitial,.interstitialCar.interstitialV3 #interstitial,.interstitialCar.interstitialV4 #interstitial,.interstitialCdl.interstitialV1 #interstitial,.interstitialCdl.interstitialV2 #interstitial,.interstitialCdl.interstitialV3 #interstitial,.interstitialCdl.interstitialV4 #interstitial,.interstitialMoto.interstitialV1 #interstitial,.interstitialMoto.interstitialV2 #interstitial,.interstitialMoto.interstitialV3 #interstitial,.interstitialMoto.interstitialV4 #interstitial{background-color:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,0.15) !important;background-image:url(https://cna.plus/img/fluid-yellow-bgr-no-opacity.svg);background-size:unset;background-repeat:no-repeat;background-position:bottom;margin-bottom:20px}.interstitialCar.interstitialV1 #interstitial #listIncludes li:before,.interstitialCar.interstitialV2 #interstitial #listIncludes li:before,.interstitialCar.interstitialV3 #interstitial #listIncludes li:before,.interstitialCdl.interstitialV1 #interstitial #listIncludes li:before,.interstitialCdl.interstitialV2 #interstitial #listIncludes li:before,.interstitialCdl.interstitialV3 #interstitial #listIncludes li:before,.interstitialCdl.interstitialV4 #interstitial #listIncludes li:before,.interstitialMoto.interstitialV1 #interstitial #listIncludes li:before,.interstitialMoto.interstitialV2 #interstitial #listIncludes li:before,.interstitialMoto.interstitialV3 #interstitial #listIncludes li:before,.interstitialMoto.interstitialV4 #interstitial #listIncludes li:before{background-image:url(https://cna.plus/premium/img/check-may.svg);top:-5px}.interstitialCar.interstitialV1 a#btnLearnMore:after,.interstitialCar.interstitialV2 a#btnLearnMore:after,.interstitialCar.interstitialV3 a#btnLearnMore:after{width:360px;left:60px}.interstitialCdl.interstitialV1 a#btnLearnMore:after,.interstitialCdl.interstitialV2 a#btnLearnMore:after,.interstitialCdl.interstitialV3 a#btnLearnMore:after,.interstitialCdl.interstitialV4 a#btnLearnMore:after{width:360px;left:-22px}.interstitialMoto.interstitialV1 a#btnLearnMore:after,.interstitialMoto.interstitialV2 a#btnLearnMore:after,.interstitialMoto.interstitialV3 a#btnLearnMore:after,.interstitialMoto.interstitialV4 a#btnLearnMore:after{width:360px;left:-17px}.interstitialCdl.interstitialV1 #interstitial #btnCancel,.interstitialCdl.interstitialV2 #interstitial #btnCancel,.interstitialCdl.interstitialV3 #interstitial #btnCancel,.interstitialCdl.interstitialV4 #interstitial #btnCancel{padding:5px 10px;opacity:.3 !important}.interstitialMoto.interstitialV1 #interstitial #btnCancel,.interstitialMoto.interstitialV2 #interstitial #btnCancel,.interstitialMoto.interstitialV3 #interstitial #btnCancel,.interstitialMoto.interstitialV4 #interstitial #btnCancel{padding:5px 10px;opacity:.3 !important}.interstitialCar.interstitialV4 a#btnLearnMore:after{width:360px;left:-17px}.showInterstitial #bottomMr,.showInterstitial #backToState{display:none}.sata #atAnswers .item .checkbox{width:20px;height:20px;box-sizing:content-box;vertical-align:middle;border:1.4px solid #3667f6;color:#3667f6;border-radius:4px;display:inline-block;position:relative;cursor:pointer;transition:all .1s}
.sata #atAnswers .item.checked .checkbox:after{content:' ';display:block;position:absolute;width:13px;height:13px;top:3.5px;left:3.5px;background-color:#3667f6;border-radius:2px}.night-mode .sata #atAnswers .item .checkbox{border:1.4px solid #558cce;color:#558cce}.night-mode .sata #atAnswers .item.checked .checkbox:after{background-color:#558cce}.sata #atAnswers .item.thisCorrect .checkbox{border:2px solid #4caf50}.night-mode .sata #atAnswers .item.thisCorrect .checkbox{border:2px solid #4caf50}.sata #atAnswers .item .inner{display:inline-block;vertical-align:middle;padding-left:15px !important;padding-right:15px !important;max-width:calc(100% - 24px)}.sata #atAnswers .item.dot,.sata #atAnswers .item:hover{background:transparent !important}.sata #atAnswers .item{padding-left:28px;cursor:default}.sata #atAnswers .item .innerout{display:block;cursor:pointer}.sata #atAnswers .item:before{content:none;display:block;width:24px;height:24px;position:absolute;top:calc(50% - 12px);left:0}.sata #atAnswers .item.correct:before{content:url("data:image/svg+xml,%3Csvgfill='%234caf50'viewBox='002424'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M00h24v24H0z'fill='none'/%3E%3Cpathd='M916.17L4.8312l-1.421.41L919217l-1.41-1.41z'/%3E%3C/svg%3E")}.sata #atAnswers .item.wrong:before{content:url("data:image/svg+xml,%3Csvgfill='%23d60000'xmlns='http://www.w3.org/2000/svg'viewBox='004848'%3E%3Cpathfill='%23ff7c7c'd='M21.54.5H26.501V43.5H21.5z'transform='rotate(45.0012424)'/%3E%3Cpathfill='%23F44336'd='M21.54.5H26.5V43.501H21.5z'transform='rotate(135.0082424)'/%3E%3C/svg%3E")}.sata #atAnswers .item .checkbox{cursor:pointer}.sata-label{display:none;margin:0 0 10px 0;padding:0;font-size:18px;border-bottom:0 solid #ededed;color:#aaa;font-weight:300}.sata .sata-label{display:inline-block}.sata #atSkipQ{display:none !important}#qresult{display:none;background-color:#fff;font-size:16px;padding:14px 20px;width:100%}#qresult.incorrect>div:first-child{color:#ff7c7c;font-weight:600}#qresult.correct{color:#4caf50;border-left:5px solid #4caf50;font-weight:600}#qresult.incorrect{border-left:5px solid #ff7c7c}#qresult .qres{display:inline-block;vertical-align:middle;margin-right:50px}#qresult.correct .qres:first-child{display:none}#qresult.incorrect .qres:nth-child(2){display:none}#qresult .subHeaderText{color:#6a6a6a;font-size:12px}#qresult .headerText{color:#1a1a1a;font-size:14px !important}#qresult #test-stats{display:none;vertical-align:middle}.atShowStatAnswer #qresult #test-stats{display:inline-block}#qresult #test-stats>svg{display:inline-block;height:27px;vertical-align:middle;margin-right:10px}#qresult #test-stats>div{display:inline-block;vertical-align:middle}#qresult #canswers{font-weight:bold}@media(max-width:375px){#atCellsWrp>div{width:39px;height:39px}}@media(max-width:320px){#atCellsWrp>div{width:32px;height:32px}.btnsWrp>button{padding:7px}}