﻿body {
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    background: #fafafa;
    font-size: 0.85em !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    margin: 0 0 .5em;
    color: #093871;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

@media (max-width: 575px) {
    h2 {
        font-size: 1em !important;
    }
}


h3 {
    font-size: 16px;
}

@media (max-width: 575px) {
    h3 {
        font-size: 1em !important;
        margin-bottom: -3px;
    }
}


h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #212529;
}

a, a:hover, a:focus {
    color: #2e88e7;
    text-decoration: none;
    transition: all 0.3s;
}

hr {
    margin: 0;
}

/* ---------------------------------------------------
NAVBAR STYLE
----------------------------------------------------- */
@media (max-width: 575px) {
    #navbar {
        padding: 6px 6px;
    }
}
@media (min-widgh: 576px){
    #navbar {
        padding: 15px 10px;
    }
}

#navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
   
    background: #333;
    border: none;
    border-radius: 0;
    margin-left: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

    #navbar.active {
        margin-left: 0;
    }

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
FOOTER STYLE
----------------------------------------------------- */
footer {
    padding: 15px 10px;
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

    footer p {
        color: #0f71bb;
    }

    footer a {
        color: #0f71bb;
        margin-right: 15px !important;
        font-size: small;
    }


/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1a78bf;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #1a78bf;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* --------------------------------------------------
    SURVEY
---------------------------------------------------- */

.survey-caret {
    color: #093871;
    cursor: pointer;
}
#sidebarCollapse {
    display: none;
}

/*********************/
/* search btn bottom */
/*********************/
#search-go-top {
    display: none;
}

/*@media (max-width: 768px) {
    #search-go-top-mobile {
        display: block;
    }
}*/

#search-go-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    height: 70px;
    width: 70px;
    background-color: #093871;
    border-radius: 65px;
    cursor: pointer;
    color: #fff;
    font-size: 26px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, .15);*/
    z-index: 4;
    opacity: .9;
    border: 0;
}

    #search-go-top i {
        margin-top: 19px;
        font-size: 29px;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 420px) {
    #nav-btn-learn-more span {
        display: none;
    }
}

@media (max-width: 768px) {
    #sidebarCollapse span,
    .btn-apply span {
        display: none;
    }

    #sidebarCollapse {
        display: none;
    }
}

@media (min-width: 769px) {
    .btn-apply i {
        display: none;
    }
}

