@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css);

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

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

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

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 {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa-Regular.woff2) format("woff2"), url(../fonts/Comfortaa-Regular.woff) format("woff"), url(../fonts/Comfortaa-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Comfortaa-Bold;
    src: url(../fonts/Comfortaa-Bold.woff2) format("woff2"), url(../fonts/Comfortaa-Bold.woff) format("woff"), url(../fonts/Comfortaa-Bold.ttf) format("truetype")
}

.listen-inview {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

.listen-inview.entering {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.listen-inview .wp-child {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

.listen-inview .wp-entering {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px
}

body {
    font-family: Comfortaa;
    font-size: 10px
}

@media screen and (max-width: 767px) {
    body {
        font-size: 8px
    }
}

button, figure, h1, h2, h3, h4, h5, h6, p, section {
    margin: 0;
    padding: 0
}

.gw-h1-lg {
    font-size: 3.2em;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.gw-h1-sm {
    font-size: 3em;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.gw-h2-lg {
    font-size: 2.4em;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.gw-h2-sm {
    font-size: 2.3em;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.gw-h3 {
    font-size: 2em;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.gw-p {
    font-size: 1.7em;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4em
}

.gw-h4-bold {
    font-size: 1.5em;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .gw-h4-bold {
        font-size: 1.7em
    }
}

.gw-h4-regular {
    font-size: 1.5em;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 767px) {
    .gw-h4-regular {
        font-size: 1.7em
    }
}

.gw-h5 {
    font-size: 1.3em;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .gw-h5 {
        font-size: 1.5em
    }
}

.gw-h6 {
    font-size: 1.2em;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .gw-h6 {
        font-size: 1.5em
    }
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer
}

button:focus {
    outline: 0
}

/*a {
    color: #00ab40
}

a:hover {
    color: #00ab40
}*/

.gw-sections {
    position: relative;
    width: 100%
}

.gw-btn {
    border-radius: 6px;
    text-align: center;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .1s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .1s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .1s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .1s cubic-bezier(.3, 0, .2, 1);
    transition: all .1s cubic-bezier(.3, 0, .2, 1)
}

.gw-btn:hover{
    text-decoration: none;
}

.gw-btn--white {
    position: relative;
    padding: 9px 55px;
    color: #5e5e5e;
    border: 1px solid #444;
    background-color: #fff;
    overflow: hidden
}

.gw-btn--white a{
    color: #5e5e5e;
    text-decoration: none;
}
.gw-btn--white a:hover, .gw-btn--white:hover a{
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .gw-btn--white {
        padding: 5px 25px
    }
}

@media screen and (max-width: 767px) {
    .gw-btn--white {
        padding: 5px 10px
    }
}

.gw-btn--white:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-radius: 6px;
    bottom: 0;
    left: 0;
    background: #00c048;
    background: -moz-linear-gradient(left, #00c048 0, #00d185 70%);
    background: -webkit-linear-gradient(left, #00c048 0, #00d185 70%);
    background: linear-gradient(to right, #00c048 0, #00d185 70%);
    -webkit-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -o-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    transition: height .35s cubic-bezier(.3, 0, .2, 1)
}

.gw-btn--white:hover {
    border-color: transparent
}

.gw-btn--white:hover:before {
    height: 100%;
    top: 0;
    bottom: auto
}

.gw-btn--white:hover span {
    color: #fff
}

.gw-btn--gradient {
    padding: 15px 70px;
    color: #fff;
    background: #00c048;
    background: -moz-linear-gradient(left, #00c048 0, #00d185 70%);
    background: -webkit-linear-gradient(left, #00c048 0, #00d185 70%);
    background: linear-gradient(to right, #00c048 0, #00d185 70%);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 171, 64, .4);
    -moz-box-shadow: 0 0 0 0 rgba(0, 171, 64, .4);
    box-shadow: 0 0 0 0 rgba(0, 171, 64, .4);
    -webkit-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    transition: all .35s cubic-bezier(.3, 0, .2, 1)
}

.gw-btn--gradient:hover{
    color: #fff;
}

@media screen and (max-width: 767px) {
    .gw-btn--gradient {
        padding: 10px 35px
    }
}

.gw-btn--gradient:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 171, 64, .6);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 171, 64, .6);
    box-shadow: 0 5px 10px 0 rgba(0, 171, 64, .6)
}

@media screen and (max-width: 767px) {
    .gw-btn--gradient:hover {
        -webkit-box-shadow: 0 6px 30px 0 rgba(0, 171, 64, .4);
        -moz-box-shadow: 0 6px 30px 0 rgba(0, 171, 64, .4);
        box-shadow: 0 6px 30px 0 rgba(0, 171, 64, .4)
    }
}

.gw-btn--cta {
    height: 50px;
    padding: 12px 15px
}

@media screen and (max-width: 767px) {
    .gw-btn--cta {
        height: 35px;
        padding: 6px 8px
    }
}

.gw-btn span {
    position: relative;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.burger-btn {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 15px 13px;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

@media screen and (max-width: 1024px) {
    .burger-btn {
        height: 42px;
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.burger-btn .line {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #5e5e5e;
    -webkit-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    transition: all .2s cubic-bezier(.3, 0, .2, 1)
}

.burger-btn .line:not(:last-child) {
    margin-bottom: 6px
}

.burger-btn:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.burger-btn:hover .line {
    background-color: #00ab40
}

.slider-btn {
    position: relative;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 7px 25px;
    text-align: center;
    color: #fff;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    transition: all .35s cubic-bezier(.3, 0, .2, 1)
}

.slider-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -o-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    transition: height .35s cubic-bezier(.3, 0, .2, 1)
}

.slider-btn span {
    position: relative;
    -webkit-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .35s cubic-bezier(.3, 0, .2, 1);
    transition: all .35s cubic-bezier(.3, 0, .2, 1)
}

.slider-btn:hover:before {
    height: 100%;
    top: 0;
    bottom: auto
}

.slider-btn:hover span {
    color: #000
}

.gw-link {
    position: relative
}

.gw-link:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: #00c859;
    -webkit-transition: width .2s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: width .2s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: width .2s cubic-bezier(.3, 0, .2, 1);
    -o-transition: width .2s cubic-bezier(.3, 0, .2, 1);
    transition: width .2s cubic-bezier(.3, 0, .2, 1)
}

.gw-link:hover {
    text-decoration: none
}

.gw-link:hover:after {
    width: 100%;
    left: 0
}

.gw-form {
    position: relative;
    width: 100%
}

.gw-input-container {
    position: relative;
    width: 100%
}

.gw-input-container .gw-label {
    position: absolute;
    top: 13px;
    left: 15px
}

.gw-input {
    position: relative;
    width: 100%;
    padding: 12px 14px 7px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    -moz-appearance: none;
    -webkit-appearance: none
}

.gw-input.filled, .gw-input:focus {
    outline: 0;
    border-color: #00ab40
}

.gw-input.filled + label, .gw-input:focus + label {
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
    opacity: 0
}

.gw-label {
    cursor: text;
    color: #555;
    -webkit-transition: all .5s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .5s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .5s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .5s cubic-bezier(.3, 0, .2, 1);
    transition: all .5s cubic-bezier(.3, 0, .2, 1)
}

.gw-input-row {
    position: relative;
    width: 100%
}

.gw-input-row.two-cols .gw-input-container {
    width: 49.7%;
    display: inline-block
}

.gw-input-row.two-cols .gw-input-container:first-child {
    padding-right: 10px
}

.gw-input-row.two-cols .gw-input-container:last-child {
    padding-left: 10px
}

.gw-input-row.two-cols .gw-input-container:last-child .gw-label {
    left: 25px
}

@media screen and (max-width: 767px) {
    .gw-input-row.two-cols .gw-input-container {
        width: 100%
    }

    .gw-input-row.two-cols .gw-input-container:first-child {
        padding-right: 0
    }

    .gw-input-row.two-cols .gw-input-container:last-child {
        padding-left: 0
    }

    .gw-input-row.two-cols .gw-input-container:last-child .gw-label {
        left: 15px
    }
}

.gw-checkbox {
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.gw-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0
}

.gw-checkbox input:checked ~ .checkmark {
    border-color: #00ab40
}

.gw-checkbox input:checked ~ .checkmark:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.gw-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.gw-checkbox .checkmark:before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    top: -25%;
    left: -25%;
    background-color: #00ab40;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.gw-checkbox .label {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.drag-drop-area {
    position: relative;
    padding: 35px 30px 28px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.drag-drop-area .borders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.drag-drop-area .borders .border {
    position: absolute
}

.drag-drop-area .borders .border--horizontal {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ccc 50%, rgba(255, 255, 255, 0) 0);
    background-position: left;
    background-size: 12px 1px;
    background-repeat: repeat-x;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.drag-drop-area .borders .border--vertical {
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #ccc 50%, rgba(255, 255, 255, 0) 0);
    background-position: left;
    background-size: 1px 12px;
    background-repeat: repeat-y;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.drag-drop-area .borders .border--left, .drag-drop-area .borders .border--top {
    top: 0;
    left: 0
}

.drag-drop-area .borders .border--right {
    top: 0;
    right: 0
}

.drag-drop-area .borders .border--bottom {
    bottom: 0;
    left: 0
}

.drag-drop-area.dragover {
    -webkit-box-shadow: 0 0 0 2px #00c859;
    -moz-box-shadow: 0 0 0 2px #00c859;
    box-shadow: 0 0 0 2px #00c859;
    color: #777
}

.drag-drop-area.dragover .borders {
    opacity: 0
}

.drag-drop-area.dragover .borders .border--horizontal {
    background-image: linear-gradient(to right, #00c859 50%, rgba(255, 255, 255, 0) 0)
}

.drag-drop-area.dragover .borders .border--vertical {
    background-image: linear-gradient(to bottom, #00c859 50%, rgba(255, 255, 255, 0) 0)
}

.drag-drop-area .gw-p {
    position: relative;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .drag-drop-area .gw-p {
        margin-bottom: 25px
    }
}

.drag-drop-area a {
    color: #00c859
}

.drag-drop-area .gw-file-label {
    color: #00c859;
    cursor: pointer;
    margin: 0
}

.drag-drop-area .gw-file-label:hover {
    color: #00ab40
}

.drag-drop-area .gw-file-input {
    display: none
}

.gw-previewNode {
    position: relative;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.gw-previewNode .icon-container {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 32px;
    margin: auto;
    vertical-align: top
}

.gw-previewNode .icon-container svg {
    position: relative;
    width: 100%
}

.gw-previewNode .data-container {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 15px
}

.gw-previewNode .data-container .filename {
    color: #00ab40;
    line-height: 1.4em
}

.gw-previewNode .data-container .fileweight {
    color: #555;
    line-height: 1.4em
}

.gw-previewNode .delete {
    position: relative;
    width: 16px;
    height: 16px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    transition: background-color .4s cubic-bezier(.3, 0, .2, 1)
}

.gw-previewNode .delete:after, .gw-previewNode .delete:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: #555;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.gw-previewNode .delete:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.gw-previewNode .delete:after {
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gw-previewNode .delete:hover {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.gw-previewNode .delete:hover:after, .gw-previewNode .delete:hover:before {
    background-color: #00c859
}

#gw-header-nav {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #fff;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

@media screen and (max-width: 1399px) {
    #gw-header-nav {
        height: 90px
    }
}

@media screen and (max-width: 1024px) {
    #gw-header-nav {
        height: 70px
    }
}

#gw-header-nav.show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

#gw-header-nav .inner-wrapper {
    position: relative;
    width: 100%;
    max-width: 1420px;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#gw-header-nav .gw-logo a {
    margin-left: 15px;
    color: #2e9938
}

@media screen and (max-width: 767px) {
    #gw-header-nav .gw-logo a {
        margin-left: 10px
    }
}

#gw-header-nav .gw-logo a img {
    width: 150px;
    height: auto
}

@media screen and (max-width: 767px) {
    #gw-header-nav .gw-logo a img {
        width: 110px
    }
}

#gw-header-nav .right-content {
    position: absolute;
    right: 0
}

#gw-header-nav .burger-btn, #gw-header-nav .contact-cta {
    vertical-align: middle
}

#gw-header-nav .burger-btn {
    margin-left: 30px;
    margin-right: 25px
}

@media screen and (max-width: 1024px) {
    #gw-header-nav .burger-btn {
        margin-left: 15px;
        margin-right: 10px
    }
}

#side-nav {
    z-index: 1000;
    position: fixed;
    width: 470px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    transition: all .6s cubic-bezier(.3, 0, .2, 1)
}

@media screen and (max-width: 767px) {
    #side-nav {
        width: 85%;
        max-width: 300px
    }
}

#side-nav .close-sidenav {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 48px;
    right: 46px;
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) 0s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) 0s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) 0s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) 0s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) 0s
}

