@font-face {
    font-family: 'Fira Sans';
    src: url(../fonts/FiraSans-Medium.woff2) format('woff2'), url(../fonts/FiraSans-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fira Sans';
    src: url(../fonts/FiraSans-Bold.woff2) format('woff2'), url(../fonts/FiraSans-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fira Sans';
    src: url(../fonts/FiraSans-Regular.woff2) format('woff2'), url(../fonts/FiraSans-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body, html {
    -webkit-text-size-adjust: 100%;
    height: 100%
}

html {
    line-height: 1.15
}

body {
    font: 16px/1.5 "Fira Sans", sans-serif;
    color: #999;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    min-width: 320px;
    margin: 0
}

@media (min-width: 768px) {
    body {
        line-height: 1.4
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus, a:active, a:focus {
    outline: 0
}

a {
    color: #333;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

img {
    border-style: none
}

img:focus {
    outline: 0 !important
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], 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
}

.h2, .top-aticle h1 {
    color: #333;
    font-weight: 500
}

.h2 {
    margin: 0 5% 20px;
    text-align: center;
    font-size: 22px
}

@media (min-width: 1025px) {
    .h2 {
        font-size: 30px
    }
}

p {
    margin: 0 0 20px
}

.alignApart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.alignCenter {
    width: 100%;
    max-width: 1400px
}

.alignInside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    overflow: hidden;
    text-indent: -9999px;
    width: 160px;
    min-width: 100px;
    height: 42px;
    background-image: url(../images/svg/logo.svg);
    background-repeat: no-repeat;
    background-size: 100% auto
}

#panel, .btn {
    background-color: #fff
}

.btn {
    margin: 7px;
    border: 2px solid #43ba6d;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #43ba6d;
    text-decoration: none;
    display: inline-block;
}

@media (min-width: 768px) {
    .btn {
        font-size: 20px;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer
    }

    .btn:hover {
        border-color: #3ba360;
        color: #3ba360
    }
}

.btn-accent {
    color: #fff;
    background: #43ba6d
}

.btn-accent:hover {
    color: #fff;
    border-color: #3ba360;
    background: #3ba360
}

.btn-small, .btn-sml-black, .btn-sml-white {
    font-size: 14px
}

.btn-flat, .btn-small, .btn-sml-black, .btn-sml-white {
    line-height: 17px;
    padding: 6px 12px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .btn-flat, .btn-small, .btn-sml-black, .btn-sml-white {
        font-size: 16px;
        line-height: 24px;
        min-width: 100px
    }
}

.btn-sml-white {
    background-color: #fff;
    border-color: #fff;
    color: #43ba6d !important
}

.btn-sml-black {
    border-color: #fff;
    color: #fff !important
}

#panel:before, .btn-flat, .btn-sml-black {
    background-color: transparent
}

.btn-flat {
    font-size: 16px;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    color: #43ba6d
}

span.btn-flat {
    cursor: auto
}

#panel {
    min-height: 100%
}

#panel:before {
    content: "";
    display: block;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

#panel.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99
}

@media screen and (min-width: 1060px) {
    .hero-section {
        min-height: 100vh
    }
}

@media screen and (min-width: 1550px) {
    .hero-section {
        min-height: 1px
    }
}

#header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5% 40px;
    max-width: 1550px;
    margin: 0 auto
}

#header button, .top-aticle mask {
    white-space: nowrap
}

@media screen and (max-width: 768px) {
    #header .btn {
        display: none
    }
}

.top-aticle {
    padding: 20px 5% 90px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6
}

@media (min-width: 1025px) {
    .top-aticle {
        padding-top: 40px;
        padding-bottom: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        background: url(../images/img-01.png) no-repeat 95% 50%;
        background-size: auto 70%;
        text-align: left
    }

    .top-aticle .holder {
        width: 50%;
        float: left
    }
}

@media (min-width: 1360px) {
    .top-aticle {
        background-position: 95% 50%;
        background-size: auto 100%;
        text-align: left
    }

    .top-aticle .btn {
        min-width: 170px;
        text-align: center
    }
}

@media (min-width: 1460px) {
    .top-aticle {
        margin-top: 20px;
        background-position: 95% 105%;
        background-size: auto 82%;
        text-align: left
    }
}

.top-aticle h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1.8em
}

@media (min-width: 1025px) {
    .top-aticle h1 {
        margin-top: 0;
        margin-bottom: 30px;
        margin-right: -15px;
        font-size: 44px;
        line-height: 1.3
    }
}

@media (min-width: 1460px) {
    .top-aticle h1 {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 64px;
        line-height: 1.2
    }
}

.top-aticle h3 {
    margin: 0 0 60px;
    font-size: 1.4em;
    color: #333;
    font-weight: normal;
}

.top-aticle mask {
    background-color: transparent;
    color: #43ba6d
}

.top-aticle p {
    margin: 0 0 40px
}

@media (min-width: 1025px) {
    .top-aticle p {
        padding-right: 20%;
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 359px) {
    .top-aticle {
        font-size: 16px;
        padding-top: 0
    }
}

.slideout-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none
}

.slideout-panel {
    position: relative;
    z-index: 1
}

.slideout-open, .slideout-open .slideout-panel, .slideout-open body {
    overflow: hidden
}

.slideout-open .slideout-menu {
    display: block
}

.slideout-menu {
    left: auto;
    background-color: #4c646f
}

.slideout-menu .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
    background-image: url(../images/svg/logo-light.svg)
}

.slideout-menu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.slideout-menu .btn {
    display: block;
    margin-bottom: 5px
}

.slideout-toggle {
    margin-left: 10px;
    padding: 0;
    width: 28px;
    height: 25px;
    outline: 0;
    border: solid #333;
    border-width: .25em 0;
    background-color: transparent;
    overflow: hidden;
    text-indent: -9999px
}

.slideout-toggle:before {
    content: "";
    display: block;
    width: 100%;
    border-top: .25em solid #333
}

@media screen and (min-width: 768px) {
    .slideout-panel {
        position: static
    }

    .slideout-toggle {
        display: none
    }
}

.slideout-open #menu {
    display: block !important
}

.landing-list {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
}

.dot {
    display: inline-block;
    position: relative;
    color: #fff;
}

.dot:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #f00;
}

@media (min-width: 1025px) {
    .landing-list {
        margin: 0 0 80px;
        padding: 0 20%  0 0;
    }

    .landing-list li {
        position: relative;
        padding-left: 17px;
    }

    .landing-list li:before {
        content: '';
        position: absolute;
        top: 11px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #999;
    }

    .landing-list li:first-child {
        color: #43ba6d;
    }

    .landing-list li:first-child:before {
        background-color: #43ba6d;
    }

    .dot:after {
        display: none;
    }
}