@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

#opt_in_form_parent {
    position: relative;
}

#header_things {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    /*animation: headerThingsIn .8s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;*/

    transform: translate(-50%, -50%);
}

@keyframes headerThingsIn {
    from {
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

.header_thing {
    position: absolute;
    width: 125px;
    height: 125px;
    background-size: 125px 125px;
}

#header_01 {
    background-image: url(src/header_01.jpg);
}

#header_02 {
    background-image: url(src/header_02.jpg);
}

#header_03 {
    background-image: url(src/header_03.jpg);
}

#header_04 {
    background-image: url(src/header_04.jpg);
}

#header_05 {
    background-image: url(src/header_05.jpg);
}

#header_06 {
    background-image: url(src/header_06.jpg);

    background-size: 150px 150px;
    width: 150px;
    height: 150px;
}

#header_01 {
    top: -260px;
    left: -200px;
}

#header_02 {
    top: -110px;
    left: -230px;
}

#header_03 {
    top: 40px;
    left: -170px;
}

#header_04 {
    top: -260px;
    right: -200px;
}

#header_05 {
    top: -110px;
    right: -230px;
}

#header_06 {
    top: 10px;
    right: -210px;
}

#try_today_bg {
    /*background: #FFF8F4;*/
    background: #5458FB;
    padding-top: 60px;
    padding-bottom: 100px;
    margin-top: 60px;
    color: white;
}

#try_today_bg a {
    color: white;
}

#try_today .opt_in {
    width: 50%;
    display: flex;
    align-items: center;

}

#try_today input[type="email"] {
    border: 2px solid black;
    border-right: none;
}

#try_today .email_input {
    flex-grow: 1;
    height: 55px;
    border-radius: 4px 0 0 4px;
}

#try_today .button_black {
    height: 55px;
    border-radius: 0 4px 4px 0;
}


#try_today {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 60px;
}

#try_today > div:first-child {
    width: 515px;
    max-width: 100%;
    margin-right: 30px;
}



.button_black {
    padding: 0 54px;
    background: black;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    border: 1px solid black;
    display: inline-block;
}

.button_black:hover {
    background: transparent;
    color: black;
}

#testing {
    min-height: 600px;
}


.learn_more {
    color: black;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.learn_more .icon {
    margin-left: 8px;
}

.quote .logo {
    margin-top: 25px;
}


#home_header .opt_in {
    box-shadow: 0px 12px 12px rgba(81, 80, 241, 0.08);
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

#home_header .button_black {
    background: linear-gradient(90deg, #4D4CF0 1.29%, #5454F1 50.13%, #5B5CF3 100%);
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.05);
    color: white;
    font-weight: 500;
    font-size: 14px;
}

#home_header .button_black:hover {
    background: linear-gradient(180deg, #5B5CF3 0%, #4D4CF0 100%);
}

#top_button {
    width: 120px;
    background: linear-gradient(90deg, #4D4CF0 1.29%, #5454F1 50.13%, #5B5CF3 100%);
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top_button:hover {
    background: linear-gradient(180deg, #5B5CF3 0%, #4D4CF0 100%);
}

#header_two_columns .email_input,
#home_header .email_input {
    height: 70px;
    width: 100%;
    font-size: 20px;
}

#home_header .button_black {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    flex-shrink: 0;
    border-radius: 0 4px 4px 0;
}

input[type="email"]::placeholder {
    color: #9999BF;
}

input[type="email"] {
    border: 2px solid #4246D3;
    outline: none;
}

input[type="email"]:focus {
    border: 2px solid #4246D3;
    outline: none;

}

button {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    font-size: 15px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
}



input[type="email"] {

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    padding: 10px 16px;
    border: 2px solid #4246D3;
    background-color: white;
    border-radius: 4px 0 0 4px;

    transition: all ease-out .2s;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #0B0A0F;
}

a {
    color: black;
    opacity: 0.7;
}

#top_bar a {
    opacity: 1;
    color: auto;
    text-decoration: none;
}

#top_bar a:hover {
    text-decoration: none;
}

.content {
    width: 1100px;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;

}

.content_ {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.content__ {
    width: 80vw;
    margin: 0 auto;
}

.content.two_columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.content.two_columns > .text {
    margin-left: 30px;
}

.content.two_columns > .text:first-child {
    margin-right: 30px;
    margin-left: 0;
}

.content.two_columns > .text {
    width: 515px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#top_bar {

    padding-top: 24px;
    padding-bottom: 12px;
    max-width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    background: transparent;
    z-index: 999;
    width: 100%;
    transition: all ease-in-out .3s;

}

#top_bar.scrolled {
    background: white;
    padding-top: 12px;
    box-shadow: 0px 2px 10px rgba(11, 15, 150, 0.1);
}

