.se-container {
    position: relative;
    width: 100%;
}

.se-icon {
    position: relative;
    display: block;
    width: 82px;
    margin: 0px auto 5px;
}

.se-title {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 31px;
    margin: 0px auto 10px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}

.se-subtitle {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0px auto 75px;
    text-align: center;
    color: #a3a3a3;
    letter-spacing: 3px;
    width: calc(100% - 40px);
}

.se-content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;
}

.se-content > * {
    font-size: 16px;
}

.se-side {
    position: relative;
    display: block;
    width: 50%;
}

.se-side:first-child {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: url('../../img/front/psikolog_klinis_ariestya_magdalena_photo_kelas_stimulasi.webp') no-repeat;
    background-size: cover !important;
    background-position: center !important;

    z-index: 1;
}

.se-side:last-child {
    margin-left: 50%;
    padding: 75px 100px 85px 125px;
    background: #f9f1e7;
}

.se-side:last-child:before {
    content: '';
    position: absolute;
    display: block;
    width: calc((344 / 1536) * 100vw);
    aspect-ratio: 344/278;
    bottom: calc((-147 / 864) * 100vh);
    left: calc((484 / 1536) * 100vw);
    background: url('../../img/front/watercolor_background_1.webp') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.se-side-tx {
    position: absolute;
    display: block;
    left: 100px;
    bottom: 85px;
}

.se-side-title {
    position: relative;
    display: block;
    font-size: 96px;
    color: #fff;
    line-height: 77px;
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: 1.5px;
}

.se-side-list {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 1.5px;
}

.se-side-list br {
    display: none;
}

.se-side-bg {
    position: absolute;
    display: block;
    width: calc((311 / 1536) * 100vw);
    bottom: -15px;
    right: -80px;
}

.se-right-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.se-right-list {
    position: relative;
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 40px;
    letter-spacing: 0.5px;
}

.se-right-list:before {
    content: '*';
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 24px;
    font-family: nunito-black;
    line-height: 28px;
}

.se-right-list.last {
    margin-bottom: 30px;
}

.se-right-link {
    position: relative;
    display: table;
    padding: 0px 34px;
    line-height: 50px;
    margin: 0px auto;

    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;

    border: 1px solid #222;
    background: #b9defc;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.se-right-link:hover {
    background: #f9f1e7;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.se-right-link-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    height: 16px;
}

.se-right-link-soon {
    position: absolute;
    display: block;
    width: 90px;
    aspect-ratio: 1/1;
    background: #da463c;
    color: #fff;
    font-size: 16px;
    text-align: center;
    align-content: center;
    line-height: 20px;
    right: calc(100% - 24px);
    top: -20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
}

.psi-container {
    position: relative;
    display: block;
    /* padding-top: 95px; */
    width: calc(100% - 80px);
    max-width: 1302px;
    padding: 0px 0px calc(159px - 16px);
    margin: 0px auto;
}

.psi-bg-1 {
    position: absolute;
    display: block;
    width: calc((564 / 1536) * 100vw);
    top: 10px;
    left: calc((1000 / 1536) * 100vw);
}

.psi-bg-2 {
    position: absolute;
    display: block;
    width: calc((564 / 1536) * 100vw);
    bottom: -205px;
    left: calc((-265 / 1536) * 100vw);
}

.psi-bg-3 {
    position: absolute;
    display: block;
    width: calc((345 / 1536) * 100vw);
    bottom: -40px;
    right: calc((70 / 1536) * 100vw);
}

.psi-title {
    position: relative;
    display: block;
    font-size: 64px;
    line-height: 62px;
    color: #ebd0b1;
    margin-bottom: 30px;
}

.psi-title span {
    color: #b9defc;
    position: relative;
    display: block;
}

.psi-content {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% + 16px);
    left: -8px;
}

.psi-content > * {
    font-size: 14px;
}

.psi-quote {
    position: absolute;
    display: block;
    bottom: -35px;
    left: -118px;
}

.psi-quote-anim {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
}

.psi-quote-text {
    position: absolute;
    display: block;
    width: 175px;
    font-size: 14px;
    line-height: 20px;
    top: 245px;
    left: 145px;
}

.psi-quote-img {
    position: absolute;
    display: block;
    width: 311px;
    bottom: 150px;
    left: 110px;
}

.psi-quote-text span {
    position: relative;
    display: block;
    font-size: 12px;
    padding-top: 10px;
}

