﻿.h-80 {
    height: auto;
}

.md-screen\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (min-width:1280px){
    .pd-40-s{
        padding-top:40px;
    }
}

@media (min-width: 1024px) {

    .tablet-screen\:text-12 {
        font-size: 12px;
    }

    @media (min-width: 1280px) {

        .tablet-screen\:text-12 {
            font-size: 0.75em;
        }
    }

    .tablet-screen\:text-16 {
        font-size: 16px;
    }

    @media (min-width: 1280px) {

        .tablet-screen\:text-16 {
            font-size: 1em;
        }
    }

    .tablet-screen\:container-fix {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    @media (min-width: 1280px) {

        .tablet-screen\:container-fix {
            padding-left: 5.7rem;
            padding-right: 5.7rem;
        }
    }

    .tablet-screen\:Business-Grid {
        grid-template:
            "image image . . ." 80px
            "image image contentContainer contentContainer contentContainer" 1fr
            ". . contentContainer contentContainer contentContainer" auto /
            1fr 1fr 1fr 1fr 1fr;
        display: grid;
    }

    .tablet-screen\:Business-Grid_image {
        grid-area: image;
    }

    .tablet-screen\:Business-Grid_contentContainer {
        grid-area: contentContainer;
        grid-template:
            "content" auto /
            1fr;
        display: grid;
    }

    .tablet-screen\:static {
        position: static;
    }

    .tablet-screen\:absolute {
        position: absolute;
    }

    .tablet-screen\:bottom-\[14\.5px\] {
        bottom: 14.5px;
    }

    .tablet-screen\:left-\[18\%\] {
        left: 18%;
    }

    .tablet-screen\:top-40 {
        top: 10rem;
    }

    .tablet-screen\:right-0 {
        right: 0px;
    }

    .tablet-screen\:bottom-\[13px\] {
        bottom: 13px;
    }

    .tablet-screen\:order-none {
        order: 0;
    }

    .tablet-screen\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .tablet-screen\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .tablet-screen\:col-auto {
        grid-column: auto;
    }

    .tablet-screen\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .tablet-screen\:row-start-1 {
        grid-row-start: 1;
    }

    .tablet-screen\:row-end-3 {
        grid-row-end: 3;
    }

    .tablet-screen\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .tablet-screen\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .tablet-screen\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .tablet-screen\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .tablet-screen\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .tablet-screen\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .tablet-screen\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .tablet-screen\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tablet-screen\:mt-0 {
        margin-top: 0px;
    }

    .tablet-screen\:mt-5 {
        margin-top: 1.25rem;
    }

    .tablet-screen\:ml-6 {
        margin-left: 1.5rem;
    }

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

    .tablet-screen\:ml-4 {
        margin-left: 1rem;
    }

    .tablet-screen\:mt-16 {
        margin-top: 4rem;
    }

    .tablet-screen\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .tablet-screen\:mt-2 {
        margin-top: 0.5rem;
    }

    .tablet-screen\:mb-16 {
        margin-bottom: 4rem;
    }

    .tablet-screen\:mt-6 {
        margin-top: 1.5rem;
    }

    .tablet-screen\:mb-0 {
        margin-bottom: 0px;
    }

    .tablet-screen\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .tablet-screen\:mt-8 {
        margin-top: 2rem;
    }

    .tablet-screen\:mt-3 {
        margin-top: 0.75rem;
    }

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

    .tablet-screen\:mt-14 {
        margin-top: 3.5rem;
    }

    .tablet-screen\:mr-7 {
        margin-right: 1.75rem;
    }

    .tablet-screen\:ml-9 {
        margin-left: 2.25rem;
    }

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

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

    .tablet-screen\:mt-12 {
        margin-top: 3rem;
    }

    .tablet-screen\:mt-1 {
        margin-top: 0.25rem;
    }

    .tablet-screen\:mr-16 {
        margin-right: 4rem;
    }

    .tablet-screen\:block {
        display: block;
    }

    .tablet-screen\:flex {
        display: flex;
    }

    .tablet-screen\:inline-flex {
        display: inline-flex;
    }

    .tablet-screen\:grid {
        display: grid;
    }

    .tablet-screen\:hidden {
        display: none;
    }

    .tablet-screen\:h-full {
        height: 100%;
    }

    .tablet-screen\:h-\[70\%\] {
        height: 70%;
    }

    .tablet-screen\:h-24 {
        height: 6rem;
    }

    .tablet-screen\:h-3 {
        height: 0.75rem;
    }

    .tablet-screen\:h-36 {
        height: 9rem;
    }

    .tablet-screen\:h-\[3\.5rem\] {
        height: 3.5rem;
    }

    .tablet-screen\:h-\[6\.5rem\] {
        height: 6.5rem;
    }

    .tablet-screen\:h-8 {
        height: 2rem;
    }

    .tablet-screen\:h-fit {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .tablet-screen\:h-\[72px\] {
        height: 72px;
    }

    .tablet-screen\:h-4 {
        height: 1rem;
    }

    .tablet-screen\:h-screen {
        height: 100vh;
    }

    .tablet-screen\:h-\[370px\] {
        height: 370px;
    }

    .tablet-screen\:h-20 {
        height: 5rem;
    }

    .tablet-screen\:h-6 {
        height: 1.5rem;
    }

    .tablet-screen\:h-7 {
        height: 1.75rem;
    }

    .tablet-screen\:w-px {
        width: 1px;
    }

    .tablet-screen\:w-3 {
        width: 0.75rem;
    }

    .tablet-screen\:w-1\/2 {
        width: 50%;
    }

    .tablet-screen\:w-full {
        width: 100%;
    }

    .tablet-screen\:w-40 {
        width: 10rem;
    }

    .tablet-screen\:w-7 {
        width: 1.75rem;
    }

    .tablet-screen\:w-auto {
        width: auto;
    }

    .tablet-screen\:w-\[6\.5rem\] {
        width: 6.5rem;
    }

    .tablet-screen\:w-2\/3 {
        width: 66.666667%;
    }

    .tablet-screen\:w-8 {
        width: 2rem;
    }

    .tablet-screen\:w-28 {
        width: 7rem;
    }

    .tablet-screen\:w-44 {
        width: 11rem;
    }

    .tablet-screen\:w-4 {
        width: 1rem;
    }

    .tablet-screen\:w-48 {
        width: 12rem;
    }

    .tablet-screen\:w-\[150px\] {
        width: 150px;
    }

    .tablet-screen\:w-6 {
        width: 1.5rem;
    }

    .tablet-screen\:max-w-4xl {
        max-width: 56rem;
    }

    .tablet-screen\:basis-1\/3 {
        flex-basis: 33.333333%;
    }

    .tablet-screen\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tablet-screen\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .tablet-screen\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .tablet-screen\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tablet-screen\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .tablet-screen\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .tablet-screen\:flex-row {
        flex-direction: row;
    }

    .tablet-screen\:flex-col {
        flex-direction: column;
    }

    .tablet-screen\:items-end {
        align-items: flex-end;
    }

    .tablet-screen\:items-center {
        align-items: center;
    }

    .tablet-screen\:items-stretch {
        align-items: stretch;
    }

    .tablet-screen\:gap-10 {
        gap: 2.5rem;
    }

    .tablet-screen\:gap-3 {
        gap: 0.75rem;
    }

    .tablet-screen\:gap-2 {
        gap: 0.5rem;
    }

    .tablet-screen\:gap-6 {
        gap: 1.5rem;
    }

    .tablet-screen\:gap-20 {
        gap: 5rem;
    }

    .tablet-screen\:gap-8 {
        gap: 2rem;
    }

    .tablet-screen\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .tablet-screen\:border-gray_200 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 222, 222, var(--tw-border-opacity));
    }

    .tablet-screen\:border-gray_300 {
        --tw-border-opacity: 1;
        border-color: rgba(204, 204, 204, var(--tw-border-opacity));
    }

    .tablet-screen\:bg-mainBlue {
        --tw-bg-opacity: 1;
        background-color: rgba(24, 49, 96, var(--tw-bg-opacity));
    }

    .tablet-screen\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet-screen\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
    }

    .tablet-screen\:bg-\[url\(\'\.\.\/images\/banner\/Home_Banner\.jpg\'\)\] {
        background-image: url('../images/banner/Home_Banner.jpg');
    }

    .tablet-screen\:p-12 {
        padding: 3rem;
    }

    .tablet-screen\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .tablet-screen\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .tablet-screen\:py-0 {
        /*padding-top: 0px;*/
        padding-bottom: 0px;
        padding-left:2rem;
    }

    .tablet-screen\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .tablet-screen\:py-\[0\.2rem\] {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .tablet-screen\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tablet-screen\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .tablet-screen\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tablet-screen\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tablet-screen\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .tablet-screen\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .tablet-screen\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .tablet-screen\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tablet-screen\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .tablet-screen\:pl-10 {
        padding-left: 2.5rem;
    }

    .tablet-screen\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .tablet-screen\:pr-0 {
        padding-right: 0px;
    }

    .tablet-screen\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .tablet-screen\:pb-8 {
        padding-bottom: 2rem;
    }

    .tablet-screen\:pr-36 {
        padding-right: 9rem;
    }

    .tablet-screen\:pt-20 {
        padding-top: 5rem;
    }

    .tablet-screen\:pb-0 {
        padding-bottom: 0px;
    }

    .tablet-screen\:pt-4 {
        padding-top: 1rem;
    }

    .tablet-screen\:pr-10 {
        padding-right: 2.5rem;
    }

    .tablet-screen\:pr-20 {
        padding-right: 5rem;
    }

    .tablet-screen\:pr-5 {
        padding-right: 1.25rem;
    }

    .tablet-screen\:pl-5 {
        padding-left: 1.25rem;
    }

    .tablet-screen\:pt-12 {
        padding-top: 3rem;
    }

    .tablet-screen\:pl-0 {
        padding-left: 0px;
    }

    .tablet-screen\:pr-28 {
        padding-right: 7rem;
    }

    .tablet-screen\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .tablet-screen\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .tablet-screen\:pl-4 {
        padding-left: 1rem;
    }

    .tablet-screen\:text-left {
        text-align: left;
    }

    .tablet-screen\:text-center {
        text-align: center;
    }

    .tablet-screen\:text-\[1em\] {
        font-size: 1em;
    }

    .tablet-screen\:text-\[3\.25em\] {
        font-size: 3.25em;
    }

    .tablet-screen\:text-\[1\.375em\] {
        font-size: 1.375em;
    }

    .tablet-screen\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .tablet-screen\:text-\[2em\] {
        font-size: 2em;
    }

    .tablet-screen\:font-light {
        font-weight: 300;
    }

    .tablet-screen\:font-medium {
        font-weight: 500;
    }

    .tablet-screen\:font-normal {
        font-weight: 400;
    }

    .tablet-screen\:font-semibold {
        font-weight: 600;
    }

    .tablet-screen\:leading-\[1\.6em\] {
        line-height: 1.6em;
    }

    .tablet-screen\:leading-\[1\.4em\] {
        line-height: 1.4em;
    }

    .tablet-screen\:leading-6 {
        line-height: 1.5rem;
    }

    .tablet-screen\:leading-\[64px\] {
        line-height: 64px;
    }

    .tablet-screen\:leading-9 {
        line-height: 2.25rem;
    }

    .tablet-screen\:leading-7 {
        line-height: 1.75rem;
    }

    .tablet-screen\:leading-8 {
        line-height: 2rem;
    }

    .tablet-screen\:leading-\[46px\] {
        line-height: 46px;
    }

    .tablet-screen\:leading-\[48px\] {
        line-height: 48px;
    }

    .tablet-screen\:shadow-businessLogo {
        --tw-shadow: 10px 10px 0px 0px #e4ebf9;
        --tw-shadow-colored: 10px 10px 0px 0px var(--tw-shadow-color);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    }

    .tablet-screen\:em\:text-\[1\.4em\] {
        font-size: 1.4em;
    }

    .tablet-screen\:em\:text-\[\.8em\] {
        font-size: .8em;
    }

    .tablet-screen\:em\:text-\[\.6em\] {
        font-size: .6em;
    }

    .tablet-screen\:em\:text-\[1\.2em\] {
        font-size: 1.2em;
    }

    .tablet-screen\:em\:text-\[\.7em\] {
        font-size: .7em;
    }

    .tablet-screen\:em\:text-\[\.9em\] {
        font-size: .9em;
    }

    .tablet-screen\:em\:text-\[1\.6em\] {
        font-size: 1.6em;
    }

    .tablet-screen\:em\:text-\[\.72em\] {
        font-size: .72em;
    }

    .tablet-screen\:em\:text-xs {
        font-size: 0.75em;
        line-height: 1rem;
    }

    .tablet-screen\:em\:text-4xl {
        font-size: 2.25em;
        line-height: 2.5rem;
    }

    .tablet-screen\:em\:em\:text-sm {
        font-size: 0.875em;
        line-height: 1.25rem;
    }

    .tablet-screen\:em\:text-sm {
        font-size: 0.875em;
        line-height: 1.25rem;
    }

    .tablet-screen\:em\:text-\[1em\] {
        font-size: 1em;
    }

    .tablet-screen\:em\:text-\[\.52em\] {
        font-size: .52em;
    }

    .tablet-screen\:em\:text-\[\.76em\] {
        font-size: .76em;
    }

    .tablet-screen\:em\:text-\[\.56em\] {
        font-size: .56em;
    }

    .tablet-screen\:em\:text-lg {
        font-size: 1.125em;
        line-height: 1.75rem;
    }

    .tablet-screen\:em\:text-3xl {
        font-size: 1.875em;
        line-height: 2.25rem;
    }

    .tablet-screen\:em\:text-base {
        font-size: 1em;
        line-height: 1.5rem;
    }

    .tablet-screen\:em\:text-\[1\.1em\] {
        font-size: 1.1em;
    }

    .tablet-screen\:em\:text-\[2\.125em\] {
        font-size: 2.125em;
    }

    .tablet-screen\:em\:leading-7 {
        line-height: 1.75rem;
    }

    .tablet-screen\:em\:leading-6 {
        line-height: 1.5rem;
    }

    .tablet-screen\:em\:leading-5 {
        line-height: 1.25rem;
    }

    .tablet-screen\:em\:leading-8 {
        line-height: 2rem;
    }

    .tablet-screen\:em\:leading-10 {
        line-height: 2.5rem;
    }
}

@media(min-width:1280px){
    .home-screen\:flex{
        display:flex;
    }
    .home-screen\:hidden{
        display:none;
    }
    .home-screen\:h-full {
        height: 2rem;
    }
}