@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    vertical-align: baseline;
    background: transparent; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal; }

body {
    line-height: 1; }

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

ul {
    list-style: none; }

blockquote,
q {
    quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none; }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none; }

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold; }

a {
    text-decoration: none; }

del {
    text-decoration: line-through; }

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help; }

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; }

input,
select {
    vertical-align: middle; }

main {
    display: flex;
    justify-content: center; }
main .app {
    max-width: 1440px;
    width: 100%; }

.aw-def-container {
    width: 100%;
    max-width: 1440px; }

.aw-h1,
.aw-h2,
.aw-h3,
.aw-h4,
.aw-h6 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    color: #1e1e1e; }

.aw-h1 {
    font-size: 70px; }
@media screen and (max-width: 991px) {
    .aw-h1 {
        font-size: 30px;
        padding: 0 20px; } }

.aw-h2 {
    font-size: 54px; }
@media screen and (max-width: 991px) {
    .aw-h2 {
        font-size: 20px; } }

.aw-h4 {
    font-size: 34px; }
@media screen and (max-width: 991px) {
    .aw-h4 {
        font-size: 24px; } }

.aw-h3 {
    font-size: 40px; }
@media screen and (max-width: 991px) {
    .aw-h3 {
        font-size: 24px; } }

.aw-h6 {
    font-size: 20px; }

.aw-desc-black {
    color: #1e1e1e;
    font-size: 30px; }

