.wrapper {
    margin: 0 auto !important;
    width: 1200px !important;
    display: flex;
    align-items: center;

    justify-content: space-between;
}


h1 {
    font-size: 32px;
}

h3 {
    font-size: 18px;
}


.top {
    position: sticky;
    z-index: 99;
    top: -1px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    margin: 5px 0 5px 0;
    background-color: #fff;
}

.top .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_1 {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    /*width: 31.5%;*/
    height: 40px;
}

/*.top_1*/

.top_2 {
    display: flex;
    align-items: center;
    justify-content: right;
    /*width: 31.5%;*/
    height: 40px;
    font-size: 16px;
}

.top_2 a {
    font-size: 14px;
}

.c1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: auto;*/
    width: 100%;
    background-color: #131313;
}

.c1 .text-area {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    z-index: 2;
}

.c1 .text-area .wrapper {

}

.c2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    padding: 20px 0 20px 0;
}

.c2_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    width: 16%;
    font-size: 16px;
}

.c3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 100%;
    padding: 0px 0 20px 0;
    background-color: #F9F9F9;
}

.c3_1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 600px;
    /*width: 28%;*/
    margin: 10px;
}

.c3_2 {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.c3 .c3_1 p {
    font-size: 16px;
}

.c3 .c3_1 strong {
    font-size: 16px;
}

.c3_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    /*width: 35%;*/
}

.c4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 100%;
    padding: 0px 0 20px 0;
    background-color: #F9F9F9;
}

.c4_1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 600px;
    width: 39%;
    margin: 10px;
}

.c4_1 p {
    font-size: 16px;
}

.c4_1 strong {
    font-size: 16px;
}

.c4_2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c4_3 {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 600px;
    width: 35%;
}

.c5 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 100%;
    padding: 20px 0 20px 0;
    flex-direction: column;
}

.c5_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}

.c5_2 {

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 350px;
    /*width: 100%;*/
}

.c6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    width: 100%;
    padding: 20px 0 20px 0;
    background-color: #292929;
    color: white;
}

.c6_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 200px;
    width: 100%;
}

.c6_1_1 {
    align-items: flex-start;
    justify-content: center;
    height: 150px;
    width: 31.5%;
    flex-direction: column;
}

.c6_1_2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 150px;
    width: 31.5%;
}

.c6_1_2_1 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    height: 150px;
}

.c6_1_2_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.c6_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63%;
    height: 100px;
    color: #5D5D5D;
}

.c6 .c6_1 .c6_1_1 p {
    font-size: 16px;
}

.c6 .c6_1 .c6_1_2 .c6_1_2_1 p {
    font-size: 16px;
}

.c6 .c6_2 {
    font-size: 16px;
}

.c6 .c6_2 a {
    font-size: 16px;
}