.psi-quote-before {
    content: '';
    position: relative;
    display: block;
    width: calc((690 / 1536) * 100vw);
    aspect-ratio: 690/682;
    /* background: url('../../img/front/watercolor_background_3.webp') no-repeat; */
    /* background-position: 50% !important; */
    /* background-size: 690px auto !important; */
}

.psi-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.psi-left {
    height: auto !important;
    width: calc(20% - 16px) !important;
    background: #ebd0b1 !important;
    border-radius: 47px 0px 47px 0px;
    -webkit-border-radius: 47px 0px 47px 0px;
    -moz-border-radius: 47px 0px 47px 0px;
    -ms-border-radius: 47px 0px 47px 0px;
    -o-border-radius: 47px 0px 47px 0px;
}

.psi-right {
    width: 80%;
    font-size: 0px;
}

.psi-right > * {
    font-size: 14px;
}

.psi-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 16px);
    margin: 0px 8px 16px;
    padding: 24px;
    background: #b9defc;
    /* aspect-ratio: 248/343; */
    height: 343px;
}

.psi-right .psi-item {
    cursor: pointer;
}

.psi-item:nth-child(4),
.psi-item:nth-child(7),
.psi-item:nth-child(12) {
    border-radius: 47px 0px 47px 0px;
    -webkit-border-radius: 47px 0px 47px 0px;
    -moz-border-radius: 47px 0px 47px 0px;
    -ms-border-radius: 47px 0px 47px 0px;
    -o-border-radius: 47px 0px 47px 0px;
}

.psi-item:nth-child(5),
.psi-item:nth-child(10) {
    border-radius: 0px 47px 0px 47px;
    -webkit-border-radius: 0px 47px 0px 47px;
    -moz-border-radius: 0px 47px 0px 47px;
    -ms-border-radius: 0px 47px 0px 47px;
    -o-border-radius: 0px 47px 0px 47px;
}

.psi-item:nth-child(1),
.psi-item:nth-child(2),
.psi-item:nth-child(3),
.psi-item:nth-child(4) {
    background: #c2eeb7;
}

.psi-item:nth-child(5),
.psi-item:nth-child(6),
.psi-item:nth-child(7),
.psi-item:nth-child(8),
.psi-item:nth-child(9),
.psi-item:nth-child(10) {
    background: #fff2b0;
}

.psi-item:nth-child(odd) {
    /* background: #67d5ee; */
}

.psi-item.last-item {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
}

.se-item-text-img {
    position: relative;
    display: block;
    width: 24px;
    margin: 10px auto 0px;
}

.psi-item-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.psi-item-img img {
    position: relative;
    display: block;

    border-radius: 0px 32px 0px 32px;
    -webkit-border-radius: 0px 32px 0px 32px;
    -moz-border-radius: 0px 32px 0px 32px;
    -ms-border-radius: 0px 32px 0px 32px;
    -o-border-radius: 0px 32px 0px 32px;
}

.psi-item-img:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    right: 1px;
    bottom: 1px;
    background: rgba(218, 70, 60, 0.8) url('../../img/front/view_icon.svg') no-repeat;
    background-size: 16px auto !important;
    background-position: center !important;
    z-index: 1;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.no-search {
    cursor: auto !important;
}

.no-search .psi-item-img:before {
    display: none;
}