#side-nav .close-sidenav.active {
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) .8s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) .8s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) .8s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) .8s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) .8s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

@media screen and (max-width: 1199px) {
    #side-nav .close-sidenav {
        top: 21px;
        right: 22px
    }
}

@media screen and (max-width: 767px) {
    #side-nav .close-sidenav {
        top: 25px;
        right: 23px
    }
}

#side-nav .close-sidenav .line {
    position: absolute;
    width: 23px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    background-color: #5e5e5e;
    -webkit-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: background-color .4s cubic-bezier(.3, 0, .2, 1);
    transition: background-color .4s cubic-bezier(.3, 0, .2, 1)
}

#side-nav .close-sidenav .line:first-child {
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#side-nav .close-sidenav .line:last-child {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#side-nav .close-sidenav:hover .line {
    background-color: #00ab40;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

#side-nav .close-sidenav:hover .line:first-child {
    -webkit-transform: -webkit-rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#side-nav .close-sidenav:hover .line:last-child {
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#side-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

#side-nav ul li {
    position: relative;
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s
}

#side-nav ul li.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

#side-nav ul li a {
    position: relative;
    color: #5e5e5e;
    display: block;
    padding: 12px 0 12px 60px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

#side-nav ul li a:before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #00c048;
    background: -moz-linear-gradient(left, #00c048 0, #00d185 70%);
    background: -webkit-linear-gradient(left, #00c048 0, #00d185 70%);
    background: linear-gradient(to right, #00c048 0, #00d185 70%);
    -webkit-transition: height .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: height .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: height .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: height .4s cubic-bezier(.3, 0, .2, 1);
    transition: height .4s cubic-bezier(.3, 0, .2, 1)
}

#side-nav ul li a:hover {
    color: #fff
}

#side-nav ul li a:hover:before {
    height: 100%;
    top: 0;
    bottom: auto
}

