/*! CSS Used fontfaces */
@media all {
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
    }

    body {
        margin: 0;
    }

    main {
        display: block;
    }

    h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    a {
        background-color: transparent;
    }

    strong {
        font-weight: bolder;
    }

    img {
        border-style: none;
    }

    html {
        box-sizing: border-box;
    }

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

    h1,
    h2,
    h3,
    p {
        margin: 0;
    }

    *,
    :after,
    :before {
        border: 0 solid;
    }

    img {
        border-style: solid;
    }

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

    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    @media (min-width:576px) {
        .container {
            max-width: 576px;
        }
    }

    @media (min-width:768px) {
        .container {
            max-width: 768px;
        }
    }

    @media (min-width:992px) {
        .container {
            max-width: 992px;
        }
    }


    @media (min-width:1333px) {
        .container {
            max-width: 1333px;
        }
    }

    @media (min-width:1600px) {
        .container {
            max-width: 1600px;
        }
    }

    .border-gray-1-o {
        border-color: rgba(0, 0, 0, .2);
    }

    .border-solid {
        border-style: solid;
    }

    .border-b-0 {
        border-bottom-width: 0;
    }

    .border-b-1 {
        border-bottom-width: 1px;
    }

    .flex {
        display: flex;
    }

    .flex-col {
        flex-direction: column;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

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

    .justify-center {
        justify-content: center;
    }

    .justify-between {
        justify-content: space-between;
    }

    .font-light {
        font-weight: 300;
    }

    .font-bold {
        font-weight: 700;
    }

    .mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .my-12 {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .mt-0 {
        margin-top: 0;
    }

    .mt-4 {
        margin-top: 1rem;
    }

    .mb-4 {
        margin-bottom: 1rem;
    }

    .mb-8 {
        margin-bottom: 2rem;
    }

    .mt-10 {
        margin-top: 2.5rem;
    }

    .max-h-lg {
        max-height: 50rem;
    }

    .max-w-xl {
        max-width: 60rem;
    }

    .max-w-3xl {
        max-width: 80rem;
    }

    .max-w-full {
        max-width: 100%;
    }

    .p-0 {
        padding: 0;
    }

    .px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .pb-0 {
        padding-bottom: 0;
    }

    .pb-2 {
        padding-bottom: .5rem;
    }

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

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

    .text-gray-4 {
        color: #a7a7a7;
    }

    .text-14 {
        font-size: .875rem;
    }

    .text-16 {
        font-size: 1rem;
    }

    .text-24 {
        font-size: 1.5rem;
    }

    .w-full {
        width: 100%;
    }

    @media (min-width:321px) {
        .xs\:text-33 {
            font-size: 2.5rem;
        }
    }

    @media (min-width:768px) {
        .md\:flex-row {
            flex-direction: row;
        }

        .md\:mt-24 {
            margin-top: 6rem;
        }

        .md\:text-42 {
            font-size: 2.55rem;
        }
    }

    @media (min-width:992px) {
        .lg\:border-b-0 {
            border-bottom-width: 0;
        }

        .lg\:border-b-1 {
            border-bottom-width: 1px;
        }

        .lg\:mt-10 {
            margin-top: 2.5rem;
        }

        .lg\:max-w-3xl {
            max-width: 80rem;
        }

        .lg\:max-w-4xl {
            max-width: 90rem;
        }

        .lg\:px-2 {
            padding-left: .5rem;
            padding-right: .5rem;
        }

        /* .lg\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
        } */

        .lg\:pb-0 {
            padding-bottom: 0;
        }

        .lg\:pt-2 {
            padding-top: .5rem;
        }

        .lg\:pb-2 {
            padding-bottom: .5rem;
        }

        .lg\:text-16 {
            font-size: 1rem;
        }

        .lg\:text-48 {
            font-size: 3rem;
        }

        .lg\:w-5\/6 {
            width: 83.33333%;
        }
    }

    a,
    article,
    body,
    div,
    h1,
    h2,
    h3,
    header,
    html,
    img,
    li,
    p,
    section,
    span,
    strong {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
    }

    ul {
        margin: 0;
        border: 0;
        vertical-align: baseline;
    }

    html {
        font-size: 16px;
    }

    body {
        font-size: 1.125rem;
    }

    h1,
    h2,
    h3 {
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    h3 {
        font-size: 1.875rem;
    }

    p {
        line-height: 1.4;
    }

    a {
        position: relative;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    strong {
        font-weight: 700;
    }

    h1,
    h2,
    h3 {
        clear: both;
        font-weight: 800;
    }

    @media (max-width:767px) {
        body {
            font-size: 1rem;
            font-weight: 500;
        }

        h1 {
            font-size: 1.875rem;
        }

        h2 {
            font-size: 1.5rem;
        }

        h3 {
            font-size: 1.25rem;
        }
    }

    body {
        background-color: #fff;
        overflow-x: hidden;
    }

    .post-content ul li {
        line-height: 1.85;
    }

    .post-content-body {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    body {}

    body,
    h1,
    h2,
    h3 {
        color: #000;
    }

    ol {
        list-style-type: decimal;
        padding: 0 21px;
        margin-bottom: 20px;
    }

    ol li,
    ul li {
        line-height: 1.85;
    }

    ol li {
        font-size: 1.1rem;
    }

    .site-wrapper {
        overflow-x: hidden;
    }

    .page-headline h1 {
        color: #000;
        font-weight: 700;
    }

    @media (max-width:544px) {
        .page-headline.container {
            max-width: unset;
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }

    .tuvibattu_breadcrumbs {
        font-weight: 300;
        color: #000;
        font-size: 14px;
        line-height: 1;
    }

    .tuvibattu_breadcrumbs ul {
        list-style: none;
        margin: 0;
    }

    .tuvibattu_breadcrumbs a {
        color: #000;
        text-decoration: none;
        line-height: 1.4;
    }

    .tuvibattu_breadcrumbs .breadcrumbs-separator {
        padding: 0 7.5px;
    }

    .single-blog-post img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .post-content p {
        line-height: 1.7;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .post-content h2,
    .post-content h3 {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .article_container {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }
}
