.section-trial {
    background-image: url(/images/Screenshot-2020-11-16-at-18.40.26.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section-trial .main-title {
    text-align: center;
    color: white;
    font-size: 75px;
    font-weight: bold;
    margin-bottom: 60px;
}

.section-trial .sub-title {
    text-align: center;
    font-size: 75px;
    color: white;
    font-weight: lighter;
}

.section-trial .header-free-trial-title {
    font-weight: bold;
    margin-top: 10px;
}

.section-trial .get-started-button-wrapper {
    margin-top: 60px;
    text-align: center;
}

.section-trial .get-started-button-wrapper .button-get-started {
    font-size: 20px;
    padding: 15px 60px;
}

.section-trial .find-out-more-button {
    font-size: 20px;
    text-decoration: none;
    color: white;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-trial .find-out-more-button:before {
    content: "\25bc";
    position: absolute;
    left: -20px;
}

.section-wrapper {
    padding: 24px;
}

.section-free-tier .free-tier-explanation-wrapper {
    display: flex;
}

.free-tier-details {
    background: #2234641A 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.free-tier-details .free-tier-details-header {
    background-color: #263461;
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.free-tier-details .free-tier-details-specifications-list {
    list-style: none;
    margin: 0 40px;
    padding: 0;
    font-size: 17px;
}

.free-tier-details .free-tier-details-specifications-list li.list-item-opacity {
    opacity: 0.4;
}

.free-tier-details .free-tier-details-specifications-list li {
    display: flex;
    padding: 10px 0 10px 0;
    align-items: center;
}

.free-tier-details .free-tier-details-specifications-list li .list-content {
    margin-left: 24px;
}

.free-tier-details .free-tier-details-specifications-list li .list-content .title {
    font-size: 18px;
    font-weight: 600;
}

.free-tier-details .free-tier-details-specifications-list li .i-icon {
    color: white;
    width: 22px;
    height: 22px;
    background: #5D5D5D;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 12px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    font-weight: 600;
}

.free-tier-details .free-tier-details-specifications-list li:last-child {
    border-bottom: none;
}

.free-tier-details .price-section {
    margin-top: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 36px;
    background: white;
    border-top: 1px solid #707070;
    font-size: 22px;
    font-weight: 700;
}

.free-tier-details .price-section .free {
    color: #108D00;
}

.free-tier-instructions {
    display: flex;
    flex-direction: column;
}


.free-tier-instructions p,
.free-tier-instructions a.w-button {
    font-size: 17px;
}

.main-title {
    font-size: 34px;
    color: #263461;
    font-weight: 700;
}

.whats-included-wrapper .content {
    margin-top: 32px;
}

.whats-included-wrapper .content .key-features {
    margin-top: 32px;
}

.whats-included-wrapper .content .key-features .title {
    font-weight: 600;
}

.whats-included-wrapper .content .key-features ul {
    margin-top: 12px;
}

.whats-included-wrapper .right-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 85px !important;
}

.whats-included-wrapper .right-section .button-get-started {
    font-size: 20px;
    padding: 15px 60px;
}

.whats-included-wrapper .right-section .title {
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
}

.atlas-features-section {
    background: #EAECEF;
    position: relative;
    margin-top: -40px;
}

.atlas-features-section:before {
    content: '';
    display: block;
    height: 124px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #EAECEF 50%, #EAECEF 100%);
}

#section-get-started {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EAEAEA 100%) 0% 0% no-repeat padding-box;
}

.get-started-link {
    color: #3283F5;
    font-size: 24px;
    text-decoration: none;
}