:root {
    --neutrals-dark: #131821;
    --neutrals-text: #6F747C;
    --neutrals-light: #F2F4F8;
    --neutrals-paper: #FFFFFF;
    --neutrals-border: #D1D3D6;
    --highlight: #6659E3;
    --desygner-yellow: #F4C304;
}

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    font-family: "Nunito", "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
    text-decoration: none;
}

html {
    font-size: 16px;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    padding: 0;
}

body > * {
    margin: 0 auto;
    width: min(740px, 90vw);
}

.container {
    margin: 0 auto;
}

hr {
    width: calc(100% - 25px);
}

h1, h2, h3, h4, h5, p {
    font-family: Nunito;
    margin-bottom: 1rem;
    color: var(--neutrals-dark);
    overflow-wrap: break-word;
}

h1 {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 3rem;
    transition: all 0.25s ease-in-out;
}

h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.back-to-top {
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: -50px;
    background: #fff;
    font-size: 14px;
    border-radius: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 51px;
    border-radius: 100%;
    transition: all .25s ease-in-out;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.active {
    right: 25px;
}

.back-to-top:hover {
    margin-bottom: 5px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.breadcrumb {
    padding: 0 .5rem;
    margin: 2rem 0;
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

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

.breadcrumb li:not(:last-child) a:not(:hover) {
    color: var(--neutrals-text);
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    color: var(--neutrals-dark);
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.47 5.47a.75.75 0 011.06 0l6 6a.75.75 0 010 1.06l-6 6a.75.75 0 11-1.06-1.06L14.94 12 9.47 6.53a.75.75 0 010-1.06z'%3E%3C/path%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
}

/* Hide top banner when ad is filled */
#adsense-container-top:has(ins[data-ad-status="filled"]) + #top-banner {
    display: none;
}

/* Move top banner when ad is unfilled */
#adsense-container-top:has(ins[data-ad-status="unfilled"]) + #top-banner {
    margin-top: -210px;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}

#header .entry-meta {
    font-size: .825rem;
    color: var(--neutrals-text);
    margin-bottom: 2rem;
}

#content {
    color: var(--neutrals-dark);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8rem;
}

#content p {
    margin-bottom: 4rem;
}

#content p:has(+ p) {
    margin-bottom: 2rem;
}

#content p:has(+ ul) {
    margin-bottom: 1rem;
}

#content ul {
    margin-bottom: 1rem;
}

#content img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 434px;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    margin: 4rem 0;
}

@media screen and (min-width: 768px) {
    #content img.vertical {
        min-width: 50%;
        width: 50%;
        max-height: 100%;
    }
}

#share-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1000;
    transition: all 0.01s ease-out;
}

#share-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

#share-side ul,
#share-bottom ul {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 1rem;
}

#share-side ul {
    flex-direction: column;
    padding-right: 2rem;
}

#share-bottom ul {
    padding-left: 0;
}

#share-side li,
#share-bottom li {
    background-color: var(--neutrals-light);
    color: var(--neutrals-dark);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
}

#share-bottom li {
    border: none;
    transition: all 0.25s ease-in;
}

#share-bottom li:hover {
    transform: translateY(-5px);
}

#share-side li[data-type=facebook]:hover,
#share-bottom li[data-type=facebook]:hover {
    border-color: #3a579a;
    color: #3a579a;
}

#share-side li[data-type=twitter]:hover,
#share-bottom li[data-type=twitter]:hover {
    border-color: #00abf0;
    color: #00abf0;
}

#share-side li[data-type=pinterest]:hover,
#share-bottom li[data-type=pinterest]:hover {
    border-color: #cd1c1f;
    color: #cd1c1f;
}

#share-side li[data-type=linkedin]:hover,
#share-bottom li[data-type=linkedin]:hover {
    border-color: #127bb6;
    color: #127bb6;
}

#share-side li[data-type=whatsapp]:hover,
#share-bottom li[data-type=whatsapp]:hover {
    border-color: #1d9e11;
    color: #1d9e11;
}

