﻿.fppp_base-button[data-v-303a0033] {
    display: block;
    background-color: #e40045;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    margin-top: 1.5rem
}

.fppp_base-button[data-v-303a0033]:hover {
    background-color: #cb003d
}

.fppp_headline[data-v-79d81ecb] {
    display: block
}

.fppp_h2[data-v-79d81ecb] {
    font-size: 50px;
    line-height: 1.1
}

@media (min-width: 576px) {
    .fppp_h2[data-v-79d81ecb] {
        font-size: 80px
    }
}

.fppp_h3[data-v-79d81ecb] {
    font-size: 36px;
    line-height: 1.125em
}

.fppp_h4[data-v-79d81ecb] {
    font-size: 22px;
    line-height: 26px;
    margin: .2rem
}

.fppp_p[data-v-79d81ecb] {
    font-size: 17px
}

.fppp_question[data-v-79d81ecb] {
    font-size: 32px;
    line-height: 36px
}

.fppp_bold[data-v-79d81ecb] {
    font-weight: 700
}

.fppp_content[data-v-72128471] {
    color: #fff
}

.fppp_content .fppp_space[data-v-72128471] {
    padding-bottom: 2rem
}

.fppp_content .fppp_space.fppp_title[data-v-72128471] {
    padding-top: 3rem
}

.fppp_background[data-v-6e1b1965] {
    position: relative;
    justify-content: center;
    display: flex;
    background-image: url(../images/future-planner/sky-BtNep_6J.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.fppp_background .fppp_bg-image[data-v-6e1b1965] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(.5)
}

.fppp_background .fppp_container[data-v-6e1b1965] {
    max-width: 1350px;
    width: 100%;
    z-index: 5;
    padding: 5vh 15px 0;
    margin-bottom: 3rem
}

@media (min-width: 576px) {
    .fppp_background .fppp_container[data-v-6e1b1965] {
        padding-bottom: 5%
    }
}

@media (min-width: 1320px) {
    .fppp_background .fppp_container[data-v-6e1b1965] {
        margin-left: auto;
        margin-right: auto
    }
}

.fppp_plant[data-v-6e1b1965] {
    position: absolute;
    bottom: 0;
    z-index: 0
}

.fppp_plant.fppp_left-plant[data-v-6e1b1965] {
    left: 0;
    display: none
}

@media (min-width: 1570px) {
    .fppp_plant.fppp_left-plant[data-v-6e1b1965] {
        display: block
    }
}

.fppp_plant.fppp_right-plant[data-v-6e1b1965] {
    right: 0;
    max-width: 300px
}

@media (min-width: 576px) {
    .fppp_plant.fppp_right-plant[data-v-6e1b1965] {
        max-width: 40%
    }
}

@media (min-width: 1200px) {
    .fppp_plant.fppp_right-plant[data-v-6e1b1965] {
        max-width: 100%
    }
}

.fppp_branch[data-v-6e1b1965] {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4
}

.fppp_questionary[data-v-73130def] {
    color: #fff
}

.fppp_questionary .fppp_question[data-v-73130def] {
    padding-bottom: 2rem
}

.fppp_radio-group[data-v-73130def] {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.fppp_radio-option[data-v-73130def] {
    display: flex;
    align-items: center;
    cursor: pointer
}

.fppp_radio-option input[type=radio][data-v-73130def] {
    opacity: 0;
    position: absolute
}

.fppp_radio-option .fppp_custom-radio[data-v-73130def] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 2px solid #e40045;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    position: relative
}

.fppp_radio-option input[type=radio]:checked + .fppp_custom-radio[data-v-73130def]:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #e40045;
    border-radius: 50%;
    position: absolute
}

.fppp_link[data-v-ae1d067a] {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #e40045;
    text-decoration: none;
    padding-top: .5rem;
    margin-top: 1rem;
    font-weight: 700
}

.fppp_link[data-v-ae1d067a]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 4px;
    background: #e40045
}

.fppp_link[data-v-ae1d067a]:after {
    position: relative;
    content: "";
    display: inline-block;
    width: .3rem;
    height: .3rem;
    border-right: 2px solid #e40045;
    border-top: 2px solid #e40045;
    transform: rotate(45deg);
    margin-left: .5rem
}

.fppp_link[data-v-ae1d067a]:hover {
    color: #cb003d
}

.fppp_link[data-v-ae1d067a]:hover:before {
    background: #cb003d
}

.fppp_link[data-v-ae1d067a]:hover:after {
    border-color: #cb003d
}

.fppp_questionary[data-v-777c9a8e] {
    max-width: 80%;
    color: #fff
}

.fppp_contact_btns[data-v-777c9a8e] {
    display: flex
}

.fppp_contact_btns[data-v-777c9a8e] > * + * {
    margin-left: 1.5rem
}

.fppp_chameleon[data-v-6c96ee84] {
    position: relative;
    width: 50%;
    max-width: 700px;
    min-width: 300px;
    z-index: 1;
    float: right
}

@media (min-width: 576px) {
    .fppp_chameleon[data-v-6c96ee84] {
        position: absolute;
        right: 2%;
        bottom: 7%;
        margin-top: 0;
        z-index: 4
    }
}

.fppp_chml[data-v-6c96ee84] {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1
}

.fppp_chml-red[data-v-6c96ee84] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.fppp_branch[data-v-6c96ee84] {
    position: absolute;
    width: 250%;
    height: auto;
    z-index: 0;
    top: 36%;
    right: -8%
}

.fppp_contents[data-v-7c6517d7] {
    position: relative;
    min-height: 700px;
    z-index: 5
}

@media (min-width: 768px) {
    .fppp_contents[data-v-7c6517d7] {
        width: 60%
    }
}

/* Sitefinity integration styles */
#main .fppp_questionary {
    max-width: unset;
}
@media screen and (max-width: 1400px) {
    #main .fppp_container {
        padding-left: 40px;
        padding-right: 40px;
    }
}