@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');:root{--primary:;--secondary:#005ae0;--accent:#f63e02;--light:#FAFAFA;--dark:#484848;--white:#ffffff;--black:#000000;--grey:#B0B0B0;--grey-light:#c5c5c5;--green:#26b953;--site-width:1200px;--font-xl:36px;--font-l:24px;--font-m:18px;--font-s:14px}::-webkit-scrollbar{width:8px;height:0}::-webkit-scrollbar-button{width:0;height:0}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0 none #ffffff;border-radius:50px}::-webkit-scrollbar-thumb:hover{background:#ffffff}::-webkit-scrollbar-thumb:active{background:#000000}::-webkit-scrollbar-track{background:#666666;border:0 none #ffffff;border-radius:50px}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}html{margin:0 auto;min-height:100%}body{margin:0 auto;min-height:100%;font-size:0}body{min-height:100vh;display:flex;flex-direction:column;background-color:var(--light);font-family:"Inter",sans-serif;color:var(--black)}*{margin:0;padding:0;box-sizing:border-box;transition:all .2s ease-out}a{text-decoration:none}[onclick]{cursor:pointer}.small-link{font-size:14px;color:var(--white);background-color:var(--accent);border:0 solid var(--accent);border-radius:40px;padding:8px 10px}.small-link:hover{background:transparent;outline:1px solid var(--accent);color:var(--black)}.type-2 .small-link{border-color:var(--white);color:var(--white)}.type-2 .small-link:hover{background:var(--white);color:var(--accent)}.container{flex:1;display:flex;flex-direction:column}h1,h3,.container h1,.container h1,.container h3,.q-results .flex h1{font-size:var(--font-l);border-bottom:3px solid var(--accent);width:auto;width:fit-content}h1 a,h2 a,h3 a,h4 a{color:var(--black)}h1:hover a,h2:hover a,h3:hover a,h4:hover a{text-decoration:underline}.container h1{font-size:var(--font-xl);font-weight:500}h3{font-weight:600}.quiz .q-results h3{width:auto;border:0}.ballot h1,.ballot h3{border:0}.text{font-size:14px;margin-top:12px;display:block;line-height:1.6}.text h2{font-size:18px;border-bottom:0;margin:12px 0 8px 0}.text a{color:var(--accent)}.text a:hover{text-decoration:underline}.text li{margin-left:24px}h4{font-size:var(--font-m)}h5{font-size:16px;margin-bottom:0;color:var(--white)}footer h5{border-bottom:4px solid var(--accent);padding-bottom:2px;width:fit-content;display:none}.flex.column h5{margin-bottom:12px}button,.quiz .hive button,.submit{font-family:"Inter",sans-serif;background-color:var(--accent);font-size:14px;color:var(--white);padding:8px 12px;border-radius:40px;border:none;cursor:pointer}.submit:hover{background-color:transparent;outline:1px solid var(--accent);color:var(--dark)}button:hover{background-color:var(--grey);color:var(--black)}.flex{display:flex}.column{flex-direction:column}.between{justify-content:space-between}.end{justify-content:flex-end}.center{justify-content:center}.social{display:flex;justify-content:space-evenly;margin-bottom:12px;margin-top:12px;gap:8px}footer .social{justify-content:space-between}.gg-check-o,.gg-check-o::after,.gg-close-o{display:block;box-sizing:border-box}.social .item .icon{height:20px;width:20px;display:flex;border:1px solid #838383;border-radius:50%;justify-content:center;align-items:center;padding:6px;position:relative}.social .item{margin-right:0;cursor:pointer}footer .social .item{display:none}footer .social .item:first-child{display:block}.social .item .icon img{height:80%;margin:0}.social .item .icon.fb{background-color:#1857f2;border:1px solid #1857f2}.social .item .icon.copy{background-color:#009dff;border:1px solid #009dff}.social .item .icon.x{background-color:#000;border:1px solid #000}.social .item .icon.wa{background-color:#32d851;border:1px solid #32d851}.social .item .icon.yt{background-color:red;border:1px solid red}.social .item .icon.inst{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border:1px solid #b240b7}.social .item .icon.tk{background-color:#fff;border:1px solid #ccc}.social .icon:hover{-webkit-animation:1.6s infinite bounce}.social.center{justify-content:center;background-color:#e3e3e3;padding:8px 0}.sidebar .social .item .icon{height:28px;width:28px}.sub .social{column-gap:12px;width:100%;justify-content:space-evenly}.sidebar .flex.column .mailer{order:1}.sidebar .flex.column .sub{order:2;background-color:#f1f1f1;border:1px solid #e7e7e7;border-radius:2px;margin-top:12px}.social .item .icon{position:relative}.social .item .icon .stat-pop{opacity:0;position:absolute;background-color:#000000;color:#ffffff;padding:4px 12px;font-size:12px;white-space:nowrap;top:-12px;border-radius:4px;transition:.35s ease}.social .item .icon .stat-pop:after{content:"";position:absolute;top:23px;left:40px;width:0;height:0;border-style:solid;border-width:7px 7px 0 7px;border-color:#000000 transparent transparent transparent;transform:rotate(0deg)}.social .item .icon.on .stat-pop{opacity:1;top:-32px;transition:.35s ease}header{display:flex;padding:16px}header .wrap{display:flex;justify-content:space-between;align-items:center;width:100%}header .logo img{height:32px}header menu{display:flex;gap:4px}main menu>section:first-child{margin-top:24px}header menu a,main menu a{font-size:16px;font-weight:500;color:var(--black);border-radius:40px;padding:6px 12px;white-space:nowrap}main menu a{border:1px solid var(--secondary);margin:0 4px}header .actions menu a:hover,header menu a.cur,main menu a:hover,main menu a.cur{background-color:var(--grey);color:var(--white)}main menu a:hover{background-color:var(--secondary)}header menu a.cur,main menu a.cur{background-color:var(--accent);color:var(--white)}main menu{display:flex;justify-content:flex-start;overflow-x:scroll;margin-top:12px;max-width:100%}.menu-icon{height:26px;width:30px;display:none;flex-direction:column;justify-content:space-between;position:relative}.menu-icon span{margin:0 auto;position:relative;top:12px}.menu-icon span:before,.menu-icon span:after{position:absolute;content:''}.menu-icon span,.menu-icon span:before,.menu-icon span:after{width:30px;height:6px;background-color:#000;display:block}.menu-icon span:before{margin-top:-12px}.menu-icon span:after{margin-top:12px}.menu-icon span{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:.2s;transition-delay:.2s}.menu-open .menu-icon span{background-color:rgba(0,0,0,.0);-webkit-transition-delay:.2s;transition-delay:.2s}.menu-icon span:before{-webkit-transition-property:margin,-webkit-transform;transition-property:margin,transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-delay:.2s,0s;transition-delay:.2s,0s}.menu-open .menu-icon span:before{margin-top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:0s,.2s;transition-delay:0s,.2s}.menu-icon span:after{-webkit-transition-property:margin,-webkit-transform;transition-property:margin,transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-delay:.2s,0s;transition-delay:.2s,0s}.menu-open .menu-icon span:after{margin-top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition-delay:0s,.2s;transition-delay:0s,.2s}header .search{display:none}header .search{position:relative;width:100%}header .search input[type=text],.cnt_form input[type=text],.cnt_form select,.cnt_form textarea{border:1px solid #B0B0B0;border-radius:40px;padding:11px 11px 11px 40px}header .search button,header .search #search{border:none;position:absolute;top:13px;left:13px;background:none;padding:0}header .search input[type="submit"]{display:none}main{flex:1}main .wrap{max-width:var(--site-width);margin:0 auto;display:flex;flex-direction:column;align-items:center}section{width:100%}section.promoted{display:flex;flex-direction:row;margin-top:24px;column-gap:24px;margin-bottom:32px}.card,.article .head{position:relative}.promoted .card img{width:100%;min-height:100%;object-fit:cover}.promoted .card .flex.column,.article .head .flex.column{padding:14px;background:linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);position:absolute;bottom:0;left:0;width:100%}.article .head .flex.column{position:relative;background:transparent;color:var(--black);padding:0}.promoted h2{border-bottom:0;font-weight:400}.promoted .card .title,.article .head .title{font-size:32px;margin-bottom:14px}.promoted .card a .title{color:var(--white)}.article .head .title{margin:12px 0}.card .data{display:flex;justify-content:space-between;align-items:center;font-size:13px}.promoted .card .data{font-size:14px;color:var(--white)}.card .label{border:1px solid var(--accent);border-radius:40px;padding:6px 8px}.promoted .card,.article .head{color:var(--white)}.promoted .bnr_250{margin-bottom:24px}.card button{background-color:var(--light);color:var(--black);outline:1px solid var(--accent);outline-offset:-1px}.card button:hover{background-color:var(--accent);color:var(--white)}.card button:hover a{color:var(--white)}.promoted p{font-size:11px;margin:12px 0}.promoted input[type="text"]{border:1px solid #B0B0B0;border-radius:40px;padding:6px}.hive{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto,1fr);grid-column-gap:24px;grid-row-gap:24px;margin:24px 0}.type-1 .hive{grid-row-gap:36px}.type-1 .hive .card a .title{padding-right:12px}.hive .card{display:flex;gap:12px;color:var(--black);flex-basis:49%}.hive .card .title{font-size:16px;font-weight:600;margin-top:12px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.hive .card a .title,.hive .card a{color:var(--black)}.hive .card .label{font-size:10px;width:fit-content}.type-3 .hive .card .label{display:none}.hive .card .data{margin-top:4px}.type-3.slim .hive .card .data{margin-top:4px;position:absolute;top:12px;right:0}.main-page .articles .card .image{width:440px}.articles .card .image img{width:100%}.flex.between.with-sidebar{display:flex;flex-direction:row;column-gap:24px;margin-bottom:32px;align-items:flex-start}.flex.between.with-sidebar .article{width:calc(100% - 324px)}.article .head h1{border-bottom:none}.article h1{margin-top:24px}.article .head img{width:100%}.article .short{font-size:18px;font-weight:600;line-height:1.6;margin:12px 0 24px 0}.article .body{font-size:16px;line-height:1.7}.article .body a{color:var(--accent)}.article .body a:hover{text-decoration:underline}.article .body img{width:100%;height:auto}.article .body h2{font-size:22px;font-weight:600;margin-top:12px}.article .body p{margin:12px 0}.article h3:not(.articles body h3:first-child){margin-top:12px}section.articles .card button{border-bottom:1px solid var(--accent);border-radius:0;padding:0;outline:0}section.articles .card button:hover{background:transparent}section.articles .card button:hover a{color:var(--accent)}section.articles .flex.end{justify-content:flex-start}section.articles .card .flex.between{justify-content:flex-start}.sidebar{width:300px}.sidebar .type-1{margin-top:24px}.sidebar .type-1 .hive{display:block;margin-top:12px}.sidebar .hive .card{margin-bottom:24px;max-width:100%}.sidebar .type-1 img{width:120px;height:fit-content}.sidebar .hive .card .label{display:none}.sidebar .hive .card .title{font-size:14px;margin-top:0;-webkit-line-clamp:3}.sidebar .card .data{font-size:12px}.sidebar .sub{background-color:var(--light);display:flex;flex-direction:column;justify-content:center;align-items:center;height:86px;padding:8px;color:var(--black);outline-offset:-1px}.card .flex.between{align-items:unset;width:-webkit-fill-available;height:-webkit-fill-available}.type-1 .card .flex.between{flex:1}.sidebar .bnr_250{margin-top:24px}section.type-2{background-color:var(--accent);color:var(--white);padding:24px;margin-bottom:24px}section.type-2 .hive{display:flex;overflow-x:scroll;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:0;margin-top:12px}section.type-2 h3{border-color:var(--white)}section.type-2 .hive .card,section.type-3 .hive .card{flex-direction:column;gap:0}section.type-2 .hive .card .image,section.type-2 .hive .card .image img{height:auto}section.type-2 .hive .card .flex.column{background-color:var(--white);padding:12px;height:-webkit-fill-available}section.type-2 .hive .card .label{display:none}section.type-2:not(section.type-2.background){padding:0;background-color:transparent}section.type-2:not(section.type-2.background) h3{color:var(--black)}section.articles .hive{display:block}section.articles .card{margin-bottom:24px}section.articles .card .title{margin-top:0;margin-bottom:12px}section.articles .card .title a:hover{color:var(--accent)}.card .short{font-size:16px;line-height:1.4}.articles .card .short{margin-bottom:12px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}section.type-3 .hive{display:flex;flex-wrap:wrap}section.type-3 .hive .card{width:auto;flex:1 0 inherit;flex-basis:32%}section.type-3 .hive .card .flex.column{padding:12px 0;position:relative}section.type-3.background .hive .card .flex.column{padding:12px}section.type-3 .hive .card img{width:100%}section.type-3.background{background-color:var(--accent);padding:24px;color:var(--white);margin-bottom:24px}section.type-3.background .card .flex.column{background-color:var(--white);padding:12px;height:-webkit-fill-available}section.type-3 .hive .card .title{-webkit-line-clamp:2;margin-bottom:12px;margin-top:0}section.type-3 .title:hover,section.type-1 .title:hover,section.type-2 .title:hover{color:var(--accent)}.description{font-size:16px;margin-top:12px}.background h3 a{color:var(--white)}menu+section{margin-top:24px}.pager,.pager.flex.center{font-size:16px;width:100%;margin:24px 0}.pager a{background-color:var(--grey-light);display:flex;justify-content:center;align-items:center;height:30px;aspect-ratio:1/1;border-radius:40px;margin:0 4px;color:var(--black)}.pager a:hover{background-color:var(--accent)}.pager a:last-child .arrow{rotate:180deg}.pager a:hover{background-color:var(--grey)}.pager a.cur{background-color:var(--accent);color:var(--white)}footer{background-color:var(--dark);margin-top:24px}footer .wrap{max-width:var(--site-width);display:flex;flex-direction:column;padding:24px 0;margin:0 auto}footer .logo{margin-bottom:24px}footer menu{display:flex;flex-direction:column;gap:12px}footer menu:before{content:"";font-size:18px;font-weight:600;color:var(--white);border-bottom:4px solid var(--accent);padding-bottom:2px;width:fit-content}footer menu:nth-child(1):before{content:"Buzzy Info"}footer menu:nth-child(2):before{content:"Our network"}footer .flex.column:before{content:"Keep On Buzzing";font-size:18px;font-weight:600;color:var(--white);border-bottom:4px solid var(--accent);padding-bottom:2px;width:fit-content;margin-bottom:12px}footer menu a{color:var(--white);font-size:14px}footer menu a:hover{color:var(--accent)}footer .social{margin:0}footer .flex.between{align-items:flex-start}.copyrights{background-color:var(--black);font-size:var(--font-s);color:var(--grey-light);margin-top:12px;padding:8px 0}.seo_wrap{font-size:14px;border:1px solid var(--grey-light);padding:24px;margin-top:24px}.container .seo_wrap h1{margin-bottom:12px;font-size:18px}.contact_form .line.text{display:none}.no-page .hero{height:calc(100vh - 400px);max-height:540px;overflow:hidden;display:block}.no-page .hero img{height:100%;width:auto}.no-page .flex.column.center{align-items:center}.no-page h2{font-size:18px;font-weight:400;text-align:center;margin-bottom:24px}.no-page .container h1{font-size:36px;font-weight:700;border-bottom:0;line-height:1;margin-top:0;text-align:center}.no-page a{font-size:16px}.no-page .flex{gap:8px}.no-page button{color:#ffffff;font-size:18px;padding:8px 22px}.no-page button:hover{background-color:var(--accent)}.no-page a:nth-child(2) button{background:transparent;color:var(--secondary);border:1px solid var(--secondary);margin:0}@media only screen and (max-width:600px){.no-page .container h1{font-size:28px}.no-page h2{font-size:16px}}@media only screen and (max-width:500px){.no-page .hero{width:100%;height:auto}.no-page .hero img{height:auto;width:100%}.no-page .flex{flex-wrap:wrap}.no-page .flex a{flex:1 1 100%}.no-page button{display:block;width:100%}}.icon-search{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:20px;height:20px;border:4px solid var(--accent);border-radius:100%;margin-left:-4px;margin-top:-4px;cursor:pointer}.icon-search::after{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:4px;height:8px;background:var(--accent);transform:rotate(-45deg);top:11px;left:12px}.arrow{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.arrow::after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-left:2px solid;transform:rotate(45deg);left:6px;top:4px}.quiz_start_page h1{cursor:pointer}.quiz_start_page .sidebar .bnr_250:nth-child(2){display:none}.quiz-page main .wrap .bnr_250.mobile:nth-child(3):not(.quiz_start_page main .wrap .bnr_250.mobile){display:none}.quiz-page main .wrap .bnr_970:nth-child(2):not(.quiz_start_page main .wrap .bnr_970){display:none}.quiz-frame{margin:0 auto;width:100%}.quiz-frame h1{margin-bottom:12px}.quiz-frame h1,.ballot h1{margin-bottom:24px}.quiz-frame h2,.quiz .q-results .side h2{border-bottom:0;font-size:16px;font-weight:400;margin-bottom:8px;line-height:1.5}.single-start h1,.q-results h1{margin-bottom:0;font-weight:600}.single-start .title,.q-results .title{flex:0 0 100%;margin-bottom:0;width:auto}.single .ballot{margin-top:0}.ballot{position:relative}.ballot > .flex.between{position:absolute;z-index:9}.single-start .q-image,.q-results .q-image{flex:1}.q-results .q-image{margin-bottom:0}.single-start h2 span{color:var(--accent)}.social .item .icon{box-sizing:content-box}.q-text{font-size:16px}.single-start button{font-size:24px;padding:8px 16px}.single-start .side button,.single-start button{font-size:16px;margin-top:8px;margin-bottom:16px;width:100%;padding:12px 0}.single-start .side .social{margin:0}.single-start > .flex,.q-results > .flex{gap:16px;flex-wrap:wrap}.single-start .flex .flex.between,.q-results .flex .flex.between{align-items:flex-start;height:100%;width:100%}.single-start .flex .flex.between{height:auto}.single-start .flex .flex.between > .flex.between:first-child,.q-results .flex .flex.between > .flex.between:first-child{height:fit-content;margin-bottom:12px;align-items:center;justify-content:space-between}.q-results .flex .flex.between{justify-content:flex-start;align-items:flex-start}.q-results .flex .flex.between h2{text-align:left}.single-start .side,.q-results .side{width:30%;display:block;flex:none}.single-start .side .flex.end{margin-bottom:16px}.q-image picture,.q-image img,.single-start .side .flex.end{width:100%}.flex.head .label,.single-start .side .label,.single-start .q-image .label,.q-results .label{border:1px solid var(--accent);border-radius:40px;padding:6px 8px;cursor:default;font-size:10px;width:fit-content;background-color:#ffffffee}.single-start .side .data,.q-results .side .data{font-size:12px}.single-start .q-image .label,.q-results .q-image .label{position:absolute;top:12px;left:12px}.single-start .hive{grid-template-columns:repeat(3,1fr);max-width:100%;overflow:hidden}.single-start .hive .card{flex-direction:column}.single-start .hive .card .title{-webkit-line-clamp:2;margin-top:0}.single-start .hive .card h2{font-size:14px}.single-start .hive .card button{font-size:12px}.hive .card .image:not(.articles .card .image){max-height:inherit}section.type-1 .hive .card .image:not(.articles .card .image){max-height:200px;height:200px;aspect-ratio:3 / 1.9;overflow:hidden;display:flex;justify-content:center}.container .sidebar section.type-1 .hive .card .image{width:auto;height:auto!important}.sidebar section.type-1 .hive .card .data{display:none}section.type-1 .hive .card .image img{height:100%;aspect-ratio:89 / 50}.q-results > .flex{flex-direction:column}.quiz .q-results .flex h1,.quiz .q-results .side{width:100%}.quiz .q-results .side{margin-bottom:24px}.single-start .hive .card .image img,.type-1 .hive .card .image img{height:100%}.answers h3{margin:24px 0}.q-results-check .item{margin:0}.q-results-check{gap:8px}.ballot,.quiz .flex.between.with-sidebar{margin-bottom:0}.quiz.quiz-page .flex.between.with-sidebar{margin-top:0}.quiz .q-results h2{margin:0 auto}.quiz .single .q-image{width:100%;padding:16px;outline:1px solid #ccc;background-color:#e9e9e9}.quiz .single .q-image picture{width:auto}.quiz .answers .q-image picture{width:100%;justify-content:center;align-items:center;display:flex}.quiz .single .q-image img{max-height:300px;width:auto}.sib-form{margin-top:12px}#sib-container{padding:0;background-color:transparent}.sib-form .entry__field{border:0}.sib-form-block strong{color:var(--dark) !important;font-size:20px}.entry__label{color:var(--dark) !important}.sib-form-block__button{background-color:var(--accent);border-radius:50px;padding:8px 18px !important;font-weight:400}.sib-form-block{padding:0}.sib-form .input:not(textarea){height:auto !important;padding:8px 8px !important;outline:1px solid var(--grey);border-radius:6px;font-size:14px}.sib-form-block p{line-height:1 !important}.sib-form .input:not(textarea)::placeholder{color:var(--grey)}.multiplex{width:100%;height:auto;margin:24px 12px}.bnr_970{max-width:970px;margin:24px auto}.wrap > .bnr_970:first-child{margin-top:0}.bnr_728,.bnr_750{display:none;margin:24px auto}.bnr_250.mobile,.hive .bnr_250.mobile{display:none;margin:24px auto}center{position:relative}center:after{position:absolute;content:"Advertisement";font-size:10px;top:-14px;right:0}.bnr_250 center{max-width:300px;min-width:300px;min-height:250px;margin:0 auto}.bnr_970 center{min-height:250px;min-width:970px}.hive .bnr_970,.hive .bnr_250,.hive .bnr_728,.hive .bnr_750{grid-row:span 2;grid-column:span 2;margin:12px auto}.q-results-check .item.w{background-color:var(--accent)}.q-results-check .item.r{background-color:var(--green)}.submit{font-size:18px;padding:10px 48px}.int{font-size:14px;margin:12px 0;display:block}.cnt_form .line{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;max-width:600px}.cnt_form input[type=text],.cnt_form select,.cnt_form textarea{padding:11px;border-radius:12px;width:100%}.cnt_form label{font-size:14px;width:100px}.line.text{margin-top:24px;font-size:14px;display:block}.line.text h2{margin-bottom:12px}.flex_line{display:flex;justify-content:space-between}.flex_line .details{padding:16px;border:1px solid var(--accent);border-radius:8px;font-size:14px;right:24px}.flex_line .details .line{display:block;margin-bottom:4px}.alert_green{background-color:#0bc92a}.alert_red{background-color:red}.alert_green,.alert_red{color:#fff;font-size:15px;text-align:center;padding:10px 0;display:flex;width:100%;justify-content:center}header .actions{display:flex;gap:24px}.container.menu-open main{margin-top:calc(100vh - 133px)}header .actions .h_links .item{display:flex;align-content:center;justify-content:center;flex-direction:row-reverse;flex-wrap:wrap;width:max-content;gap:8px}header .actions .h_links picture{height:24px;width:24px}header .actions .h_links .item .text{margin:0;display:block}header .actions .sub{position:relative}header .actions .sub>.item{font-size:14px;font-weight:500;color:var(--black);border-radius:40px;padding:6px 12px;white-space:nowrap}header .actions .sub .items{position:absolute;right:-60px;gap:4px;top:40px;background-color:#fafafa;padding:0;opacity:0;transition:opacity .5s ease-out;visibility:hidden;border-top:0;z-index:1;min-width:150px;align-items:baseline;display:flex;flex-direction:row;width:max-content;right:-263px}header .actions .sub .items .item{font-size:var(--regular);display:flex;justify-content:flex-end;align-items:center;flex-direction:row-reverse;padding:8px 10px;font-weight:400;white-space:nowrap;width:fit-content}header .actions .sub:hover .items{opacity:1;visibility:visible}header .actions .sub div.item:after{content:"";position:absolute;right:0;top:16px;width:0;height:0;border-style:solid;transform:rotate(180deg);box-sizing:border-box;border-width:10px 6px 0;border-color:var(--accent) transparent transparent transparent;transform:rotate(0deg);border-radius:3px}@media only screen and (max-width:1212px){section.type-3 .hive .card{flex-basis:31%}section.type-2:not(section.type-2.background){padding:0 24px}section{padding:0 12px}.seo_wrap{margin:24px 12px}footer .wrap{margin:0 12px}}@media only screen and (max-width:1000px){.bnr_970{display:none}.bnr_728,.bnr_750{display:block}.type-1 .hive .card img{height:auto;object-fit:cover}.type-1 .hive .card .title{font-size:18px;-webkit-line-clamp:2}.card .data{font-size:13px}.single-start .side{width:40%}.type-1 .hive .card{flex-direction:column}section.type-3 .hive .label,section.type-1 .hive .label{position:absolute;top:8px;left:8px;background-color:#ffffffee}.hive .card .title:not(section.type-2 .hive .card .title){margin-top:0}.hive .card .image:not(.articles .card .image){max-height:2000px}.type-1 .hive .card img{width:100%}.card .flex.column.between{position:unset}section.type-1 .hive .card .image:not(.articles .card .image){height:auto;max-height:none}.menu-icon{display:flex;top:6px}.menu-open header menu .sub>.item,.menu-open header menu .sub div.item:after{display:none}header menu .sub .items,header menu .sub{position:relative}.menu-open header menu .sub .items{overflow:visible;position:relative;padding:0;margin:0;border:0;gap:8px;display:flex;flex-direction:column;align-items:flex-start;background:transparent;position:relative;top:-8px;right:0;opacity:1;width:100%;visibility:visible;flex-direction:column}.menu-open header .actions .sub .items .item{font-weight:500;padding:8px 0}header menu .item,header menu .sub .items .item{justify-content:flex-end;padding:6px 12px}header menu .item .text{font-size:18px;color:var(--black)}header menu .item.cur .text{color:var(--white)}header menu{display:flex;flex-direction:column;gap:8px;margin:0;position:absolute;top:96px;left:0;padding:12px;height:0;opacity:0;background-color:var(--light);z-index:9999;transition:all .3s ease-out;overflow-x:scroll;width:100%}.menu-open header menu{top:133px}header menu a{display:block}.menu-open header menu{height:calc(100vh - 133px);opacity:1}}@media (min-width:740px) and (max-width:1000px){.single-start > .flex{flex-direction:column}.single-start > .flex{flex-direction:column}.single-start .side{width:100%}.single-start .side button{margin-bottom:8px}}@media only screen and (max-width:770px){.bnr_750{display:none}main menu{margin:24px 0}section.type-3 .hive .card{flex-basis:48%}}@media only screen and (max-width:740px){.bnr_728{display:none}.bnr_250.mobile,.hive .bnr_250.mobile{display:block}main menu{margin:0}section.type-3 .hive .card .flex.column.between,.card .flex.column.between{position:unset;height:auto}section.promoted{flex-direction:column;margin-bottom:24px}section.promoted .card{aspect-ratio:20 / 13;overflow:hidden}section.promoted .card .image{display:flex;flex-direction:column;justify-content:center;aspect-ratio:20 / 13;overflow:hidden}.promoted .card img{width:fit-content;min-height:100%;height:100%;align-self:center}section.promoted .sub{background-color:var(--grey-light);padding:12px;display:none}section.promoted .bnr_250{margin:24px auto}section.promoted .bnr_250 center{margin:0 auto;max-width:300px}.hive .card .image{max-height:none}.quiz .single .q-image{padding:0}.quiz .single .q-image img{max-height:none}.type-1 .hive .card,section.articles .hive .card{flex-direction:column}.type-1 .hive .card img{width:100%}.type-1 .hive .card .title{margin-bottom:12px}section.articles .card{margin-bottom:24px}section.articles .card .short{margin-bottom:12px}.hive .card .label{font-size:11px}.flex.between.with-sidebar{display:block}.flex.between.with-sidebar .article{width:100%}section.type-1 .hive .card .image:not(.articles .card .image){max-height:none}.articles .card .image{width:100%}.sidebar{width:100%;margin-top:24px}.sidebar .bnr_250+.bnr_250{display:none}.sidebar .hive .card .label{display:block}.type-1 .hive .card .title{margin-top:12px}.sidebar section{padding:0}.sidebar .flex.column .mailer{order:2}.sidebar .flex.column .sub{order:1;margin-top:24px}section.type-2:not(section.type-2.background){padding:0 12px}section.type-3 .hive .card:not(section.type-3 .hive .card:last-child){margin-bottom:36px}section.type-3 .hive{display:block;margin-bottom:0}section.type-3 .hive .card .flex.column.between,.card .flex.column.between{position:unset}.hive .card .title:not(section.type-2 .hive .card .title){margin-top:0}section.type-2 .hive{grid-column-gap:12px}section.type-3 .hive .label,section.type-2 .hive .label,section.type-1 .hive .label{display:none;position:absolute;top:8px;left:8px;background-color:#ffffffee}section.type-2,section.type-3.background{padding:24px 12px}.type-3.slim .hive .card .data{right:8px;top:8px;background-color:#ffffffee;border:1px solid var(--accent);border-radius:40px;padding:6px 8px;font-size:12px;margin:0}.article-page .head .flex.column{position:relative;background:none;color:var(--black);margin-bottom:0;padding:14px 0}.article-page .head .flex.column h1{margin-bottom:0}.article .short{margin-top:0}section.articles .hive .card img,.main-page .articles .card .image{width:100%}.quiz .flex.between.with-sidebar{flex-direction:column;margin-top:0}main menu{display:flex;justify-content:flex-start;overflow-x:scroll;width:100%;padding:0 12px}}@media only screen and (max-width:670px){.pager.flex.center{flex-direction:row}.flex_line{flex-direction:column}.single-start > .flex,.q-results > .flex{flex-direction:column}.single-start .side button,.q-results .side button{margin:0;margin-bottom:12px}.single-start .side .flex.head,.q-results .side .flex.head{width:auto}.single-start .flex .flex.between .flex.between.column,.q-results .flex .flex.between .flex.between.column{flex-direction:row}.single-start h1,.q-results h1{border-bottom:0}.single-start .title,.q-results .title{order:0;margin-bottom:0}.single-start .q-image,.q-results .q-image{order:1}.single-start .side,.q-results .side{width:100%;order:2}.quiz-frame h2{margin-bottom:12px}.quiz .flex.center button{width:auto}}@media only screen and (max-width:500px){.container h1{font-size:var(--font-l)}section.promoted{padding:0}.hive{display:block}.type-1 .card{margin-bottom:24px}header{margin-bottom:0}header.with-menu .wrap{flex-direction:column;align-items:center;gap:12px}.type-1 .hive .card .title{-webkit-line-clamp:5}header menu:not(header .actions menu){margin:24px 0;display:none}header .search input[type=text]{width:40px;padding:11px}header .actions:focus-within .search input[type=text]{width:auto}header .search{width:40px}header.with-menu .search{width:100%}header .actions #search{pointer-events:none}header .actions:focus-within #search,header.with-menu #search{pointer-events:inherit}header.with-menu .search input[type=text],header.with-menu .actions,header .actions:focus-within,header .actions:focus-within .search input[type=text],header .actions:focus-within .search{width:100%}header .actions:focus-within .search input[type=text]{padding:11px 11px 11px 40px}header .actions:focus-within{margin-left:8px}main menu{display:flex;justify-content:flex-start;overflow-x:scroll;width:100%;padding:0 12px}header .flex.between{width:100%}.menu-icon{display:flex;position:absolute;right:16px;top:16px}.description{display:none}.category-page main menu{display:block;position:absolute;top:131px;padding:12px;height:0;opacity:0;background-color:var(--light);z-index:9999;transition:all .3s ease-out}.category-page main menu a{display:block}.category-page.menu-open menu{height:calc(100vh - 131px);opacity:1}.submit{display:flex;width:100%;justify-content:center}.q-results-check{display:flex;flex-flow:row;overflow-x:auto;justify-content:flex-start;margin-left:0}.q-results-check .item{height:44px}section.type-2 .hive .card{max-width:90%}section.type-2 .hive .card .image,section.type-2 .hive .card .image img{width:-webkit-fill-available}.hive .card{display:flex;height:min-content}.type-1,.type-2,.type-3{margin-bottom:36px}section.type-1 .hive .card .image,.articles .card .image img{margin-bottom:12px}.article .head img{margin:0 -12px;width:calc(100% + 24px)}footer .logo{text-align:center}footer .flex.between{flex-direction:column}footer menu{margin-bottom:36px}}.h_links{background-color:var(--secondary);z-index:99999}.h_links menu:not(.actions .h_links menu){margin:0;padding:0;display:flex;justify-content:end;align-items:center}.h_links a{font-size:12px;text-decoration:none;padding:6px 12px;color:#fff}.h_links a:not(menu .h_links a),.h_links .text{line-height:1}.h_links a:hover{text-decoration:underline}.actions .h_links a{color:var(--black)}.actions .h_links a.cur{color:var(--white)}menu .h_links .sub .items{top:30px}.h_links .sub{position:relative;font-size:12px;color:#fff;padding:6px 12px;margin-right:12px;cursor:pointer}.h_links .sub div.item:after{content:"";position:absolute;top:11px;right:-2px;width:0;height:0;border-style:solid;border-width:8px 4px 0 4px;border-color:#ffffff transparent transparent transparent;transform:rotate(0deg)}.h_links .item{display:flex;align-items:center}.h_links .item .text{margin:0}.h_links .items{display:flex;flex-direction:column;position:absolute;background-color:#0046af;z-index:99999999;right:-12px;top:31px;overflow:hidden;max-height:0;transition:all .6s ease-out;align-items:baseline}menu .h_links .items{right:auto;left:-18px}menu .h_links .sub > .item{line-height:1}.h_links .items a{padding:6px 20px;white-space:nowrap}.h_links .items a:first-child{margin-top:8px}.h_links .sub:hover .items{max-height:280px}.links .h_links{background-color:transparent;display:inline-block}.links .h_links .wrap{padding:0;margin:0;max-width:none}.links .h_links a:not(.links .h_links .items a),.links .h_links .sub{font-size:14px;padding:0}.links .h_links .sub{padding-right:12px}.links .h_links .sub:after{top:5px}.links .h_links .items{top:35px}.h_links a:hover{text-decoration:none}.h_links .item{display:flex;justify-content:center;align-items:center;flex-direction:row-reverse}.h_links .item img,.h_links .item picture{margin-right:4px;max-height:24px;width:auto;height:100%}menu .wrap .links{display:flex;align-items:center}menu .h_links .sub a:hover:after{height:0;width:0}@media only screen and (max-width:1260px){menu .wrap .links{display:block}.links .h_links menu{flex-direction:column}.links .h_links .sub .item{display:none}.links .h_links .sub{font-size:0;margin:0;padding:0}.links .h_links .sub:after{display:none}.links .h_links .sub .items{max-height:none;position:relative;top:0;left:0;background-color:transparent;justify-content:center;display:flex}.links .h_links a:not(.links .h_links .items a),.links .h_links .items a{font-size:24px}}@media only screen and (max-width:500px){.h_links:not(.actions .h_links){display:none}}.actions .h_links{background:transparent}