*,
::before,
::after {
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
    padding: 0;
}

:disabled {
    cursor: not-allowed;
}

img {
    vertical-align: bottom;
}

label {
    display: block;
}

input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0;
}

html {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
}

.container {
    /* max-width: 1440px; */
    max-width: 95%;
    margin: auto;
    padding: 0 1rem;
}

.container-sm {
    max-width: 1200px;
    margin: auto;
    padding: 0 1rem;
}

.container-lg {
    max-width: 1550px;
    margin: auto;
}

.thin {
    font-weight: 300;
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1rem;
    row-gap: 2rem;
}

[class^="col-"] {
    flex: 1 0 auto;
    padding: 0 1rem;
}

.col-1 {
    flex-basis: 8.33%;
    max-width: 8.33%;
}

.col-2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
}

.col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.col-5 {
    flex-basis: 41.66%;
    max-width: 41.66%;
}

.col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-7 {
    flex-basis: 58.33%;
    max-width: 58.33%;
}

.col-8 {
    flex-basis: 66.66%;
    max-width: 66.66%;
}

.col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
}

.col-11 {
    flex-basis: 91.66%;
    max-width: 91.66%;
}

.col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.flex {
    display: flex;
}

.justify-space-bet {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.align-center {
    align-items: center;
}

.gap-y-50 {
    gap: 4rem 0;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
    padding-bottom: 30px;
}

h2 {
    text-align: center;
    font-size: 40px;
    color: #0e65a7;
    padding: 40px 0;
}

@media screen and (max-width:1220px) {}

@media screen and (max-width:980px) {
    .col-t-1 {
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col-t-2 {
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col-t-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-t-4 {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col-t-5 {
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col-t-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-t-7 {
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col-t-8 {
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col-t-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-t-10 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col-t-11 {
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col-t-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    h2 {
        padding: 20px 0;
    }
}

@media screen and (max-width:770px) {
    .col-m-1 {
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col-m-2 {
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col-m-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-m-4 {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col-m-5 {
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col-m-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-m-7 {
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col-m-8 {
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col-m-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-m-10 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col-m-11 {
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col-m-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:460px) {
    .col-p-1 {
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col-p-2 {
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col-p-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-p-4 {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col-p-5 {
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col-p-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-p-7 {
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col-p-8 {
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col-p-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-p-10 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col-p-11 {
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col-p-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    h2 {
        font-size: 26px;
        padding: 20px 0;
    }
}