@media screen and (max-width: 767px) {
    #side-nav ul li a {
        padding: 10px 0 10px 40px
    }
}

#side-nav .page-links {
    margin-top: 132px
}

@media screen and (max-width: 1400px) {
    #side-nav .page-links {
        margin-top: 90px
    }
}

#side-nav .cta-links {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    #side-nav .cta-links {
        margin-top: 30px
    }
}

#side-nav.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

#side-nav.active + #sidenav-overlay {
    opacity: .14;
    pointer-events: auto
}

#sidenav-overlay {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    transition: all .6s cubic-bezier(.3, 0, .2, 1)
}

.gw-sections--hero {
    padding-top: 120px
}

@media screen and (max-width: 767px) {
    .gw-sections--hero {
        padding-top: 70px
    }
}

.gw-hero-header {
    margin-top: 80px;
    text-align: center
}

@media screen and (max-width: 1400px) {
    .gw-hero-header {
        margin-top: 50px
    }
}

.gw-hero-header h1 {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .gw-hero-header h1 {
        margin-bottom: 20px
    }
}

.gw-text-module--center {
    text-align: center
}

.gw-text-module h1 {
    margin-bottom: 5px
}

.gw-text-module h2 {
    margin-bottom: 15px;
    color: #555
}

.gw-text-module p {
    max-width: 810px;
    margin: 45px auto;
    line-height: 2em;
    color: #555
}

.gw-circuit-div.stroke-gray path {
    stroke: #cecece;
    stroke-width: 1.5;
    fill: none
}

.gw-circuit-div.fill-white path {
    fill: #fff
}

@media screen and (max-width: 767px) {
    .gw-circuit-div {
        width: 80px
    }
}

#gallery-sec {
    padding-top: 20px;
    padding-bottom: 130px
}

@media screen and (max-width: 767px) {
    #gallery-sec {
        padding-bottom: 60px
    }
}

#gallery-sec .gw-text-module {
    max-width: 740px;
    margin: 0 auto;
    text-align: center
}

#gallery-sec .gw-text-module h1 {
    margin-bottom: 10px
}

#gallery-sec .gw-text-module p {
    margin-top: 35px;
    line-height: 1.8em
}

#gallery-sec .gw-grid-cols {
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

#gallery-sec .gw-grid-cols.off {
    opacity: 0;
    pointer-events: none
}

