﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #2d2c42;
    overflow: hidden;
    background-color: #e8eefa;
    position: relative;
    line-height: 1.2;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .btnCommon {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    display: block;
    transition: all linear 0.2s;
    display: flex;
    justify-content: center;
    width: fit-content;
    height: max-content;
    margin: 10px auto;
    -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    justify-content: end;
}

.MyLPs .header .btnCommon {
    margin: 20px auto auto 0;
}

.MyLPs .section_card:hover a.btnCommon,
.MyLPs .section_card:hover .btnCommon {
    background-color: #FFD674;
}

.MyLPs .full_card:hover a.btnCommon,
.MyLPs .full_card:hover .btnCommon {
    background-color: #FFD674;
}

.MyLPs .btnCommon span {
    align-self: center;
}

.margin_0_auto {
    margin: 0 auto;
}

.margin_auto {
    margin: auto;
}

.MyLPs .f50 {
    line-height: 58px;
    font-size: 50px;
}

.MyLPs .f40 {
    font-size: 40px;
}

.MyLPs .f26 {
    line-height: 32px;
    font-size: 26px;
}

.MyLPs .f18 {
    font-size: 18px;
}

.MyLPs .f12 {
    font-size: 12px;
}

.MyLPs .w700 {
    font-weight: 700;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .w900 {
    font-weight: 900;
}

.MyLPs .header {
    background-color: #c3d4fc;
    margin-bottom: 50px;
}

.MyLPs .container_header_text {
    padding: 50px 0;
}

.MyLPs .header .logo {
    margin-bottom: 30px;
}

.MyLPs .header .header_title {
    margin-bottom: 30px;
}

.MyLPs .header .header_subtitle {
    color: #0b5ed7;
}

.MyLPs .header .header_image {
    margin-bottom: -50px;
}

.MyLPs .section1 .section1_icons,
.MyLPs .section6 .section6_icons,
.MyLPs .section9 .section9_icons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 20px;
}

.MyLPs .section1 .item .section1_icon_text,
.MyLPs .section6 .item .section6_icon_text {
    margin-top: 10px;
    color: #0b5ed7;
    text-align: center;
}

.MyLPs .section1 .item,
.MyLPs .section6 .item {
    width: 100%;
}

.MyLPs .section2 {
    padding: 40px 0;
}

.MyLPs .section_title {
    margin-bottom: 10px;
}

.MyLPs .section_card .card_content {
    align-items: flex-end;
}

.MyLPs .section_card {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 20px 40px 40px;
    overflow: hidden;
    margin: auto 20px;

}

.MyLPs .section2_bg {
    position: absolute;
    top: 0;
    right: 0;
}

.MyLPs .card_title {
    width: 49%;
    margin-bottom: 30px;
}

.MyLPs .card_text {
    width: 60%;
    margin-bottom: 20px;
    min-height: 140px;
}