.btn-xl {
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.btn-x6 {
    text-transform: uppercase;
    padding-top: 0.8em;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}


.bg-black {
    background-color: #000 !important;
}

.rounded-pill {
    border-radius: 5rem;
}

header.masthead {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#167cc2));
    background: linear-gradient(0deg, #f7f7f7 0%, #167cc2 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

    header.masthead .masthead-content {
        z-index: 1;
        position: relative;
    }

        header.masthead .masthead-content .masthead-heading {
            font-size: 4rem;
        }

        header.masthead .masthead-content .masthead-subheading
        {
            font-size: 1rem;
        }

        header.masthead .masthead-content p {
            font-size: .8rem;
        }

@media (min-width: 992px) {
    header.masthead .masthead-content .masthead-heading {
        font-size: 6rem;
    }

    header.masthead .masthead-content .masthead-subheading {
        font-size: 1.5rem;
    }

    header.masthead .masthead-content p {
        font-size: 1.2rem;
    }
}

.bg-primary {
    background-color: #ee0979 !important;
}

a.learn-more {
    background-color: #1fa6dd;
    border-color: #1fa6dd;
}

    a.learn-more:active, a.learn-more:focus, a.learn-more:hover {
        background-color: #197fc5 !important;
        border-color: #197fc5 !important;
    }

    a.learn-more:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 127, 197, 1);
        box-shadow: 0 0 0 0.2rem rgba(25, 127, 197, 1);
    }

.marker-text {
    color: #f2930c;
    font-weight: 600;
    font-size: 1rem;
}


.main-content {
    /*margin-top: 80px;*/
}

.btn-survey-choose {
    width: 100%;
}



footer {
    background-color: #333;
}

    footer a {
        color: #bfbfbf;
    }


.banner {
    text-align: center;
}

/* region :: Reg PATH */

nav[Header] {
    background-color: #3FC6BD;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding: 10px;
}

@media (max-width: 600px) {
    nav[Header] {
        height: 45px;
    }
}

nav[Header] img[Logo] {
    height: 100%;
}


nav[Header] div[Area] {
    position: fixed;
    height: 100%;
    width: 100%;
    margin: auto;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.85);
}

    nav[Header] div[Area] div[Wrapper] {
        width: 100%;
        max-width: 700px;
        height: 40%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto;
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        /* Internet Explorer 10-11 */
        /* Microsoft Edge */
    }

        nav[Header] div[Area] div[Wrapper] div[Title] {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            margin-bottom: 25px;
        }

            nav[Header] div[Area] div[Wrapper] div[Title] h3 {
                margin: 0 15px;
                font-weight: bold;
            }

            nav[Header] div[Area] div[Wrapper] div[Title] button[Close] {
                background-color: rgba(255, 255, 255, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

        nav[Header] div[Area] div[Wrapper] input[Search] {
            -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            padding: 5px;
            text-indent: 35px;
            color: #646464;
            border: 3px solid #F2F2F2;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

            nav[Header] div[Area] div[Wrapper] input[Search]:nth-child(2) {
                background: url(../img/static-icons/fact_check_black_24dp.svg) no-repeat scroll 7px 7px;
                background-size: 30px;
                background-position: 3% 50%;
                padding-left: 20px;
                background-color: #F2F2F2;
            }

            nav[Header] div[Area] div[Wrapper] input[Search]:nth-child(3) {
                background: url(../img/static-icons/place_black_24dp.svg) no-repeat scroll 7px 7px;
                background-size: 30px;
                background-position: 3% 50%;
                padding-left: 20px;
                background-color: #F2F2F2;
            }

            nav[Header] div[Area] div[Wrapper] input[Search]:hover, nav[Header] div[Area] div[Wrapper] input[Search]:focus {
                border: 3px solid #3FC6BD;
                -webkit-box-shadow: 0px 0px 20px rgba(63, 198, 189, 0.5);
                box-shadow: 0px 0px 20px rgba(63, 198, 189, 0.5);
            }

        nav[Header] div[Area] div[Wrapper] ::-webkit-input-placeholder {
            color: #646464;
            opacity: 1;
        }

        nav[Header] div[Area] div[Wrapper] :-ms-input-placeholder {
            color: #646464;
            opacity: 1;
        }

        nav[Header] div[Area] div[Wrapper] ::-ms-input-placeholder {
            color: #646464;
            opacity: 1;
        }

        nav[Header] div[Area] div[Wrapper] ::placeholder {
            color: #646464;
            opacity: 1;
        }

        nav[Header] div[Area] div[Wrapper] :-ms-input-placeholder {
            color: #646464;
        }

        nav[Header] div[Area] div[Wrapper] ::-ms-input-placeholder {
            color: #646464;
        }

        nav[Header] div[Area] div[Wrapper] button[Action] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 20px;
            padding: 25px;
            width: 100%;
            border-radius: 10px;
            font-weight: 600;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

            nav[Header] div[Area] div[Wrapper] button[Action] i {
                font-size: 30px;
                padding-top: 2px;
            }

            nav[Header] div[Area] div[Wrapper] button[Action]:hover {
                -webkit-box-shadow: 0px 0px 20px rgba(63, 198, 189, 0.5);
                box-shadow: 0px 0px 20px rgba(63, 198, 189, 0.5);
            }

button[Landing] {
    padding: 20px;
    width: 60%;
    margin: 5px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    border: 3px solid #3FC6BD;
    color: #3FC6BD;
    background-color: #FFF;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

    button[Landing]:last-child {
        color: #FFF;
        background-color: #3FC6BD;
    }

        button[Landing]:last-child:hover {
            color: #3FC6BD;
            background-color: #FFF;
        }

    button[Landing]:hover {
        color: #FFF;
        background-color: #3FC6BD;
    }

@media (max-width: 600px) {
    button[Landing] {
        width: 100%;
    }
}

button[Submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    width: 250px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    border: 3px solid #3d6ea4;
    color: #FFF;
    background-color: #3d6ea4;
    border-radius: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
}

    button[Submit]:hover {
        color: #3d6ea4;
        background-color: #FFF;
    }

button[Arrow] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 150px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    border: 3px solid #3d6ea4;
    color: #FFF;
    background-color: #3d6ea4;
    border-radius: 50px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
}

    button[Arrow]:hover {
        color: #3d6ea4;
        background-color: #FFF;
    }

@media (max-width: 600px) {
    button[Arrow] {
        width: 30px;
        height: 90px;
        border-radius: 5px;
    }
}

button[Apply] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
    border: 3px solid #3FC6BD;
    color: #FFF;
    background-color: #3FC6BD;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

    button[Apply] i {
        font-size: 15px;
        margin-left: 10px;
    }

    button[Apply] b {
        font-weight: 600;
    }

    button[Apply]:hover {
        color: #3FC6BD;
        background-color: #FFF;
    }

@media (max-width: 600px) {
    button[Apply] {
        width: 35px;
        height: 100px;
    }

        button[Apply] b {
            display: none;
        }

        button[Apply] i {
            font-size: 15px;
            margin-left: 0px;
        }
}

@media (min-width: 768px) {

    .w-md-25 {
        width: 25% !important;
    }
}

/* JobListing */

div[Card] {
    display: block;
    margin: auto;
}

    div[Card] div[Path-01] {
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        background-color: #e9e9e9;
        max-width: 800px;
        margin: auto;
        width: 100%;
        border-radius: 10px;
    }

        div[Card] div[Path-01][_03] {
            padding: 15px;
            max-width: 600px;
        }

        div[Card] div[Path-01][_04] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            div[Card] div[Path-01][_04] a {
                -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center;
                text-decoration: none;
                color: #B9B9B9;
                font-weight: 600;
                margin-top: 10px;
            }

        div[Card] div[Path-01] div[HeaderOfPath-01] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            div[Card] div[Path-01] div[HeaderOfPath-01] img[Logo] {
                background-color: #FFF;
                -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
                padding: 5px;
                border-radius: 10px;
                margin-top: -10%;
            }

            div[Card] div[Path-01] div[HeaderOfPath-01] button[Close] {
                position: absolute;
                right: 15%;
                background-color: rgba(255, 255, 255, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
            }

@media (min-width: 1200px) {
    div[Card] div[Path-01] div[HeaderOfPath-01] button[Close] {
        right: 30%;
    }
}

div[Card] div[Path-01] div[HeaderOfPath-01] button[Close] i {
    color: #3FC6BD;
}

div[Card] div[Path-01] div[HeaderOfPath-03] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #3d6ea4;
    padding: 10px;
    border-radius: 10px;
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    margin: auto;
}

    div[Card] div[Path-01] div[HeaderOfPath-03] span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[HeaderOfPath-03] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px;
    }

        div[Card] div[Path-01] div[HeaderOfPath-03] i {
            font-size: 15px;
        }
}

div[Card] div[Path-01] div[ChecksOfPath-01] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 30px 0px 30px;
}

    div[Card] div[Path-01] div[ChecksOfPath-01] span {
        color: #4CD67E;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #4CD67E;
        padding: 10px;
        border-radius: 10px;
        margin: 5px;
        width: 250px;
        font-weight: 600;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.1) inset;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[ChecksOfPath-01] span {
        margin: 5px;
        width: 100%;
        font-size: 15px;
        text-align: center;
    }

        div[Card] div[Path-01] div[ChecksOfPath-01] span i {
            font-size: 15px;
        }
}

