:root {
    --blue: #2f55d4;
    --black: #3c4858;
    --color3: #2eca8b;
    --color4: #8492a6;
    --shadow: 0 0 3px rgb(60 72 88 / 15%);
}

@font-face{
    font-family: 'Nunito';
    src: url(../fonts/nunito-200.woff2);
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'Nunito';
    src: url(../fonts/nunito-600.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'Nunito';
    src: url(../fonts/nunito-700.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
    background: rgba(47, 85, 212, 0.9);
    color: #ffffff;
}

::marker {
    font-size: 0.9em;
}

section {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.5;
    font-weight: 600;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #007bff;
}

a:hover {
    color: var(--blue);
}

body {
    font-size: 18px;
    font-family: Nunito, sans-serif;
    line-height: 1.6;
    color: #161c2d;    
}

video{
    max-width: 100%;
}

.wp-video{
    width: 100% !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


ul.list li{
    line-height: 2rem;
}

ol li{
    line-height: 2.3rem;
}

article ol{
    margin-left: 15px;
}

/****************** for addthis widget ******************************/
.at-custom-sidebar{width:39px!important}
.at-custom-sidebar .at-icon{margin:0!important}

.at-custom-sidebar.atss-left{
    left: auto!important;
    right: 0!important;
}

body>header .top-menu,
main {
    display: flex;
    /* overflow: hidden; */
}

main img {
    height: auto !important;
    max-width: 100% !important;
}

body.index-page>main {
    display: block;
}

body>header .top-menu,
body>main {
    max-width: 100%;
}

.text-primary {
    color: var(--blue);
}

h3,
h2 {
    letter-spacing: 0.5px;
    font-size: 30px;
    margin-bottom: 1.5rem;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.shadow {
    box-shadow: var(--shadow);
}

.section-bordered {
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    border-radius: 6px;
}


/***********************************************************************/

body>footer {
    display: block;
    background: #202942;
    padding: 60px 0;
    position: relative;
    color: #adb5bd;
    margin-top: 80px;
}

body.index-page>footer::before {
    content: '';
    clip-path: polygon(100% 69%, 0% 100%, 100% 100%);
    background: #202942;
    height: 280px;
    position: absolute;
    width: 95%;
    right: 0;
    top: -279px;
}

body>footer .footer-1 {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

body>footer .footer-1>div {
    width: 20%;
    display: flex;
    justify-content: center;
}

body>footer .footer-1>div:first-child,
body>footer .footer-1>div:last-child {
    width: 30%;
}

@media screen and (max-width: 792px) {
    body>footer .footer-1 {
        flex-wrap: wrap;
    }
    body>footer .footer-1>div {
        width: 49% !important;
        margin-bottom: 40px;
    }
    body>footer .footer-1>div:nth-child(3) {
        justify-content: left;
    }
    body>footer::before {
        clip-path: polygon(100% 79%, 0% 100%, 100% 100%);
    }
}

body>footer a.logo-footer {
    display: block;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
}

body>footer a.logo-footer img {
    width: 100%;
    max-width: 300px;
}

a.social-icon {
    color: #adb5bd;
    border: solid 1px #adb5bd;
    display: inline-block;
    width: fit-content;
    padding: 7px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.social-icon:hover {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

body>footer h5 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 20px;
    font-weight: 500;
}

body>footer li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #adb5bd;
}

body>footer a {
    color: #adb5bd;
    transition: all 0.5s;
}

body>footer a:hover {
    color: #fff;
}

body>footer li::before {
    content: url(../img/chevron-right.svg);
    display: inline-block;
    top: 5px;
    left: -5px;
    position: relative;
    color: red;
}

.footer-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-banners>div {
    width: 49%;
}

.footer-banners>div img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

body>footer .footer-2 {
    padding: 30px 0 0 0;
    border-top: 1px solid #283353;
}

body>footer .footer-2 p {
    max-width: 95%;
    margin: 0 auto;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 50px;
    right: 30px;
    opacity: 0;
    transition: all 0.5s ease;
}


/***********************************************************************/

.header2__info {
    background-color: #f8f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 75px;
}

.header2__info h1 {
    margin-bottom: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;

}

@media screen and (max-width: 600px) {
    .header2__info h1 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .header2__info h1 {
        font-size: 0.95rem;
    }
}


.header2__info h1 svg{
    margin-right: 7px;
    fill: var(--blue);
    margin-top: -11px;
}

.header2__info::after {
    content: '';
    background-color: #f8f9fc;
    clip-path: ellipse(52% 32% at 50% 50%);
    position: absolute;
    bottom: -42px;
    height: 75px;
    width: 100%;
}

@media screen and (max-width: 792px) {
    .header2__info {
        padding-top: 100px;
    }
}

.header2__info svg{
    width: 40px;
    height: 40px;
    margin-right: 7px;
    fill: var(--blue);
}

/***********************************************************************/

body>main {
    justify-content: space-between;
}

section.content {
    flex-basis: 70%;
    height: fit-content;
}

aside.sidebar {
    flex-basis: 28%;
    padding: 1.5rem;
    border-radius: 6px;
    height: fit-content;
}

.widget {
    position: relative;
    margin-bottom: 30px;
}

.widget:last-child{
    margin-bottom: 0;
}

.widget img {
    max-width: 100%;
}

h2.entry-title,
h3.entry-title,
.widget h3 {
    font-size: 1.3rem;
    color: #222;
    padding: 9px 3px;
    background: #f7f7f9;
    border-radius: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 23px;
}

.pn-plugins-adv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pn-plugins-adv img {
    width: 95%;
}

.breadcrumb {
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0.5px;
    padding: 4px 24px 8px 24px;
    display: block;
    box-shadow: var(--shadow);
    border-radius: 6px;
    top: -75px;
    position: relative;
    background: #fff;
}

.breadcrumb li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb li a {
    color: inherit;
}

.breadcrumb li a:hover,
.breadcrumb li.active {
    color: var(--blue);
}

.breadcrumb ul li a:after {
    content: url(../img/chevron-right.svg);
    font-size: 14px;
    color: #3c4858;
    padding-left: 5px;
    position: relative;
    top: 7px;
}

@media screen and (max-width: 900px) {
    body>main {
        display: block;
    }
}


/***********************************************************************/

.faq-list>li {
    display: flex;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    border-radius: 6px;
    padding: 1rem;
    align-items: center;
    font-size: 1.2rem;
    cursor: pointer;
}

.faq-list>li:hover {
    transform: scale(1.04);
    box-shadow: 0 5px 13px rgb(60 72 88 / 20%);
}

.faq-feature-icon {
    background: linear-gradient( 45deg, transparent, rgba(47, 85, 212, .15));
    margin-right: 1rem;
    border-radius: 50px;
    height: 45px;
    width: 45px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.faq-counter {
    position: absolute;
    font-size: 11px;
    color: #2f55d4;
    width: 45px;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    .faq-list>li{
        font-size: 1.1rem;
    }
}

.search-form input {
    padding: 18px 20px;
    width: 100%;
    color: #3c4858;
    border: none;
    outline: none;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: var(--shadow);
    border: 1px solid #e9ecef;
    border-radius: 50rem;
    background-color: #fff;
    font-size: 0.9rem;
}

.btn.btn-pills {
    border-radius: 30px;
    cursor: pointer;
    line-height: 1.6rem;
}

.search-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    outline: none;
    font-weight: 200;
}


ul.list li::before {
    content: url(../img/circle.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    top: 2px;
    position: relative;
}

ul.list-2 {
    margin-bottom: 20px;
}

ul.list-2 li {
    color: #161c2d;
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
}

ul.list-2 li::before {
    content: url(../img/circle-2.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    top: 2px;
    position: relative;
}

ul.list-3 li::before {
    content: url(../img/circle-3.svg);
}

ul.list-4 li,
ul.list-4 li a {
    color: var(--color4);
    line-height: 2.5rem;
}

ul.list-4 li::before {
    content: url(../img/circle-4.svg);
    margin-right: 3px;
}

.woot-modal-inner-footer .btn-big {
    margin-bottom: 0;
}

ul.tabs {
    display: flex;
    margin-bottom: 60px;
    background: #f4f6fa;
    border-radius: 6px;
}

ul.tabs li {
    flex-grow: 1;
    text-align: center;
}

ul.tabs li a {
    display: block;
    color: #495057;
    padding: 0.7rem 0.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.5s;
}

ul.tabs li.selected-tab a {
    background-color: var(--blue);
    color: #fff;
}

.tabs-sections {
    padding: 0 2rem;
    font-size: 1.05em;
    font-weight: normal;
}

@media screen and (max-width: 900px) {
    ul.tabs {
        flex-direction: column;
    }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.video-tutorials ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.video-tutorials ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    padding: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
    text-align: center;
    margin-right: 5px;
}

.video-tutorials ul li>* {
    align-self: center;
}

.video-tutorials ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.video-tutorials ul li h3 {
    display: block;
    margin: 40px 0;
    font-size: 1.4em;
    flex-shrink: 1;
}

.video-tutorials ul li .btn {
    padding-left: 40px;
}

.video-tutorials ul li .btn::before {
    content: url(../img/video.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
}

@media screen and (max-width: 900px) {
    .video-tutorials ul li {
        width: 49%;
    }
}

@media screen and (max-width: 600px) {
    .video-tutorials ul li {
        width: 100%;
    }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

section.downloads{
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 4.5rem 1.5rem 0.5rem 1.5rem;
    text-align: center;
}

p.presentation {
    color: var(--color4);
    width: 100%;
    max-width: 600px;
    margin: 0 auto 90px auto;
}

.blue-columns {
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.blue-columns>div {
    width: 49%;
    box-shadow: var(--shadow);
    border-radius: 6px;
    background-color: #f8f9fc;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blue-columns>div header {
    background-color: var(--blue);
    color: #fff;
    font-size: 1.15rem;
    text-align: center;
    padding: 1.5rem;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.blue-columns>div header>* {
    font-size: 1.5rem;
}

.blue-columns > div > div {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blue-columns .btn {
    text-align: center;
}

.blue-columns .price {
    font-size: 3.2rem;
    color: var(--blue);
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.5rem;
    display: block;
}

.blue-columns .price sup {
    font-size: 1.5rem;
    font-weight: 600;
}

.blue-columns strong {
    text-transform: uppercase;
    font-size: 1rem;
    color: #161c2d;
}

@media screen and (max-width: 900px) {
    .blue-columns {
        flex-direction: column;
    }
    .blue-columns>div {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .blue-columns strong {
        font-size: 0.6rem;
    }
}

article.news {
    font-family: "ProximaNova",Nunito, sans-serif;
    font-size: 1.15rem;
    margin-bottom: 20px;
    line-height: 1.72857143;
}

article.news img{
    max-width: 100%;
    height: auto;
}

article.news hr{
    margin: 20px 0;
}

article.news p{
    margin-bottom: 1rem;
}

article.news ul li{
    line-height: 2.3rem;
}

article.news ul li::before {
    background-image: url(../img/circle-3.svg);
    background-size: 15px 20px;
    display: inline-block;
    width: 20px;
    height: 17px;
    content: "";
    margin-right: 5px;
    background-repeat: no-repeat;
}


article >header > h3 {
    font-size: 1.17em;
    color: #222;
    padding: 9px 3px;
    background: #f7f7f9;
    border-radius: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 23px;
}

section.translations tbody td:nth-child(3) {
    display: flex;
    justify-content: center;
}

section.translations tbody td:nth-child(3) .btn {
    margin-right: 5px;
}

.flag {
    width: 65px;
    box-shadow: var(--shadow);
    border-radius: 6px;
}

section.sitemap section h4 {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
}

section.sitemap section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}

section.sitemap section:last-child {
    border: none;
    padding-bottom: 0;
}

.max-width-900 {
    max-width: 900px;
    margin: 0 auto;
}

.width-95 {
    width: 95%;
    margin: 0 auto;
}

.at-icon-wrapper{
    width:35px!important;
    height:35px!important;
}

.faq_1 a{
    color: orangered;
}

.faq_2 a{
    color: chocolate;
}

.faq_3 a{
    color: darksalmon;
}

section.extensions{
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

.the-notice {
    border: solid 1px #0090cb;
    background: #e7f3f7;
    padding: 9px;
    font-size: .8em;
    margin-bottom: 9px;
    overflow-x: auto;
}

.tabs-sections-cols > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.tabs-sections-col{
    display: flex;
    width: 24%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.tabs-sections-col .btn{
    width: 100%;
}

@media screen and (max-width: 900px) {
    .tabs-sections-col{
        display: flex;
        width: 32%;
    }
}

@media screen and (max-width: 600px) {
    .tabs-sections-col{
        display: flex;
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    .tabs-sections-col{
        display: flex;
        width: 100%;
    }
}



.tabs-sections-col h4{
    margin: 1rem 0;
}

.row.projects-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.row.projects-wrapper > div{
    width: 33%;
    margin: 0 5px 5px 0;
}

.row.projects-wrapper img{
    border-radius: 6px;
}




.woot-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.woot-gallery div {
    width: 31%;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 11px;
    border-radius: 8px;
    margin-right: 11px;
}

.woot-gallery div img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .woot-gallery div {
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .woot-gallery div {
        width: 100%;
    }
}

code[class*="language-"], pre[class*="language-"] {
    font-size: 0.9em;
}

pre, code{
    word-wrap: break-word!important;
    white-space: pre-wrap!important;
    word-break: break-all;
    overflow: auto;
}

.section-404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #8492a6;
    text-align: center;
}

.section-404 p{
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}

.section-404 img{
    height: 100px;
}

.section-404 h4{
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: #3c4858;
    margin: 20px 0;
}


#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:#fff}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;border:none}.cn-button{font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0;padding:0;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.cn-button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05);text-decoration:none}.cn-button.bootstrap,.cn-button.wp-default{text-decoration:none;padding:8.5px 10px;line-height:1}.cn-button.wp-default{color:#fff;background:#fbb03b}.cn-button.bootstrap{color:#fff;background:#20c19e}.cn-text-container{margin:0 0 6px 0; color: white;}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}

#cookie-notice{
    display: none; 
    background-color: rgba(0,0,0,0.8);
}

.cookie-notice-container{
    color: #fff;
}

.masonry-stars-meta,
div[itemprop="itemReviewed"]{
    display: none;
}

.header2__info h1 svg {
    margin-right: 2px;
    fill: var(--blue);
    margin-top: -11px;
}
.header2__info svg {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    fill: var(--blue);
}


/*****************  TABLE START *************************/

data-table,
data-table-row,
data-table-cell{
    display: block;
    box-sizing: border-box;
}

data-table {
    width: 100%;
}

data-table-row {
    display: flex;
    flex-flow: row wrap;
    border-left: solid 1px #d9d9d9;
    transition: 0.5s;
}

data-table-row:first-of-type {
    border-top: solid 1px #2f71b1;
    border-left: solid 1px #2f71b1;
}

data-table-row:first-of-type data-table-cell{
    background: #477bff;
    color: #fff;
    border-color: #1565C0;
}

data-table-row:not([hidden]):nth-child(2n):nth-child(even) data-table-cell {
    background: #f8f9fc;
}

data-table-row:hover {
    background: #F5F5F5;
    transition: 500ms;
}

data-table-cell {
    position: relative;
    /* width: calc(100% / 4);*/
    width: var(--width);
    text-align: center;
    padding: 0.5em 0.5em;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    flex-direction: column;
    justify-content: center;
}

@media all and (max-width: 767px) {
    data-table-cell:last-of-type {
        border-bottom: solid 1px #d9d9d9;
    }

    data-table-cell {
        width: 100%;
        border-bottom: 0;
    }

    data-table-cell:first-child {
        width: 100%;
        border-bottom: solid 1px #d9d9d9;
    }
}


.data-table-cell-help{
    position: absolute;
    top: 11px;
    right: 12px;
}

.data-table-cell-help img{
    width: 15px;
}


/*****************  TABLE END *************************/