#top_bar.scrolled #top_menu {
    top: 12px;
}

#top_bar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top_bar .content__ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top_menu {
    position: absolute;
    left: 50%;
    top: 24px;
    height: 37px;
    transform: translateX(-50%);
    display: flex;
    transition: all ease-out .3s;
}

#top_menu > .item {
    padding: 0 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    height: 37px;
}

#top_menu .label {
    margin-right: 7px;
}

#logo {
    cursor: pointer;
    fill: #0B0A0F;
    width: 108px;
    height: 20px;
}

#logo:hover {
    fill: #5458FB;
}


#opt_in {
    margin-top: 50px;
    margin-bottom: 50px;
}

section h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 61px;
    line-height: 1.1;
    letter-spacing: -0.022em;
    margin-bottom: 30px;
}

section h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}

section p.big {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 21.7494px;
    line-height: 26px;
    margin-bottom: 30px;

}

.author {
    margin-top: 20px;
}

section .sep {
    width: 100%;
    height: 1px;
    background: #DEDEEB;
    margin-top: 30px;
    margin-bottom: 30px;
}

header h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 62px;
    line-height: 1.1;
    /* or 61px */

    text-align: center;
    letter-spacing: -0.022em;

    margin-bottom: 30px;
    margin-top: 0px;
    animation: headerH1anim .6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: scale(0);
}

@keyframes headerH1anim {
    from {
        transform: translateY(10px) scale(0)
    }

    to {
        transform: translateY(0px) scale(1)
    }
}

header h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 130%;
    /* or 39px */

    text-align: center;
    animation: headerH1anim .6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: .2s;
    transform: scale(0);
    opacity: 0.8;
    position: relative;
    z-index: 9;
}

#opt_in {
    animation: headerH1anim .6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: .3s;
    transform: scale(0);
}

#header_points {
    display: flex;
    align-items: center;
    justify-content: center;

}

#header_points svg {
    width: 18px;
}

#header_points > div {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

#header_points .label {
    margin-left: 10px;
}

header {
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

header #headerText {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    z-index: 9;
    max-width: 1100px;
}


#header_two_columns a {
    opacity: 1;
    text-decoration: none;
}

#header_two_columns a:hover {
    text-decoration: none;
}

@media(max-width: 1200px) {
    #top_menu {
        position: relative;
        left: auto;
        transform: none;
        top: auto;
    }

    #top_bar.scrolled #top_menu {
        top: auto;
    }
}



#header_two_columns {
    padding-top: 160px;
    margin-top: 0;
}

#header_two_columns h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    margin-top: 14px;
    z-index: 9;
    position: relative;
}

#header_two_columns p.big {
    font-size: 22px;
    line-height: 1.5;
    z-index: 9;
    position: relative;
}

#header_two_columns .calls_to_action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    z-index: 9;
    position: relative;

}


#header_two_columns .calls_to_action input[type="email"] {
    border-color: black;
    font-size: 20px;
    width: 230px;
}

#header_two_columns .calls_to_action .button_black {

    font-size: 20px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#header_two_columns .calls_to_action .opt_in {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-right: 25px;
}

#header_two_columns .calls_to_action .button_black {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#header_two_columns .opt_in .button_black {
    border-radius: 0px 4px 4px 0px;
}

#header_two_columns .header_content_text {
    text-align: left;
    z-index: 1;
    width: 60%;
    position: relative;
}

#header_two_columns h2,
#header_two_columns h1 {
    text-align: left;
}

#header_two_columns .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
    min-height: 578px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 120px;
}

#header_two_columns .image {
    background-size: 100% 100%;
    width: 860px;
    height: 530px;
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 0;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}



#key_features {
    padding-top: 80px;
    padding-bottom: 80px;
}

#key_features h1 {
    text-align: center;
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 55px;
}

#key_features_grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#key_features_grid > .feature {
    width: calc(50% - 30px);
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
}

#key_features_grid > .feature h3 {
    margin-bottom: 20px;
}

#key_features_grid > .feature img {
    margin-right: 30px;
    width: 150px;
    height: 150px;
}

#two_other {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 800px;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;

}