.aw-desc-white {
    font-size: 20px;
    color: #ffffff; }

.aw-desc-blue {
    color: #321eb3; }

@media screen and (max-width: 991px) {
    .aw-desc {
        font-size: 14px; } }

.aw-btn {
    display: block;
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer; }

.aw-btn-filled-blue {
    color: #ffffff;
    background-color: #321eb3; }

.aw-link {
    display: block;
    padding: 15px;
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    color: #4c5862;
    font-weight: 500; }

.aw-input-wrapper:not(:last-child) {
    margin-bottom: 45px; }

.aw-input-wrapper > label {
    display: block; }
.aw-input-wrapper > label > p {
    color: #4c5862;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px; }
.aw-input-wrapper > label > input,
.aw-input-wrapper > label textarea {
    border: 1px solid #abaaaa;
    padding: 16px;
    border-radius: 5px;
    font-size: 16px;
    color: #4c5862; }

.aw-option-card {
    max-width: 600px; }
.aw-option-card .aw-h2 {
    color: #ffffff; }
@media screen and (max-width: 991px) {
    .aw-option-card .aw-h2 {
        font-size: 24px;
        text-align: center; } }
.aw-option-card-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px; }
.aw-option-card-header > h4 {
    margin-left: 15px;
    color: #ffffff; }

.aw-action-card {
    display: flex;
    justify-content: space-between;
    gap: 100px; }
@media screen and (max-width: 991px) {
    .aw-action-card {
        flex-direction: column-reverse !important;
        align-items: center;
        gap: 30px; } }
@media screen and (max-width: 991px) {
    .aw-action-card-img > img {
        width: 300px; } }
.aw-action-card-desc > h2 {
    color: #321eb3;
    margin-bottom: 20px; }

.aw-desc-with-arrow {
    display: flex;
    flex: 1;
    align-items: flex-start; }
.aw-desc-with-arrow:nth-child(2n) {
    flex: 1.5; }
.aw-desc-with-arrow > img {
    width: 30px;
    margin-right: 10px; }

.activeNavItem {
    color: #321eb3; }

.app {
    max-width: 1440px;
    margin: 0 auto; }

.header {
    height: 65px;
    box-shadow: 0px 4px 10px 2px rgba(50, 30, 179, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 999;
    background: #ffffff;
    padding: 0 60px; }
.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.header-inner-left .logo-block {
    row-gap: 5px;
    display: flex;
    align-items: center; }
.header-inner-navbar > ul {
    display: flex;
    align-items: center;
    column-gap: 70px; }
.header-inner-right > button {
    width: 145px;
    padding: 11px 0; }

.main {
    padding-top: 20px;
    padding-left: 80px; }
@media screen and (max-width: 991px) {
    .main {
        padding-left: 0; } }
.main-inner {
    display: flex;
    margin-top: 20px;
    padding-top: 50px;
    margin-bottom: 80px; }
@media screen and (max-width: 991px) {
    .main-inner {
        flex-direction: column;
        align-items: center;
        padding: 0; } }
.main-inner-left {
    width: 45%;
    padding-top: 60px;
    display: flex;
    flex-direction: column; }
@media screen and (max-width: 991px) {
    .main-inner-left {
        width: 90%;
        margin: 0 auto; } }
.main-inner-left-title {
    font-family: "Chakra Petch", sans-serif;
    font-size: 50px;
    color: #1e1e1e; }
@media screen and (max-width: 991px) {
    .main-inner-left-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px; } }
.main-inner-left-titleBold {
    font-family: "Chakra Petch", sans-serif;
    font-size: 65px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 30px; }
@media screen and (max-width: 991px) {
    .main-inner-left-titleBold {
        font-size: 30px;
        text-align: center; } }
.main-inner-left-subTitle {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #4c5862; }
.main-inner-left_btnBlock {
    margin: 50px 0; }
@media screen and (max-width: 991px) {
    .main-inner-left_btnBlock {
        text-align: center; } }
.main-inner-left_btnBlock .main_btn {
    width: 230px;
    height: 60px;
    background: #321eb3;
    color: #ffffff;
    font-family: "Noto Sans", sans-serif;
    cursor: pointer;
    font-size: 24px; }
@media screen and (max-width: 991px) {
    .main-inner-left_btnBlock .main_btn {
        font-size: 18px; } }
.main-inner-right {
    padding-top: 10px;
    min-height: 500px; }
@media screen and (max-width: 991px) {
    .main-inner-right {
        min-height: auto; } }
.main-inner-right .blueMap {
    object-fit: cover;
    transform: translate(-10%, -30px);
    width: 100%; }
@media screen and (max-width: 991px) {
    .main-inner-right .blueMap {
        transform: translate(0, -30px); } }

.section-inner-header {
    margin: 150px 0;
    min-height: 210px;
    padding: 40px 120px;
    width: 100%;
    background: #321eb3; }
@media screen and (max-width: 991px) {
    .section-inner-header {
        padding: 40px 0; } }
.section-inner-header-text1 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 54px;
    color: #ffffff;
    margin-bottom: 20px; }
@media screen and (max-width: 991px) {
    .section-inner-header-text1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px; } }
.section-inner-header-text2 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #ffffff; }
@media screen and (max-width: 991px) {
    .section-inner-header-text2 {
        font-size: 20px;
        line-height: 30px; } }

.section-inner-content_titleBlock {
    margin-bottom: 100px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Chakra Petch", sans-serif; }
.section-inner-content_titleBlock > p {
    font-size: 50px; }
@media screen and (max-width: 991px) {
    .section-inner-content_titleBlock > p {
        font-size: 30px; } }
.section-inner-content_titleBlock-title {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #1e1e1e; }

.section-inner-content .sc_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 30px; }
@media screen and (max-width: 991px) {
    .section-inner-content .sc_list {
        grid-template-columns: 1fr;
        padding: 0; } }
.section-inner-content .sc_list_items {
    height: 440px; }
@media screen and (max-width: 991px) {
    .section-inner-content .sc_list_items {
        height: auto; } }
.section-inner-content .sc_list_items .block {
    padding: 30px;
    width: 100%;
    height: 100%;
    text-align: left !important; }
.section-inner-content .sc_list_items .block .sc-title {
    font-size: 50px;
    margin-bottom: 25px;
    color: #ffffff;
    font-family: "Chakra Petch", sans-serif; }
@media screen and (max-width: 991px) {
    .section-inner-content .sc_list_items .block .sc-title {
        font-size: 24px;
        line-height: 35px; } }
.section-inner-content .sc_list_items .block .sc-subTitle {
    margin-bottom: 30px;
    font-size: 40px;
    color: #ffffff;
    font-family: "Noto Sans", sans-serif;
    line-height: 50px; }
@media screen and (max-width: 991px) {
    .section-inner-content .sc_list_items .block .sc-subTitle {
        font-size: 14px;
        line-height: 20px; } }
@media screen and (max-width: 991px) {
    .section-inner-content .sc_list .mobile-display-none {
        display: none; } }

.section-inner-content2 {
    padding: 40px 50px; }
@media screen and (max-width: 991px) {
    .section-inner-content2 {
        padding: 40px 0;
        width: 90%;
        margin: 0 auto; } }
.section-inner-content2 .img_block {
    display: flex;
    justify-content: space-between; }
@media screen and (max-width: 991px) {
    .section-inner-content2 .img_block {
        margin-bottom: 50px; } }
.section-inner-content2 .img_block-right > div {
    display: flex; }
.section-inner-content2-title {
    font-size: 50px;
    font-family: "Chakra Petch", sans-serif;
    transform: translateY(-50px);
    margin-top: 50px; }
@media screen and (max-width: 991px) {
    .section-inner-content2-title {
        font-size: 20px;
        line-height: 30px; } }
.section-inner-content2-btnBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
.section-inner-content2-btnBlock .sc-btn {
    width: 340px;
    height: 70px;
    background: #321eb3;
    color: #ffffff;
    font-family: "Noto Sans", sans-serif;
    cursor: pointer;
    font-size: 24px; }
@media screen and (max-width: 991px) {
    .section-inner-content2-btnBlock .sc-btn {
        font-size: 18px; } }

.section-inner-content3 {
    height: 370px;
    margin: 120px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
.section-inner-content3-left {
    padding: 40px 60px;
    flex: 1;
    min-width: 50%;
    background: #321eb3;
    height: 100%;
    display: block; }
@media screen and (max-width: 991px) {
    .section-inner-content3-left {
        padding: 40px 0;
        text-align: center;
        height: auto; } }
.section-inner-content3-left .title1 {
    font-size: 70px;
    line-height: 90px;
    color: #ffffff; }
@media screen and (max-width: 991px) {
    .section-inner-content3-left .title1 {
        font-size: 30px;
        line-height: 39px;
        text-align: left;
        margin-left: 20px; } }
.section-inner-content3-left .title2 {
    font-size: 110px;
    line-height: 140px;
    color: #ffffff; }
@media screen and (max-width: 991px) {
    .section-inner-content3-left .title2 {
        font-size: 40px;
        line-height: 52px;
        text-align: left;
        margin-left: 20px; } }
.section-inner-content3-right {
    padding: 80px 60px;
    flex: 1;
    background: #cb63ef;
    height: 100%;
    display: block; }
@media screen and (max-width: 991px) {
    .section-inner-content3-right {
        padding-left: 0;
        padding: 80px 0;
        text-align: center !important;
        height: auto; } }
.section-inner-content3-right .text1 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 20px; }
@media screen and (max-width: 991px) {
    .section-inner-content3-right .text1 {
        text-align: center;
        font-size: 20px;
        line-height: 30px; } }
.section-inner-content3-right .community-button {
    width: 345px;
    height: 60px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #f2f3f7;
    box-sizing: border-box;
    box-shadow: 0px 4.93047px 12.3262px rgba(0, 0, 0, 0.1);
    border-radius: 6.16309px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #321eb3; }
@media screen and (max-width: 991px) {
    .section-inner-content3-right .community-button {
        font-size: 18px; } }
.section-inner-content3 .block {
    padding: 40px 60px; }
.section-inner-content3 .block .title1 {
    font-size: 70px;
    line-height: 90px; }
.section-inner-content3 .block .title2 {
    font-size: 110px;
    line-height: 140px; }

.btn {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }

.text-center {
    text-align: center; }

.bg-green {
    background: #2fd395; }

.bg-blue {
    background: #321eb3; }

.bg-lightBlue {
    background: #6c6df9; }

.bg-purple {
    background: #cb63ef; }

.bg-white {
    background: #fff; }

.color-white {
    color: #fff; }

.text-right {
    text-align: right; }

.color-blue {
    color: #321eb3; }

.content-img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 440px; }

.section-contact {
    padding: 0 80px;
    display: flex;
    align-items: center;
    flex-direction: column; }
.section-contact .aw-h3 {
    margin-bottom: 110px; }
.section-contact-content {
    min-height: 480px;
    width: 1300px;
    box-shadow: 0px 4px 15px rgba(119, 106, 193, 0.15);
    border-radius: 5px;
    display: flex; }
.section-contact-content-left {
    flex: 1;
    background: #f2f3f7;
    border-radius: 5px;
    padding: 25px;
    position: relative; }
.section-contact-content-left .left-head {
    display: flex;
    align-items: center; }
.section-contact-content-left .left-head > img {
    margin-right: 5px; }
.section-contact-content-left .left-info > div {
    display: flex;
    align-items: center;
    padding-left: 15px; }
.section-contact-content-left .left-info > div:not(:last-child) {
    margin-bottom: 20px; }
.section-contact-content-left .left-info > div > p {
    color: #4c5862;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px; }
.section-contact-content-left > .aw-desc {
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 14px; }
.section-contact-content-left > .eclipse-1 {
    width: 105px;
    height: 105px;
    background: #2fd395;
    border: 1px solid #321eb3;
    border-radius: 50%;
    position: absolute;
    right: 75px;
    bottom: 55px; }
.section-contact-content-left > .eclipse-2 {
    width: 180px;
    height: 180px;
    background: #6c6df9;
    border: 1px solid #321eb3;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    bottom: -35px; }
.section-contact-content-right {
    flex: 3; }
.section-contact-content-right .form {
    padding: 35px 55px; }
.section-contact-content-right .form-content {
    display: flex;
    justify-content: space-between; }
.section-contact-content-right .form-left .aw-input-wrapper input {
    width: 330px; }
.section-contact-content-right .form-right .aw-input-wrapper {
    height: 100%; }
.section-contact-content-right .form-right .aw-input-wrapper > label {
    height: 100%; }
.section-contact-content-right .form-right .aw-input-wrapper > label > textarea {
    width: 380px;
    height: calc(100% - 40px);
    resize: none; }
.section-contact-content-right .form-submit {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end; }
.section-contact-content-right .form-submit > button {
    width: 220px; }

.footer {
    display: flex;
    align-items: center;
    padding: 45px 80px; }
.footer-logo-wrapper > p {
    font-size: 14px;
    padding: 0; }
.footer-nav-wrapper {
    padding-left: 135px; }
.footer-nav-wrapper > ul {
    display: flex;
    align-items: center; }
.footer-nav-wrapper > ul > li {
    margin: 0 15px; }

.header,
.section-contact,
.footer {
    display: none; }
