@charset "UTF-8";
@-webkit-keyframes a {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes a {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes b {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
.button {
    display: inline-block;
    padding: 12px 25px;
    color: #4e8064;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    background-color: transparent;
    transition:
        background 0.25s ease,
        border 0.25s ease;
}
.button:hover {
    color: #4e8064;
    border-color: rgba(0, 0, 0, 0.2);
}
.button-group .button {
    margin-bottom: 1em;
}
.button-group .button:not(:last-of-type) {
    margin-right: 1em;
}
.button-stack .button {
    margin-bottom: 1em;
}
.button-group {
    margin-bottom: -1em;
}
.button-stack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 540px;
}
.button-large {
    padding: 10px 50px;
}
.button-small {
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 10px;
}
.button-group .button-small:not(:last-of-type) {
    margin-right: 4px;
}
.button-mega {
    padding-top: 20px;
    padding-bottom: 20px;
}
.button-stack .button-mega {
    font-size: 20px;
    margin-bottom: 1em;
}
.button-icon {
    position: relative;
    top: 2px;
    width: 1em;
    height: 1em;
    margin-right: 10px;
}
.button-play-button .button-icon {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 1.5em;
    height: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.button-play-button {
    position: relative;
    padding-left: 4em;
}
.button-primary {
    background-color: #4e8064;
    color: #fff;
}
.button-primary:hover {
    color: #fff;
    background-color: #3b604b;
}
.button-elevated {
    background-color: #fff;
    border: none;
    color: #4e8064;
    box-shadow: 0 0 30px 0 #d1e1d8;
}
.button-success {
    background-color: #3ea966;
    color: #fff;
}
.button-success:hover {
    color: #fff;
    background-color: #30844f;
}
.button-accent {
    background-color: #1c9093;
    color: #fff;
}
.button-accent:hover {
    color: #fff;
    background-color: #146668;
}
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select:focus,
textarea {
    font-size: 1rem;
}
.wave {
    position: relative;
    bottom: -0.5em;
    width: 100%;
    max-width: 100%;
}
.wave-bottom {
    bottom: 0.6em;
}
.screenshot {
    background: hsla(0, 0%, 100%, 0);
    border: 12px solid #eef6f2;
    border-radius: 20px;
}
.profile-picture {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    object-fit: cover;
    background-color: #eef6f2;
}
body {
    font-family:
        'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック',
        sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #2f3e36;
}
@media screen and (max-width: 479px) {
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 735px) {
    body {
        font-size: 15px;
    }
}
body.en_US {
    font-family:
        Open Sans,
        Calibri,
        sans-serif;
}
a {
    color: #4e8064;
    text-decoration: none;
}
a:hover {
    color: #2f3e36;
}
hr {
    margin: 2rem 0;
    border: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0;
}
h1 {
    font-size: 26px;
    line-height: 1.4;
}
@media screen and (min-width: 980px) {
    h1 {
        font-size: 34px;
    }
}
@media screen and (min-width: 1280px) {
    h1 {
        font-size: 40px;
    }
}
h2 {
    font-size: 22px;
}
@media screen and (min-width: 980px) {
    h2 {
        font-size: 28px;
    }
}
@media screen and (min-width: 1280px) {
    h2 {
        font-size: 34px;
    }
}
h3 {
    font-size: 18px;
}
@media screen and (min-width: 980px) {
    h3 {
        font-size: 24px;
    }
}
@media screen and (min-width: 1280px) {
    h3 {
        font-size: 28px;
    }
}
h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
}
@media screen and (min-width: 980px) {
    h4 {
        font-size: 20px;
    }
}
@media screen and (min-width: 1280px) {
    h4 {
        font-size: 22px;
    }
}
h5 {
    font-size: 18px;
}
.ui-text {
    margin-top: 0;
    margin-bottom: 0;
}
.site-title {
    font-size: 26px;
    font-weight: 700;
}
.page-title {
    font-size: 24px;
    margin-top: 0;
}
@media screen and (min-width: 1280px) {
    .page-title {
        font-size: 40px;
    }
}
@media screen and (min-width: 736px) {
    .page-title {
        font-size: 34px;
    }
}
.title-support {
    font-size: 18px;
}
@media screen and (min-width: 1280px) {
    .title-support {
        font-size: 24px;
    }
}
@media screen and (min-width: 736px) {
    .title-support {
        font-size: 20px;
    }
}
@media screen and (min-width: 980px) {
    .line-break {
        display: block;
    }
}
.line-break-s-to-l {
    display: inline;
}
@media screen and (min-width: 736px) {
    .line-break-s-to-l {
        display: block;
    }
}
@media screen and (min-width: 1280px) {
    .line-break-s-to-l {
        display: inline;
    }
}
@media screen and (min-width: 736px) {
    .line-break-s {
        display: block;
    }
}
@media screen and (min-width: 480px) {
    .line-break-xs {
        display: block;
    }
}
.align-center {
    text-align: center;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    background-color: #f6fbf8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.site-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition:
        opacity 0.25s ease,
        -webkit-transform 0.25s ease;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease,
        -webkit-transform 0.25s ease;
}
.site-nav-item {
    position: relative;
    font-weight: 700;
}
.site-nav-item .current-menu-item {
    color: #2f3e36;
    border-bottom: 2px solid #2f3e36;
}
.site-nav-item .current-menu-item:hover {
    color: #4e8064;
    border-bottom: 2px solid #4e8064;
}
.site-nav-item:not(:last-of-type) {
    margin-right: 2rem;
}
.site-nav-services {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    width: 30vw;
    min-width: 420px;
    padding-top: 1em;
    z-index: 2;
}
@media screen and (max-width: 735px) {
    .site-nav-services {
        position: static;
        -webkit-transform: none;
        transform: none;
        min-width: auto;
        width: 100%;
        padding-top: 0;
        padding-left: 10px;
    }
}
.site-nav-services a {
    color: #5b7869;
}
.site-nav-services-additional {
    padding: 5px 20px;
}
@media screen and (max-width: 735px) {
    .site-nav-services-additional {
        padding-left: 0;
        padding-right: 0;
    }
}
.site-nav-services-additional a {
    display: block;
    padding: 10px 0;
}
.site-nav-services-additional a:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-nav-services-inner {
    position: relative;
    margin: 0;
    list-style-type: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
@media screen and (max-width: 735px) {
    .site-nav-services-inner {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
    }
}
.site-nav-services-image {
    width: auto;
    height: 50px;
    margin-right: 1em;
}
@media screen and (min-width: 736px) {
    .site-nav-services-image {
        margin-right: 10px;
    }
}
.site-nav-services-block {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-nav-services-block a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 10px 15px;
}
@media screen and (max-width: 735px) {
    .site-nav-services-block a {
        padding: 10px 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media screen and (min-width: 736px) {
    .site-nav-services-block a:hover {
        background-color: #fafafa;
    }
}
@media screen and (min-width: 736px) {
    .site-nav-services-block a:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.08);
    }
}
.site-nav-services-block:first-of-type a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-nav-services.active {
    display: block;
}
li,
ul {
    font-size: 1rem;
}
.list-illustrated-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.list-illustrated-item:not(:last-child) {
    margin-bottom: 80px;
}
.list-illustrated-text {
    -ms-flex: 1;
    flex: 1;
    padding: 0 2em;
}
@media screen and (max-width: 979px) {
    .list-illustrated-text {
        padding: 0 0 0 1em;
    }
}
@media screen and (max-width: 479px) {
    .list-illustrated-number {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}
.list-illustrated .screenshot {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 980px;
}
.list-illustrated ul {
    max-width: 360px;
    margin-bottom: 2em;
}
.list-illustrated ul li {
    font-size: 18px;
    margin-bottom: 1em;
}
@media screen and (max-width: 735px) {
    .list-illustrated ul {
        padding-left: 25px;
    }
}
.list-compare {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 736px) {
    .list-compare-text-content {
        margin-top: 1em;
    }
}
.list-compare-text-content h4 {
    line-height: 1.3;
}
@media screen and (min-width: 980px) {
    .list-compare-text-content h4 {
        line-height: 1.45;
    }
}
@media screen and (max-width: 735px) {
    .list-compare-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .list-compare-item:not(:last-of-type) {
        margin-bottom: 1.5em;
    }
}
.list-compare-item img {
    max-width: 260px;
}
@media screen and (max-width: 979px) {
    .list-compare-item img {
        max-width: 160px;
    }
}
@media screen and (max-width: 735px) {
    .list-compare-item img {
        max-width: 120px;
        margin-right: 1em;
    }
}
.list-faq-item {
    padding: 1.5em 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.list-faq-item .ui-text {
    -ms-flex: 1;
    flex: 1;
}
.list-faq-item .ui-text:hover {
    color: #4e8064;
}
.list-faq-item.is-visible .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.list-faq-item-short {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.list-faq-item-full {
    display: none;
}
.is-visible .list-faq-item-full {
    display: block;
}
.list-faq-item-full p {
    margin-top: 1em;
    margin-bottom: 0;
}
.list-faq-short-answer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1em;
    color: #3ea966;
    font-weight: bolder;
}
.list-faq-short-answer img {
    margin-right: 10px;
}
.card {
    padding: 1.5em;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(28, 109, 121, 0.2);
}
.card-footer {
    padding-top: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.card-footer span {
    color: #5b7869;
}
.card-footer .button-group {
    margin-top: 10px;
}
.testimonials .profile-picture {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    margin-right: 1em;
}
.testimonials-wrap {
    position: relative;
}
@media screen and (min-width: 980px) {
    .testimonials-wrap {
        display: -ms-flexbox;
        display: flex;
    }
}
.testimonials-credentials {
    font-size: 14px;
}
.testimonials-credentials a {
    color: #2f3e36;
}
.testimonials-credentials a:hover {
    color: #4e8064;
}
@media screen and (max-width: 979px) {
    .testimonials-credentials {
        position: absolute;
        top: 0;
        left: 85px;
    }
}
.testimonials-quote {
    font-size: 1rem;
}
@media screen and (min-width: 980px) {
    .testimonials-quote {
        font-size: 18px;
    }
}
.hero {
    position: relative;
    margin-bottom: 1em;
    background-image: linear-gradient(-180deg, #eef6f2, #d9e9e1 100%);
}
@media screen and (min-width: 1280px) {
    .hero {
        padding-top: 125px;
    }
}
.hero .button-group {
    margin-top: 3em;
}
@media screen and (max-width: 1279px) {
    .hero .button-group .button-success {
        width: 100%;
        max-width: 460px;
        height: 60px;
        line-height: 60px;
        padding: 0;
    }
}
@media screen and (min-width: 1280px) {
    .hero .button-group .button-success {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (min-width: 1280px) {
    @supports (
        (-webkit-animation-timing-function: ease-out) or
            (animation-timing-function: ease-out)
    ) {
        .hero .intro-balet {
            opacity: 0;
        }
        .hero .intro-balet.one {
            -webkit-animation: a 0.25s ease-out forwards 0.15s;
            animation: a 0.25s ease-out forwards 0.15s;
        }
        .hero .intro-balet.two {
            -webkit-animation: b 0.25s ease-out forwards 0.3s;
            animation: b 0.25s ease-out forwards 0.3s;
        }
        .hero .intro-balet.three {
            -webkit-animation: a 0.25s ease-out forwards 0.45s;
            animation: a 0.25s ease-out forwards 0.45s;
        }
        .hero .intro-balet.four {
            -webkit-animation: b 0.25s ease-out forwards 0.6s;
            animation: b 0.25s ease-out forwards 0.6s;
        }
        .hero .intro-balet.five {
            -webkit-animation: a 0.25s ease-out forwards 0.75s;
            animation: a 0.25s ease-out forwards 0.75s;
        }
        .hero .intro-balet.six {
            -webkit-animation: b 0.25s ease-out forwards 0.9s;
            animation: b 0.25s ease-out forwards 0.9s;
        }
    }
}
.hero-wrap {
    padding: 1.5em 0;
}
@media screen and (min-width: 736px) {
    .hero-wrap {
        padding: 3em 0;
    }
}
@media screen and (min-width: 1280px) {
    .hero-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 3em;
        padding-bottom: 4em;
    }
}
.hero-text {
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 1279px) {
    .hero-text {
        text-align: center;
    }
}
.hero-visual {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #67736d;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 1279px) {
    .hero-visual {
        margin-top: 3em;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 979px) {
    .home .hero-visual {
        display: none;
    }
}
.hero-visual-row {
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 1280px) {
    .hero-visual-row:first-child {
        margin-bottom: 3em;
        margin-right: 0;
    }
}
.hero-visual-row:last-child {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media screen and (max-width: 1279px) {
    .hero-visual-row:last-child {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
@media screen and (max-width: 1279px) {
    .hero-visual-row .intro-balet {
        margin: 0 1em;
    }
}
@media screen and (min-width: 1280px) {
    .hero-visual-row .intro-balet:not(:last-child) {
        margin-right: 3em;
    }
}
.site-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2.5vw;
    z-index: 1;
}
@media screen and (max-width: 1279px) {
    .site-header {
        background-color: #e1ece7;
    }
}
@media screen and (min-width: 1280px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        padding: 0 2.5vw;
    }
}
@media screen and (max-width: 979px) {
    .site-header {
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
    .site-header .site-title {
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 735px) {
    .site-header {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.site-header .mobile-nav-trigger {
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
    padding: 10px;
    border-radius: 8px;
}
.site-header .mobile-nav-trigger:active,
.site-header .mobile-nav-trigger:focus {
    outline: none;
}
@media screen and (min-width: 736px) {
    .site-header .mobile-nav-trigger {
        display: none;
    }
}
.site-header .mobile-nav-trigger img {
    position: relative;
    top: 1px;
}
@media screen and (max-width: 735px) {
    .site-header .site-nav {
        display: none;
    }
    .site-header .site-nav.visible {
        display: block;
        padding: 5px;
    }
    .site-header .site-nav .site-nav-item {
        margin: 0;
    }
    .site-header .site-nav .site-nav-item:not(:last-of-type) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
    .site-header .site-nav .site-nav-item > a {
        display: block;
        text-align: left;
        padding: 10px 0;
    }
}
@media screen and (max-width: 979px) {
    .site-header .site-nav {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .site-header .site-nav .button-login {
        border: none;
        padding: 0;
    }
}
@media screen and (min-width: 980px) {
    .site-header .site-nav {
        margin-left: auto;
        position: relative;
        top: -10px;
    }
}
@media screen and (min-width: 1280px) {
    .site-header .site-nav {
        top: 0;
    }
}
.site-header .brand-logo {
    width: 200px;
    height: 41px;
}
.site-header .brand-logo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (min-width: 736px) {
    .site-header .brand-logo-wrap {
        margin-bottom: 1em;
    }
}
@media screen and (min-width: 980px) {
    .site-header .brand-logo-wrap {
        margin-bottom: 0;
        width: 200px;
        overflow: visible;
    }
}
@media screen and (min-width: 1280px) {
    .site-header .brand-logo-wrap {
        width: auto;
    }
}
.site-header .brand-logo-desc {
    position: relative;
    top: -2px;
    left: 5px;
    font-size: 12px;
    color: #4e8064;
}
@media screen and (min-width: 980px) {
    .site-header .brand-logo-desc {
        white-space: nowrap;
    }
}
.site-header-cta {
    margin-left: 1.5rem;
    line-height: 48px;
    padding: 0 2em;
    opacity: 0;
    transition:
        opacity 0.25s ease,
        background 0.25s ease,
        -webkit-transform 0.25s ease;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease,
        background 0.25s ease;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease,
        background 0.25s ease,
        -webkit-transform 0.25s ease;
}
@media screen and (max-width: 1279px) {
    .site-header-cta {
        display: none;
    }
}
@media screen and (min-width: 1280px) {
    .site-header-affix {
        background-color: rgba(246, 251, 248, 0.95);
    }
    .site-header-affix .site-header-cta {
        opacity: 1;
    }
}
.landing-section {
    padding-top: 3em;
    padding-bottom: 3em;
}
.landing-section-title {
    font-size: 1.3em;
    margin-top: 0;
    text-align: center;
}
@media screen and (min-width: 980px) {
    .landing-section-title {
        font-size: 30px;
    }
}
.landing-section-title-support {
    margin: 0;
    font-size: 24px;
    text-align: center;
    color: #5b7869;
}
.customers-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 3em 0;
}
.customers-logos img {
    height: 40px;
    margin: 1em;
}
.customers-logos img.moor {
    height: 32px;
}
@media screen and (max-width: 979px) {
    .home .list-illustrated-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home .list-illustrated-text {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
    .home .list-illustrated .screenshot {
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 2em;
    }
}
@media screen and (max-width: 479px) {
    .home .list-illustrated-text {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
}
.home-pain-points {
    background-image: linear-gradient(0deg, #f6fbf8, #d9e9e1 100%);
}
.home-pain-points .list-compare {
    margin: 4em 0 0;
}
.home-testimonials {
    background-color: #d9e9e1;
}
@media screen and (min-width: 736px) {
    .home-testimonials .testimonials {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.home-testimonials .testimonials .card-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
@media screen and (max-width: 735px) {
    .home-testimonials .testimonials .card-wrap:not(:last-of-type) {
        margin-bottom: 1em;
    }
}
@media screen and (min-width: 736px) {
    .home-testimonials .testimonials .card-wrap {
        padding: 1vw;
    }
}
.home-testimonials .testimonials .card-wrap .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home-testimonials .testimonials .card-wrap .card-footer {
    margin-top: auto;
}
.home-faq .list-faq {
    max-width: 780px;
    margin: 2em auto;
}
.home-outro {
    background-image: linear-gradient(0deg, #eef6f2, #d9e9e1 100%);
}
.home-outro .button-stack {
    margin-top: 4em;
}
@media screen and (min-width: 736px) {
    .news {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.news h3 {
    text-align: center;
    margin: 0 0 0.5em;
}
.news .card-wrap {
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
@media screen and (max-width: 735px) {
    .news .card-wrap:not(:last-of-type) {
        margin-bottom: 1em;
    }
}
@media screen and (min-width: 736px) {
    .news .card-wrap {
        padding: 1vw;
    }
}
.news .card-wrap .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news ul p {
    font-size: 18px;
    line-height: 1.5em;
}
@media screen and (min-width: 736px) {
    .news ul p {
        height: 4.5em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
@media screen and (min-width: 980px) {
    .news ul p {
        height: 3em;
        -webkit-line-clamp: 2;
    }
}
.news ul li:last-child p {
    margin-bottom: 0;
}