#share-side li a,
#share-bottom li a {
    color: inherit;
    display: block;
    padding: 10px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#related-articles {
    padding: 6rem 1rem;
    width: 100%;
}

#related-articles .container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
}

@media screen and (min-width: 768px) {
    #related-articles {
        padding: 6rem 4rem;
    }
}

#related-articles a, .entry-meta a {
    color: #1f1f1f;
}

#related-articles a:hover, .entry-meta a:hover {
    color: var(--highlight);
}

#related-articles article {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--neutrals-border);
    border-radius: 1rem;
}

#related-articles article .entry-image {
    padding: 1rem;
}

#related-articles article .entry-image a {
    overflow: hidden;
    max-height: 95%;
    width: 100%;
    display: block;
    border-radius: 1rem;
}

#related-articles article .entry-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    aspect-ratio: 3/2;
}

#related-articles article .entry-image:hover img {
    transform: scale(1.15);
}

#related-articles .entry-meta span {
    font-size: .85rem;
}

#related-articles .entry-meta span svg {
    width: .85rem;
    height: .85rem;
}

#related-articles .blog-single-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

#related-articles .post-link {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: .5rem;
    margin-bottom: 20px;
}

.entry-meta span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    font-weight: 600;
}

.entry-meta svg {
    color: var(--neutrals-dark);
}

.entry-meta span:has(a:hover) svg {
    color: var(--highlight);
}

.entry-wrapper {
    flex: 1;
    padding: 1rem;
}

#related-articles .entry-content a {
    color: var(--highlight);
}

#related-articles .entry-content a:hover {
    color: var(--neutrals-dark);
}

nav {
    width: 100%;
}

.nav-container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: visible;
    height: 70px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
}

.nav-header {
    display: block;
    -webkit-animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    -moz-animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    -o-animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    float: left;
    z-index: 1;
    position: relative;
}

.nav-toggle {
    display: none;
}