#gallery-sec .gw-grid-cols.off .gw-grid-card {
    padding-bottom: 0;
    margin-bottom: 0
}

.gallery-nav {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px
}

.gallery-nav .nav-list {
    margin: 0;
    padding: 0
}

.gallery-nav .nav-list li {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #aeaeae;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.gallery-nav .nav-list li:not(:first-child):not(:last-child) {
    margin-left: 2px;
    margin-right: 2px
}

@media screen and (min-width: 768px) {
    .gallery-nav .nav-list li:first-child {
        margin-right: 2px;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    .gallery-nav .nav-list li:last-child {
        margin-left: 2px;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }
}

@media screen and (max-width: 767px) {
    .gallery-nav .nav-list li {
        margin-bottom: 5px
    }
}

.gallery-nav .nav-list li.xs {
    width: 90px
}

@media screen and (max-width: 1024px) {
    .gallery-nav .nav-list li.xs {
        width: 60px
    }
}

.gallery-nav .nav-list li.sm {
    width: 130px
}

@media screen and (max-width: 1024px) {
    .gallery-nav .nav-list li.sm {
        width: 90px
    }
}

.gallery-nav .nav-list li.md {
    width: 150px
}

@media screen and (max-width: 1024px) {
    .gallery-nav .nav-list li.md {
        width: 120px
    }
}

.gallery-nav .nav-list li.lg {
    width: 160px
}

@media screen and (max-width: 1024px) {
    .gallery-nav .nav-list li.lg {
        width: 110px
    }
}

.gallery-nav .nav-list li.active {
    padding: 1px 0;
    border: none;
    background: #00c048;
    background: -moz-linear-gradient(left, #00c048 0, #00d185 70%);
    background: -webkit-linear-gradient(left, #00c048 0, #00d185 70%);
    background: linear-gradient(to right, #00c048 0, #00d185 70%)
}

.gallery-nav .nav-list li.active a {
    color: #fff
}

.gallery-nav .nav-list li.active a:hover {
    color: #fff
}

.gallery-nav .nav-list li a {
    position: relative;
    display: block;
    padding: 17px 10px;
    color: #555;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.gallery-nav .nav-list li a:before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #00c048;
    background: -moz-linear-gradient(left, #00c048 0, #00d185 70%);
    background: -webkit-linear-gradient(left, #00c048 0, #00d185 70%);
    background: linear-gradient(to right, #00c048 0, #00d185 70%);
    -webkit-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    -o-transition: height .35s cubic-bezier(.3, 0, .2, 1);
    transition: height .35s cubic-bezier(.3, 0, .2, 1)
}

@media screen and (max-width: 1024px) {
    .gallery-nav .nav-list li a {
        padding: 10px 5px
    }
}

.gallery-nav .nav-list li:hover {
    border-color: transparent
}

.gallery-nav .nav-list li:hover a {
    color: #fff;
    text-decoration: none
}

.gallery-nav .nav-list li:hover a:before {
    height: 100%;
    top: 0;
    bottom: auto
}

.gallery-nav .nav-list li:hover a span {
    color: #fff
}

.gw-grid-card {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

@media screen and (max-width: 991px) {
    .gw-grid-card {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 992px) {
    .gw-grid-card:first-child:not(:last-child) {
        margin-bottom: 20px
    }
}

.gw-grid-card--sm {
    padding-bottom: 75%
}

@media screen and (max-width: 1400px) {
    .gw-grid-card--sm {
        padding-bottom: 90%
    }
}

@media screen and (max-width: 1199px) {
    .gw-grid-card--sm {
        padding-bottom: 140%
    }
}

.gw-grid-card--md {
    padding-bottom: 130.43%
}

@media screen and (max-width: 1199px) {
    .gw-grid-card--md {
        padding-bottom: 140%
    }
}

.gw-grid-card--lg {
    padding-bottom: 208.69%;
    height: 100%
}

@media screen and (max-width: 991px) {
    .gw-grid-card--lg, .gw-grid-card--md, .gw-grid-card--sm {
        padding-bottom: 56.25%
    }

    .gw-grid-card--lg {
        height: auto
    }
}

@media screen and (max-width: 767px) {
    .gw-grid-card--lg, .gw-grid-card--md, .gw-grid-card--sm {
        padding-bottom: 76.25%
    }
}

.gw-grid-card .bg {
    position: absolute;
    width: 100%;
    height: 100%
}

.gw-grid-card .bg img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 991px) {
    .gw-grid-card .bg img {
        width: 100%
    }
}

.gw-grid-card .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    color: #fff;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.gw-grid-card .info:hover {
    opacity: 1
}

.gw-grid-card .info:hover a {
    z-index: 1
}

.gw-grid-card .info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .9;
    background: #009638;
    background: -moz-linear-gradient(left, #009638 0, #00838f 100%);
    background: -webkit-linear-gradient(left, #009638 0, #00838f 100%);
    background: linear-gradient(to right, #009638 0, #00838f 100%)
}

.gw-grid-card .info .inner-wrapper {
    position: absolute;
    width: 100%;
    max-width: 500px;
    height: 270px;
    margin: auto;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (max-width: 1199px) {
    .gw-grid-card .info .inner-wrapper {
        height: 360px
    }
}

@media screen and (max-width: 991px) {
    .gw-grid-card .info .inner-wrapper {
        width: 90%;
        max-width: 400px;
        height: 230px
    }
}

.gw-grid-card .info h4 {
    margin-bottom: 15px;
    line-height: 1.4em
}

@media screen and (max-width: 1024px) {
    .gw-grid-card .info h4 {
        margin-bottom: 5px
    }
}

.gw-grid-card .info .gw-circuit-div {
    margin-bottom: 30px
}

@media screen and (max-width: 1024px) {
    .gw-grid-card .info .gw-circuit-div {
        margin-bottom: 10px
    }
}

.gw-grid-card .info a {
    z-index: -1;
    position: relative;
    display: inline-block;
    margin-top: 35px;
    padding: 15px 65px 13px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #555;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    transition: all .6s cubic-bezier(.3, 0, .2, 1)
}

@media screen and (max-width: 1400px) {
    .gw-grid-card .info a {
        margin-top: 20px;
        padding: 12px 45px 11px
    }
}

@media screen and (max-width: 1024px) {
    .gw-grid-card .info a {
        margin-top: 10px;
        padding: 8px 40px 7px
    }
}

.gw-grid-card .info a .right-arrow-svg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 25px;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .6s cubic-bezier(.3, 0, .2, 1);
    transition: all .6s cubic-bezier(.3, 0, .2, 1)
}

.gw-grid-card .info a:hover {
    padding-left: 45px;
    padding-right: 85px
}

@media screen and (max-width: 1400px) {
    .gw-grid-card .info a:hover {
        padding-right: 65px;
        padding-left: 25px
    }
}

@media screen and (max-width: 1024px) {
    .gw-grid-card .info a:hover {
        padding-right: 60px;
        padding-left: 20px
    }
}

.gw-grid-card .info a:hover .right-arrow-svg {
    opacity: 1;
    right: 15px
}

@media screen and (max-width: 767px) {
    .gw-grid-card .info a:hover .right-arrow-svg {
        right: 10px
    }
}

#fullscreen-display {
    position: relative;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

#fullscreen-display .gw-grid-card {
    position: relative
}

#fullscreen-display .gw-grid-card .info .inner-wrapper {
    height: 250px
}

@media screen and (max-width: 1024px) {
    #fullscreen-display .gw-grid-card .info .inner-wrapper {
        height: 170px
    }
}

@media screen and (max-width: 767px) {
    #fullscreen-display .gw-grid-card .info .inner-wrapper {
        height: 150px
    }
}

#fullscreen-display.on {
    opacity: 1;
    pointer-events: auto
}

#fullscreen-display.on .gw-grid-card {
    padding-bottom: 56.25%
}

@media screen and (max-width: 767px) {
    #fullscreen-display.on .gw-grid-card {
        padding-bottom: 70%
    }
}

#team-sec {
    padding-top: 60px;
    padding-bottom: 85px
}

@media screen and (max-width: 767px) {
    #team-sec {
        padding-top: 45px;
        padding-bottom: 40px
    }
}

