body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #6b7a8c;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}


/* Button */
.btn {
    border-radius: 50px;
    padding: .6rem 2rem;
    font-weight: 500;
}
.btn-green {
    background: #69D681;
    border-color: #69D681;
    color: #fff;
    text-shadow: 0 1px 1px #28543261;
}
.btn-green:hover {
    border-color: #69D681;
    color: #69D681;
    background: #fff;
    text-shadow: none;
}

.btn-purple {
    background: #fff;
    border-color: #2f1ad1;
    color: #2f1ad1;
}
.btn-purple:hover {
    background: #2f1ad1;
    color: #fff;
}

/* Text Styles */
.text-green {
    color: #69D681 !important;
}
.text-purple {
    color: #2f1ad1 !important;
}
a {
    color: #2f1ad1;
}
a:hover {
    color: #6d5de4;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.8rem;
    font-family: "Gotham SSm", "Gotham SSm", "Gotham", "Poppins", sans-serif;
    color: #272727;
    letter-spacing: -.05em;
}
h1, .h1 {
    font-size: 30px;
    line-height: 100%;
}
h2, .h2 {
    font-size: 25px;
}
h3, .h3 {
    font-size: 22px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 16px;
    letter-spacing: -0.04rem;
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    h3, .h3 {
        font-size: 25px;
    }
    h4, .h4 {
        font-size: 22px;
    }
}


/* Bootstrap Styles */
@media (max-width: 480px) {
    .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}


.mb-8 {
    margin-bottom: 3rem !important;
}
.mb-10 {
    margin-bottom: 5rem !important;
}
.pt-10 {
    padding-top: 5rem !important;
}

@media (min-width: 992px) {
    .mb-8 {
        margin-bottom: 6rem !important;
    }
    .mb-10 {
        margin-bottom: 8rem !important;
    }
    .pr-md-7 {
        padding-right: 5rem !important;
    }
}


/* 
HEADER 
-----------------------------------*/

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
header.scroll .navbar {
    background: #fff;
    box-shadow: 0 0 8px rgba(90, 90, 90, 0.2);
}
header .navbar-brand svg {
    max-width: 100px;
}
header.scroll .navbar-brand svg path {
    fill: #2f1ad1;
}

/* Menu */
header .nav-link {
    color: #fff;
}
header.scroll .navbar-dark .navbar-nav .nav-link {
    color: #272727;
}
header .navbar-nav .nav-link {
    padding: .5rem 1rem !important;
    position: relative;
}
header .navbar-nav .nav-link:hover:after {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
}

/* Mobile Menu */

@media (max-width: 767px) {

    header.scroll .navbar {
        position: relative;
        background: transparent;
    }

    header nav.navbar {
        padding: 0;
    }

    header a.navbar-brand {
        margin-left: 20px;
    }
    
    header.scroll .navbar-brand svg path {
        fill: #fff;
    }

    header button.navbar-toggler {
        box-shadow: none;
        border: 0;
        margin-right: 10px;
    }

    header #navbarSupportedContent {
        background: #1f1196;
    }

    header #navbarSupportedContent ul {
        padding: 20px 0;
    }

    header #navbarSupportedContent .btn {
        margin-top: 10px;
    }

}


/* 
CONTENT PAGE 
-----------------------------------*/

/* Hero Section */
#hero_section {
    background: url(/assets/images/header-bg.svg) bottom no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

/* Bullets Section */
.icon:before {
    content: "";
    background: #69d68199;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 27px;
    top: 10px;
    z-index: -1;
}
.icon img {
    max-width: 50px;
}

/* Feature Panel */
/* #featuresPanel {
    z-index: 0;
    overflow: hidden;
    position: relative;
}
#featuresPanel:before {
    background-image: url(/assets/images/footer-bg.svg);
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    content: " ";
    z-index: -1;
    position: absolute;
    min-width: 3000px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position-x: 50%;
} */