#two_other a {
    color: auto;
    opacity: 1;
}

#two_other a:hover {
    text-decoration: none;
}

#two_other .create {
    background: rgba(65, 235, 213, 0.15);
}

#two_other .enroll {
    background: #FEF5E4;
}

#two_other .engage {
    background: rgba(235, 87, 87, 0.15);
}

#two_other .button_black {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

#two_other > div {
    width: calc(50% - 20px);
    border-radius: 6px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
}

#two_other > div h3 {
    margin-bottom: 20px;
}

/* opt-in animation */


.button_animation > div {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    animation: dotsAnimation .6s ease-in-out infinite;
}

@keyframes dotsAnimation {
    0% {
        transform: translateY(0px)
    }

    20% {
        transform: translateY(7px)
    }

    60% {
        transform: translateY(-7px)
    }

    100% {
        transform: translateY(0)
    }
}

.button_black {
    position: relative;
}

.button_animation > div:nth-child(1) {
    left: 33.3%;
    animation-delay: .3s;
}

.button_animation > div:nth-child(2) {
    left: 50%;
    animation-delay: .1s;
}

.button_animation > div:nth-child(3) {
    left: 66.6%;
}


.opt_in .button_animation {
    display: none;
}

.opt_in.progress .button_text {
    color: transparent;
}

.opt_in.progress .button_animation {
    display: block;

}

/* dropdown  */

.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: absolute;
    background: transparent;
    min-width: 100px;

    border-radius: 12px;
    z-index: 1;
    top: 37px;
    left: 12px;
}

.dropdown-content .arrow {
    background: transparent;
    height: 16px;
    width: 100%;
    position: relative;
}

.dropdown-content .arrow .bar {
    background: white;
    height: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-radius: 12px 12px 0 0;
}

.dropdown-content .links {
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 6px 15px -5px rgba(17, 17, 38, 0.29);
    background: white;
    overflow: hidden;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    position: relative;
    display: block;
}


.dropdown-content a:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 3px;
    height: 50%;
    background: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown_icon {
    transform: rotate(180deg);
}

.most_popular {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -30px;
    border-radius: 0 0 12px 12px;
    background: #5454f1;
}

@media(max-width: 1100px) {
    .content__ {
        width: calc(100% - 40px);
    }

    #top_menu > .item {
        padding: 0 12px;
    }
}

#what_makes_us_different {
    padding-top: 80px;
    padding-bottom: 80px;
}

#included_in_all .features_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}


#steps {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#steps .number {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background: #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
}

#steps .number.in {
    background: #4D4CF0;
    color: white;
}

#steps .step_name.in span {
    background-image: linear-gradient(90deg, #4D4CF0 0%, #4D4CF0 8%, rgba(77, 76, 240, 0) 8%);
    ;
}

#steps .number.done {
    background: black;
    color: white;
}


#steps .step_name.done span {
    background: black;
    color: white;
}

#steps .step_name svg {
    fill: #EEE;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

#steps .step_name.done svg {
    fill: black;
}


#steps .step_name {
    margin-right: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

#steps .step_name span {
    background: #EEE;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 4px 0 0 4px;
}

#steps .step_name:last-child {
    margin-right: 0;
}


body.mobile_menu {
    position: fixed;
}

body.mobile_menu #top_bar_mobile {
    display: flex;
}

body.mobile_menu #top_bar {
    display: none;
}


#top_bar_mobile {
    display: none;
}

#top_bar_mobile > div {
    width: 100%;
}

#top_bar_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #4D4CF0;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px;
    z-index: 999;
    padding-top: 70px;
}

#top_bar_mobile .bottom_links {
    text-align: center;
}



#top_bar_mobile_close {
    width: 35px !important;
    height: 35px;
    position: absolute;
    top: 24px;
    right: 24px;
    background: url(src/ic_mobile_menu_close.svg) center no-repeat;
}

#top_bar_mobile .sign_in {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}


#top_bar_mobile .section_title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

#top_bar_mobile .top_links {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#top_bar_mobile a {
    opacity: 1;
    text-decoration: none;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

#top_bar_mobile .top_links a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;

}

#top_bar_mobile .top_button {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #4D4CF0;
    border-radius: 4px;
}

#top_bar_mobile_open {
    display: none;
}


#included_in_all h2 {
    text-align: center;
    padding-top: 80px;
    margin-bottom: 60px;
}