#team-sec .gw-text-module {
    max-width: 650px;
    margin: 0 auto
}

#team-sec .gw-text-module h1 {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    #team-sec .gw-text-module h1 {
        margin-bottom: 10px
    }
}

#team-sec .gw-text-module p {
    line-height: 1.8em;
    margin-bottom: 75px
}

@media screen and (max-width: 767px) {
    #team-sec .gw-text-module p {
        margin: 30px 0 40px
    }
}

#team-sec .profile-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    #team-sec .profile-card {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 575px) {
    #team-sec .profile-card {
        margin-bottom: 10px
    }
}

#team-sec .profile-card .photo-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 100%
}

#team-sec .profile-card .photo-wrapper img {
    max-width: 100%;
    min-height: 100%;
    pointer-events: none
}

#team-sec .profile-card .data-wrapper {
    position: relative;
    padding: 10px 0 18px;
    text-align: center;
    color: #fff;
    background: #27a600;
    background: -moz-linear-gradient(left, #27a600 0, #00d683 100%);
    background: -webkit-linear-gradient(left, #27a600 0, #00d683 100%);
    background: linear-gradient(to right, #27a600 0, #00d683 100%)
}

#team-sec .profile-card .data-wrapper .name {
    display: block;
    margin-bottom: 15px
}

#team-sec .profile-card .data-wrapper .social .tw {
    margin-left: 60px
}

#team-sec .profile-card .data-wrapper .social a {
    position: relative
}

#team-sec .profile-card .data-wrapper .social a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

#team-sec .profile-card .data-wrapper .social a:hover:before {
    width: 50px;
    height: 50px;
    opacity: 1
}

#team-sec .profile-card .data-wrapper .social a:hover path, #team-sec .profile-card .data-wrapper .social a:hover svg {
    fill: #00c859
}

#team-sec .profile-card .data-wrapper path, #team-sec .profile-card .data-wrapper svg {
    position: relative;
    fill: #fff
}

.slider-container {
    position: relative;
    width: 100%;
    padding: 85px 0 80px
}

@media screen and (max-width: 767px) {
    .slider-container {
        padding: 55px 0 50px;
        overflow: hidden
    }
}

.slider-container .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/bg/slider-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.slider-container .content-container {
    position: relative;
    width: 100%;
    margin-bottom: 35px
}

.slider-container .content-container .content-wrap {
    position: relative;
    width: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

.slider-container .content-container .content-wrap .inner-wrap {
    width: 700px
}

@media screen and (max-width: 767px) {
    .slider-container .content-container .content-wrap .inner-wrap {
        width: 300px
    }
}

.slider-container .content-container .content-wrap.hidden {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0);
    pointer-events: none
}

.slider-container .content-container h1 {
    margin-bottom: 12px;
    color: #fff
}

.slider-container .content-container h2 {
    margin-bottom: 15px;
    color: #fff
}

.slider-container .content-container svg {
    margin-bottom: 35px
}

.slider-container .content-container p {
    line-height: 1.9em;
    color: #fff
}

.slider-container .nav-container .slider-btn:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .slider-container .nav-container .slider-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .slider-container .nav-container .slider-btn {
        display: block
    }
}

#testimonials-sec {
    padding-bottom: 30px;
    overflow: hidden
}