div[Card] div[Path-01] div[TitleOfActionsPath-01] {
    margin: 0 auto 5px auto;
    text-align: center;
    color: #3d6ea4;
    border-bottom: 1px solid #B9B9B9;
    width: 70%;
    padding: 10px;
}

    div[Card] div[Path-01] div[TitleOfActionsPath-01] b {
        color: #3FC6BD;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[TitleOfActionsPath-01] h4 {
        font-size: 25px;
    }
}

div[Card] div[Path-01] div[TitleOfActionsPath-01][Path-04] {
    width: 90%;
    margin-bottom: 20px;
}

    div[Card] div[Path-01] div[TitleOfActionsPath-01][Path-04] h4 {
        font-size: 1.5rem;
    }

div[Card] div[Path-01] div[ContentOfPath-03] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 35px;
}

    div[Card] div[Path-01] div[ContentOfPath-03] img[Logo] {
        background-color: #FFF;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        padding: 5px;
        border-radius: 10px;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[ContentOfPath-03] {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
    }
}

div[Card] div[Path-01] div[ContentOfPath-03] div[CompanyDescriptionOfPath-03] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    div[Card] div[Path-01] div[ContentOfPath-03] div[CompanyDescriptionOfPath-03] span {
        color: #3d6ea4;
        font-weight: bold;
        font-size: large;
        margin: 5px;
    }

    div[Card] div[Path-01] div[ContentOfPath-03] div[CompanyDescriptionOfPath-03] a {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-decoration: underline;
        color: #3FC6BD;
        font-weight: 600;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[ContentOfPath-03] div[CompanyDescriptionOfPath-03] span {
        font-size: 15px;
    }

    div[Card] div[Path-01] div[ContentOfPath-03] div[CompanyDescriptionOfPath-03] a {
        font-size: 15px;
    }
}