.psi-right .psi-item:hover .psi-item-img:before {
    background: rgba(218, 70, 60, 1) url('../../img/front/view_icon.svg') no-repeat;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.psi-soon {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 1;
    padding: 10px 17px;
    font-size: 12px;
    color: #fff;
    background: #da463c;
    line-height: 15px;

    border-radius: 0px 16px 16px 0px;
    -webkit-border-radius: 0px 16px 16px 0px;
    -moz-border-radius: 0px 16px 16px 0px;
    -ms-border-radius: 0px 16px 16px 0px;
    -o-border-radius: 0px 16px 16px 0px;
}

.psi-left .psi-item-img img {
    border-radius: 32px 0px 32px 0px;
    -webkit-border-radius: 32px 0px 32px 0px;
    -moz-border-radius: 32px 0px 32px 0px;
    -ms-border-radius: 32px 0px 32px 0px;
    -o-border-radius: 32px 0px 32px 0px;
}


.psi-item:nth-child(4) .psi-item-img img,
.psi-item:nth-child(7) .psi-item-img img,
.psi-item:nth-child(9) .psi-item-img img {
    border-radius: 32px 0px 32px 0px;
    -webkit-border-radius: 32px 0px 32px 0px;
    -moz-border-radius: 32px 0px 32px 0px;
    -ms-border-radius: 32px 0px 32px 0px;
    -o-border-radius: 32px 0px 32px 0px;
}

.psi-item-title {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    margin: 0px;
}

.psi-item-desc {
    position: relative;
    display: block;
    line-height: 25px;
    padding-top: 5px;
}

ul.psi-item-desc {
    padding-left: 18px;
    margin: 0px;
}

.se-item-chat {
    position: absolute;
    display: block;
    width: 224px;
    bottom: calc(264px + 16px);
    right: calc(100% - (10px + 8px));

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}


.pop-hide {
    display: none;
}


@media (max-width: 1024px) {
    .psi-left {
        width: calc(25% - 16px) !important;
    }

    .psi-right {
        width: 75%;
    }

    .psi-item {
        width: calc(33% - 16px);
    }

    .se-side:last-child {
        padding: 50px 40px;
    }

    .se-side-tx {
        left: 30px;
    }
}

@media (max-width: 768px) {
    .psi-left {
        width: calc(33% - 16px) !important;
    }

    .psi-right {
        width: 66%;
    }

    .psi-item {
        width: calc(50% - 16px);
        aspect-ratio: 248/343;
    }

    .se-side {
        width: 100% !important;
        display: block;
    }

    .se-side:first-child {
        position: relative;
        aspect-ratio: 950/1000;
    }

    .se-side:last-child {
        margin: 0px;
        padding: 80px 30px;
    }

    .se-side:last-child:before {
        width: calc((900 / 1536) * 100vw);
        bottom: calc((-80 / 864) * 100vh);
        left: calc((800 / 1536) * 100vw);
    }

    .se-side-tx {
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 500px;
    }
}

@media (max-width: 500px) {
    .se-container {
        padding-top: 250px;
    }

    .psi-container {
        width: calc(100% - 40px);
        padding: 0px 0px 80px;
    }

    .se-subtitle {
        margin: 0px auto 50px;
    }

    .psi-title {
        font-size: 45px;
        line-height: 50px;
    }

    .psi-right {
        width: 100%;
    }

    .psi-item {
        margin: 0px 0px 20px;
        padding: 30px;
        width: 100%;
        height: auto;
    }

    .psi-item:nth-child(4) {
        margin-bottom: calc(343 / 248 * 70%);
    }

    .psi-item.last-item {
        height: calc(100vw - 40px);
    }

    .psi-left {
        width: 100% !important
    }

    .psi-content {
        width: 100%;
        left: 0px;
    }

    .psi-item-img img {
        width: 100%;
    }

    .psi-bg-1 {
        width: calc((1000 / 1536) * 100vw);
        left: calc((800 / 1536) * 100vw);
    }

    .psi-quote {
        /* bottom: -250px; */
        bottom: auto;
        top: calc((343 / 248) * 5 * 97vw);
        width: calc((900 / 1536) * 100vw);
        aspect-ratio: 690/682;
        left: auto;
        right: 0px;
    }

    .psi-quote-img {
        left: 0px;
        bottom: 0px;
    }

    .psi-quote-text {
        top: 0px;
        left: -75px;
    }

    .psi-quote-before {
        position: absolute;
        width: 600px;
        max-width: unset;
        top: -200px;
        left: -160px;
    }

    .se-side:first-child {
        /* aspect-ratio: 950 / 1300; */
    }

    .se-side-tx {
        width: calc(100vw - 40px);
        bottom: 30px;
    }

    .se-side-title {
        font-size: 50px;
        line-height: 40px;
    }

    .se-side-list {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1.1px;
    }

    .se-side-list br {
        display: block;
    }

    .se-side:last-child {
        padding: 80px 20px;
    }

    .se-right-link {
        text-align: right;
        width: 100%;
        padding: 0px 20px;
        margin: 0px;
        /* left: 30px !important; */
    }

    .se-right-list.last {
        margin-bottom: 60px;
    }

    .se-right-link-soon {
        width: 65px;
        right: 0px;
        top: -53px;
        font-size: 12px;
        line-height: 14px;
        left: 0px;
        margin: auto;
    }

    .se-right-list {
        padding-left: 30px;
    }

    .se-subtitle {
        letter-spacing: 2px;
    }

    .psi-soon {
        padding: 12px 20px;
        font-size: 14px;
    }
}