/* Marketo forms custom CSS */
.mktoLoading {
    font-size: 0.875em;
    padding: 0.75rem;
    display: block;
    opacity: 0.7;
}
.mktoForm {
    width: 100% !important;
}
.mktoForm * {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
}
.mktoForm .mktoLoading {
    display: none;
}
.mktoForm .mktoLabel {
    font-weight: normal !important;
    padding: 0.375rem 0 0.25rem;
}
.mktoForm .mktoFormRow.hidden {
    display: none !important;
}
.mktoCheckboxField {
    padding-top: 0.375rem !important;
}
.mktoCheckboxField > label {
    margin-left: 26px !important;
    padding: 0 !important;
}
.mktoCheckboxField .mktoCheckboxList {
    padding-left: 0 !important;
    width: 20px !important;
}
.mktoCheckboxField .mktoCheckboxList input {
    margin-top: -20px !important;
    width: 20px !important;
    padding: 0 !important;
}
.mktoCheckboxList label {
    display: none !important;
}
.mktoServiceForm, .mktoPartnerForm {
    margin: 0 auto;
    width: 100% !important;
}
.mktoServiceForm .mktoCheckboxList {
    margin-top: 0.375rem !important;
    padding-left: 0 !important;
}
.mktoServiceForm .mktoCheckboxList label {
    display: block !important;
    margin-top: -16px !important;
    margin-bottom: 0.75rem !important;
    min-width: 200px !important;
    width: 100% !important;
    float: left;
}
.mktoFieldWrap, .mktoFieldDescriptor {
    float: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}
.mktoFieldWrap {
    padding-bottom: 0.75rem !important;
}
.mktoFieldWrap::after {
    display: table;
    clear: both;
    content: '';
}
.mktoAsterix, .mktoGutter, .mktoClear, .mktoOffset {
    display: none !important;
}
.mktoRequiredField label::after {
    content: ' *';
    color: #e63772;
}
.mktoField, .mktoButtonWrap button, .mktoError {
    width: 100% !important;
    line-height: 1 !important;
    border-radius: 3px !important;
    font-size: inherit !important;
    height: auto !important;
    padding: 0.75rem !important;
}
.mktoField {
    border: 1px solid #ddd !important;
    -webkit-transition: all 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: all 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.mktoField:focus {
    border: 1px solid #0066cc !important;
    color: #111 !important;
}
select.mktoField {
    height: 45px !important;
}
select.mktoField, textarea.mktoField {
    -webkit-appearance: none !important;
}
.mktoButtonWrap {
    display: block !important;
    margin: 0 !important;
}
.mktoButtonWrap button {
    border: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: inherit;
    color: #fff !important;
    background: #e63772;
    border-radius: 50px !important;
}
.mktoButtonWrap button:hover, .mktoButtonWrap button:focus {
    opacity: .9;
}
.mktoError {
    top: 61px !important;
    bottom: 0 !important;
    right: -0.375rem !important;
    font-size: 0.8125em !important;
    border-radius: 0 !important;
    pointer-events: none;
}
.mktoErrorMsg {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.7) !important;
    line-height: 1.5;
    margin-left: -12px !important;
    margin-top: -4px !important;
    border-radius: 2px !important;
}
.mktoErrorDetail {
    font-size: inherit;
}
.mktoForm .mktoError .mktoErrorArrow {
    background: rgba(0, 0, 0, 0.7) !important;
    border: none !important;
}
#middle_name, .mktoLabel[for='middle_name'] {
    display: none !important;
}
#signup .content-inner {
    max-width: 480px;
    width: 100%;
}
@media only screen and (max-width: 64em) {
    #signup .content-inner {
        float: none;
        margin: 0 auto;
    }
}
#signup .card {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
#signup img.bg-pattern.circle-dots-pattern {
    width: 15rem;
    top: -3rem;
    right: -4rem;
    z-index: -1;
}
#signup img.bg-pattern.stripes-pattern {
    bottom: -3rem !important;
    left: -5rem !important;
}
button.mktoButton {
    background: #68d680 !important;
    padding: 1rem 2rem !important;
}

/* Pricing Section */

.card {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
}

/* 
FOOTER 
-----------------------------------*/

footer {
    padding-top: 16rem;
    margin-top: -5rem;
    background: url(/assets/images/footer-bg.svg) top no-repeat;
    background-size: cover;
}
footer .nav-link {
    font-size: 14px;
}
footer a,
footer a:hover {
    color: #fff;
}
footer .copyright {
    opacity: 0.5;
    color: #fff;
    font-size: 12px;
}
.cta-footer {
    margin-bottom: -13rem;
}