.nav-brand.img {
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    background-color: rgba(255,255,255,0);
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nav-brand > img {
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    border: 0;
}

.nav-collapse.collapse {
    display: block!important;
    visibility: visible!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    width: auto;
    border-top: 0;
    box-shadow: none;
}

.navbar-nav {
    display: block;
    -webkit-animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    -moz-animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    -o-animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    animation: quadmenu_fadein .1s cubic-bezier(0.215,0.61,0.355,1);
    text-align: right;
    margin-right: 1.562rem;
    padding: 0;
    float: none;
    border-radius: 0;
    list-style: none;
}

.navbar-nav > li.nav-item {
    display: inline-block;
    width: auto;
    overflow: visible;
    margin: 0;
    border-radius: 0;
    direction: rtl;
    height: 70px;
    background-color: #fff;
    margin-right: 20px;

}

.navbar-nav > li.nav-item.signup-btn {
    height: auto;
}

.navbar-nav > li.nav-item > a {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    position: relative;
    direction: initial;
    height: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    color: #2f3542;
}

.nav-dropdown-toggle .nav-item-content {
    padding-right: 20px;
}

.nav-item-content {
    align-items: center;
    display: flex;
}

.nav-item-content .fa {
    position: absolute;
    right: 0;
}

.nav-item-has-children {
    position: relative;
}

.nav-item-has-children:nth-child(1) .dropdown-menu {
    transform: translateX(-50%);
}

.nav-dropdown-right .dropdown-menu {
    top: 0;
    left: 100%;
    transform: none;
}

.dropdown-menu {
    transform: translateX(-50%);
    display: none;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    background-color: #ffffff;
}

.dropdown-menu .menu {
    padding: 0;
    width: max-content;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu ul li {
    direction: initial;
    text-align: left;
}

.dropdown-menu > ul > li > a {
    padding: 15px;
    display: block;
    color: #2f3542;
}

.dropdown-menu ul li a:hover {
    color: #000000;
}

.dropdown-maxheight {
    max-height: 336px;
}

.navmenu-row {
    display: flex;
    list-style: none;
    text-align: left;
    padding: 0;
    direction: initial;
}

.navmenu-row > li {
    padding: 0 15px;
}

.navmenu-row > li > div > ul {
    padding: 15px 0;
}

.navmenu-row > li ul > li {
    list-style: none;
    margin-bottom: 15px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: inherit;
}

.navmenu-row > li ul > li:first-child {
    padding-top: 1rem;
}

.navmenu-row > li ul > li a {
    color: #2f3542;
}

.navmenu-row > li ul > li a:hover {
    color: #000000;
}

.nav-item-has-children.open > .dropdown-menu {
    display: flex;
}

.nav-item-has-children.nav-dropdown-right .fa {
    transform: rotate(-90deg);
    right: 15px;
}

/** Signup Button */
.signup-btn.nav-item {
    margin-left: 10px!important;
}

.signup-btn.nav-item > a {
    background-color: var(--highlight);
    color: #ffffff!important;
    border-radius: .5rem;
    text-align: center;
    padding: .75rem;
    transition: all .3s ease;
}

.signup-btn.nav-item:hover > a {
    background-color: transparent;
    box-shadow: 0 0 0 2px var(--highlight);
    color: var(--highlight) !important;
}

.signup-btn.nav-item a .nav-item-content {
    justify-content: center;
}


.blog-header {
    margin-bottom: 4rem;
}

/** Footer */
footer .wrapper .footer_widget .menu li,
footer .wrapper .footer_widget .widget-title {
    text-align: left!important;
    padding: 0 1rem;
}

footer .wrapper .footer_widget .menu li[class^="icons-"] .fab {
    width: 20px;
    display: inline-flex;
    justify-content: center;
}

footer.classic {
    position: relative;
    display: block;
    width: 100%;
    visibility: visible;
    opacity: 1;
}

footer .upper-footer {
    font-size: 16px;
    line-height: 27px;
    padding: 3rem 0;
    color: #eaeaea;
    background-color: #252525;
    border-top: 1px solid #e5e7f2;
    border-color: #252525;
}

footer .upper-footer .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 0;
}

footer .upper-footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

footer .upper-footer .wrapper * {
    color: inherit;
}

footer .upper-footer .wrapper > * {
    flex: 1;
}

footer .lower-footer {
    color: #eaeaea;
    background-color: #1f1f1f;
    margin-top: 0;
    padding: 25px;
    width: 100%;
    border-top: 1px solid #e5e7f2;
    border-color: #1f1f1f;
    box-sizing: border-box;
}

footer .lower-footer a,
footer .lower-footer span {
    opacity: 1;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: inherit;
}

footer .lower-footer .container {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.footer_widget .menu {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 20px;
}

#top-banner {
    background-color: var(--neutrals-light);
    background-size: contain;
    background-position-x: 150%;
    background-position-y: center;
    background-repeat: no-repeat;
    border-radius: 7.5px;
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
    grid-template-areas: "media" "text";
}

@media screen and (min-width: 768px) {
    #top-banner {
        grid-template-areas: "text media";
        grid-template-columns: 60% auto;
    }
}

#top-banner .wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    grid-area: text;
}

#top-banner p {
    margin: 0;
}

#top-banner p:first-child {
    color: var(--neutrals-dark);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

#top-banner p:nth-child(2) {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: .5rem;
}

#top-banner a {
    width: fit-content;
}

#top-banner .media {
    grid-area: media;
    background-image: url(../webp/blog-top-banner.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    height: 160px;
    background-position: center;
}

@media screen and (min-width: 768px) {
    #top-banner .media {
        height: initial;
    }
}

a {
    outline: 0;
    color: var(--highlight);
}

a:hover {
    color: #1f1f1f;
}

a.btn:hover {
    background: #6659E3DF;
}

