#lifetime-storage_main-container {
    color: #1A2533;
    font-family: AlbertaSans, Roboto, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}
#lifetime-storage_main-container * {
    box-sizing: border-box;
}
#lifetime-storage_main-container b,
#lifetime-storage_main-container h1,
#lifetime-storage_main-container h2  {
    font-weight: bold;
}
#lifetime-storage_main-container h1 {
    font-size: 50px;
    line-height: 52px;
}
#lifetime-storage_main-container h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
#lifetime-storage_main-container h3 {
    font-size: 18px;
    line-height: 24px;
}
#lifetime-storage_main-container a {
    font-family: AlbertaSans, Roboto, sans-serif;
    text-decoration: none;
    color: #1A2533;
}
#lifetime-storage_main-container .button {
    background: #EE2B3A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #EE2B3A;
    color: white !important;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    transition: 0.5s ease;
    height: 48px;
    min-width: 100%;
    vertical-align: top;
    margin: auto;
    box-shadow: none;
    align-items: center;
    /* padding: 0 40px; */
    justify-content: center;
}
#lifetime-storage_main-container .button:hover {
    background: #F75A20;
    border-color: #F75A20;
}
#lifetime-storage_main-container .button.blue {
    background: #202C47;
    border-color: #202C47;
}
#lifetime-storage_main-container .button.blue:hover {
    background: #1798FC;
    border-color: #1798FC;
}
#lifetime-storage_main-container .button.white {
    background: transparent;
    color: #EE2B3A !important;
}
#lifetime-storage_main-container .button.white:hover {
    background: transparent;
    color: #F75A20 !important;
}
#lifetime-storage_main-container .button.single {
    margin-top: 50px; 
    min-width: 90%;
}
#lifetime-storage_main-container .mobile {
    display: block;
}
#lifetime-storage_main-container .desktop {
    display: none;
}

#lifetime-storage_main-container .section {
    padding: 150px 16px 0;
    max-width: 1200px;
    margin: auto;
}

#lifetime-storage_main-container .dual {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#lifetime-storage_main-container .picture-last {
    flex-direction: column-reverse;
}
#lifetime-storage_main-container .dual-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#lifetime-storage_main-container .dual-item .desc,
#lifetime-storage_main-container .dual-item .point-desc {
    line-height: 24px;
}
#lifetime-storage_main-container .dual-item h2 {
    margin-top: 100px;
}
#lifetime-storage_main-container .dual-item.picture img {
    width: 100%;
}

#lifetime-storage_main-container #hero_background {
    background-image: url("/images/lifetime_storage_v2/lifetime-landing-hero-mob.jpg");
    background-repeat: no-repeat;
    background-size: auto 110%;
    background-position: center;
}
#lifetime-storage_main-container #top_section {
    padding: 60px 16px 0;
    min-height: calc(90vh - 90px);
    display: flex;
    flex-direction: column;
}
#lifetime-storage_main-container #top_section .button {
    margin: auto;
    margin-bottom: 70px;
}
#lifetime-storage_main-container #top_section h3 {
    padding: 0 0 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: auto;
}
#lifetime-storage_main-container #top_section .buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 650px;
    margin: auto;
}
#lifetime-storage_main-container #top_section .buttons .button {
    width: 100%;
    margin-bottom: 50px;
    max-width: 500px;
}

.blue-bkg {
    background-color: #202C47;
    margin-top: 150px;
}
#lifetime-storage_main-container #repeat {
    color: white;
    padding-top: 0;
    padding-bottom: 50px;
}
#lifetime-storage_main-container #repeat br {content: "";margin: 2em;display: block;}
#lifetime-storage_main-container #repeat, 
#lifetime-storage_main-container #why_lifetime {
   text-align: left;
}
#lifetime-storage_main-container #why_lifetime {
     padding-top: 50px;
}
 
#lifetime-storage_main-container #why_lifetime h2 {
   text-align: center;
   margin-top: 70px;
}
#lifetime-storage_main-container #repeat h2 {
    margin-top: 0;
}

#lifetime-storage_main-container #repeat .dual-item.picture {
    display: none;
}
#lifetime-storage_main-container #repeat .mobile,
#lifetime-storage_main-container #why_lifetime .mobile {
    width: 100%;
    padding-bottom: 30px;
}
#lifetime-storage_main-container .blue-bkg .mobile {
    width: 90%;
    margin: auto;
    position: relative;
    top: -50px;
}
#lifetime-storage_main-container #why_lifetime .mobile {
    padding-bottom: 40px; 
}

#lifetime-storage_main-container #why_lifetime .point,
#lifetime-storage_main-container #repeat .point {
    margin-top: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
#lifetime-storage_main-container #why_lifetime .point-title,
#lifetime-storage_main-container #repeat .point-title {
    margin-top: 50px;
    font-weight: bold;
}
#lifetime-storage_main-container #why_lifetime .point img,
#lifetime-storage_main-container #repeat .point img {
    margin-right: 30px;
    height: 14px;
    background-position-y: center;
    background-repeat: no-repeat;
}