div[Card] div[Path-01] div[ContentOfPath-04] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin: auto;
    border-radius: 10px;
}

    div[Card] div[Path-01] div[ContentOfPath-04]:last-child {
        margin-bottom: 25px;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[ContentOfPath-04]:last-child {
        margin-bottom: 0px;
    }
}

div[Card] div[Path-01] div[ContentOfPath-04] img[Logo] {
    background-color: #FFF;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin-right: 10px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    div[Card] div[Path-01] div[ContentOfPath-04] {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
        width: 100%;
    }
}

div[Card] div[Path-01] div[ContentOfPath-04] div[CompanyDescriptionOfPath-04] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    div[Card] div[Path-01] div[ContentOfPath-04] div[CompanyDescriptionOfPath-04] span {
        color: #3d6ea4;
        font-weight: bold;
    }

    div[Card] div[Path-01] div[ContentOfPath-04] div[CompanyDescriptionOfPath-04] a {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-decoration: underline;
        color: #3FC6BD;
        font-weight: 600;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[ContentOfPath-04] div[CompanyDescriptionOfPath-04] span {
        font-size: 15px;
    }

    div[Card] div[Path-01] div[ContentOfPath-04] div[CompanyDescriptionOfPath-04] a {
        font-size: 15px;
    }
}

div[Card] div[Path-01] div[ListOfPath-03] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #B9B9B9;
    width: 75%;
    margin: auto;
    padding-top: 15px;
}

    div[Card] div[Path-01] div[ListOfPath-03] span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 20px;
        color: #646464;
        font-weight: 600;
        margin: 10px;
    }

div[Card] div[Path-01] div[ActionsOfPath-01] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