#included_in_all .features_grid > div {
    width: calc(33.33% - 15px);
    margin-top: 15px;
    text-align: center;
}

#pricing_plans .button.soon {
    pointer-events: none;
}

@media(max-width: 800px) {
    .content__ {
        width: calc(100% - 48px);
    }

    #top_menu {
        display: none;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
    }

    #top_bar .button_link {
        display: none;
    }

    #top_bar_mobile_open {
        width: 35px !important;
        height: 35px;
        background: url(src/ic_mobile_menu_open.svg) center no-repeat;
        display: block;
    }

    #what_makes_us_different {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header_two_columns h1,
    header h1 {
        font-size: 35px;
        line-height: 1.2;
    }

    header h1,
    header h2 {
        padding-left: 24px;
        padding-right: 24px;
    }

    #header_two_columns h2,
    header h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    #header_two_columns p.big {
        font-size: 18px;
    }



    section h3 {
        font-size: 20px;
    }

    #header_two_columns a {
        width: 100%;
    }

    header .button_black {
        width: 100%;
    }

    header {
        min-height: auto !important;
        padding-bottom: 40px;
        margin-top: 0;

    }

    h1 br,
    h2 br,
    h3 br,
    p br {
        display: none;
    }

    section h1 {
        font-size: 32px !important;
        line-height: 1.1 !important;
    }

    section h2 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    section p.big {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .content.two_columns {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.two_columns > .text:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .content.two_columns > .text {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .content.two_columns > .text {
        width: 100%;
    }

    #key_features {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #key_features h1 {
        margin-bottom: 30px;
    }

    #key_features_grid > .feature {
        width: 100%;
    }

    #key_features_grid > .feature img {
        width: 75px;
        height: 75px;
    }

    #key_features_grid > .feature {
        margin-top: 30px;
    }

    #header_two_columns .image {
        width: 100vw;
        height: 61.628vw;
        right: auto;
        left: -40px;
        position: relative;
        transform: none;
    }

    #header_two_columns .calls_to_action {
        flex-direction: column;
    }

    #header_two_columns .header_content_text {
        width: 100%;
    }

    #header_two_columns .opt_in input[type="email"] {
        width: 100%;
    }

    #header_two_columns .calls_to_action .opt_in {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .opt_in {
        flex-direction: column;
    }

    .opt_in input[type="email"] {
        border-radius: 4px 4px 0 0;
    }


    #header_two_columns .opt_in .button_black,
    #home_header .opt_in .button_black,
    .opt_in .button_black {
        border-radius: 0 0 4px 4px;
    }

    #header_two_columns h2,
    #header_two_columns h1 {
        padding-left: 0;
        padding-right: 0;
    }

    #header_two_columns .calls_to_action .button_black {
        width: 100%;

    }

    #two_other {
        flex-direction: column;
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 24px;
    }



    #two_other > div {
        width: 100%;
        margin-top: 25px;
    }

    #two_other > div:first-child {
        margin-top: 0;
    }

    #header_two_columns .header_content {
        padding-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    #header_two_columns {
        padding-top: 90px;
    }


    #what_makes_us_different .two_columns {
        flex-direction: column-reverse;
    }

    #what_makes_us_different .blue .two_columns {
        flex-direction: column;
    }

    #pricing_plans {
        flex-direction: column;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #pricing_plans > div {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #included_in_all .features_grid {
        margin-bottom: 40px;
    }

    #included_in_all .features_grid > div {
        width: 100% !important;
    }

    #try_free a {
        display: block;
    }

    #testimonial {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #testimonial p.big {
        width: 100% !important;
    }

    #faq {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #faq_grid .question {
        width: 100% !important;
        margin-top: 30px !important;
    }

    #agency {
        text-align: center !important;
    }

    #steps .number {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    #steps .step_name {
        margin-right: 10px;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
    }

    #steps {
        width: 100vw;
        overflow: hidden;
        margin-bottom: 20px;
    }

    #try_today_bg {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #try_today {
        margin-top: 0;
        flex-direction: column;
    }

    #try_today > div:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }

    #try_today .opt_in {
        width: 100%;
    }

    #try_today .email_input {
        width: 100%;
        border: 2px solid black;
        border-radius: 4px 4px 0 0;
    }

    #try_today .button_black {
        width: 100%;
        border-radius: 0 0 4px 4px;
    }

    #included_in_all h2 {
        text-align: center;
        padding-top: 40px;
        margin-bottom: 20px;
    }
}