#testimonials-sec .gw-text-module {
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    #testimonials-sec .gw-text-module {
        margin-bottom: 30px
    }
}

#testimonials-sec .gw-text-module h1 {
    margin-bottom: 15px
}

.testimonials-slider-container {
    margin-bottom: 40px;
    flex-wrap: nowrap;
    -webkit-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(.3, 0, .2, 1);
    transition: all .7s cubic-bezier(.3, 0, .2, 1)
}

.testimonials-slider-container .testimonial-card {
    position: relative;
    display: inline-block;
    white-space: normal;
    width: 100%;
    color: #555
}

.testimonials-slider-container .testimonial-card .quote-wrapper {
    position: relative;
    padding: 40px 80px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 2px #bdbdbd;
    -moz-box-shadow: 0 0 0 2px #bdbdbd;
    box-shadow: 0 0 0 2px #bdbdbd;
    -webkit-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    transition: all .2s cubic-bezier(.3, 0, .2, 1)
}

@media screen and (max-width: 1199px) {
    .testimonials-slider-container .testimonial-card .quote-wrapper {
        padding: 30px 50px
    }
}

@media screen and (max-width: 991px) {
    .testimonials-slider-container .testimonial-card .quote-wrapper {
        padding: 20px 40px
    }
}

.testimonials-slider-container .testimonial-card .quote-wrapper:before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #27a600;
    background: -moz-linear-gradient(left, #27a600 0, #00d683 100%);
    background: -webkit-linear-gradient(left, #27a600 0, #00d683 100%);
    background: linear-gradient(to right, #27a600 0, #00d683 100%);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    transition: all .2s cubic-bezier(.3, 0, .2, 1)
}

.testimonials-slider-container .testimonial-card .quote-wrapper h4 {
    line-height: 1.7em
}

.testimonials-slider-container .testimonial-card .author-wrapper {
    position: relative;
    padding: 0 5px
}

@media screen and (max-width: 1199px) {
    .testimonials-slider-container .testimonial-card .author-wrapper {
        text-align: center
    }
}

.testimonials-slider-container .testimonial-card .author-wrapper .photo-wrap {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    transition: all .2s cubic-bezier(.3, 0, .2, 1)
}

@media screen and (max-width: 1199px) {
    .testimonials-slider-container .testimonial-card .author-wrapper .photo-wrap {
        display: block;
        margin: 0 auto
    }
}

.testimonials-slider-container .testimonial-card .author-wrapper .photo-wrap img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.testimonials-slider-container .testimonial-card .author-wrapper .data-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0
}

@media screen and (max-width: 1199px) {
    .testimonials-slider-container .testimonial-card .author-wrapper .data-wrap {
        display: block
    }
}

.testimonials-slider-container .testimonial-card .author-wrapper .data-wrap .fullname {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    transition: all .2s cubic-bezier(.3, 0, .2, 1)
}

.testimonials-slider-container .testimonial-card .author-wrapper .data-wrap .position {
    line-height: 1.4em;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.3, 0, .2, 1);
    transition: all .2s cubic-bezier(.3, 0, .2, 1)
}

.testimonials-slider-container .testimonial-card.active .quote-wrapper {
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    color: #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.testimonials-slider-container .testimonial-card.active .quote-wrapper:before {
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) .2s;
    opacity: 1
}

.testimonials-slider-container .testimonial-card.active .author-wrapper .photo-wrap {
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) .3s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) .3s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) .3s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) .3s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) .3s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.testimonials-slider-container .testimonial-card.active .author-wrapper .data-wrap .fullname {
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) .35s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) .35s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) .35s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) .35s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) .35s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.testimonials-slider-container .testimonial-card.active .author-wrapper .data-wrap .position {
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1) .4s;
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1) .4s;
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1) .4s;
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1) .4s;
    transition: all .4s cubic-bezier(.3, 0, .2, 1) .4s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.testimonials-slider-nav {
    position: relative;
    width: 250px;
    margin: 0 auto;
    white-space: nowrap
}

.testimonials-slider-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.testimonials-slider-nav .circle-nav {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 18px;
    background-color: #bebebe;
    cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.testimonials-slider-nav .circle-nav.active {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4px #bebebe;
    -moz-box-shadow: 0 0 0 4px #bebebe;
    box-shadow: 0 0 0 4px #bebebe;
    cursor: default
}

.testimonials-slider-nav .circle-nav:hover:not(.active) {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

#cta-newsletter {
    padding: 30px 0 100px;
    text-align: center
}

@media screen and (max-width: 767px) {
    #cta-newsletter {
        padding: 20px 0 70px
    }
}

#cta-newsletter h1 {
    margin: 0 0 15px;
    color: #233148
}

@media screen and (max-width: 767px) {
    #cta-newsletter h1 {
        margin-bottom: 8px
    }
}

#cta-newsletter p {
    margin: 0 0 65px;
    color: #555
}

@media screen and (max-width: 767px) {
    #cta-newsletter p {
        margin-bottom: 35px
    }
}

#newsletter-form input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 180px 0 10px;
    border: 1px solid #aaa;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none
}

#newsletter-form input:focus, #newsletter-form input:hover {
    outline: 0;
    border-color: #00ab40
}

@media screen and (max-width: 767px) {
    #newsletter-form input {
        height: 35px;
        padding: 0 125px 0 5px
    }
}

#newsletter-form button {
    position: absolute;
    width: 170px;
    top: 0;
    right: 0
}

@media screen and (max-width: 767px) {
    #newsletter-form button {
        width: 120px
    }
}

#contact-form {
    margin-top: 45px;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    #contact-form {
        margin-top: 30px;
        margin-bottom: 0
    }
}

#contact-form .gw-input-container {
    margin-bottom: 20px
}

