﻿.font-size {
    font-size: 0.5em;
    display: block;
    font-weight: 400;
    line-height: 1.7;
}

footer {
    display: block;
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51,65,85,var(--tw-bg-opacity));
}

.leading-loose {
    line-height: 2;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}

.container_footer {
    width: 100%;
}

@@media (min-width: 320px) {
    .container_footer {
        max-width: 320px;
    }
}

@@media (min-width: 480px) {
    .container_footer {
        max-width: 480px;
    }
}

@@media (min-width: 580px) {
    .container_footer {
        max-width: 580px;
    }
}

@@media (min-width: 780px) {
    .container_footer {
        max-width: 780px;
    }
}

@@media (min-width: 1024px) {
    .container_footer {
        max-width: 1024px;
    }
}

@@media (min-width: 1280px) {
    .container_footer {
        max-width: 1280px;
    }
}

.container_footer {
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 1366px !important;
}

.grid {
    display: grid;
}

.py-100 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pt-88 {
    padding-top: 2rem;
}

.gap-144 {
    gap: 3.5rem;
}

.grid-flow-row {
    grid-auto-flow: row;
}

@@media (min-width: 1024px) {
    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10,minmax(0,1fr));
    }
}

.col-span-4 {
    grid-column: span 4/span 4;
}

.col-span-2 {
    grid-column: span 2/span 2;
}

.col-span-4 {
    grid-column: span 4/span 4;
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71,85,105,var(--tw-border-opacity));
}

.border-solid {
    border-style: solid;
}

.border-b {
    border-bottom-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.font-bold {
    font-weight: 700;
}

.text-xl {
    font-size: 1.25rem;
}

.mb-44 {
    margin-bottom: 1rem;
}

.pb-44 {
    padding-bottom: 1rem;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

.h-7 {
    height: 1.75rem;
}

.w-7 {
    width: 1.75rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    /* --tw-space-x-reverse: 0; */
    /* margin-right: calc(0.5rem*var(--tw-space-x-reverse)); */
    /* margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse))); */
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    /* --tw-space-x-reverse: 1; */
}

.a {
    color: inherit;
    text-decoration: inherit;
}

    .a:hover {
        color: inherit;
        text-decoration: underline;
    }


.h-6 {
    height: 1.5rem;
}

.w-6 {
    width: 1.5rem;
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30,41,59,var(--tw-bg-opacity));
}

.py-66 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.w-8 {
    width: 2rem;
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@@media (min-width: 780px) {
    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.text-sm {
    font-size: .875rem;
}
