@import "https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,700&ver=1.0.0";

a {
    color: inherit;
}

footer,
header,
img,
main,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

.button:active,
a:active,
a:hover {
    outline: 0;
}

h1 {
    letter-spacing: -.1px;
}

img {
    max-width: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    margin: .67em 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: underline;
}

a:active,
a:hover {
    text-decoration: none;
}

img {
    border-style: none;
    height: auto;
    vertical-align: middle;
}

*,
:after,
:before {
    box-sizing: inherit;
}

html {
    font-size: 20px;
    line-height: 30px;
}

body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #768696;
    font-size: 1rem;
    font-family: "Fira Sans", sans-serif;
}

h1 {
    clear: both;
    color: #30323D;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
}

.site-menu a {
    color: #1c5b0c;
    border: solid 1px #9dde8c;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 20px;
    display: inline-block;
}

.site-menu a:hover {
    background-color: #1c5b0c;
    color: #fff;
}

@media (min-width:641px) {
    h1 {
        font-size: 52px;
        line-height: 62px;
        letter-spacing: -.1px;
    }

}

@media (max-width:640px) {
    .h2-mobile {
        letter-spacing: -.1px;
    }

    .h2-mobile {
        font-size: 36px;
        line-height: 46px;
    }

    .site-menu {
        text-align: right;
    }

    .site-menu a {}
}

.text-light {
    color: rgba(255, 255, 255, .8);
}

h1 {
    margin-top: 48px;
    margin-bottom: 16px;
}

.mt-0,
p {
    margin-top: 0;
}

p {
    margin-bottom: 24px;
}

.container,
.container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width:481px) {

    .container,
    .container-sm {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.container {
    max-width: 1128px;
}

.container-sm {
    max-width: 848px;
}

.container .container-sm {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
}

.button-shadow::before {
    top: 0;
    left: 0;
    content: '';
}

.button,
.hero {
    text-align: center;
}

.m-0 {
    margin: 0;
}

.button {
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 700;
}

@media (min-width:641px) {
    .field-grouped {
        display: flex;
        justify-content: center;
    }

    .field-grouped>.control {
        flex-shrink: 0;
    }
}

.button {
    display: inline-flex;
    text-decoration: none !important;
    background-color: #fff;
    color: #9B95F3 !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    white-space: nowrap;
}

.button::before {
    border-radius: 2px;
}

.button-shadow {
    position: relative;
}

.button-shadow::before {
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 8px 16px rgba(48, 50, 61, .12);
    mix-blend-mode: multiply;
    transition: box-shadow .15s ease;
}

.button-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(48, 50, 61, .25);
}

.button-primary {
    color: #fff !important;
    transition: background .15s ease;
    background: #fc6b74;
    background: linear-gradient(65deg, #FF5E5B 0, #F8778D 100%);
}

.button-primary:hover {
    background: #fc7079;
    background: linear-gradient(65deg, #ff6360 0, #f87c91 100%);
}

.button-primary.button-shadow::before {
    box-shadow: 0 8px 16px rgba(255, 94, 91, .25);
}

.button-primary.button-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(255, 94, 91, .4);
}

.button-block {
    display: flex;
}

.site-header {
    position: relative;
    padding: 24px 0;
}

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

.site-header-inner .brand.header-brand a img {
    width: 200px;
}

@media (min-width:1025px) {
    .site-header-large-bg {
        position: relative;
    }

    .site-header-large-bg span {
        position: absolute;
        top: -24px;
        bottom: 0;
        left: 1176px;
        width: 200px;
        height: 230vh;
        background: no-repeat #1c5b0c;
    }
}

.hero-inner {
    position: relative;
}

.hero-copy {
    padding-top: 40px;
    padding-bottom: 60px;
}

.hero-title {
    font-weight: 700;
}

.hero-paragraph {
    margin-bottom: 32px;
}

.hero-form {
    max-width: 435px;
    margin: 0 auto;
}

.hero-illustration {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    right: 0;
}


.hero-illustration img {
    overflow: visible;
    position: relative;
    margin: 0 auto;
}

@media (min-width:641px) {
    .hero-paragraph {
        padding-left: 72px;
        padding-right: 72px;
    }

    .hero-illustration {
        right: 0;
    }
}

@media (min-width:1025px) {
    .hero-illustration img {
        width: 800px;
        margin: 0;
    }

    .hero {
        text-align: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero::before {
        top: -80px;
        left: 620px;
        height: 100vh;
        width: 100%;
    }

    .hero-inner {
        display: flex;
    }

    .hero-copy {
        padding-top: 60px;
        padding-right: 88px;
        min-width: 600px;
    }

    .hero-paragraph {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-illustration {
        right: 0;
        padding: 0;
    }

    .hero-illustration::before {
        content: normal;
    }
}

@media all and (-ms-high-contrast:none) {
    .hero-illustration img {
        width: auto;
    }
}

.is-boxed {
    background: #F5F9FC;
}

.body-wrap {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.boxed-container {
    max-width: 2440px;
    margin: 0 auto;
    box-shadow: 0 16px 48px #DDE7EF;
}

main {
    flex: 1 0 auto;
}

@media (min-width:1025px) {
    main {
        display: flex;
        align-items: center;
    }

    .hero {
        width: 100%;
    }
}

.site-footer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #9BACBD;
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

@media (min-width:641px) {
    .site-footer-inner {
        justify-content: space-between;
    }

    .footer-copyright {
        flex: 50%;
    }

    .footer-copyright {
        justify-content: flex-start;
    }
}

@media (max-width:1024px) {
    .footer-copyright {
        color: #fff;
    }
}