.MyLPs .full_card {
    background-color: #fff;
    border-radius: 20px;
    margin: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.MyLPs .full_card .full_card_container {
    margin: auto auto auto 40px;
    width: 45%;
}

.MyLPs .full_card .btnCommon {
    margin-left: 0px;
}

.MyLPs .full_card .full_card_title {
    margin-bottom: 30px;
}

.MyLPs .full_card .full_card_text {
    margin-bottom: 30px;
}

.MyLPs .full_card .full_card_content {
    justify-content: end;
}

.MyLPs .full_card .full_card_content img {
    width: fit-content;
}

.MyLPs .full_card .full_card_image {
    display: none;
}

.MyLPs .section5 .full_card_container {
    flex-direction: row;
    display: flex;
    width: 100%;
}

.MyLPs .section5 .full_card_title {
    width: 25%;
    margin: auto 0;
}

.MyLPs .section5 .btnCommon {
    margin: auto;
}

.MyLPs .section5 .full_card {
    margin-bottom: 40px;
}

.MyLPs .bg2 {
    background-color: #e8dee2;
    padding-bottom: 20px;
}

.MyLPs .section6 .section6_image {
    margin: 20px auto 40px auto;
}

.MyLPs .section7,
.MyLPs .section8 {
    margin-bottom: 40px;
}

.MyLPs .bg3 {
    background-color: #dbd8ee;
}

.MyLPs .section9 .section9_image {
    margin: 20px auto 40px auto;
}

.MyLPs .section10 .card_title {
    width: 90%;
}

.MyLPs .section10 .card_text {
    width: 80%;
    min-height: 70px;
}

.MyLPs .bg4 {
    background-color: #c3d4fc;
    padding: 20px 0px;

}

.MyLPs .section11 .full_card {
    background-color: #630a0a;
    color: #fff;
}

.MyLPs .section11 .logo_blue_days,
.MyLPs .section11 .img_blue_days {
    margin-bottom: 30px;
}

.MyLPs .section11 .full_card .full_card_container {
    width: 35%;
}


@media (max-width: 1790px) {
    .MyLPs .section2_bg {
        width: 45%;
    }

    .MyLPs .section10 .card_title {
        width: 100%;
        min-height: 144px;
    }

    .MyLPs .section4 .full_card .full_card_container {
        padding: 20px 0;
    }

    .MyLPs .section5 picture {
        width: 50%;
    }

    .MyLPs .section5 picture img {
        margin: auto;
    }

    .MyLPs .section2 .card_text {
        min-height: 175px;
    }

    .MyLPs .section7 .card_text {
        min-height: 110px;
    }

    .MyLPs .card_content img {
        margin-bottom: 20px;
    }

    .MyLPs .full_card {
        margin: 20px 24px;
    }
}

@media (max-width: 1650px) {

    .MyLPs .f50 {
        font-size: 40px;
        line-height: 48px;
    }

    .MyLPs .f26 {
        font-size: 22px;
        line-height: 32px;
    }

    .MyLPs .container_header_image {
        margin: auto;
    }

    .MyLPs .header .header_image {
        margin-bottom: auto;
    }

}

@media (max-width: 1480px) {

    .MyLPs .f50 {
        font-size: 32px;
        line-height: 40px;
    }

    .MyLPs .f26 {
        font-size: 20px;
        line-height: 24px;
    }

    .MyLPs .header_image {
        margin: auto;
    }
}

@media (max-width: 991px) {

    .MyLPs .section2 .card_text,
    .MyLPs .card_text {
        min-height: unset;
    }

    .MyLPs .section2_bg {
        width: 32%;
    }

    .MyLPs .section_card {
        margin-bottom: 40px;
    }

    .MyLPs .section2 {
        padding: 20px 0 0 0;
    }

    .MyLPs .full_card {
        margin: 0 24px 40px 24px;
    }

    .MyLPs .section7,
    .MyLPs .section8 {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {

    .MyLPs .f50 {
        font-size: 27px;
        line-height: 32px;
    }

    .MyLPs .f40 {
        font-size: 26px;
    }

    .MyLPs .f26 {
        font-size: 18px;
        line-height: 22px;
    }

    .MyLPs .f18 {
        font-size: 14px;
    }

    .MyLPs .header .btnCommon {
        margin: 20px auto 0;
    }

    .MyLPs .header {
        margin-bottom: 20px;
    }

    .MyLPs .header .logo {
        margin: auto auto 20px auto;
    }

    .MyLPs .header .header_image {
        margin-top: 20px;
        width: 60%;
    }

    .MyLPs .header .container_header_text {
        text-align: center;
        padding: 20px 0 10px 0;
    }

    .MyLPs .header .header_title {
        margin-bottom: 10px;
    }

    .MyLPs .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .MyLPs .section1 .section1_image,
    .MyLPs .section6 .section6_image,
    .MyLPs .section9 .section9_image {
        margin: auto;
        width: 70%;
    }

    .MyLPs .section1 .item .section1_icon_text,
    .MyLPs .section6 .item .section6_icon_text {
        line-height: 18px;
    }

    .MyLPs .section1 .section_title,
    .MyLPs .section6 .section_title,
    .MyLPs .section9 .section_title {
        text-align: center;
    }

    .MyLPs .section1 .section_text,
    .MyLPs .section6 .section_text,
    .MyLPs .section9 .section_text {
        text-align: center;
    }

    .MyLPs .full_card .full_card_content {
        display: none;
    }

    .MyLPs .full_card .full_card_image {
        display: block;
        width: 80%;
        margin: auto auto 20px auto;
    }

    .MyLPs .full_card .full_card_container {
        width: 100%;
        text-align: center;
        margin: 20px;
    }

    .MyLPs .section5 picture {
        width: 100%;
    }

    .MyLPs .bg4 {
        padding: 40px 0px 0px 0px;
    }

    .MyLPs .logo_blue_days {
        margin: 10px auto 0px auto;
    }

    .MyLPs .section11 .full_card .full_card_container {
        width: 100%;
    }

    .MyLPs .logo_blue_days {
        width: 35%;
    }
}

@media (max-width: 400px) {

    .MyLPs .btnCommon {
        font-size: 16px;
        padding: 12px 26px;
    }

    .MyLPs .header .header_image {
        width: 100%;
    }

    .MyLPs .header .container,
    .MyLPs .section1,
    .MyLPs .section6,
    .MyLPs .section9 {
        padding: 0 20px;
    }

    .MyLPs .section_card {
        padding: 10px 20px 20px;
    }

    .MyLPs .section2_bg {
        width: 45%;
    }

    .MyLPs .card_text {
        width: 85%;
        min-height: unset;
    }

    .MyLPs .card_content img {
        width: 80%;
        margin-bottom: 20px;
    }

    .MyLPs .full_card .full_card_title {
        margin-bottom: 20px;
    }

    .MyLPs .full_card .btnCommon {
        margin-left: auto;
    }

    .MyLPs .card_title {
        margin-bottom: 20px;
    }

    .MyLPs .section7 .card_text {
        min-height: unset;
    }

    .MyLPs .section10 .card_title {
        min-height: unset;
    }

    .MyLPs .section4 .full_card .full_card_container {
        padding: 0;
    }

    .MyLPs .section5 .full_card_title {
        width: 80%;
        margin: auto;
    }

    .MyLPs .section5 .full_card_container {
        flex-direction: column;
    }

    .MyLPs .section5 .full_card_container img {
        margin: 30px auto;
    }

    .MyLPs .section5 .btnCommon {
        margin-bottom: 10px;
    }

    .MyLPs .section6 .section6_image,
    .MyLPs .section9 .section9_image {
        margin: 20px auto;
    }

    .MyLPs .section6 .section6_icons {
        margin-bottom: 20px;
    }

    .MyLPs .bg2 {
        padding-bottom: 0;
    }

    .MyLPs .section10 .card_text,
    .MyLPs .section10 .card_title {
        text-align: center;
        width: 100%;
    }

    .MyLPs .display_none_mobile {
        display: none;
    }

}