#contact-form textarea {
    height: 170px
}

#contact-form .drag-drop-area {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    #contact-form .drag-drop-area {
        margin-bottom: 10px
    }
}

#contact-form .form-closure {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 16px 0
}

@media screen and (max-width: 767px) {
    #contact-form .form-closure {
        height: auto
    }
}

#contact-form .form-closure .data-agreement {
    color: #555
}

@media screen and (max-width: 767px) {
    #contact-form .form-closure .data-agreement {
        margin-bottom: 20px
    }
}

#contact-form .form-closure a {
    color: #00c859
}

#submit-form {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 59px;
    padding-right: 59px;
    line-height: 1em
}

@media screen and (max-width: 767px) {
    #submit-form {
        position: relative;
        padding-left: 30px;
        padding-right: 30px
    }
}

#submit-form:hover {
    -webkit-box-shadow: 0 16px 50px 0 rgba(0, 171, 64, .4);
    -moz-box-shadow: 0 16px 50px 0 rgba(0, 171, 64, .4);
    box-shadow: 0 16px 50px 0 rgba(0, 171, 64, .4)
}

@media screen and (max-width: 767px) {
    #submit-form:hover {
        -webkit-box-shadow: 0 8px 30px 0 rgba(0, 171, 64, .4);
        -moz-box-shadow: 0 8px 30px 0 rgba(0, 171, 64, .4);
        box-shadow: 0 8px 30px 0 rgba(0, 171, 64, .4)
    }
}

#map-sec {
    padding-top: 60px;
    padding-bottom: 15px
}

@media screen and (max-width: 767px) {
    #map-sec {
        padding-top: 40px
    }
}

#map-sec .map-header {
    padding-bottom: 50px;
    text-align: center
}

@media screen and (max-width: 767px) {
    #map-sec .map-header {
        padding-bottom: 30px
    }
}

#map-sec .map-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #ddd
}

@media screen and (max-width: 767px) {
    #map-sec .map-container {
        height: 520px
    }
}

#map-sec .map-container .embed {
    position: absolute;
    width: 100%;
    height: 100%
}

#map-sec .map-container .embed iframe {
    position: relative;
    width: 100%;
    height: 100%
}

#map-place-info {
    font-family: Comfortaa;
    font-size: 10px;
    line-height: 2.5em
}

@media screen and (max-width: 767px) {
    #map-place-info {
        height: 130px
    }
}

#map-place-info .location-wrap {
    position: relative;
    display: inline-block;
    width: 195px;
    margin-right: 35px;
    padding: 5px 0 5px 5px;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    #map-place-info .location-wrap {
        margin-right: 0
    }
}

#map-place-info .photo-wrap {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 108px;
    border-radius: 4px;
    overflow: hidden
}

#map-place-info .photo-wrap img {
    width: 100%;
    min-height: 100%
}

#sitemap-footer {
    position: relative;
    width: 100%;
    padding: 30px 0 60px
}

#sitemap-footer .inner-wrapper {
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media screen and (max-width: 767px) {
    #sitemap-footer .inner-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

#sitemap-footer .sitemap-column {
    position: relative;
    max-width: 130px;
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media screen and (max-width: 767px) {
    #sitemap-footer .sitemap-column {
        max-width: none;
        width: 33%;
        margin: 0 20px
    }

    #sitemap-footer .sitemap-column:not(:last-child) {
        margin-bottom: 50px
    }
}

#sitemap-footer .sitemap-column .title {
    margin-bottom: 18px
}

#sitemap-footer .sitemap-column .title h6 {
    color: #233148
}

#sitemap-footer .sitemap-column .sections:not(:last-child) {
    margin-bottom: 8px
}

#sitemap-footer .sitemap-column .sections a {
    color: #00ab40;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

#legals-footer {
    position: relative;
    width: 100%;
    padding: 30px 0 45px;
    background-color: #f6f6f6
}

#legals-footer .inner-wrapper {
    position: relative;
    max-width: 1420px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0
}

#legals-footer .inner-wrapper .copyright {
    display: inline-block;
    margin-left: 160px
}

#legals-footer .inner-wrapper .copyright a{
    color: #00ab40;
}

#legals-footer .inner-wrapper .copyright a:hover{
    color: #00ab40;
}

@media screen and (max-width: 1024px) {
    #legals-footer .inner-wrapper .copyright {
        margin-left: 50px
    }
}

@media screen and (max-width: 767px) {
    #legals-footer .inner-wrapper .copyright {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        text-align: center
    }
}

#legals-footer .inner-wrapper .copyright h6 {
    font-weight: 100;
    color: #545454;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

#legals-footer .inner-wrapper .rrss-links {
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 120px
}

@media screen and (max-width: 1024px) {
    #legals-footer .inner-wrapper .rrss-links {
        margin-right: 50px
    }
}

@media screen and (max-width: 767px) {
    #legals-footer .inner-wrapper .rrss-links {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center
    }
}

#legals-footer .inner-wrapper .rrss-links .link {
    position: relative;
    display: inline-block
}

#legals-footer .inner-wrapper .rrss-links .link:not(:last-child) {
    margin-right: 60px
}

#legals-footer .inner-wrapper .rrss-links .link a svg {
    position: relative
}

#legals-footer .inner-wrapper .rrss-links .link a svg path {
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

#legals-footer .inner-wrapper .rrss-links .link a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #00c859;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.3, 0, .2, 1);
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

#legals-footer .inner-wrapper .rrss-links .link a:hover:before {
    width: 50px;
    height: 50px;
    opacity: 1
}

#legals-footer .inner-wrapper .rrss-links .link a:hover path, #legals-footer .inner-wrapper .rrss-links .link a:hover svg {
    fill: #f6f6f6
}

