/* ----------------------------------------------------------- */
                            /* decorations */
/* ----------------------------------------------------------- */
.strip-left, .strip-right {
    height: 80%;
    width: 45px;
    position: absolute;
    /* border: 1px solid black; */
}

.strip-left {
    bottom: 0;
    left: 0;
    background: linear-gradient(0.12deg, #F2709C 2.63%, #FF9472 94.44%);
    border-radius: 0px 61px 0px 0px;
}

.strip-right {
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, #FF9472 0%, #FB8881 100%);
    border-radius: 61px 0px 0px 0px;
}

/* ----------------------------------------------------------- */
                            /* content */
/* ----------------------------------------------------------- */

.title .content {
    display: flex;
    justify-content: center;
}

.title .title-content-box {
    height: 80%;
    width: 100%;
    position: absolute;
    bottom: 2.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}

.title .logo-svg {
    height: 75%;
    width: 375px;
    /* border: 3px solid #F2709C; */
    /* width: 26%; */
    /* height: 35vw; */
    /* background-color: #fff; */
}


.title .main-title {
    width: 100%;
    font-weight: 600;
    color: #fff;
    padding: 2vw;
    text-align: center;
    font-size: 3em;
}

@media screen and (max-width: 435px) {
    
    .title .main-title {
        font-size: 2.3em;
    }
    
    .title .logo-svg {
        width: 305px;
    }

}

#g4282-0 > * {
    transition: fill 0.2s;
    cursor: pointer;
    /* position: absolute; */
}

#g4282-0 > *:hover {
    fill: #fff !important;
    /* transform: scale(1.4); */
}