.main{
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.section.section_top{
    min-height: calc(100vh - 60px);
    background-image: url(/src/img/top_image.webp);
    background-size: cover;
    background-position: center;
    padding: 60px;
}
.section_top_container{
    flex: 1;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
}
.section_top_name_box{
    align-self: flex-end;
    align-items: flex-start;
    padding: 10px;
    position: relative;
}
.section_top_name{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, 0.85);
}
.section_top_name.name_2{
    font-weight: inherit;
}
.section_top_name.name_3{
    font-size: 24px;
}
.section_top_title_box{
    align-self: flex-start;
    padding: 10px;
    gap: 10px;
}
.section_top_title{
    color: white;
    letter-spacing: 2px;
    line-height: 1.8em;
}
.section_top_title.title_1{
    font-size: 3rem;
    font-weight: bold;
}
.section_top_title.title_2{
    font-size: 2rem;
}

.section.section_2{
    margin-top: -50px;
}

.section_title_container{
    width: 100%;
    max-width: 1500px;
    height: 500px;
    align-self: center;
    z-index: 2;
}
.section_title_box{
    flex: 1;
    height: 100%;
    align-items: center;
    gap: 50px;
    padding: 20px 0;
    position: relative;
}
.section_title_box.title_1{
    justify-content: flex-end;
    border-bottom: 2px solid rgb(18,77,137);
}
.section_title_number{
    font-size: 32px;
    font-weight: bold;
}
.section_title_number.number_2{
    color: white;
}
.section_title{
    font-size: 54px;
    letter-spacing: 3px;
    color: rgb(18,77,137);
}
.section_title .for_small{
    font-size: 20px;
    font-weight: bold;
}
.section_sub_title_box{
    flex: 1;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px;
}
.section_sub_title{
    font-size: 24px;
    line-height: 2;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 2px solid rgb(16, 16, 16);
}

.section_text_container.text_1{
    width: 100%;
    height: max-content;
    min-height: 70vh;
    align-self: flex-end;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr;
}
.section_text_box.text_1{
    width: 100%;
    height: 100%;
    position: relative;
}
.section_text_box.text_1.for_text{
    padding: 10px;
    gap: 10px;
}
.section_text.text_1,.section_text.text_2{
    font-size: 16px;
    text-align: justify;
    line-height: 2.5;
    letter-spacing: 2px;
    width: 70%;
}
.section_text_box.text_1.for_image{
    padding: 50px;
    padding-left: 0;
    justify-content: center;
}
.section_2_image_container{
    width: 90%;
    aspect-ratio: 3 / 2;
    margin-top: -100px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%);
}
.section_2_image_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section.section_3{
    margin-top: -100px;
}
.section_title_container.title_2{
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.section_text_container.text_2{
    width: 100%;
    height: max-content;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 1fr;
}
.section_3_text_box{
    width: 100%;
    height: 100%;
    position: relative;
}
.section_3_text_box.box_1{
    align-items: flex-end;
    padding: 10px;
    gap: 10px;
}
.section_3_text_box.box_2{
    align-items: end;
    padding: 50px;
    padding-right: 0;
}
.section_3_image_container{
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin-top: -100px;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%);
}
.section_3_image_container img{
    width: 100%;
    height: auto;
}

.section.section_4{
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 1fr;
    padding-bottom: 60px;
}
.section_4_box{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
}
.section_4_box.box_1{
    align-items: center;
    gap: 10px;
}
.section_4_box.box_2{
    align-items: flex-end;
}

.section_title_box.title_3{
    flex: none;
    width: 100%;
    height: max-content;
    justify-content: center;
}
.section_4_border{
    width: 2px;
    min-width: 2px;
    background: rgb(18,77,137);
}
.section_4_border.border_1{
    height: 100px;
}