#why_cloud .cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
#why_cloud .card {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    width: 100%;
}
#why_cloud .card:first-child {
    padding-top: 0;
}
#why_cloud .card img{
    width: 100%;
    transition: 0.5s;
}
#why_cloud .card img:hover{
    transform: scale(1.07);
}
#why_cloud .card .card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 31px;
    margin-top: 30px;
    text-align: left;
}
#why_cloud .card .card-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: auto;
    text-align: left;
}
#why_cloud .card a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1.5px solid #202C47;
    color: #1A2533 !important;
    background: white;
    padding: 0;
    margin: auto;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    font-size: 16px;
    max-width: 285px;
    min-width: unset;
}
#why_cloud .card a:hover {
    border-color: #DEEDFF;
    color: #1789FC !important;
    background: #DEEDFF;
}
#why_cloud .card a .fal {
    font-family: "Font Awesome 5 Pro";
    color: #1A2533 !important;
    margin-left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
}
#why_cloud .card a:hover .fal {
    color: #1789FC !important;
}
#lifetime-storage_block-faq.section {
    padding-top: 100px;
}
#faq_topic-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 2em;
}
#faq_topic-wrapper .faq-topic {
    font-size: 20px;
    line-height: 64px;
    border-bottom: 5px solid transparent;
    margin-bottom: 40px;
    margin-top: 10px;
}
#faq_topic-wrapper .faq-topic.opened {
    border-bottom: 5px solid #1789FC;
    font-weight: bold;
}
.faq-topic-questions {
    display: none;
}
.faq-topic-questions.opened {
    display: grid;
}
#repeated-button.section {
    padding-top: 0;
}
.gray-bkg {
    background-color: #F8F8F8;
    margin: 80px 0 0;
}
#not_sure.section {
    padding: 50px 16px 70px;
}
#not_sure p {
    padding-top: 10px;
}
#not_sure input {
    height: 48px;
    width: 100%;
    border: 2px solid #202C47;
    background-color: transparent;
    border-radius: 5px;
    margin: 50px auto 25px;
    background-image: url("/images/lifetime_storage_v2/mail.svg");
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 25px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 48px;
    color: #1A2533;
    display: block;
}

#footer_lifetime-storage_top {
    display: none;
}

.filesfm_embed_palyer__poster_div_before, .filesfm_embed_palyer__poster_div_after {
    background: rgb(0 0 0 / 0%) !important;
}
.filesfm_embed_palyer__poster_div_before span {
    display: none !important;
}

@media only screen and (min-width: 600px) {

    #lifetime-storage_main-container h1 {
        font-size: 60px;
        line-height: 75px;
        max-width: 525px;
    }
    #lifetime-storage_main-container h3 {
        font-size: 32px;
        line-height: 43px;
    }
    #lifetime-storage_main-container h3 {
        font-size: 26px;
        line-height: 35px;
    }

    #lifetime-storage_main-container .button,
    #lifetime-storage_main-container .button.single {
        height: 60px;
        min-width: 380px;
    }
    #lifetime-storage_main-container .section {
        padding: 150px 30px 0;
    }
    #lifetime-storage_main-container h2 {
        max-width: 700px;
    }
    #lifetime-storage_main-container #hero_background {
        background-image: url("/images/lifetime_storage_v2/lifetime-landing-hero2.jpg");
    }
    #lifetime-storage_main-container #top_section {
        padding: 150px 50px 100px;
        text-align: left;
        display: block;
        min-height: auto;
    }
    #lifetime-storage_main-container #top_section h3 {
        letter-spacing: 0.2em;
        line-height: 66px;
        font-size: 26px;
    }
    #lifetime-storage_main-container #top_section .dual {
        flex-direction: row;
    }
    #lifetime-storage_main-container #top_section .button {
        min-width: 380px;
    }
    #why_cloud .cards {
    margin-top: 0;
    }
    #why_cloud .card {
        width: 50%;
        padding: 50px 20px;
    }
    #why_cloud .card .card-title,
    #why_cloud .card .card-desc {
        text-align: center;
    }
    #lifetime-storage_main-container #repeated-button {
        padding: 50px 30px 0;
    }
    
    #lifetime-storage_main-container #repeated-button h2 {
        margin-bottom: 10px;
    }
    #not_sure.section {
        padding: 100px 16px 150px;
    }
    #not_sure input {
        height: 60px;
        width: 380px;
        background-size: 26px;
        padding-left: 70px;
        background-position-x: 21px;
        font-size: 20px;
    }
    
    #why_cloud .card:first-child {
        padding-top: 50px;
    }

    .gray-bkg {
        margin: 100px 0 0;
    }
   
}
@media only screen and (min-width: 768px) {

    #lifetime-storage_main-container .dual {
        flex-direction: row;
    }
    #lifetime-storage_main-container .button {
        justify-content: center;
        max-width: unset;
        width: unset;
    }
    #lifetime-storage_main-container #top_section .buttons .button {
        width: unset;
        margin: 0;
        margin-top: 10px;
    }
    .blue-bkg {
        margin: 250px 0 0;
    }
    #lifetime-storage_main-container #repeat .picture img{
        position: relative;
        bottom: 50px;
    }
    #lifetime-storage_main-container #repeat h2, 
    #lifetime-storage_main-container #why_lifetime h2 {
        text-align: left;
        margin-left: 0;
        margin-top: 30px;
    }
    #lifetime-storage_main-container #repeat .dual-item.picture,
    #lifetime-storage_main-container #why_lifetime .dual-item.picture {
        display: block;
    }
    #lifetime-storage_main-container #repeat .dual-item.picture {
        padding-left: 5%;
    }
    #lifetime-storage_main-container #why_lifetime .dual-item.picture {
        padding-right: 5%;
        padding-top: 5%;
        flex: 0.7;
    }
    #lifetime-storage_main-container #why_lifetime .dual-item .desc {
        width: 90%;
    }
    #lifetime-storage_main-container .mobile {
        display: none;
    }
    #lifetime-storage_main-container .desktop {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    #why_cloud .card {
        width: 33.3%;
        padding: 50px 30px;
    }
    #lifetime-storage_block-faq .accordion-container {
        display: grid;
        grid-template-columns: 49% 49%;
        column-gap: 1rem;
    }
    .accordion-container .panel:not(.active) .heading {
        height: 100%;
        display: flex;
        align-items: center;
    }
}