.wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto;
}

html.wp-toolbar.interface-interface-skeleton__html-container {
    font-size: 62.5%;
}

.wp-block-group.is-style-container-900>.wp-block-group__inner-container {
    padding: 0 15px;
    max-width: 930px;
    position: relative;
}

.wp-block-group.is-style-container-1200>.wp-block-group__inner-container {
    padding: 0 15px;
    max-width: 1230px;
    position: relative;
}

.wp-block-group.is-style-container-1240>.wp-block-group__inner-container {
    padding: 0 15px;
    max-width: 1270px;
    position: relative;
}

.wp-block-group.is-style-container-1000>.wp-block-group__inner-container {
    padding: 0 15px;
    max-width: 1030px;
    position: relative;
}

.wp-block-group.is-style-container-1100>.wp-block-group__inner-container {
    padding: 0 15px;
    max-width: 1130px;
    position: relative;
}

.wp-block-group.is-style-container-department>.wp-block-group__inner-container {
    max-width: 1000px;
    position: relative;
}

.editor-styles-wrapper :where(.wp-block) {
    max-width: 1500px;
}

.wp-block-image {
    margin-bottom: 0;
}

ul.is-style-list-dot li {
    font-weight: 500;
    color: #0054b9;
    line-height: 2.25;
    padding-left: 22px;
    position: relative;
}

ul.is-style-list-dot li::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #339bd2;
    position: absolute;
    left: 0;
    top: 12px;
}

ul.is-style-list-dot.v2 li {
    padding: 10px 60px;
    background-color: #ddf2fc;
    border-radius: 26px 0 26px 0;
    color: #222222;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

ul.is-style-list-dot.v2 li::after {
    width: 16px;
    height: 16px;
    background-color: #0054b9;
    top: 22px;
    left: 25px;
}

.is-style-gap-0 {
    gap: 0;
}

.is-style-gap-80 {
    gap: 80px;
}

h3.wp-block-heading {
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    color: #222222;
    padding-left: 50px;
    border-bottom: 3px solid #0054b9;
    padding-bottom: 13px;
    margin-bottom: 35px;
}

h3.wp-block-heading::after {
    content: "";
    width: 21px;
    height: 36px;
    background-image: url(/assets/images/index/icon-title.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    top: 0px;
    left: 10px;
}

.is-style-box-boder .wp-block-group__inner-container {
    border: 2px solid #0054b9;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 84, 130, 0.6);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h4.wp-block-heading {
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
    color: #1c3c78;
    text-align: center;
    position: relative;
}

h4.wp-block-heading::after {
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(51, 155, 210) 26%, rgb(33, 131, 202) 50%, rgb(51, 155, 210) 73%, rgb(255, 255, 255) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

ul.is-style-list-sub li {
    padding: 10px 60px;
    background-color: #ddf2fc;
    border-radius: 26px 0 26px 0;
    color: #222222;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    line-height: 2.25;
}

ul.is-style-list-sub li::after {
    width: 16px;
    height: 16px;
    background-color: #0054b9;
    top: 22px;
    left: 25px;
    position: absolute;
    content: "";
}

h5.wp-block-heading {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0054b9;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

h5.wp-block-heading::after {
    content: "";
    width: 180px;
    height: 1px;
    background-color: #0054b9;
    position: absolute;
    left: 0;
    bottom: 0;
}

h6.wp-block-heading {
    padding: 5px;
    color: #fff;
    background: linear-gradient(90deg, rgba(51, 155, 210, 1) 0%, rgba(3, 88, 186, 1) 43%, rgba(3, 88, 186, 1) 63%, rgba(51, 155, 210, 1) 100%);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    text-align: center;
    border-radius: 23px;
    margin-bottom: 20px;
}

.wp-block-group p a {
    position: relative;
    color: #0054b9;
    text-decoration: underline;
}

.wp-block-group p a[target="_blank"]::after {
    width: 17px;
    height: 17px;
    background-image: url(/assets/images/index/icon-blank.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .wp-block-group.is-style-container-1100>.wp-block-group__inner-container,
    .wp-block-group.is-style-container-1000>.wp-block-group__inner-container,
    .wp-block-group.is-style-container-1200>.wp-block-group__inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    h4.wp-block-heading {
        font-size: 1.7rem;
        padding-bottom: 15px;
    }
    h4.wp-block-heading:after {
        height: 4px;
    }
    .is-style-gap-80 {
        gap: 20px;
    }
    ul.is-style-list-sub li {
        padding: 13px 45px;
        font-size: 1.4rem;
        line-height: 1.3;
        padding-right: 23px;
        border-radius: 20px 0 20px 0;
    }
    ul.is-style-list-sub li::after {
        width: 12px;
        height: 12px;
        left: 24px;
        top: 16px;
    }
    .box-img-full .wp-block-image {
        width: calc(50% - 3px);
    }
    .box-img-full img {
        width: 100%;
    }
    ul.is-style-list-dot li {
        font-size: 1.4rem;
        line-height: 1.85;
        padding-left: 20px;
    }
    ul.is-style-list-dot li::after {
        width: 10px;
        height: 10px;
        top: 8px;
    }
    h3.wp-block-heading {
        font-size: 1.4rem;
        padding-left: 30px;
        padding-bottom: 10px;
        border-width: 2px;
        margin-bottom: 23px;
    }
    h3.wp-block-heading::after {
        width: 16px;
        height: 25px;
        left: 3px;
        top: -2px;
    }
    .is-style-box-boder .wp-block-group__inner-container {
        padding: 20px;
        border-width: 1px;
        border-radius: 8px;
        box-shadow: none;
        box-shadow: 1px 1px 0 rgba(0, 84, 130, 0.6);
    }
    h5.wp-block-heading {
        font-size: 1.5rem;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    h5.wp-block-heading::after {
        width: 150px;
    }
    .box-map {
        height: 185px;
    }
    h6.wp-block-heading {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
}