a.btn {
    padding: 15px 50px;
    background: var(--highlight);
    border-radius: 6px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

#bottom-banner {
    display: flex;
    flex-direction: column;
    background-color: var(--highlight);
    border-radius: 1rem;
    height: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

#bottom-banner .wrapper {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#bottom-banner .media {
    display: flex;
    background-image: url(../webp/blog-bottom-banner.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    min-height: 200px;
    margin-right: -1rem;
}

@media screen and (min-width: 1440px) {
    #bottom-banner .media {
        min-height: 270px;
    }
}

#bottom-banner p {
    margin: 0;
}

#bottom-banner p:first-child {
    color: var(--neutrals-paper);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 5px;
}

#bottom-banner p:nth-child(2) {
    color: var(--neutrals-paper);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 20px;
}

#bottom-banner a {
    background: var(--desygner-yellow);
    color: var(--neutrals-dark);
    border-radius: .5rem;
    text-align: center;
    padding: .75rem;
}

@media screen and (min-width: 768px) {
    #bottom-banner a {
        width: fit-content;
    }
}

#bottom-banner a:hover {
    background: #F4C304DF;
}

#cta-block {
    background-color: var(--neutrals-light);
    margin: 4rem 0;
    padding: 2rem;
    display: grid;
    grid-template-areas: "content"
                         "video";
    gap: 1.5rem;
    border-radius: 1rem;
    align-items: center;
}

#cta-block .wrapper {
    grid-area: content;
}

@media screen and (min-width: 768px) {
    #cta-block .wrapper {
        max-width: 70%;
    }
}

#cta-block .cta-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

#cta-block .cta-text {
    display: flex;
    flex-direction: column;
    align-self: end;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
}

#cta-block .cta-text p {
    margin-bottom: 2rem;
}

#cta-block .cta-text a {
    width: fit-content;
}

#cta-block .video-wrapper {
    grid-area: video;
    aspect-ratio: 16/9;
}

#cta-block video,
#cta-block .video-wrapper iframe {
    border-radius: .5rem;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    footer .wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    footer .wrapper .footer_widget .menu li,
    footer .wrapper .footer_widget .widget-title {
        padding-left: 25%;
        padding-right: 0;
    }
}

/** Mobile & Tablet */
@media screen and (max-width: 1023px) {
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    #header h1 {
        text-align: left;
    }
    
    body > * {
        width: 90%;
    }
    
    nav {
        width: 100%;
    }

    #share-side {
        display: none;
    }

    .nav-collapse.open {
        display: flex;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1;
    }
    
    .nav-collapse.open > ul {
        margin: 0;
    }
    
    .navbar-nav {
        margin-right: 0;
        width: 100%;
    }
    
    .navbar-nav > li.nav-item {
        display: block;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .navbar-nav > li.nav-item.signup-btn {
        height: 70px;
    }

    .nav-collapse {
        display: none;
    }
    
    .nav-toggle {
        padding: 0 25px;
        display: flex;
        align-items: center;
        height: 70px;
    }
    
    .nav-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .signup-btn.nav-item {
        margin-left: 0!important;
    }
    
    .navbar-nav > li.signup-btn.nav-item > a {
        width: auto;
    }
    
    .navbar-nav > li > a {
        width: 100%;
    }
    
    .nav-item-has-children:nth-child(1) .dropdown-menu {
        transform: none;
    }
    
    .dropdown-menu {
        top: 0;
        left: 0;
        transform: none;
        direction: ltr;
        position: relative;
        box-shadow: none;
        width: 100%;
    }
    
    .dropdown-menu ul,
    .dropdown-menu ul.menu {
        width: 100%;
    }
    
    .dropdown-menu .navmenu-row {
        flex-direction: column;
    }
    
    hr {
        width: calc(100% - 40px);
    }

    footer .lower-footer .container {
        flex-direction: column;
        text-align: center;
    }

    footer .upper-footer .wrapper > * {
        flex: auto;
        width: 50%;
        margin-bottom: 25px;
    }
}

/** Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #header h1 {
        text-align: center;
    }
}