#home-hero-sec {
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    #home-hero-sec {
        padding-bottom: 40px
    }
}

#home-hero-sec .sec-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url(../img/bg/home-hero-bg.png);
    background-position: center bottom;
    background-repeat: repeat no-repeat
}

@media screen and (max-width: 1400px) {
    #home-hero-sec .sec-bg {
        background-size: 900px
    }
}

@media screen and (max-width: 767px) {
    #home-hero-sec .sec-bg {
        background-size: 1100px;
        opacity: .4
    }
}

#home-hero-sec .gw-hero-header {
    margin-bottom: 75px
}

@media screen and (max-width: 1400px) {
    #home-hero-sec .gw-hero-header {
        margin-bottom: 50px
    }
}

#home-hero-sec .gw-hero-header h2 {
    padding: 0 11%;
    color: #555
}

#home-hero-sec .cta-wrapper {
    margin-bottom: 200px;
    text-align: center
}

@media screen and (max-width: 1400px) {
    #home-hero-sec .cta-wrapper {
        margin-bottom: 150px
    }
}

@media screen and (max-width: 767px) {
    #home-hero-sec .cta-wrapper {
        margin-bottom: 90px
    }
}

#home-hero-sec .cta-wrapper button {
    margin-bottom: 35px
}

@media screen and (max-width: 767px) {
    #home-hero-sec .cta-wrapper button {
        margin-bottom: 25px
    }
}

#home-hero-sec .cta-wrapper h2 {
    font-family: Comfortaa-Bold;
    color: #555
}

#home-hero-sec .usp-wrapper {
    position: relative;
    width: 100%;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 70px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 16px 70px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 16px 70px 0 rgba(0, 0, 0, .16)
}

#home-hero-sec .usp-wrapper .value-box {
    width: 32%;
    padding: 20px;
    text-align: center;
    cursor: default
}

#home-hero-sec .usp-wrapper .value-box--wider {
    width: 36%
}

@media screen and (max-width: 767px) {
    #home-hero-sec .usp-wrapper .value-box {
        padding: 15px
    }
}

#home-hero-sec .usp-wrapper .value-box:not(:last-child) {
    border-right: 1px solid #d3d3d3
}

#home-hero-sec .usp-wrapper .value-box svg {
    display: inline-block;
    width: 40px;
    margin-bottom: 22px
}

@media screen and (max-width: 767px) {
    #home-hero-sec .usp-wrapper .value-box svg {
        width: 30px;
        margin-bottom: 12px
    }
}

#intro-text-sec {
    padding: 45px 0 40px
}

@media screen and (max-width: 767px) {
    #intro-text-sec {
        padding-bottom: 40px
    }
}

#intro-text-sec .gw-text-module {
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    #intro-text-sec .gw-text-module {
        margin-bottom: 30px
    }
}

#intro-text-sec .logos-wrapper .logo-container {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (min-width: 768px) {
    #intro-text-sec .logos-wrapper .logo-container--left {
        text-align: left
    }

    #intro-text-sec .logos-wrapper .logo-container--right {
        text-align: right
    }
}

#intro-text-sec .logos-wrapper .logo-container img {
    max-width: 90%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

@media screen and (max-width: 767px) {
    #intro-text-sec .logos-wrapper .logo-container img {
        max-width: 75%
    }
}

#intro-text-sec .logos-wrapper .logo-container img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

#left-mod-sec {
    margin: 40px 0 60px;
    padding: 90px 0 80px;
    background-color: #f6f6f6
}

@media screen and (max-width: 767px) {
    #left-mod-sec {
        margin: 0 0 40px;
        padding: 40px 0
    }
}

#left-mod-sec .gw-text-module {
    z-index: 1;
    position: relative;
    width: 83%
}

#left-mod-sec .gw-text-module h2 {
    margin-bottom: 5px
}

#left-mod-sec .gw-text-module p {
    line-height: 1.7em
}

#left-mod-sec #home-board-img {
    position: absolute;
    width: 31.8%;
    max-width: 612px;
    min-width: 350px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width: 767px) {
    #left-mod-sec #home-board-img {
        opacity: .1
    }
}

#about-hero-sec {
    color: #fff;
    padding-bottom: 120px
}

@media screen and (max-width: 767px) {
    #about-hero-sec {
        padding-bottom: 40px
    }
}

#about-hero-sec .sec-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url(../img/bg/about-hero-bg.jpg);
    background-position: center;
    background-size: cover
}

#about-hero-sec .gw-hero-header h2 {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

#about-hero-sec + #team-sec {
    padding-bottom: 75px
}

#contact-hero-sec {
    padding-bottom: 75px
}

@media screen and (max-width: 767px) {
    #contact-hero-sec {
        padding-bottom: 40px
    }
}

#contact-hero-sec .sec-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0
}

#contact-hero-sec .sec-bg .panel {
    height: 100%;
    background-color: #fff
}

#contact-hero-sec .sec-bg .panel .img {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/home-hero-bg.png);
    background-position: center top;
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

#contact-hero-sec .sec-bg .panel--back {
    position: absolute;
    width: 100%
}

#contact-hero-sec .sec-bg .panel--back .img {
    background-repeat: repeat no-repeat
}

#contact-hero-sec .sec-bg .panel--center {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

#contact-hero-sec .sec-bg .panel--center .img {
    background-repeat: no-repeat;
    opacity: .4
}

#contact-hero-sec .sec-bg .solid {
    height: 100%;
    background-color: #fff
}

#contact-hero-sec .sec-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, .5) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, .5) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, .5) 80%, rgba(255, 255, 255, 0) 100%)
}

.tester {
    z-index: 1000000;
    position: absolute;
    opacity: .4;
    background-color: red;
    width: 100%;
    height: 10px;
    top: 404px
}