@charset "UTF-8";

@layer reset{
    * {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    html {
        line-height: 1.25;
        -webkit-text-size-adjust: 100%;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    b,
    strong {
        font-weight: bolder;
    }


    small {
        font-size: 80%;
    }


    sub,
    sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }

    main {
        display: block;
    }

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.25;
    }

    button,
    input {
        overflow: visible;
        text-transform: none;
    }


    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    textarea {
        overflow: auto;
    }

    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
    }

    a {
        outline: 0;
        border: 0;
        border: none;
        text-decoration: none;
        color: inherit;
    }
}


@layer column_style{
    

.container,
.container-fluit {
    margin: auto;
    box-sizing: border-box;
}


.container {
    padding-left: 0;
    padding-right: 0;
}

.container-fluit {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.row {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

[class^="col-"] {
    margin: 0 0;
    box-sizing: border-box;
}

@media screen and (max-width:767px) {
    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }

    .order-4{
        order: 4;
    }

    .col-0 {
        display: none;
    }
}

.col-00{
    width: 0;
}

.col-09 {
    width: 7.5%;
}

.col-1 {
    width: 8.333333%;
}

.col-15 {
    width: 12.5%;
}


.col-2 {
    width: 16.666666%;
}

.col-225 {
    width: 18.75%;
}

.col-25 {
    width: 20%;
}

.col-28{
    width: 23.333%;
}

.col-3 {
    width: 25%;
}

.col-35 {
    width: 29.166666%;
}

.col-4 {
    width: 33.333333%;
}

.col-42 {
    width: 35%;
}


.col-45 {
    width: 37.5%;
}


.col-5 {
    width: 41.666666%;
}

.col-52 {
    width: 43.333333%;
}


.col-55 {
    width: 45.833333%;
}

.col-58 {
    width: 48.333333%;
}

.col-6 {
    width: 50%;
}

.col-62 {
    width: 51.666666%;
}

.col-65 {
    width: 54.166666%;
}

.col-7 {
    width: 58.333333%;
}

.col-75 {
    width: 62.5%;
}

.col-8 {
    width: 66.666666%;
}

.col-85 {
    width: 70.833333%;
}

.col-9 {
    width: 75%;
}

.col-92 {
    width: 76.666%;
}

.col-95 {
    width: 79.16666%;
}


.col-10 {
    width: 83.333333%;
}

.col-105 {
    width: 87.5%;
}

.col-11 {
    width: 91.666666%;
}

.col-112 {
    width: 93.333333%;
}

.col-115 {
    width: 95.8333%;
}

.col-12 {
    width: 100%;
}

@media screen and (min-width:768px) {
    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .col-md-0 {
        display: none;
    }

    .col-md-09 {
        width: 7.5%;
    }

    .col-md-1 {
        width: 8.333333%;
    }


    .col-md-15 {
        width: 12.5%;
    }

    .col-md-2 {
        width: 16.666666%;
    }

    .col-md-225 {
        width: 18.75%;
    }

    .col-md-25 {
        width: 20%;
    }

    .col-md-28{
        width: 23.333%;
    }


    .col-md-3 {
        width: 25%;
    }

    .col-md-35 {
        width: 29.166666%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-42 {
        width: 35%;
    }

    .col-md-45 {
        width: 37.5%;
    }

    .col-md-5 {
        width: 41.666666%;
    }

    .col-md-55 {
      width: 45.833333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-65 {
        width: 54.166666%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-75 {
        width: 62.5%;
    }

    .col-md-8 {
        width: 66.666666%;
    }

    .col-md-85 {
        width: 70.833333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-92 {
        width: 76.666%;
    }

    .col-md-95 {
        width: 79.16666%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-105 {
        width: 87.5%;
    }

    .col-md-11 {
        width: 91.666666%;
    }

    .col-md-112 {
        width: 93.333333%;
    }

    .col-md-115 {
        width: 95.8333%;
    }


    .col-md-12 {
        width: 100%;
    }
}

@media screen and (min-width:992px) {
    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .col-lg-0 {
        display: none;
    }

    .col-lg-0 {
        display: none;
    }

    .col-lg-1 {
        width: 8.333333%;
        ;
    }

    .col-lg-2 {
        width: 16.666666%;
    }

    .col-lg-25 {
        width: 20%;
    }

    .col--lg-28{
        width: 23.333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-35 {
        width: 29.166666%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-42 {
        width: 35%;
    }

    .col-lg-45 {
        width: 37.5%;
    }


    .col-lg-5 {
        width: 41.666666%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-65 {
        width: 54.166666%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-75 {
        width: 62.5%;
    }

    .col-lg-8 {
        width: 66.666666%;
    }

    .col-lg-85 {
        width: 70.833333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-92 {
        width: 76.666%;
    }

    .col-lg-95 {
        width: 79.16666%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-105 {
        width: 87.5%;
    }

    .col-lg-11 {
        width: 91.666666%;
    }

    .col-lg-115 {
        width: 95.8333%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .col-xl-0 {
        display: none;
    }

    .col-xl-1 {
        width: 8.333333%;
        ;
    }

    .col-xl-2 {
        width: 16.666666%;
    }

    .col-xl-25 {
        width: 20%;
    }

    .col-xl-28{
        width: 23.333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-35 {
        width: 29.166666%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-42 {
        width: 35%;
    }

    .col-xl-45 {
        width: 37.5%;
    }

    .col-xl-5 {
        width: 41.666666%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-65 {
        width: 54.166666%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-75 {
        width: 62.5%;
    }

    .col-xl-8 {
        width: 66.666666%;
    }

    .col-xl-85 {
        width: 70.833333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-92 {
        width: 76.666%;
    }

    .col-xl-95 {
        width: 79.16666%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-105 {
        width: 87.5%;
    }

    .col-xl-11 {
        width: 91.666666%;
    }

    .col-xl-115 {
        width: 95.8333%;
    }

    .col-xl-12 {
        width: 100%;
    }
}

@media screen and (min-width:1440px) {
    .order-xx-1 {
        order: 1;
    }

    .order-xx-2 {
        order: 2;
    }

    .order-xx-3 {
        order: 3;
    }

    .col-xx-0 {
        display: none;
    }

    .col-xx-1 {
        width: 8.333333%;
        ;
    }

    .col-xx-2 {
        width: 16.666666%;
    }

    .col-xx-25 {
        width: 20%;
    }

    .col-xx-28{
        width: 23.333%;
    }

    .col-xx-3 {
        width: 25%;
    }

    .col-xx-35 {
        width: 29.166666%;
    }

    .col-xx-4 {
        width: 33.333333%;
    }

    .col-xx-42 {
        width: 35%;
    }

    .col-xx-45 {
        width: 37.5%;
    }

    .col-xx-5 {
        width: 41.666666%;
    }

    .col-xx-6 {
        width: 50%;
    }

    .col-xx-65 {
        width: 54.166666%;
    }

    .col-xx-7 {
        width: 58.333333%;
    }

    .col-xx-75 {
        width: 62.5%;
    }

    .col-xx-8 {
        width: 66.666666%;
    }

    .col-xx-85 {
        width: 70.833333%;
    }

    .col-xx-9 {
        width: 75%;
    }

    .col-xx-92 {
        width: 76.666%;
    }

    .col-xx-95 {
        width: 79.16666%;
    }

    .col-xx-10 {
        width: 83.333333%;
    }

    .col-xx-105 {
        width: 87.5%;
    }

    .col-xx-11 {
        width: 91.666666%;
    }

    .col-xx-115 {
        width: 95.8333%;
    }

    .col-xx-12 {
        width: 100%;
    }
}

}