﻿body {
}

/* Media query for screen width <= 300px */
@media screen and (min-width: 300px) {
    img {
        width: 70%; /* Scale image to 100% width */
        height: auto; /* Maintain aspect ratio */
    }
}
.custom-table {
    border-spacing: 0;
    text-align: left;
    display: inline-table;
}

.custom-cell {
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: rgb(94, 94, 94);
}


@media (min-width: 1024px) .x .c2-6 {
    font-size: 16px;
}

@media (min-width: 768px) .x .c2-5 {
    font-size: 16px;
}

.x .c2-8d {
    color: rgb(94, 94, 94);
}

.x .c2-8c {
    border-style: solid;
}

.x .c2-8b {
    padding-right: 8px;
}

.x .c2-8a {
    padding-left: 8px;
}

.x .c2-89 {
    padding-top: 23px;
}

.x .c2-88 {
    border-left-width: 0px;
}

.x .c2-87 {
    border-bottom-width: 1px;
}

.x .c2-86 {
    border-right-width: 0px;
}

.x .c2-85 {
    border-top-width: 0px;
}

.x .c2-84 {
    border-color: rgb(226, 226, 226);
}

.x .c2-5a {
    font-weight: 400;
}

.x .c2-4z {
    background-color: transparent;
}

.x .c2-42 {
    border-radius: 0px;
}

.x .c2-3y {
    padding-bottom: 8px;
}

.x .c2-k {
    width: 100%;
}

.x .c2-4 {
    font-size: 16px;
}

.x .c2-3 {
    font-family: "Open Sans", arial, sans-serif;
}

.x .c2-2 {
    text-transform: none;
}

.x .c2-1 {
    letter-spacing: normal;
}
@media (min-width: 1024px) {
    .x .c1-e {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .x .c1-3i {
        min-height: unset;
    }

    .x .c1-3h {
        flex-direction: row;
    }

    .x .c1-3g {
        display: flex;
    }

    .x .c1-d {
        font-size: 16px;
    }
}

.x .c1-s {
    position: relative;
}

.x .c1-c {
    font-size: 16px;
}

.x .c1-b {
    font-family: 'Open Sans', arial, sans-serif;
}

.x .c1-2 {
    text-transform: none;
}

.x .c1-1 {
    letter-spacing: normal;
}

.x {
    -webkit-font-smoothing: antialiased;
}

.x {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    box-sizing: border-box;
}

    .x *,
    .x :after,
    .x :before {
        box-sizing: inherit;
    }

    .x *,
    .x :after,
    .x :before {
        box-sizing: inherit;
    }
@media (min-width: 1024px) {
    .x .c1-e

{
    font-size: 16px;
}

}

@media (min-width: 768px) {
    .x .c1-3i {
        min-height: unset;
    }

    .x .c1-3h {
        flex-direction: row;
    }

    .x .c1-3g {
        display: flex;
    }

    .x .c1-d {
        font-size: 16px;
    }
}

.x .c1-s {
    position: relative;
}

.x .c1-c {
    font-size: 16px;
}

.x .c1-b {
    font-family: 'Open Sans', arial, sans-serif;
}

.x .c1-2 {
    text-transform: none;
}

.x .c1-1 {
    letter-spacing: normal;
}

.x {
    -webkit-font-smoothing: antialiased;
}

.x {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    box-sizing: border-box;
}

    .x *,
    .x :after,
    .x :before {
        box-sizing: inherit;
    }

    .x *,
    .x :after,
    .x :before {
        box-sizing: inherit;
    }

.container {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}
/* Adjust styles for smaller screens */
@media screen and (max-width: 600px) {
    .column {
        flex-basis: 100%; /* Make columns stack on top of each other */
    }
}
