<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.text-lg-left {
    padding: 0 80px;
}

.contact_info {
    position: relative;
    padding: 0 90px 6rem;
}

    .contact_info .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
        max-width: 142.5rem;
        position: relative;
    }

.contact__cards-in {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 0 -2rem;
    flex-wrap: wrap;
}

    .contact__cards-in .contact__card {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        width: calc(33.33% - 4rem);
        margin: 0 2rem;
        background: #000;
        padding: 4rem;
        color: #000;
        box-sizing: border-box;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }


        .contact__cards-in .contact__card .contact__card-title {
            margin-bottom: 1.6rem;
            color: #fff;
            font-weight: 700;
            font-size: 2.4rem;
            line-height: 1.3;
        }

        .contact__cards-in .contact__card .contact__card-description {
            max-width: 80%;
            margin-bottom: 1.6rem;
            font-size: 1.6rem;
            line-height: 1.5;
            color: #fff;
        }

            .contact__cards-in .contact__card a,
            .contact__cards-in .contact__card .contact__card-description * {
                color: #fff;
            }

        .contact__cards-in .contact__card i {
            font-size: 9em;
            width: 90px;
            line-height: normal;
            position: absolute;
            right: 0;
            bottom: -40px;
            -webkit-transform: rotate(-25deg) scale(1);
            transform: rotate(-25deg) scale(1);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            color: #fff;
        }

        .contact__cards-in .contact__card:hover,
        .contact__cards-in .contact__card.hover {
            color: #ffffff;
            background-color: #000;
        }

            .contact__cards-in .contact__card:hover i,
            .contact__cards-in .contact__card.hover i {
                -webkit-transform: rotate(-20deg) scale(1.3);
                transform: rotate(-20deg) scale(1.3);
            }

.contact_info .inner {
    box-sizing: border-box;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    max-width: 142.5rem;
    position: relative;
}

    .contact_info .inner .ia-title {
        margin-bottom: 4rem;
        position: relative;
        text-align: center;
    }

        /*        .contact_info .inner .ia-title:before {
            position: absolute;
            bottom: -1px;
            left: auto;
            transition: width .75s;
            content: "";
            width: 100%;
            background: #000;
            height: 1px;
        }*/

        .contact_info .inner .ia-title .ia-title__heading {
            padding: .9rem 0 1.2rem;
            position: relative;
            margin: 0;
            font-weight: 500;
            letter-spacing: .2rem;
            text-transform: uppercase;
            color: #000;
            font-size: 1.2rem;
            line-height: 1.75em;
        }

        /*            .contact_info .inner .ia-title .ia-title__heading:before {
                position: absolute;
                bottom: -.3rem;
                left: 0;
                transition: width .75s;
                content: "";
                width: 100%;
                background: #000;
                height: .3rem;
            }*/
        .contact_info .inner .ia-title h2 {
            padding: .5rem 0 1rem;
            color: #000;
            font-size: 62px;
            font-weight: bold;
            margin: 0;
        }


@media screen and (max-width: 1000px) {
    .contact_info {
        padding: 0;
    }

        .contact_info .inner .ia-title h {
            font-size: xx-large !important;
        }

        .contact_info .container,
        .text-lg-left {
            padding: 0;
        }
}
</pre></body></html>