.section_4_image_container{
    width: 100%;
    padding: 10px;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.section_4_image_box{
    width: 100%;
}
.section_4_image{
    width: 100%;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgb(18,77,137);
    overflow: hidden;
}
.section_4_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section_4_image_text_box{
    width: 100%;
    padding: 20px 10px;
    justify-content: center;
    background: rgb(126, 137, 143);
}
.section_4_image_text{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    text-align: center;
}
.section_4_image_text .for_small{
    color: white;
    font-size: 12px;
}

.section.section_5{
    align-items: center;
    gap: 50px;
}
.section_5_box{
    width: 100%;
    height: 100%;
    position: relative;
}
.section_5_box.box_1{
    justify-content: center;
    padding: 50px;
    padding-bottom: 0;
    gap: 30px;
}
.section_5_box.box_3{
    max-width: 1400px;
    padding: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows:repeat(2, 1fr);
    gap: 30px;
}

.section_title_box.title_4{
    flex: none;
    height: max-content;
    padding: 20px;
}
.section_title.title_4{
    color: white;
}
.flow_button{
    width: 100%;
    position: relative;
    background: linear-gradient(45deg, transparent 8%, white 8%, white 92%, transparent 92%);

}
.flow_button_number{
    width: 80px;
    min-width: 80px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgb(126, 137, 143) 0%, rgb(99, 108, 117) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
    position: relative;
    margin-top: -5px;
    margin-left: -5px;
    transition: transform ease 0.25s;
}
.flow_button_number_text{
    font-size: 32px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
    color: white;
}
.flow_button_bottom{
    width: 60px;
    aspect-ratio: 1;
    position: relative;
    background: linear-gradient(90deg, rgb(126, 137, 143) 0%, rgb(99, 108, 117) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
    align-self: flex-end;
    margin-bottom: -5px;
    margin-right: -5px;
    transition: transform ease 0.25s;
}
.flow_button_number::before,.flow_button_bottom::before{
    position: absolute;
    content: "";
    inset: 7px;
    background: rgb(18,77,137);
    border: 2px solid white;
}
.flow_button_text_box{
    width: 100%;
    flex: 1;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.flow_button_text{
    font-size: 20px;
    font-weight: bold;
}
.flow_content_text{
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
}
img.flow_icon{
    width: auto;
    height: 60px;
}

.section.section_news{
    padding: 80px 0;
    align-items: center;
    gap: 30px;
}
.section_news_title_box{
    align-items: center;
}
.section_news_title{
    font-size: 36px;
    letter-spacing: 2px;
    color: rgb(18,77,137);
}
.section_news_sub{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
.section_news_container{
    width: 100%;
    max-width: 1000px;
    padding: 10px;
}
.section_news_row{
    width: 100%;
    padding: 25px 10px;
    border-bottom: 1px solid rgb(18,77,137);
    transition: background ease 0.25s;
}
.section_news_row:hover{
    background: rgb(255, 255, 255);
}
.section_news_column{
    flex: 1;
    align-items: flex-start;
    gap: 10px;
}
.section_news_date{
    font-size: 12px;
    letter-spacing: 1px;
    color: rgb(18,77,137);
    font-weight: bold;
}
.section_news_content{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}
.section_news_arrow_box{
    align-self: stretch;
    padding: 10px;
    align-items: center;
}
.section_news_arrow{
    width: 30px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}
.section_news_arrow img{
    width: auto;
    height: 15px;
}

@media all and (max-width:1200px){
    .section_top_title.title_1{
        font-size: 2.4rem;
    }
    .section_top_title.title_2{
        font-size: 1.6rem;
    }
    .section_title_number{
        font-size: 28px;
    }
    .section_title{
        font-size: 42px;
    }
    .section_sub_title{
        font-size: 18px;
    }
    .section_title_container.title_2{
        border-top: none;
    }
    .section.section_4{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr max-content;
    }
    .section_4_box{
        padding: 10px;
    }
    .section_4_image_container,.section_4_box.box_2{
        padding: 0 10px;
    }
    .section_title_box.title_3{
        justify-content: flex-start;
    }
    .section_text.text_1,.section_text.text_2{
        line-height: 2;
        width: 80%;
    }
    .section_5_box.box_3{
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows:repeat(3, 1fr);
        gap: 10px;
    }
}
@media all and (max-width:900px){
    .section.section_top{
        min-height: calc(80vh - 60px);
        padding: 30px;
    }
    .section_top_name{
        font-size: 16px;
    }
    .section_top_name.name_3{
        font-size: 20px;
    }
    .section_top_title.title_1{
        font-size: 4vw;
    }
    .section_top_title.title_2{
        font-size: 2.8vw;
    }
    .section.section_2{
        margin-top: 0;
    }
    .section_title_container{
        flex-direction: column;
    }
    .section_title_container.title_1{
        height: max-content;
    }
    .section_title_box.title_1{
        justify-content: flex-start;
        border-bottom: none;
        padding: 40px 10px;
    }
    .section_sub_title_box{
        align-items: flex-end;
    }
    .section_sub_title_box.box_1{
        flex: none;
    }
    .section_text_box.text_1.for_image{
        padding: 20px;
        padding-left: 0;
    }
    .section_text_container.text_1{
        min-height: none;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr max-content;
        padding-bottom: 50px;
    }
    .section_2_image_container{
        margin-top: 0px;
    }
    .section_text_box.text_1.for_text{
        align-items: flex-end;
    }
    .section.section_3{
        margin-top: 0px;
    }
    .section_title_container.title_2{
        flex-direction: column;
        border-top: none;
        height: max-content;
    }
    .section_title_box.title_2{
        border-top: 2px solid white;
        border-bottom: none;
        padding: 40px 10px;
    }
    .section_sub_title_box.title_2{
        flex: none;
        height: max-content;
    }
    .section_text_container.text_2{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr max-content;
        grid-template-areas: 
        "grid1"
        "grid2";
        padding-bottom: 50px;
    }
    .section_3_text_box.box_1{
        grid-area: grid2;
    }
    .section_3_text_box.box_2{
        grid-area: grid1;
        padding: 20px 0;
    }
    .section_3_image_container{
        margin-top: 0px;
    }
    .section_5_box.box_3{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows:repeat(4, 1fr);
        gap: 10px;
    }
}
@media all and (max-width:524px){
    .section.section_top{
        min-height: calc(80vh - 60px);
        padding: 10px;
    }
    .section_top_name{
        font-size: 14px;
    }
    .section_top_name.name_3{
        font-size: 18px;
    }
    .section_top_title.title_1{
        font-size: 6vw;
    }
    .section_top_title.title_2{
        font-size: 3.4vw;
    }
    .section_title_box,.section_sub_title_box{
        flex: none;
        height: max-content;
    }
    .section_title_box{
        gap: 15px;
    }
    .section_title_number{
        font-size: 20px;
    }
    .section_title{
        font-size: 28px;
        letter-spacing: 2px;
    }
    .section_sub_title_box{
        padding: 10px;
    }
    .section_sub_title{
        font-size: 16px;
        line-height: 1.5;
    }
    .section_title .for_small{
        font-size: 14px;
    }
    .section_title_container.title_1{
        height: max-content;
    }
    .section_text_container.text_1{
        grid-template-rows: max-content max-content;
        padding-bottom: 50px;
    }
    .section_text.text_1,.section_text.text_2{
        font-size: 14px;
        line-height: 2;
        width: 90%;
    }
    .section_text_box.text_1.for_text,.section_3_text_box.box_1{
        filter: none;
        -webkit-filter: none;
    }
    .section.section_4{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, max-content);
    }
    .section_4_box.box_2,.section_4_box.box_3{
        flex-direction: column;
    }
    .section_4_border.border_1{
        height: 50px;
    }
    .section_4_image_container{
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .section_4_image_box:last-of-type{
        display: none;
    }
    .section_4_image{
        padding: 20px;
    }
    .section_4_image_text{
        font-size: 14px;
    }
    .section.section_5{
        gap: 30px;
    }
    .section_5_box.box_1{
        padding: 30px 0;
        padding-bottom: 0;
        justify-content: flex-start;
    }
    .section_title_box.title_4{
        padding: 10px;
    }
    .section_5_box.box_2{
        min-height: 250px;
    }
    .section_5_box.box_3{
        grid-template-columns: 1fr;
        grid-template-rows:repeat(7, max-content);
        padding: 0 20px;
    }
    .flow_button{
        background: white;
    }
    .flow_button_number{
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin-top: -1px;
        margin-left: -1px;
    }
    .flow_button_number_text{
        font-size: 18px;
    }
    .flow_button_bottom{
        width: 30px;
        min-width: 30px;
        height: 30px;
        margin-top: -1px;
        margin-left: -1px;
    }
    .flow_button_number::before,.flow_button_bottom::before{
        inset: 3px;
    }
    .flow_button_text{
        font-size: 18px;
    } 
    .flow_content_text{
        font-size: 12px;
        padding: 0 10px;
    }
    .flow_button:hover .flow_button_number{
        transform: translate(1px, 1px);
    }
    .flow_button:hover .flow_button_bottom{
        transform: translate(-1px, -1px);
    }
    .flow_button_text_box{
        padding: 10px 5px;
    }
    img.flow_icon{
        height: 40px;
    }
    .section.section_news{
        padding: 40px 0;
        gap: 20px;
    }
    .section_news_row{
        padding: 15px 10px;
    }
    .section_news_column{
        gap: 2px;
    }
    .section_news_date{
        font-size: 10px;
    }
    .section_news_content{
        font-size: 14px;
    }
    .section_news_arrow_box{
        padding: 0;
        padding-left: 10px;
    }
    .section_news_arrow{
        width: 25px;
    }
    .section_news_arrow img{
        height: 10px;
    }
    .section_news_title{
        font-size: 28px;
    }
    .section_news_sub{
        font-size: 14px;
    }
}