div[Card] div[Path-01] div[ActionsOfPath-02] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* Internet Explorer 10-11 */
    /* Microsoft Edge */
}

    div[Card] div[Path-01] div[ActionsOfPath-02] .top-alert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 72%;
        height: 60px;
        text-align: center;
        background-color: #AF2E2E;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #FFF;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] div[InputControl] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] input[Register] {
        background-color: #FFF;
        border: 2px solid #3FC6BD;
        border-radius: 10px;
        margin: 10px;
        width: 250px;
        color: #646464;
        font-weight: 600;
        text-indent: 15px;
        opacity: .5;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.1) inset;
    }

        div[Card] div[Path-01] div[ActionsOfPath-02] input[Register]:hover, div[Card] div[Path-01] div[ActionsOfPath-02] input[Register]:focus {
            opacity: 1;
        }

        div[Card] div[Path-01] div[ActionsOfPath-02] input[Register].is-valid {
            border: 2px solid #4CD67E;
            opacity: 1;
            -webkit-box-shadow: 0px 3px 6px rgba(76, 214, 126, 0.3), 0px 3px 6px rgba(76, 214, 126, 0.3) inset;
            box-shadow: 0px 3px 6px rgba(76, 214, 126, 0.3), 0px 3px 6px rgba(76, 214, 126, 0.3) inset;
        }

        div[Card] div[Path-01] div[ActionsOfPath-02] input[Register].is-invalid {
            border: 2px solid #AF2E2E;
            opacity: 1;
            -webkit-box-shadow: 0px 3px 6px rgba(175, 46, 46, 0.3), 0px 3px 6px rgba(175, 46, 46, 0.3) inset;
            box-shadow: 0px 3px 6px rgba(175, 46, 46, 0.3), 0px 3px 6px rgba(175, 46, 46, 0.3) inset;
        }

    div[Card] div[Path-01] div[ActionsOfPath-02] ::-webkit-input-placeholder {
        color: #646464;
        opacity: 1;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] :-ms-input-placeholder {
        color: #646464;
        opacity: 1;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] ::-ms-input-placeholder {
        color: #646464;
        opacity: 1;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] ::placeholder {
        color: #646464;
        opacity: 1;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] :-ms-input-placeholder {
        color: #646464;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] ::-ms-input-placeholder {
        color: #646464;
    }

    div[Card] div[Path-01] div[ActionsOfPath-02] .toggle .toggle-control {
        -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
        transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
        width: 4em;
        height: 2.4em;
        display: block;
        border: 2px solid #F2F2F2;
        border-radius: 2em;
        position: relative;
    }

        div[Card] div[Path-01] div[ActionsOfPath-02] .toggle .toggle-control:after {
            -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
            transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
            content: "";
            width: 2em;
            height: 2em;
            display: block;
            background-color: #3FC6BD;
            border-radius: 50%;
            border: 2px solid white;
            position: absolute;
            top: 0;
            left: 0;
        }

    div[Card] div[Path-01] div[ActionsOfPath-02] .toggle input {
        display: none;
    }

        div[Card] div[Path-01] div[ActionsOfPath-02] .toggle input:checked + .toggle-control {
            background-color: rgba(63, 198, 189, 0.7);
        }

            div[Card] div[Path-01] div[ActionsOfPath-02] .toggle input:checked + .toggle-control:after {
                left: 1.66667em;
            }

div[Card] div[Path-01] div[ActionsOfPath-03] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}

    div[Card] div[Path-01] div[ActionsOfPath-03] a {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-decoration: none;
        color: #B9B9B9;
        font-weight: 600;
    }

div[Card] div[Path-01] div[SubmitOfPath-02] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 20px;
}

    div[Card] div[Path-01] div[SubmitOfPath-02] span {
        color: #646464;
        font-weight: 600;
        margin: 10px;
    }

div[Card] div[Path-01] div[StepByStep] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: auto;
}

@media (max-width: 600px) {
    div[Card] div[Path-01] div[StepByStep] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

div[Card] div[Path-01] div[StepByStep] div[Illustrations] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 10px;
}

@media (max-width: 600px) {
    div[Card] div[Path-01] div[StepByStep] div[Illustrations] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        div[Card] div[Path-01] div[StepByStep] div[Illustrations] img {
            width: 80px;
            margin: 10px;
        }
}

div[Card] div[Path-01] div[StepByStep] div[Checks] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #3FC6BD;
    width: 80%;
    height: 10px;
    margin: 20px auto 20px auto;
    border-radius: 10px;
}

    div[Card] div[Path-01] div[StepByStep] div[Checks] i {
        background-color: #FFF;
        color: #3FC6BD;
        border: 2px solid #3FC6BD;
        border-radius: 50%;
        padding: 2px;
    }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[StepByStep] div[Checks] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto 20px auto 20px;
        width: 10px;
        height: 250px;
    }
}

div[Card] div[Path-01] div[StepByStep] div[Steps] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 30px;
    width: 100%;
}

    div[Card] div[Path-01] div[StepByStep] div[Steps] span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        color: #646464;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

        div[Card] div[Path-01] div[StepByStep] div[Steps] span i {
            color: #3FC6BD;
        }

@media (max-width: 600px) {
    div[Card] div[Path-01] div[StepByStep] div[Steps] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px;
    }

        div[Card] div[Path-01] div[StepByStep] div[Steps] span {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            font-size: 15px;
        }

            div[Card] div[Path-01] div[StepByStep] div[Steps] span i {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                margin: 10px 0 10px 0;
            }
}

div[Card] div[Path-01] div[ActionsOfPath-04] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    div[Card] div[Path-01] div[ActionsOfPath-04] a {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-decoration: none;
        color: #B9B9B9;
        font-weight: 600;
        margin-top: 10px;
    }

span[Backdrop-Text] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #B9B9B9;
}
/* region :: Reg PATH */