/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease, border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: hsla(0, 0%, 100%, .5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:focus,
.glide__bullet:hover {
    border: 2px solid #fff;
    background-color: hsla(0, 0%, 100%, .5)
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .container {
        padding: 0 2rem
    }
}

@media (max-width:768px) {
    .container {
        padding: 0 1.25rem
    }
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

@media (min-width:500px) {
    .container {
        margin: 0 auto;
        width: 100%
    }
    .column,
    .columns {
        margin-left: 4%
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%
    }
    .two.columns {
        width: 13.3333333333%
    }
    .three.columns {
        width: 22%
    }
    .four.columns {
        width: 30.6666666667%
    }
    .five.columns {
        width: 39.3333333333%
    }
    .six.columns {
        width: 48%
    }
    .seven.columns {
        width: 56.6666666667%
    }
    .eight.columns {
        width: 65.3333333333%
    }
    .nine.columns {
        width: 74%
    }
    .ten.columns {
        width: 82.6666666667%
    }
    .eleven.columns {
        width: 91.3333333333%
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0
    }
    .one-third.column {
        width: 30.6666666667%
    }
    .two-thirds.column {
        width: 65.3333333333%
    }
    .one-half.column {
        width: 48%
    }
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78%
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%
    }
}

body {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    font-family: Raleway, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #222
}

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

h1 {
    font-size: 1.25rem;
    line-height: 1.23;
    letter-spacing: .17px
}

h2 {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 2px
}

h3 {
    line-height: 1.3;
    letter-spacing: .05px
}

h3,
h4 {
    font-size: 1.25rem;
    font-weight: 400
}

h4 {
    line-height: 1.6;
    letter-spacing: .06px
}

h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: .04px
}

h5,
h6 {
    font-weight: 400
}

h6 {
    font-size: .875rem;
    line-height: 1.8;
    letter-spacing: 0
}

@media (min-width:768px) {
    h1 {
        font-size: 2.5rem
    }
    h2 {
        font-size: 1.375rem
    }
}

@media (min-width:1024px) {
    h1 {
        font-size: 4rem
    }
    h2 {
        font-size: 2.8rem
    }
    h3,
    h4,
    h5 {
        font-size: 1.25rem
    }
    h6 {
        font-size: 1.06rem
    }
}

p {
    margin: 0
}

a {
    color: #1eaedb
}

a:hover {
    color: #0fa0ce
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: none;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #00c58b;
    box-sizing: border-box;
    display: inline-block;
    padding: 1rem 2rem;
    color: #00c58b;
    text-align: center;
    font-size: 19px;
    letter-spacing: .1rem;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: box-shadow .3s
}

.button-disabled {
    cursor: not-allowed;
    opacity: .7;
    pointer-events: none
}

@media (max-width:768px) {
    .button,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        font-size: 16px;
        padding: .5rem 1.5rem
    }
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    color: #00c58b;
    box-shadow: inset 0 0 0 2px #00c58b
}

.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    box-shadow: inset 0 0 0 4px #00c58b;
    color: #00c58b;
    font-weight: 700;
    outline: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus {
    border: 1px solid #00c58b;
    outline: 0
}
textarea {
    outline: 0;
}

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

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

input[type=checkbox],
input[type=radio] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: 400
}

ul {
    list-style: circle outside
}

ol {
    list-style: decimal outside
}

ol,
ul {
    padding-left: 1.5rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%
}

li {
    margin-bottom: 1rem
}

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre
}

td,
th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

.button,
blockquote,
button,
dl,
fieldset,
figure,
form,
input,
ol,
pre,
select,
table,
textarea,
ul {
    margin-bottom: 0
}

.u-full-width {
    width: 100%;
    box-sizing: border-box
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box
}

.u-pull-right {
    float: right
}

.u-pull-left {
    float: left
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #e1e1e1
}

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both
}

@font-face {
    font-family: Beatrice Regular;
    src: url(../static/fonts/Beatrice-Regular.eot);
    src: url(../static/fonts/Beatrice-Regular.eot?#iefix) format("embedded-opentype"), url(../static/fonts/Beatrice-Regular.woff2) format("woff2"), url(../static/fonts/Beatrice-Regular.woff) format("woff"), url(../static/fonts/Beatrice-Regular.svg) format("svg");
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: Beatrice Thin;
    src: url(../static/fonts/Beatrice-Thin.eot);
    src: url(../static/fonts/Beatrice-Thin.eot?#iefix) format("embedded-opentype"), url(../static/fonts/Beatrice-Thin.woff2) format("woff2"), url(../static/fonts/Beatrice-Thin.woff) format("woff"), url(../static/fonts/Beatrice-Thin.svg) format("svg");
    font-display: swap;
    font-weight: 100
}

@font-face {
    font-family: Beatrice Regular;
    src: url(../static/fonts/Beatrice-Regular.eot);
    src: url(../static/fonts/Beatrice-Regular.eot?#iefix) format("embedded-opentype"), url(../static/fonts/Beatrice-Regular.woff2) format("woff2"), url(../static/fonts/Beatrice-Regular.woff) format("woff"), url(../static/fonts/Beatrice-Regular.svg) format("svg");
    font-display: swap;
    font-weight: 100
}

@font-face {
    font-family: Beatrice Bold;
    src: url(../static/fonts/Beatrice-Bold.eot);
    src: url(../static/fonts/Beatrice-Bold.eot?#iefix) format("embedded-opentype"), url(../static/fonts/Beatrice-Bold.woff2) format("woff2"), url(../static/fonts/Beatrice-Bold.woff) format("woff"), url(../static/fonts/Beatrice-Bold.svg) format("svg");
    font-display: swap;
    font-weight: 900
}

@font-face {
    font-family: Beatrice Display Medium;
    src: url(../static/fonts/BeatriceDisplay-Medium.eot);
    src: url(../static/fonts/BeatriceDisplay-Medium.eot?#iefix) format("embedded-opentype"), url(../static/fonts/BeatriceDisplay-Medium.woff2) format("woff2"), url(../static/fonts/BeatriceDisplay-Medium.woff) format("woff"), url(../static/fonts/BeatriceDisplay-Medium.svg) format("svg");
    font-display: swap;
    font-weight: 500
}

h1 {
    font-family: Beatrice Bold
}

.logo,
h2 {
    font-family: Beatrice Display Medium
}

.logo {
    align-items: center;
    font-size: 5rem;
    line-height: 1;
    position: relative
}

.logo-abbr {
    display: inline-block;
    margin-right: 1rem
}

.logo-abbr:after {
    background: #00c58b;
    content: "";
    height: 100%;
    position: absolute;
    right: -.8rem;
    top: -.25rem;
    transform: rotate(20deg);
    width: 1px
}

@media (max-width:1024px) {
    .logo {
        font-size: 4rem
    }
}

@media (max-width:768px) {
    .logo {
        font-size: 4rem
    }
}

.h-xl {
    font-family: Beatrice Display Medium;
    font-size: 6rem;
    line-height: 1.25
}

@media (max-width:1300px) {
    .h-xl {
        font-size: 5rem
    }
}

@media (max-width:1024px) {
    .h-xl {
        font-size: 4rem
    }
}

@media (max-width:768px) {
    .h-xl {
        font-size: 1.875rem
    }
}

.h-xxl {
    font-family: Beatrice Display Medium;
    font-size: 8.4375rem;
    line-height: 1.1;
    margin: 4rem 0;
    text-transform: lowercase;
    text-align: center
}

@media (max-width:1300px) {
    .h-xxl {
        font-size: 5rem
    }
}

@media (max-width:1024px) {
    .h-xxl {
        font-size: 4rem
    }
}

@media (max-width:768px) {
    .h-xxl {
        font-size: 2rem
    }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 0;
    width: 100%
}

textarea {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    width: 100%
}

.ginput_container_textarea {
    border: 1px solid #fff;
    border-radius: 1rem;
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #fff
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: #fff
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input[type=checkbox],
input[type=radio] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0
}

.gfield {
    margin: 0 0 2rem
}

.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 -2rem
}

.gfield_checkbox input {
    display: none
}

.gfield_checkbox label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    padding-left: 3rem;
    position: relative
}

.gfield_checkbox label:after,
.gfield_checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute
}

.gfield_checkbox label:before {
    border: 1px solid #fff;
    content: "";
    height: 1.5rem;
    left: 0;
    width: 1.5rem;
    top: 0
}

.gfield_checkbox label:after {
    height: .25rem;
    width: 2rem;
    border-bottom: 3px solid #00c58b;
    transform: rotate(-45deg);
    left: -.25rem;
    top: .5rem
}

.gfield_checkbox input+label:after {
    content: none
}

.gfield_checkbox input[type=checkbox]:checked+label:after {
    content: ""
}

.gfield_checkbox li {
    flex: 0 0 50%;
    margin: 0 0 3rem
}

@media (max-width:768px) {
    .gfield_checkbox {
        flex-direction: column
    }
    .gfield_checkbox li {
        margin: 0 0 1.75rem
    }
}

.gfield_description {
    margin: 0 0 2rem
}

@media (max-width:768px) {
    .gfield_description {
        margin: 0 0 1.2rem
    }
}

.gfield_label {
    display: none
}

.gform_fields {
    list-style-type: none;
    padding: 0;
}

.ginput_complex {
    display: flex;
    margin: 0 -.5rem
}

.ginput_complex label {
    display: none
}

.ginput_complex span {
    flex: 1;
    margin: 0 .5rem
}

.gform_drop_area {
    background: #1c1c1c;
    border: 2px dashed #FFF;
    border-radius: .75rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    text-align: center;
}
.gform_drop_area span {
    margin: 0 0 1rem;
}
.gsection {
    border-top: 2px solid #00c58b;
    margin: 2rem 0;
    padding: .5rem 0 0;
}
.gsection h1 {
    font-family: Beatrice Display Medium;
    margin: 2rem 0 0;
}
@media (max-width: 768px) {
    .gsection h1 {
        display: none;
    }
}
.gsection h2 {
    flex: 1;
    font-family: Beatrice Regular;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: none;
}
.gsection_description {
    position: relative;
}

@media (max-width:768px) {
    .ginput_complex {
        flex-direction: column;
        margin: 0
    }
    .ginput_complex span {
        margin: 0 0 2rem
    }
    .ginput_complex span:last-of-type {
        margin: 0
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    color: #fff;
    font-family: Beatrice Regular;
    min-height: calc(100vh - 4.5rem);
    padding-top: 4.5rem;
    position: relative
}

body.modal-active {
    height: 100vh;
    overflow: hidden
}

body.modal-active:after {
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    opacity: .85;
    position: fixed;
    z-index: 0
}

body>* {
    opacity: 0
}

body.loaded>* {
    opacity: 1
}

@media (max-width:768px) {
    body {
        padding-top: 2rem
    }
}

html {
    scroll-behavior: smooth
}

a {
    color: #fff
}

a:active,
a:focus,
a:hover {
    color: #eee
}

section {
    position: relative
}

section .row {
    background: #000;
    border-top: 2px solid #00c58b;
    padding: 4.5rem 0
}

section .row-first {
    background-color: transparent;
    border-top: none;
    padding-top: 0
}

section .row-top {
    padding-top: 4.5rem
}

@media (max-width:1024px) {
    section .row {
        padding: 3rem 0
    }
    section .row-first {
        padding-top: 0
    }
    section .row-top {
        padding-top: 3rem
    }
}

@media (max-width:768px) {
    section .row {
        padding: 1.5rem 0
    }
    section .row-first {
        padding-top: 0
    }
    section .row-top {
        padding-top: 4rem
    }
}

sup {
    font-size: 50%;
    top: -.6em
}

.anchor-link {
    position: absolute;
    top: -10rem
}

.banner {
    background: #00c58b;
    border-top: 2px solid #00c58b;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    position: fixed;
    text-align: center;
    z-index: 2
}

.banner a {
    align-items: center;
    color: #000;
    display: flex;
    justify-content: center;
    text-decoration: none
}

.banner span {
    margin-right: 1rem
}

.banner svg {
    width: 1.5rem
}

.banner svg path {
    fill: #000
}

.glide__arrow {
    border: none;
    box-shadow: none!important;
    top: 3rem
}

.glide__arrow--left {
    left: -.75rem
}

.glide__arrow--left img {
    transform: rotate(180deg);
    transform-origin: center
}

.glide__arrow--right {
    right: -.75rem
}

.glide__bullet {
    background: #00c58b;
    opacity: .4
}

.glide__bullet--active {
    background: #00c58b;
    opacity: 1
}

.glide__slides {
    white-space: normal
}

@media (max-width:768px) {
    .glide__arrow {
        display: none
    }
}

.green {
    color: #00c58b
}

.pagination {
    align-items: center;
    display: flex;
    list-style-type: none;
    margin: 2rem -1rem
}

.pagination>li {
    margin: 0 1rem
}

.responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.sticky {
    padding: 0 0 4.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 0
}

@media (max-width:768px) {
    .sticky {
        padding: 0 0 3rem;
        top: 66px
    }
}

.wrap {
    align-items: flex-start;
    display: flex
}

.wrap-left {
    flex: 0 0 30%;
    padding-right: 5rem
}

.wrap-right {
    flex: 1
}

@media (max-width:1024px) {
    .wrap-left {
        padding-right: 3rem
    }
}

@media (max-width:768px) {
    .wrap {
        align-items: stretch;
        flex-direction: column
    }
    .wrap-left {
        flex: auto;
        padding: 0
    }
    .wrap-right {
        flex: auto;
        width: 100%
    }
}

.wrapper {
    font-size: 1rem
}

@media (max-width:768px) {
    .wrapper {
        font-size: .9375rem
    }
}

.hero-slash {
    position: absolute;
    left: calc(50% - 2rem);
    top: 1rem;
    height: 80%;
    background-color: #00c58b;
    width: 6rem;
    transform: skew(-20deg);
    z-index: -1
}

@media (max-width:1024px) {
    .hero-slash {
        top: .25rem
    }
}

@media (max-width:768px) {
    .hero-slash {
        height: 60%;
        left: calc(50% - 1rem);
        top: 1.5rem;
        width: 3rem
    }
}

.site-header {
    background: #000;
    border-bottom: 2px solid #00c58b;
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 1s;
    transition-delay: 1s;
    z-index: 9
}

.site-header-open {
    z-index: 12
}

.site-header__container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 0 5rem
}

.site-header__logo {
    color: #00c58b;
    display: block;
    padding: 0
}

.site-header__logo svg {
    width: 3rem
}

@media (max-width:1024px) {
    .site-header__container {
        padding: 0 2rem
    }
    .site-header__logo {
        width: 3rem
    }
}

@media (max-width:768px) {
    .site-header__container {
        padding: 0 1.25rem
    }
}

.footer {
    border-top: 2px solid #00c58b;
    font-size: 1.2rem;
    padding: 2.75rem 0 5rem
}

.footer__container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.footer__form {
    margin-right: 2rem
}

.footer__logo {
    padding-right: 5vw
}

.footer__subscribe {
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between
}

.footer__title {
    color: #00c58b;
    margin: 0 0 1rem
}

.footer__contact_title {
    color: #00c58b;
    margin-bottom: 1rem
}

.footer__contact_social {
    align-items: baseline;
    display: flex
}

.footer__contact_social-icon {
    margin-right: 2rem
}

.footer__contact_address {
    margin: 2rem 0 1rem
}

.footer__contact_two {
    font-size: 1rem
}

@media (max-width:768px) {
    .footer__contact {
        display: flex;
        justify-content: space-around
    }
    .footer__contact_address {
        font-size: .8125rem;
        margin-top: 0
    }
    .footer__contact_number {
        font-size: .8125rem
    }
    .footer__contact_social-icon {
        margin-right: 1rem
    }
}

.footer .searchform {
    margin-top: 5rem
}

.footer .searchform-label {
    display: none
}

.footer .gform_wrapper {
    position: relative
}

.footer .gform_wrapper .gform_footer {
    bottom: 2.25rem;
    right: 0;
    position: absolute
}

.footer .gform_wrapper .gform_footer .gform_image_button {
    box-shadow: none;
    color: #fff;
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0;
    position: absolute;
    right: .6rem;
    top: .2rem;
    transform: rotate(67deg);
    width: 1rem
}

.footer .searchform-input {
    position: relative
}

.footer .searchform-input .button {
    box-shadow: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0;
    position: absolute;
    top: -.5rem;
    right: .6rem
}

.footer .searchform-input .button svg {
    transform: rotate(67deg);
    width: 1rem
}

.footer .searchform-input .button svg path {
    fill: #fff
}

@media (max-width:768px) {
    .footer {
        font-size: 1rem;
        padding: 1.5rem 0 2rem
    }
    .footer__container {
        align-items: center;
        flex-direction: column
    }
    .footer__form {
        margin: 0 0 2rem
    }
    .footer__logo {
        align-self: flex-start;
        padding: 0 0 2.5rem
    }
    .footer__subscribe {
        flex-direction: column;
        width: 100%
    }
}

.nav-main {
    font-size: .9375rem;
    letter-spacing: .1px;
    margin: 1rem -1.5rem 0;
    width: 100%
}

.nav-main-item {
    margin: 0;
    padding: 0 1.5rem 1.5rem;
    position: relative
}

.nav-main-item:hover .nav-main-link:after {
    transform: scale(1)
}

.nav-main-item:hover svg {
    transform: rotate(180deg)
}

.nav-main-item:hover .nav-dropdown {
    max-height: 15rem;
    transition-delay: .3s
}

.nav-main-item.current-menu-ancestor .nav-main-link:after,
.nav-main-item.current-menu-item .nav-main-link:after {
    transform: scale(1)
}

.nav-main-link {
    align-items: center;
    display: inline-flex;
    position: relative;
    text-decoration: none
}

.nav-main-link:after {
    background: #00c58b;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    position: absolute;
    transform: scale(0);
    transition: all .25s
}

.nav-main-link svg {
    margin-left: .5rem;
    transition: all .25s
}

.nav-main-list {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0
}

.nav-dropdown {
    background: #000;
    border-left: 2px solid #00c58b;
    border-right: 2px solid #00c58b;
    font-size: .9375rem;
    list-style-type: none;
    margin: 0 0 .5rem;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 3rem;
    transition: all .25s;
    transition-delay: 0s;
    z-index: 1
}

.nav-dropdown-item {
    margin: 0;
    padding: .5rem 1rem
}

.nav-dropdown-item:first-of-type {
    padding-top: 0
}

.nav-dropdown-item:last-of-type {
    border-bottom: 2px solid #00c58b
}

.nav-dropdown-item:hover .nav-dropdown-link:after {
    transform: scale(1)
}

.nav-dropdown-link {
    position: relative;
    text-decoration: none
}

.nav-dropdown-link:after {
    background: #00c58b;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    position: absolute;
    transform: scale(0);
    transition: all .25s
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 2.75rem;
    height: 1.5rem
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: 2px
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
    transition: all 1s
}

.hamburger-inner:before {
    top: -.75rem
}

.hamburger-inner:after {
    top: .75rem
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 2.75rem;
    height: 2px;
    transition: all .5s;
    background-color: #00c58b
}

.hamburger.is-active:after,
.hamburger.is-active:before {
    background: #00c58b
}

.hamburger.is-active .hamburger-inner {
    transform: rotate(110deg)
}

.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transform: rotate(110deg)
}

.nav-mobile-toggle-open {
    display: none;
    text-align: right
}

.nav-mobile-list {
    background: #000;
    left: 300%;
    top: 66px;
    list-style-type: none;
    margin: 0;
    min-height: 100vh;
    padding: 1rem;
    position: absolute;
    transition: all .5s;
    width: calc(100% - 2rem)
}

.nav-mobile-link {
    font-size: 1.2rem;
    text-decoration: none
}

.nav-mobile-dropdown {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 1.25rem;
    margin-top: .25rem
}

.nav-mobile-dropdown>li {
    font-size: 1.2rem;
    margin: 0 0 .5rem
}

.nav-mobile-dropdown>li>a {
    text-decoration: none
}

@media (max-width:768px) {
    .nav-main {
        margin: 1rem 0 0
    }
    .nav-main-list {
        display: none
    }
    .nav-mobile-toggle-open {
        display: block
    }
    .nav-mobile-list.open {
        left: 0
    }
}


/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */

.selectr-container {
    position: relative;
    z-index: 1
}

.selectr-container li {
    list-style: none
}

.selectr-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.selectr-visible {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11
}

.selectr-desktop.multiple .selectr-visible {
    display: none
}

.selectr-desktop.multiple.native-open .selectr-visible {
    top: 100%;
    min-height: 200px!important;
    height: auto;
    opacity: 1;
    display: block
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
    z-index: 0
}

.selectr-selected {
    position: relative;
    z-index: 1;
    border-radius: 27px;
    box-sizing: border-box;
    width: 100%;
    padding: .75rem 1.5rem;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #000;
    outline: none;
}

.selectr-selected:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    content: "";
    transform: rotate(0deg) translate3d(0, -50%, 0);
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0
}

.selectr-container.native-open .selectr-selected:before,
.selectr-container.open .selectr-selected:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 4px 4px
}

.selectr-label {
    display: none;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis
}

.selectr-placeholder {
    color: #6c7a86
}

.selectr-tags {
    margin: 0;
    padding: 0;
    white-space: normal
}

.has-selected .selectr-tags {
    margin: 0 0 -2px
}

.selectr-tag {
    list-style: none;
    position: relative;
    float: left;
    padding: 2px 25px 2px 8px;
    margin: 0 2px 2px 0;
    cursor: default;
    color: #fff;
    border: none;
    border-radius: 10px;
    background: #acb7bf none repeat scroll 0 0
}

.selectr-container.multiple.has-selected .selectr-selected {
    padding: 5px 28px 5px 5px
}

.selectr-options-container {
    z-index: 10000;
    top: calc(100% - 1px);
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #fff;
    border-top: 0 solid transparent;
    background-color: #000;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
}

.selectr-container.open .selectr-options-container {
    display: block
}

.selectr-container.open .selectr-options-container .selectr-input-container {
    display: none
}

.selectr-input-container {
    position: relative;
    display: none
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    transform: translate3d(0, -50%, 0);
    border: none;
    background-color: transparent;
    z-index: 11
}

.selectr-clear,
.selectr-input-clear {
    display: none
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
    display: block
}

.selectr-selected .selectr-tag-remove {
    right: 2px
}

.selectr-clear:after,
.selectr-clear:before,
.selectr-input-clear:after,
.selectr-input-clear:before,
.selectr-tag-remove:after,
.selectr-tag-remove:before {
    position: absolute;
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    content: " ";
    background-color: #6c7a86
}

.selectr-tag-remove:after,
.selectr-tag-remove:before {
    top: 4px;
    width: 3px;
    height: 12px;
    background-color: #fff
}

.selectr-clear:before,
.selectr-input-clear:before,
.selectr-tag-remove:before {
    transform: rotate(45deg)
}

.selectr-clear:after,
.selectr-input-clear:after,
.selectr-tag-remove:after {
    transform: rotate(-45deg)
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
    display: block
}

.selectr-input {
    top: 5px;
    left: 5px;
    box-sizing: border-box;
    width: calc(100% - 30px)!important;
    margin: 10px 15px;
    padding: 7px 30px 7px 9px
}

.selectr-notice {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 16px;
    border-top: 1px solid #999;
    border-radius: 0 0 3px 3px;
    background-color: #fff
}

.selectr-container.notice .selectr-notice {
    display: block
}

.selectr-container.notice .selectr-selected {
    border-radius: 3px 3px 0 0
}

.selectr-options {
    position: relative;
    top: calc(100% + 2px);
    display: none;
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 200px;
    margin: 0;
    padding: 0
}

.selectr-container.notice .selectr-options-container,
.selectr-container.open .selectr-input-container,
.selectr-container.open .selectr-options {
    display: block
}

.selectr-option {
    border: none;
    color: #979797;
    position: relative;
    display: block;
    padding: 5px 24px;
    list-style: outside none none;
    cursor: pointer;
    font-weight: 400
}

.selectr-options.optgroups>.selectr-option {
    padding-left: 25px
}

.selectr-optgroup {
    font-weight: 700;
    padding: 0
}

.selectr-optgroup--label {
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 15px
}

.selectr-match {
    text-decoration: underline
}

.selectr-option.selected {
    background-color: black;
}

.selectr-option.active {
    color: #fff;
}

.selectr-option.disabled {
    opacity: .4
}

.selectr-option.excluded {
    display: none
}

.selectr-container.open .selectr-selected:after {
    transform: rotate(180deg) translate3d(0, 50%, 0)
}

.selectr-disabled {
    opacity: .6
}

.has-selected .selectr-placeholder,
.selectr-empty {
    display: none
}

.has-selected .selectr-label {
    display: block
}

.taggable .selectr-selected {
    padding: 4px 28px 4px 4px
}

.taggable .selectr-selected:after {
    display: table;
    content: " ";
    clear: both
}

.taggable .selectr-label {
    width: auto
}

.taggable .selectr-tags {
    float: left;
    display: block
}

.taggable .selectr-placeholder {
    display: none
}

.input-tag {
    float: left;
    min-width: 90px;
    width: auto
}

.selectr-tag-input {
    border: none;
    padding: 3px 10px;
    width: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit
}

.selectr-input-container.loading:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    content: "";
    transform: translate3d(0, -50%, 0);
    transform-origin: 50% 0 0;
    -webkit-animation: spin .5s linear 0s infinite normal forwards running;
    animation: spin .5s linear 0s infinite normal forwards running;
    border: 3px solid #ddd;
    border-top-color: #aaa;
    border-radius: 50%
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg) translate3d(0, -50%, 0)
    }
    to {
        transform: rotate(1turn) translate3d(0, -50%, 0)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg) translate3d(0, -50%, 0)
    }
    to {
        transform: rotate(1turn) translate3d(0, -50%, 0)
    }
}

.selectr-container.open.inverted .selectr-selected {
    border-color: transparent #fff #fff
}

.selectr-container.inverted .selectr-options-container {
    border-width: 1px 1px 0;
    border-color: #fff #fff transparent;
    background-color: #000;
    top: auto;
    bottom: calc(100% - 1px)
}

.selectr-container ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.selectr-container ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.selectr-container :-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.selectr-container ::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.selectr-container ::placeholder {
    color: #fff;
    opacity: 1
}

.selectr-container.open .selectr-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.popup {
    bottom: 0;
    left: 0;
    right: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    position: fixed;
    transition: all .3s;
    z-index: 11
}

.popup__close {
    cursor: pointer;
    margin: 0 0 2rem;
    position: absolute;
    right: 2rem;
    text-align: right
}

.popup__content {
    background: #000;
    border: 1px solid #00c58b;
    left: 50%;
    top: 50%;
    max-width: 50rem;
    overflow: auto;
    padding: 2rem;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.popup__copy h1,
.popup__copy h2,
.popup__copy h3,
.popup__copy h4,
.popup__copy h5,
.popup__copy h6 {
    color: #00c58b;
    margin: 0 0 1rem
}

.popup__copy p {
    margin: 0 0 1rem
}

.popup__overlay {
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    opacity: .7;
    position: fixed;
    z-index: 0
}

.popup__open {
    top: 0
}

.popup__open .popup__overlay {
    display: block
}

@media (max-width:768px) {
    .popup__content {
        left: 2rem;
        right: 2rem;
        transform: translateY(-50%)
    }
}
.page-template-applications .form-container{
    margin: 5rem 0 0;
}
.page-template-applications .gform_footer {
    margin-top: -7rem;
}

@media (max-width:768px) { 
    .page-template-applications .gform_footer {
        margin-top: 0;
    }
}

.page-template-applications .wrap-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem
}

.page-template-page-about .anchor-link {
    top: -8rem
}
.page-template-applications .anchor-link {
    top: -5rem;
}
.page-template-applications .nav a {
    color: #979797;
    display: block;
    margin: 0 0 1rem;
    text-decoration: none;
}
.page-template-applications .nav a:hover {
    color: #00c58b
}
@media (max-width:768px) {
    .page-template-applications .nav {
        display: none;
    }
}
.page-template-applications .form-container .gfield {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 3rem;
}
.page-template-applications .form-container .gfield_description {
    flex: 0 0 calc(35% - 2rem);
    margin: 0 2rem 0 0;
}
.page-template-applications .form-container .gfield_description h6 {
    color: #979797;
    font-size: .75rem;
    line-height: 1.5;
    margin: 1rem 0 0;
}
.page-template-applications .form-container .ginput_container {
    flex: 0 0 calc(65% - 2px);
}
.page-template-applications .form-container .gfield_list_container thead {
    display: none;
}
.page-template-applications .form-container .gfield_list_container td {
    border: none;
}
.page-template-applications .form-container .gfield_list_group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.75rem 2rem;
}
.page-template-applications .form-container .gfield_list_icons a {
    text-decoration: none;
}
.page-template-applications .form-container .gfield_list_cell {
    flex: 0 0 calc(50% - 1.5rem);
    margin: 0 .75rem 1.5rem;
    padding: 0;
}
.page-template-applications .form-container .gfield_checkbox li {
    margin: 0 0 2rem;
}
.page-template-applications .gfield_checkbox {
    display: block;
}
.page-template-applications .gfield_checkbox li input {
    opacity: 0;
    position: absolute;
}
.page-template-applications .gfield_checkbox li input + label {
    position: relative;
    display: inline-block;
    user-select: none;
    transition: .4s ease;
    margin: 0;
    padding-left: 4rem;
}
.page-template-applications .gfield_checkbox li input + label:before {
    background: #1c1c1c;
    border: none;
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: .2s cubic-bezier(.24, 0, .5, 1);
}
.page-template-applications .gfield_checkbox li input + label:after {
    background: #000;
    border: none;
    content: "";
    position: absolute;
    display: block;
    height: 24px;
    width: 24px;
    top: 3px;
    left: 3px;
    border-radius: 60px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, .04), 0 4px 9px hsla(0, 0%, 0%, .13), 0 3px 3px hsla(0, 0%, 0%, .05);
    transition: .35s cubic-bezier(.54, 1.60, .5, 1);
}
.page-template-applications .gfield_checkbox li input:checked + label:before {
    background: #00c58b;
    transition: width .2s cubic-bezier(0, 0, 0, .1);
}
.page-template-applications .gfield_checkbox li input:checked + label:after {
    left: 24px;
}
.page-template-page-about .container>div {
    position: relative
}

@media (max-width:768px) {
    .page-template-page-about .h-xxl {
        font-size: 2.5rem;
        margin: 2rem 0
    }
}

.page-template-page-about .hero-left {
    -webkit-animation: left 1.5s ease forwards;
    animation: left 1.5s ease forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    display: inline-block;
    opacity: 0;
    transform: translateX(-10rem)
}

.page-template-page-about .hero-right {
    -webkit-animation: right 1.5s ease forwards;
    animation: right 1.5s ease forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    display: inline-block;
    opacity: 0;
    transform: translateX(10rem)
}

.page-template-page-about .hero-slash {
    -webkit-animation: opacity 2s ease forwards;
    animation: opacity 2s ease forwards;
    opacity: 0
}

.page-template-page-about .hero-title {
    position: relative
}

.page-template-page-about .hero-top {
    -webkit-animation: down 1.5s ease forwards;
    animation: down 1.5s ease forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 0;
    transform: translateY(-10rem)
}

@-webkit-keyframes down {
    0% {
        opacity: 0;
        transform: translateY(-10rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes down {
    0% {
        opacity: 0;
        transform: translateY(-10rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes left {
    0% {
        opacity: 0;
        transform: translateX(-10rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes left {
    0% {
        opacity: 0;
        transform: translateX(-10rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes right {
    0% {
        opacity: 0;
        transform: translateX(10rem)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes right {
    0% {
        opacity: 0;
        transform: translateX(10rem)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.page-template-page-about .row {
    padding: 2rem 0
}

.page-template-page-about .row.row-no-padding {
    padding: 4.5rem 0
}

.page-template-page-about section.news {
    padding: 0;
}
.page-template-page-about .row .row {
    border-top: none
}

.page-template-page-about .intro {
    background: #000
}

.page-template-page-about .intro__hashtag,
.page-template-page-about .intro__title {
    color: #00c58b
}

.page-template-page-about .intro__collapsible {
    margin-bottom: 2rem;
    max-height: auto;
    overflow: hidden;
    transition: max-height .5s ease-out
}

.page-template-page-about .intro p {
    margin: 0 0 1rem
}

.page-template-page-about .intro .about__expand {
    border: none;
    box-shadow: none;
    font-size: .9375rem;
    padding: 0;
    visibility: hidden
}

.page-template-page-about .intro .about__expand.active img {
    transform: rotate(180deg)
}

@media (max-width:768px) {
    .page-template-page-about .intro__collapsible {
        max-height: 158px
    }
    .page-template-page-about .intro__collapsible.active {
        max-height: 2000px
    }
    .page-template-page-about .intro__hashtag {
        display: block;
        text-align: right
    }
    .page-template-page-about .intro__title {
        margin: 0 0 .5rem
    }
    .page-template-page-about .intro .about__expand {
        visibility: visible
    }
    .page-template-page-about .intro .columns {
        margin: 0;
        width: 100%
    }
    .page-template-page-about .intro .columns.intro__sub {
        width: 50%
    }
}

.page-template-page-about .our-team__members {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem
}

@supports (display:grid) {
    .page-template-page-about .our-team__members {
        display: grid;
        grid-gap: 28px;
        grid-template-columns: repeat(4, 1fr)
    }
}

.page-template-page-about .our-team__members_member {
    border: 2px solid #00c58b;
    display: flex;
    flex-direction: column;
    text-align: center
}

.page-template-page-about .our-team__members_member .member_image {
    background-image: var(--background-image-one);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 100%
}

.page-template-page-about .our-team__members_member .member_image:hover {
    background-image: var(--background-image-two)
}

.page-template-page-about .our-team__members_member .member_details {
    border-top: 2px solid #00c58b;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    line-height: 1.4;
    padding: .5rem
}

.page-template-page-about .our-team__members_member .member_name {
    font-weight: 700;
    margin: 0 0 .25rem
}

@media (max-width:1024px) {
    .page-template-page-about .our-team__members {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:768px) {
    .page-template-page-about .our-team__members {
        grid-template-columns: repeat(2, 1fr)
    }
    .page-template-page-about .our-team__title {
        margin: 0 0 .5rem
    }
    .page-template-page-about .our-team .columns {
        margin: 0;
        width: 100%
    }
}

.page-template-page-about .careers__list ul {
    list-style-type: none
}

.resumator-job-title, .resumator-jobs-text {
    color: #FFF !important;
}
a.resumator-job-link {
    color: #00c58b !important;
}
.resumator-job-title {
    border-top: 2px solid #00c58b !important;
    font-family: Beatrice Regular !important;
}
.resumator-jobs h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
}

.page-template-page-about .careers__list .srJobListJobEven:hover *,
.page-template-page-about .careers__list .srJobListJobOdd:hover * {
    background: #000!important
}

.page-template-page-about .careers__list .srJobListJobTitle {
    font-family: Beatrice Regular;
    font-size: 1.25rem;
    padding: 0 0 1rem;
    position: relative;
    text-decoration: underline
}

@media (max-width:768px) {
    .page-template-page-about .careers__list .srJobListJobTitle {
        font-size: 1rem
    }
    .page-template-page-about .careers__title {
        margin: 0 0 .5rem
    }
    .page-template-page-about .careers .columns {
        margin: 0;
        width: 100%
    }
}

.page-template-page-about .news__story_image {
    background-image: var(--background-image);
    background-size: cover;
    background-position: 50%;
    border: 2px solid #00c58b;
    height: 230px;
    margin-bottom: 2rem;
    margin-top: 3rem
}

.page-template-page-about .news__story_link {
    text-decoration: underline
}

@media (max-width:768px) {
    .page-template-page-about .news__story {
        padding-bottom: 3rem
    }
    .page-template-page-about .news__story_image {
        margin: 2rem
    }
    .page-template-page-about .news__story_link {
        text-align: center
    }
}

.page-template-page-about .glide-news {
    padding-bottom: 4rem
}

.page-template-page-about .glide__arrow {
    border: none;
    top: 50%
}

.page-template-page-about .glide__arrow--left {
    left: -4rem
}

.page-template-page-about .glide__arrow--left svg {
    transform: rotate(180deg)
}

.page-template-page-about .glide__arrow--right {
    right: -4rem
}

.page-template-page-about .form-container {
    margin-bottom: 4rem;
    margin-top: 6.25rem
}

.page-template-page-about .form__contact-info,
.page-template-page-about .form__copy {
    margin-top: 4rem
}

@media (max-width:768px) {
    .page-template-page-about .form__contact-info,
    .page-template-page-about .form__copy {
        margin: 2rem 0 0
    }
    .page-template-page-about .form-container {
        margin: 2rem 0
    }
    .page-template-page-about .form .columns {
        margin: 0;
        width: 100%
    }
}

.page-template-page-about .careers__title,
.page-template-page-about .form__title,
.page-template-page-about .news__title,
.page-template-page-about .our-team__title {
    color: #00c58b
}

.page-template-page-about .secondary-menu {
    background: #000;
    border-bottom: 2px solid #00c58b;
    font-size: .9375rem;
    margin: 0;
    padding: 1.2rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    z-index: 8
}

.page-template-page-about .secondary-menu section {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.page-template-page-about .secondary-menu-carat {
    display: none
}

.page-template-page-about .secondary-menu-item {
    margin: 0;
    padding: 0 3rem
}

.page-template-page-about .secondary-menu-item-active .work-menu-link:after,
.page-template-page-about .secondary-menu-item:hover .work-menu-link:after {
    transform: scale(1)
}

.page-template-page-about .secondary-menu-link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.page-template-page-about .secondary-menu-link:after {
    background: #00c58b;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    position: absolute;
    transform: scale(0);
    transition: all .25s
}

.page-template-page-about .secondary-menu-list {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin: 0 -3rem
}

.page-template-page-about .secondary-menu-title {
    color: #00c58b;
    font-weight: 700;
    padding-right: 5rem;
    white-space: nowrap
}

@media (max-width:1024px) {
    .page-template-page-about .secondary-menu {
        padding: 1rem 0
    }
    .page-template-page-about .secondary-menu-item {
        padding: 0 1rem
    }
    .page-template-page-about .secondary-menu-list {
        margin: 0 -1rem
    }
}

@media (max-width:768px) {
    .page-template-page-about .secondary-menu {
        padding: 1.4rem 0;
        position: relative;
        top: 0
    }
    .page-template-page-about .secondary-menu section {
        align-items: flex-start;
        justify-content: flex-end
    }
    .page-template-page-about .secondary-menu-carat {
        cursor: pointer;
        display: block;
        margin-top: .35rem;
        transition: all .15s
    }
    .page-template-page-about .secondary-menu-item {
        display: none;
        line-height: 1;
        margin: 0 0 .5rem
    }
    .page-template-page-about .secondary-menu-item-active {
        display: block
    }
    .page-template-page-about .secondary-menu-link h5 {
        font-size: .75rem
    }
    .page-template-page-about .secondary-menu-list {
        flex-direction: column;
        justify-content: flex-start;
        margin-right: 1rem;
        max-height: 1.25rem;
        overflow: hidden;
        text-align: right;
        transition: max-height .25s
    }
    .page-template-page-about .secondary-menu-title {
        flex: 1;
        font-size: .75rem;
        padding-right: 2rem;
        white-space: normal
    }
    .page-template-page-about .secondary-menu-active .secondary-menu-carat {
        transform: rotate(180deg)
    }
    .page-template-page-about .secondary-menu-active .secondary-menu-item {
        display: block
    }
    .page-template-page-about .secondary-menu-active .secondary-menu-list {
        max-height: 7rem
    }
}

@media (max-width:768px) {
    .page-template-page-about .hero-slash {
        height: 80%
    }
    .page-template-page-about .sticky {
        padding: 1rem 0
    }
}

.page-template-page-alumni .intro__gif {
    margin-left: auto;
    width: 30rem
}

@media (max-width:768px) {
    .page-template-page-alumni .intro__gif {
        margin: 0 auto;
        width: 25rem
    }
}

.page-template-page-alumni .row {
    border-top: none
}

.page-template-page-alumni .row-first {
    padding: 4.5rem 0 0
}

.page-template-page-alumni .news__title {
    color: #00c58b
}

.page-template-page-alumni .news__grid {
    list-style-type: none
}

.page-template-page-alumni .news__story_image {
    background-image: var(--background-image);
    background-size: cover;
    background-position: 50%;
    border: 2px solid #00c58b;
    height: 230px;
    margin-bottom: 2rem;
    margin-top: 3rem
}

.page-template-page-alumni .news__story_link {
    font-size: 1.5625rem;
    text-decoration: underline
}

.page-template-page-alumni .news .glide__bullets {
    bottom: 0;
    display: none
}

.page-template-page-alumni .alumni {
    border-top: 2px solid #00c58b;
    padding-top: .5rem
}

.page-template-page-alumni .alumni__title {
    color: #00c58b
}

.page-template-page-alumni .alumni .filter-lockup-mobile {
    display: none
}

.page-template-page-alumni .alumni__filters_expand {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 4rem;
    margin-top: 2rem
}

.page-template-page-alumni .alumni__list {
    align-items: center;
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none
}

.page-template-page-alumni .alumni__list_item {
    text-align: left
}

.page-template-page-alumni .alumni__list_logo {
    cursor: pointer;
    max-width: 180px;
    width: 100%
}

.page-template-page-alumni .alumni__list_modal {
    background-color: #000;
    border: 2px solid #00c58b;
    display: none;
    left: 15vw;
    max-height: 50vh;
    min-height: 200px;
    overflow-y: auto;
    padding: 4rem 2rem;
    position: fixed;
    top: 20vh;
    width: calc(70vw - 4rem);
    z-index: 5
}

.page-template-page-alumni .alumni__list_modal-close {
    position: relative;
    width: 100%;
    height: 100%
}

.page-template-page-alumni .alumni__list_modal-close img {
    position: absolute;
    right: -1rem;
    top: -3rem
}

.page-template-page-alumni .alumni__list_modal-close img:hover {
    cursor: pointer
}

.page-template-page-alumni .alumni__list_modal-content {
    display: flex;
    justify-content: space-between
}

.page-template-page-alumni .alumni__list_modal-content .modal__logo {
    width: 300px;
    align-self: flex-start;
    margin-right: 2rem
}

.page-template-page-alumni .alumni__list_modal-content .modal__content {
    flex: 1;
    width: 500px
}

.page-template-page-alumni .alumni__list_modal-content .modal__content h3 {
    color: #00c58b;
    font-size: 2.75rem
}

.page-template-page-alumni .alumni__list_modal-content .modal__content_facts {
    display: flex;
    justify-content: flex-start;
    margin-top: 3rem
}

.page-template-page-alumni .alumni__list_modal-content .modal__content_facts p {
    margin-right: 4rem;
    margin-bottom: 4rem
}

.page-template-page-alumni .alumni__list_modal-content .modal__content_facts .label {
    color: #00c58b
}

.page-template-page-alumni .alumni .selectr-container {
    z-index: unset
}

.page-template-page-alumni .alumni .selectr-container.modal-active {
    z-index: -1
}

.page-template-page-alumni .form {
    margin-bottom: 2rem
}

.page-template-page-alumni .form__title {
    color: #00c58b;
    margin: 0 0 1rem
}

.page-template-page-alumni .form-link {
    color: #00c58b;
    display: block;
    margin-bottom: 4rem;
    text-align: center
}

.page-template-page-alumni .glide__arrow {
    border: none;
    top: 50%
}

.page-template-page-alumni .glide__arrow--left {
    left: -4rem
}

.page-template-page-alumni .glide__arrow--left svg {
    transform: rotate(180deg)
}

.page-template-page-alumni .glide__arrow--right {
    right: -4rem
}

@media (max-width:768px) {
    .page-template-page-alumni .intro {
        display: flex;
        flex-direction: column-reverse;
        text-align: center
    }
    .page-template-page-alumni .intro .columns {
        margin: 0 0 1rem;
        width: 100%
    }
    .page-template-page-alumni .intro .hero-title {
        margin: 0 0 1rem
    }
    .page-template-page-alumni .news {
        border-top: 2px solid #00c58b;
        padding-top: .5rem;
        text-align: center
    }
    .page-template-page-alumni .news__story_image {
        height: 170px;
        margin: 3rem 3rem 1rem
    }
    .page-template-page-alumni .news .glide__bullets {
        display: block
    }
    .page-template-page-alumni .alumni .filter-lockup-mobile {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem
    }
    .page-template-page-alumni .alumni .filter-lockup-mobile .form-link__mobile {
        color: #00c58b;
        display: block;
        font-size: .8rem;
        text-align: center
    }
    .page-template-page-alumni .alumni__expand {
        box-shadow: none;
        display: block;
        padding: 0
    }
    .page-template-page-alumni .alumni__expand.active img {
        transform: rotate(180deg)
    }
    .page-template-page-alumni .alumni__filters {
        margin-bottom: 0
    }
    .page-template-page-alumni .alumni__filters_expand {
        grid-gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out
    }
    .page-template-page-alumni .alumni__filters_expand.active {
        max-height: 600px;
        margin-bottom: 2rem
    }
    .page-template-page-alumni .alumni__list {
        grid-template-columns: repeat(3, 1fr)
    }
    .page-template-page-alumni .alumni__list_modal {
        left: 1rem;
        max-height: calc(100vh - 8rem);
        padding: 1rem;
        text-align: center;
        top: 5rem;
        width: calc(100vw - 4rem)
    }
    .page-template-page-alumni .alumni__list_modal-close img {
        top: -.5rem;
        right: -.5rem
    }
    .page-template-page-alumni .alumni__list_modal-content {
        flex-direction: column;
        text-align: left
    }
    .page-template-page-alumni .alumni__list_modal-content .modal__logo {
        width: 100%;
        margin: 0 auto
    }
    .page-template-page-alumni .alumni__list_modal-content .modal__content {
        width: auto
    }
    .page-template-page-alumni .alumni__list_modal-content .modal__content h3 {
        font-size: 2rem;
        margin-top: 1rem
    }
    .page-template-page-alumni .alumni__list_modal-content .modal__content_facts {
        margin-bottom: 1rem
    }
    .page-template-page-alumni .alumni__list_modal-content .modal__content_facts p {
        margin-right: 1rem;
        margin-bottom: 1rem
    }
    .page-template-page-alumni .alumni .form-link {
        display: none
    }
    .page-template-page-alumni .form {
        display: flex;
        flex-direction: column
    }
    .page-template-page-alumni .form__copy {
        margin: 0 0 2rem
    }
    .page-template-page-alumni .form .columns {
        margin: 0;
        width: 100%
    }
}
.article-back {
    align-items: center;
    display: flex;
}
.article-back svg {
    margin-right: .5rem;
    transform: rotate(180deg);
    width: 1.5rem;
}
.article-body {
    margin: 2rem 0 0
}

.page-template-page-blog .row-first {
    padding: 4.5rem 0
}

.page-template-page-blog .intro__gif {
    margin-left: auto;
    width: 30rem
}

@media (max-width:768px) {
    .page-template-page-blog .intro {
        text-align: center
    }
    .page-template-page-blog .intro__copy {
        margin-top: 18rem
    }
    .page-template-page-blog .intro__image {
        position: absolute;
        top: 0
    }
    .page-template-page-blog .intro__gif {
        margin: 0 auto;
        width: 25rem
    }
}

.page-template-page-blog .filters__list {
    display: inline-flex;
    flex-direction: row;
    list-style-type: none
}

.page-template-page-blog .filters__list_item {
    cursor: pointer;
    padding: 0 2rem
}

@media (max-width:500px) {
    .page-template-page-blog .filters {
        font-size: 12px
    }
    .page-template-page-blog .filters span {
        color: #00c58b
    }
    .page-template-page-blog .filters__list_item {
        padding: 0 .5rem
    }
}

.page-template-page-blog .posts {
    border-top: none;
    padding-top: 0
}

.page-template-page-blog .posts__list {
    list-style-type: none
}

.page-template-page-blog .posts__list:first-child {
    border-top: 2px solid #00c58b
}

.page-template-page-blog .posts__list_item {
    align-items: center;
    border-bottom: 2px solid #00c58b;
    display: flex;
    font-family: Beatrice Regular;
    font-size: 2.75rem;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 1rem
}

.page-template-page-blog .posts__list_item-img {
    margin-right: 2rem;
    width: 120px
}

.page-template-page-blog .posts__list_item a {
    align-self: center;
    text-decoration: none
}

.page-template-page-blog .posts__list_item a:hover {
    text-decoration: underline
}

@media (max-width:500px) {
    .page-template-page-blog .posts__list_item {
        font-size: 1rem
    }
    .page-template-page-blog .posts__list_item-img {
        width: 80px
    }
}

.page-template-page-blog .alm-listing {
    margin-bottom: 2rem;
    margin-left: 0
}

.page-template-page-blog .alm-btn-wrap {
    text-align: center
}

.page-template-page-blog .alm-btn-wrap .alm-load-more-btn {
    border: none;
    box-shadow: none;
    font-size: .9375rem;
    padding: 0
}

@media (max-width:768px) {
    .page-template-page-builder {
        padding: 6rem 0 0
    }
}

.page-template-page-builder .block,
.page-template-page-builder h2,
.page-template-page-builder h3,
.page-template-page-builder p {
    margin: 0 0 1rem
}

.page-template-page-builder .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.page-template-page-builder .embed-container embed,
.page-template-page-builder .embed-container iframe,
.page-template-page-builder .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-page-builder .news__story_image {
    background-image: var(--background-image);
    background-size: cover;
    background-position: 50%;
    border: 2px solid #00c58b;
    height: 230px;
    margin: 1rem 0 2rem
}

.page-template-page-builder .news__story_link {
    text-decoration: underline
}

@media (max-width:768px) {
    .page-template-page-builder .news__story {
        padding-bottom: 3rem
    }
    .page-template-page-builder .news__story_image {
        margin: 2rem
    }
    .page-template-page-builder .news__story_link {
        text-align: center
    }
}

.page-template-page-builder .glide-news {
    padding-bottom: 4rem
}

.page-template-page-builder .glide-quote {
    text-align: center
}

.page-template-page-builder .glide__arrow {
    border: none;
    top: 50%
}

.page-template-page-builder .glide__arrow--left {
    left: -4rem
}

.page-template-page-builder .glide__arrow--left svg {
    transform: rotate(180deg)
}

.page-template-page-builder .glide__arrow--right {
    right: -4rem
}

.page-template-page-builder .glide__bullets {
    bottom: 0
}

.page-template-page-builder .slide-quote {
    font-size: 1.3rem;
    margin: 0 2.5rem
}

.page-template-page-builder .slide-quote-by {
    color: #00c58b;
    font-weight: 700;
    margin: 1rem 0 0
}

.page-template-page-builder .slide-quote-left,
.page-template-page-builder .slide-quote-right {
    margin: 2rem 0 0
}

.page-template-page-builder .slide-quotes {
    justify-content: center
}

@media (max-width:768px) {
    .page-template-page-builder .slide-data {
        font-size: 1.5rem
    }
    .page-template-page-builder .slide-quote {
        font-size: 1rem;
        margin: 0 1rem
    }
    .page-template-page-builder .slide-quote-left,
    .page-template-page-builder .slide-quote-right {
        width: 2rem
    }
    .page-template-page-builder .slide-quotes {
        margin: 0
    }
}

.page-template-page-builder .slide-quotes {
    align-items: flex-start;
    display: flex;
    margin: 0 4rem
}

.page-template-page-builder .glide-overflow {
    overflow: hidden
}

.page-template-page-events .event {
    box-shadow: inset 0 0 0 2px #00c58b;
    cursor: pointer;
    flex: 0 0 calc(33% - 4rem);
    margin: 0 .5rem 1rem;
    padding: 1.5rem 1.5rem 2.5rem;
    transition: box-shadow .3s
}

.page-template-page-events .event:hover {
    box-shadow: inset 0 0 0 4px #00c58b
}

.page-template-page-events .event-name {
    color: #00c58b;
    line-height: 1.3;
    margin: .5rem 0 0
}

.page-template-page-events .event-modal {
    background-color: #000;
    border: 2px solid #00c58b;
    display: none;
    left: 15vw;
    max-height: 50vh;
    min-height: 200px;
    overflow-y: auto;
    padding: 4rem 2rem;
    position: fixed;
    top: 20vh;
    width: calc(70vw - 4rem);
    z-index: 5
}

.page-template-page-events .event-modal-active {
    display: block
}

.page-template-page-events .event-modal-about {
    color: #00c58b;
    margin: 0 0 1rem
}

.page-template-page-events .event-modal-close {
    position: relative;
    width: 100%;
    height: 100%
}

.page-template-page-events .event-modal-close img {
    position: absolute;
    right: -1rem;
    top: -3rem
}

.page-template-page-events .event-modal-close img:hover {
    cursor: pointer
}

.page-template-page-events .event-modal-container {
    display: flex;
    justify-content: space-between;
    margin: 0 -1.5rem
}

.page-template-page-events .event-modal-description {
    flex: 1;
    margin: 0 0 2rem
}

.page-template-page-events .event-modal-info {
    align-items: flex-start;
    display: flex;
    flex: 1;
    justify-content: space-between
}

.page-template-page-events .event-modal-left,
.page-template-page-events .event-modal-right {
    flex: 1;
    margin: 0 1.5rem
}

.page-template-page-events .event-modal-register {
    margin-left: 1rem
}

.page-template-page-events .event-modal-title {
    color: #00c58b;
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0 0 1rem
}

.page-template-page-events .event-modal-top {
    display: flex;
    margin: 0 -1.5rem 3rem
}

@media (max-width:1024px) {
    .page-template-page-events .event-modal {
        left: 5vw;
        width: calc(90vw - 4rem)
    }
}

@media (max-width:768px) {
    .page-template-page-events .event {
        flex: auto;
        margin: 0 0 1rem
    }
    .page-template-page-events .event-modal-container,
    .page-template-page-events .event-modal-info {
        flex-direction: column
    }
    .page-template-page-events .event-modal-left {
        margin: 0 1.5rem 2rem
    }
    .page-template-page-events .event-modal-register {
        margin: 1rem 0 0
    }
}

.page-template-page-events .events {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem
}

@media (max-width:768px) {
    .page-template-page-events .events {
        margin: 0
    }
}

.page-template-page-events .hero {
    display: flex;
    min-height: 15rem
}

.page-template-page-events .hero-container {
    flex: 1
}

.page-template-page-events .hero-line {
    background: #00c58b;
    height: 15rem;
    position: absolute;
    transform-origin: center;
    width: 1px
}

.page-template-page-events .hero-line-1 {
    -webkit-animation: rotate1 8s ease-in-out infinite;
    animation: rotate1 8s ease-in-out infinite;
    transform: rotate(20deg)
}

@-webkit-keyframes rotate1 {
    0% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(200deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(20deg)
    }
    to {
        transform: rotate(20deg)
    }
}

@keyframes rotate1 {
    0% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(200deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(20deg)
    }
    to {
        transform: rotate(20deg)
    }
}

.page-template-page-events .hero-line-2 {
    -webkit-animation: rotate2 8s ease-in-out infinite;
    animation: rotate2 8s ease-in-out infinite;
    transform: rotate(160deg)
}

@-webkit-keyframes rotate2 {
    0% {
        transform: rotate(160deg)
    }
    30% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(160deg)
    }
    to {
        transform: rotate(160deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(160deg)
    }
    30% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(160deg)
    }
    to {
        transform: rotate(160deg)
    }
}

.page-template-page-events .hero-line-3 {
    -webkit-animation: rotate3 8s ease-in-out infinite;
    animation: rotate3 8s ease-in-out infinite;
    transform: rotate(90deg)
}

@-webkit-keyframes rotate3 {
    0% {
        transform: rotate(90deg)
    }
    45% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(90deg)
    }
    to {
        transform: rotate(90deg)
    }
}

@keyframes rotate3 {
    0% {
        transform: rotate(90deg)
    }
    45% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(90deg)
    }
    to {
        transform: rotate(90deg)
    }
}

.page-template-page-events .hero-line-4 {
    -webkit-animation: rotate4 8s ease-in-out infinite;
    animation: rotate4 8s ease-in-out infinite;
    transform: rotate(75deg)
}

@-webkit-keyframes rotate4 {
    0% {
        transform: rotate(75deg)
    }
    40% {
        transform: rotate(40deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(75deg)
    }
    to {
        transform: rotate(75deg)
    }
}

@keyframes rotate4 {
    0% {
        transform: rotate(75deg)
    }
    40% {
        transform: rotate(40deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(75deg)
    }
    to {
        transform: rotate(75deg)
    }
}

.page-template-page-events .hero-line-5 {
    -webkit-animation: rotate5 8s ease-in-out infinite;
    animation: rotate5 8s ease-in-out infinite;
    transform: rotate(105deg)
}

@-webkit-keyframes rotate5 {
    0% {
        transform: rotate(105deg)
    }
    35% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(105deg)
    }
    to {
        transform: rotate(105deg)
    }
}

@keyframes rotate5 {
    0% {
        transform: rotate(105deg)
    }
    35% {
        transform: rotate(20deg)
    }
    50% {
        transform: rotate(20deg)
    }
    70% {
        transform: rotate(20deg)
    }
    80% {
        transform: rotate(105deg)
    }
    to {
        transform: rotate(105deg)
    }
}

.page-template-page-events .hero-lines {
    display: flex;
    justify-content: center;
    position: relative
}

.page-template-page-events .hero-title {
    text-transform: lowercase
}

@media (max-width:768px) {
    .page-template-page-events .hero {
        flex-direction: column-reverse;
        text-align: center
    }
    .page-template-page-events .hero-lines {
        margin: 0 0 2rem;
        min-height: 15rem
    }
}

.page-template-page-front.body-header-fixed .hero-logo {
    color: #00c58b;
    font-size: 50px;
    opacity: 0;
    position: fixed;
    top: 0
}

.page-template-page-front .glide-logos,
.page-template-page-about .glide-logos {
    margin-bottom: 4.5rem;
}
.page-template-page-front .glide-logo-slides,
.page-template-page-about .glide-logo-slides {
    align-items: center;
}

@media (max-width: 768px) {
    .page-template-page-front .glide-logos,
    .page-template-page-about .glide-logo-slides {
        margin-bottom: 1.5rem;
    }
}

.page-template-page-front .carousel-headline,
.page-template-page-about .carousel-headline {
    color: #00c58b;
    margin: 0 auto;
    max-width: 50rem;
    text-align: center;
}

.page-template-page-front .site-header {
    border: none;
    transition: border .1s;
    transition-delay: 0
}

.page-template-page-front .site-header .nav-main-list {
    justify-content: space-between
}

.page-template-page-front .site-header__logo {
    transition: all .1s;
    transition-delay: 0s;
    width: 0
}

.page-template-page-front .site-header__logo svg {
    opacity: 0;
    transition: all .1s;
    transition-delay: 0s
}

.page-template-page-front .site-header-fixed {
    border-bottom: 2px solid #00c58b
}

.page-template-page-front .site-header-fixed .site-header__logo {
    width: 5rem
}

.page-template-page-front .site-header-fixed .site-header__logo svg {
    opacity: 1;
    transform: translateX(0);
    transition: all .4s;
    transition-delay: .1s;
    width: 3rem
}

.page-template-page-front .site-header-fixed .nav-main-list {
    justify-content: flex-end
}

@media (min-width:769px) {
    .page-template-page-front .site-header:hover {
        border-bottom: 2px solid #00c58b;
        transition-delay: .5s
    }
}

.page-template-page-front .circle {
    border: .125rem solid #00c58b;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 0 60%;
    position: absolute;
    transition: all .5s;
    min-width: 60%
}

.page-template-page-front .circle:hover {
    border-width: .5rem;
    transform: translate(-.125rem, -.125rem)
}

.page-template-page-front .circle__offering {
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    z-index: 0
}

.page-template-page-front .circle__offering span {
    position: relative
}

.page-template-page-front .circle__offering span:after {
    background: #00c58b;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    position: absolute;
    transform: scale(0);
    transition: all .25s
}

.page-template-page-front .circle__offering:hover span:after {
    transform: scale(1)
}

.page-template-page-front .circle__1 {
    left: 0;
    top: 0
}

.page-template-page-front .circle__1 .circle__offering {
    padding-right: 4rem
}

.page-template-page-front .circle__1 .circle__offering:after {
    right: 4rem
}

.page-template-page-front .circle__2 {
    left: 40%;
    top: 0
}

.page-template-page-front .circle__2 .circle__offering {
    padding-left: 4rem
}

.page-template-page-front .circle__2 .circle__offering:after {
    left: 4rem
}

.page-template-page-front .circle__3 {
    left: 20%;
    top: 30%
}

.page-template-page-front .circle__3 .circle__offering {
    padding-top: 4rem
}

.page-template-page-front .circle__logo {
    left: calc(50% - 1.5rem);
    top: 35%;
    position: absolute;
    width: 3.5rem
}

@media (min-width:769px) {
    .page-template-page-front .circle-active {
        left: 0;
        top: 0;
        padding: 0 0 60vh;
        min-width: 60vh;
        z-index: 1
    }
    .page-template-page-front .circle-active:hover {
        border-width: .125rem;
        transform: none
    }
    .page-template-page-front .circle-active .circle__offering {
        padding: 0;
        z-index: -1
    }
}

@media (min-width:1025px) {
    .page-template-page-front .circle-active {
        left: 0;
        top: 0;
        padding: 0 0 80vh;
        min-width: 80vh;
        z-index: 1
    }
    .page-template-page-front .circle-active:hover {
        border-width: .125rem;
        transform: none
    }
}

@media (max-width:1300px) {
    .page-template-page-front .circle__3 {
        top: 35%
    }
    .page-template-page-front .circle-active.circle__3 {
        top: 0
    }
    .page-template-page-front .circle__logo {
        top: 39%
    }
}

@media (max-width:1024px) {
    .page-template-page-front .circle__logo {
        left: calc(50% - 1rem);
        top: 42%;
        width: 3rem
    }
}

@media (max-width:768px) {
    .page-template-page-front .circle-active.circle__3 {
        top: 30%
    }
    .page-template-page-front .circle__logo {
        top: 37%;
        width: 2.5rem
    }
}

@media (max-width:500px) {
    .page-template-page-front .circle__logo {
        display: none
    }
}

.page-template-page-front .circles {
    display: flex;
    font-size: 1.2rem;
    justify-content: space-between;
    margin: 0;
    position: relative
}

.page-template-page-front .circles__container {
    height: 50vw;
    flex: 0 0 60%;
    list-style-type: none;
    margin-left: 5rem;
    position: relative;
    top: 15vh
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .page-template-page-front .circles__container {
        position: -webkit-sticky;
        position: sticky
    }
}

.page-template-page-front .circles__container .circle__close {
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

.page-template-page-front .circles__container-active .circle__logo {
    display: none
}

.page-template-page-front .circles__container-active .circle__close {
    display: block
}

.page-template-page-front .circles__label {
    position: relative;
    width: 30%
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .page-template-page-front .circles__label {
        width: auto
    }
}

@media (min-width:769px) {
    .page-template-page-front .circles__container-active .circle:not(.circle-active) {
        opacity: 0
    }
}

@media (max-width:1024px) {
    .page-template-page-front .circles__container {
        height: 65vw
    }
}

@media (max-width:768px) {
    .page-template-page-front .circles {
        flex-direction: column;
        font-size: 1rem
    }
    .page-template-page-front .circles__container {
        flex: auto;
        height: 100vw;
        margin: 3rem 0 0
    }
    .page-template-page-front .circles__container-active .circle__close {
        display: none
    }
}

@media (max-width:500px) {
    .page-template-page-front .circles__container {
        margin: 1.5rem 0 0
    }
}

.page-template-page-front .form-container {
    display: flex;
    justify-content: space-between
}

.page-template-page-front .form-container__form {
    flex: 0 0 65%;
    padding-left: 2rem
}

.page-template-page-front .form-container__label {
    color: #00c58b
}

@media (max-width:768px) {
    .page-template-page-front .form-container {
        flex-direction: column
    }
    .page-template-page-front .form-container__form {
        flex: auto;
        padding: 0 0 3.875rem
    }
    .page-template-page-front .form-container__label {
        padding: 0 0 2.25rem
    }
}

.page-template-page-front .hero {
    color: #00c58b;
    font-size: 3rem;
    margin: 9rem 0 2rem;
    max-width: 53rem
}

.page-template-page-front .hero-logo {
    font-size: 8rem;
    position: absolute;
    transition: all .4s;
    width: 12rem;
    z-index: 9
}

@media (max-width:768px) {
    .page-template-page-front .hero {
        font-size: 1.5rem;
        margin: 4rem 0 2rem
    }
    .page-template-page-front .hero-logo {
        font-size: 4rem
    }
}

@media (max-width:500px) {
    .page-template-page-front .hero {
        margin: 4rem 0 1rem
    }
}

.page-template-page-front .offering {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 100vh;
    transition: all .5s
}

.page-template-page-front .offering:first-of-type {
    margin-top: 80vh
}

.page-template-page-front .offering:last-of-type {
    margin-bottom: 50vh
}

.page-template-page-front .offering__anchor {
    padding-top: 10rem
}

.page-template-page-front .offering__close {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0
}

.page-template-page-front .offering__icon {
    display: block;
    margin: 0 auto 1rem;
    max-width: 3rem
}

.page-template-page-front .offering__label {
    opacity: 1;
    transition: all .5s
}

.page-template-page-front .offering__label-active {
    opacity: 0
}

.page-template-page-front .offering__logo {
    margin: 0 .25rem;
    max-width: 4rem
}

.page-template-page-front .offering__logos {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 1.5rem -.25rem 2.5rem
}

.page-template-page-front .offering__title {
    color: #00c58b;
    display: inline-block
}

@media (max-width:768px) {
    .page-template-page-front .offering {
        background: #000;
        border-top: 1px solid #00c58b;
        left: 1rem;
        right: 1rem;
        top: 50%;
        margin: 0;
        opacity: 0;
        padding: 1rem 0 0;
        position: fixed;
        transform: translateY(-50%)
    }
    .page-template-page-front .offering:first-of-type,
    .page-template-page-front .offering:last-of-type {
        margin: 0
    }
    .page-template-page-front .offering-active {
        opacity: 1;
        z-index: 2
    }
    .page-template-page-front .offering__anchor {
        padding: 1rem 0
    }
    .page-template-page-front .offering__close {
        display: block;
        top: 1rem
    }
    .page-template-page-front .offering__content {
        text-align: center
    }
    .page-template-page-front .offering__label-active {
        display: block
    }
    .page-template-page-front .offering__title {
        display: block;
        text-align: center
    }
}

.page-template-page-front .results {
    display: flex;
    justify-content: space-between
}

.page-template-page-front .results__content {
    flex: 0 0 65%;
    padding-left: 2rem
}

.page-template-page-front .results__label {
    padding-right: 10rem
}

@media (max-width:768px) {
    .page-template-page-front .results {
        flex-direction: column
    }
    .page-template-page-front .results__content {
        flex: auto;
        padding: 0
    }
    .page-template-page-front .results__label {
        padding: 0 0 1rem
    }
}

.page-template-page-front .statistics {
    display: flex;
    justify-content: space-between;
    margin: 6rem 0 9rem;
    text-align: center
}

.page-template-page-front .statistics__content {
    line-height: 1.17
}

.page-template-page-front .statistics__slash {
    display: flex;
    flex: 0 0 6rem;
    position: relative
}

.page-template-page-front .statistics__slash:after {
    background: #00c58b;
    content: "";
    display: block;
    height: 100%;
    margin-left: 2.5rem;
    transform: skew(-20deg);
    width: 1.25rem
}

.page-template-page-front .statistics__value {
    font-family: Beatrice Display Medium;
    font-size: 4.7rem;
    line-height: 1;
    white-space: nowrap
}

@media (max-width:1024px) {
    .page-template-page-front .statistics {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 3rem 0
    }
    .page-template-page-front .statistics__single {
        flex: 0 0 calc(50% - 2.5rem);
        margin: 0 0 3rem
    }
    .page-template-page-front .statistics__slash {
        display: none;
        flex: 0 0 4rem;
        margin: 0 0 3rem
    }
    .page-template-page-front .statistics__slash_odd {
        display: flex
    }
    .page-template-page-front .statistics__slash:after {
        margin-left: 1.5rem;
        width: 1rem
    }
}

@media (max-width:768px) {
    .page-template-page-front .statistics__content {
        min-height: 3.375rem
    }
    .page-template-page-front .statistics__single {
        flex: 0 0 calc(50% - 1rem);
        justify-content: space-between;
        word-break: break-word
    }
    .page-template-page-front .statistics__slash {
        flex: 0 0 2rem
    }
    .page-template-page-front .statistics__slash:after {
        margin-left: .75rem;
        width: .5rem
    }
    .page-template-page-front .statistics__value {
        font-size: 2.1875rem
    }
}

@media (max-width:500px) {
    .page-template-page-front .statistics {
        margin: 2rem 0 3rem
    }
}

@-webkit-keyframes circlePulseOne {
    0% {
        height: 0%;
        width: 60%
    }
    50% {
        height: 2%;
        top: -1%;
        left: -2%;
        width: 62%
    }
    to {
        height: 0%;
        width: 60%
    }
}

@keyframes circlePulseOne {
    0% {
        height: 0%;
        width: 60%
    }
    50% {
        height: 2%;
        top: -1%;
        left: -2%;
        width: 62%
    }
    to {
        height: 0%;
        width: 60%
    }
}

@-webkit-keyframes circlePulseTwo {
    0% {
        height: 0%;
        width: 60%
    }
    50% {
        height: 2%;
        top: -1%;
        left: 41%;
        width: 62%
    }
    to {
        height: 0%;
        width: 60%
    }
}

@keyframes circlePulseTwo {
    0% {
        height: 0%;
        width: 60%
    }
    50% {
        height: 2%;
        top: -1%;
        left: 41%;
        width: 62%
    }
    to {
        height: 0%;
        width: 60%
    }
}

@-webkit-keyframes circlePulseThree {
    0% {
        height: 0%;
        width: 60%
    }
    50% {
        height: 2%;
        top: 31%;
        left: 19%;
        width: 62%
    }
    to {
        height: 0%;
        width: 60%
    }
}

@keyframes circlePulseThree {
    0% {
        height: 0%;
        width: 60%
    }
    50% {
        height: 2%;
        top: 31%;
        left: 19%;
        width: 62%
    }
    to {
        height: 0%;
        width: 60%
    }
}

.circle {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.circle__1 {
    -webkit-animation-name: circlePulseOne;
    animation-name: circlePulseOne
}

.circle__2 {
    -webkit-animation-name: circlePulseTwo;
    animation-name: circlePulseTwo
}

.circle__2,
.circle__3 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.circle__3 {
    -webkit-animation-name: circlePulseThree;
    animation-name: circlePulseThree
}

.circle-active,
.circles__container:hover .circle__1,
.circles__container:hover .circle__2,
.circles__container:hover .circle__3 {
    -webkit-animation-name: none;
    animation-name: none
}

.single-post .article-body h2 {
    font-family: Beatrice Regular;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .05px;
    margin: 0 0 .5rem
}

.single-post .article-body p {
    margin: 0 0 1.5rem
}

.single-post .article-h1 {
    color: #00c58b;
    margin: 2rem 0
}

.search-results .results {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.search-results .results article {
    margin: 0 0 1rem
}

.search-results .results h3 {
    color: #00c58b
}

.search-results .results-container {
    flex: 0 0 65%
}

@media (max-width:768px) {
    .search-results .results {
        flex-direction: column
    }
    .search-results .results-container {
        flex: auto;
        margin: 2rem 0 0
    }
}

.page-template-default .article-content p {
    margin: 0 0 1rem
}

.page-template-page-trade {
    padding: 0
}

.page-template-page-trade .button,
.page-template-page-trade button,
.page-template-page-trade input[type=button],
.page-template-page-trade input[type=reset],
.page-template-page-trade input[type=submit] {
    box-shadow: inset 0 0 0 1px #000;
    color: #000
}

.page-template-page-trade .button__white,
.page-template-page-trade button__white,
.page-template-page-trade input[type=button]__white,
.page-template-page-trade input[type=reset]__white,
.page-template-page-trade input[type=submit]__white {
    background: #fff;
    box-shadow: none;
    color: #000
}

.page-template-page-trade .application-form {
    border: 1px solid #fff;
    margin: 4rem 0 0;
    padding: 3rem 6rem
}

.page-template-page-trade .application-form .gform_wrapper {
    margin: 4rem 0 0
}

@media (max-width:1024px) {
    .page-template-page-trade .application-form {
        padding: 3rem
    }
}

.page-template-page-trade .content {
    flex: 1;
    overflow: hidden;
    padding-left: 8rem
}

@media (max-width:768px) {
    .page-template-page-trade .content {
        padding: 0
    }
}

.page-template-page-trade .content-container {
    align-items: flex-start;
    display: flex;
    padding-top: 10rem
}

@media (max-width:1024px) {
    .page-template-page-trade .content-container {
        padding-top: 5rem
    }
}

.page-template-page-trade .content-title {
    border-bottom: 1px solid #0085ff;
    color: #0085ff;
    margin: 0 0 1.5rem;
    padding: 0 0 .25rem
}

.page-template-page-trade .content section {
    margin: 0 0 12rem;
    max-width: 100%;
    overflow: hidden
}

@media (max-width:1024px) {
    .page-template-page-trade .content section {
        margin: 0 0 6rem
    }
}

@media (max-width:768px) {
    .page-template-page-trade .content section {
        margin: 0 0 3rem
    }
}

.page-template-page-trade .content .h1 {
    font-family: Beatrice Thin;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 6rem
}

@media (max-width:1024px) {
    .page-template-page-trade .content .h1 {
        font-size: 2.5rem
    }
}

@media (max-width:768px) {
    .page-template-page-trade .content .h1 {
        font-size: 1.6rem;
        margin: 0 0 3rem
    }
}

.page-template-page-trade .floating-logo {
    position: -webkit-sticky;
    position: sticky;
    top: 8rem
}

@media (max-width:768px) {
    .page-template-page-trade .floating-logo {
        display: none
    }
}

.page-template-page-trade .gan {
    align-items: center;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    padding: 2rem
}

.page-template-page-trade .gan a {
    margin-right: 4rem
}

.page-template-page-trade .gan img {
    max-width: 5rem
}

@media (max-width:768px) {
    .page-template-page-trade .gan img {
        max-width: 4rem
    }
}

.page-template-page-trade .gform_wrapper .button {
    background: #0085ff;
    box-shadow: none;
    color: black
}

.page-template-page-trade .glide-container {
    overflow: hidden
}

.page-template-page-trade .glide-logo-slides {
    align-items: center;
    margin: 6rem 0
}

.page-template-page-trade .glide-logo-slides>li {
    margin: 0;
    text-align: center
}

.page-template-page-trade .glide-logo-slides>li img {
    margin: auto;
    max-width: 7rem
}

@media (max-width:768px) {
    .page-template-page-trade .glide-logo-slides>li img {
        max-width: 5rem
    }
}

.page-template-page-trade .hamburger-inner,
.page-template-page-trade .hamburger-inner:after,
.page-template-page-trade .hamburger-inner:before {
    background: #000
}

.page-template-page-trade .hamburger.is-active .hamburger-inner,
.page-template-page-trade .hamburger.is-active .hamburger-inner:after,
.page-template-page-trade .hamburger.is-active .hamburger-inner:before {
    background: #fff
}

.page-template-page-trade .intro {
    background: #0085ff;
    color: #000;
    height: calc(100vh - 85px);
    min-height: 50rem;
    position: relative
}

.page-template-page-trade .intro h1 {
    font-family: Beatrice Thin;
    margin: 0 0 3.5rem
}

.page-template-page-trade .intro .button {
    margin: 0 1.5rem 0 0
}

.page-template-page-trade .intro-content {
    padding-left: 6rem
}

.page-template-page-trade .intro-content_copy {
    margin: 0 0 4rem;
    width: 60%
}

.page-template-page-trade .intro-logo {
    align-self: flex-start
}

.page-template-page-trade .intro-menu {
    align-items: center;
    align-self: flex-start;
    display: flex;
    justify-content: space-between
}

.page-template-page-trade .intro-slash {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.page-template-page-trade .intro .container {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 2rem 5rem
}

@media (max-width:1024px) {
    .page-template-page-trade .intro .container {
        padding: 2rem
    }
}

@media (max-width:768px) {
    .page-template-page-trade .intro {
        height: auto;
        min-height: 40rem
    }
    .page-template-page-trade .intro-content {
        padding: 2rem 0 0
    }
    .page-template-page-trade .intro-content_copy {
        margin: 0 auto 3rem;
        max-width: 20rem;
        width: auto
    }
    .page-template-page-trade .intro-menu {
        width: 100%
    }
    .page-template-page-trade .intro-slash {
        display: none
    }
    .page-template-page-trade .intro h1 {
        font-size: 4rem;
        text-align: center
    }
    .page-template-page-trade .intro .button {
        display: block;
        margin: 0 0 1rem
    }
    .page-template-page-trade .intro .container {
        align-items: normal;
        flex-direction: column;
        padding: 2rem .5rem
    }
}

.page-template-page-trade .nav {
    background: #000;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
    padding: .75rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9
}

.page-template-page-trade .nav-item {
    flex: 1;
    margin: 0;
    text-align: center
}

.page-template-page-trade .nav-link {
    text-decoration: none
}

.page-template-page-trade .nav-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style-type: none
}

.page-template-page-trade .nav-mobile-list {
    border-bottom: 1px solid #fff;
    font-family: Beatrice Thin;
    font-size: 1.5rem;
    padding: 6rem 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

.page-template-page-trade .nav-mobile-list .nav-item {
    border-top: 1px solid #fff;
    padding: 1rem 0
}

.page-template-page-trade .nav-mobile-toggle-open {
    right: 1rem;
    z-index: 10
}

.page-template-page-trade .nav-sign {
    position: relative
}

.page-template-page-trade .nav-sign:before {
    background: #fff;
    bottom: 0;
    left: 0;
    top: -14px;
    content: "";
    height: 52px;
    position: absolute;
    transform: rotate(15deg);
    width: 1px
}

@media (max-width:768px) {
    .page-template-page-trade .nav {
        display: none
    }
    .page-template-page-trade .nav-sign {
        background: #0085ff;
        color: #000
    }
    .page-template-page-trade .nav-sign:before {
        content: none
    }
}

.page-template-page-trade .offerings {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem -.5rem 0
}

.page-template-page-trade .offerings-item {
    border: 1px solid #fff;
    flex: 0 0 calc(50% - 7rem - 2px);
    padding: 3rem;
    margin: 0 .5rem;
    text-align: center
}

.page-template-page-trade .offerings-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 .5rem
}

.page-template-page-trade .offerings-title a {
    text-decoration: none
}

@media (max-width:1300px) {
    .page-template-page-trade .offerings-title {
        font-size: 2rem
    }
}

@media (max-width:1024px) {
    .page-template-page-trade .offerings {
        flex-direction: column;
        margin: 2rem 0 0
    }
    .page-template-page-trade .offerings-item {
        flex: 0 0 100%;
        margin: 0 0 1rem
    }
    .page-template-page-trade .offerings-title {
        font-size: 2rem
    }
}

.page-template-page-trade .search {
    border-top: 1px solid #fff;
    padding: 2rem 0
}

.page-template-page-trade .searchform {
    position: relative
}

.page-template-page-trade .searchform input {
    border: none;
    font-size: 4rem;
    height: 5rem;
    padding-left: 6rem
}

.page-template-page-trade .searchform svg {
    position: absolute;
    top: .5rem
}

@media (max-width:1024px) {
    .page-template-page-trade .searchform input {
        font-size: 2.5rem
    }
}

@media (max-width:768px) {
    .page-template-page-trade .searchform input {
        font-size: 1.25rem;
        height: 3rem;
        padding-left: 4rem
    }
    .page-template-page-trade .searchform svg {
        max-width: 2rem;
        top: 0
    }
}

.page-template-page-trade .wrap-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem
}

.page-template-page-trade .wrap-left,
.page-template-page-trade .wrap-right {
    flex: 1
}

.page-template-page-trade .wrap-left {
    font-size: 1.875rem
}

@media (max-width:1024px) {
    .page-template-page-trade .wrap {
        flex-direction: column
    }
    .page-template-page-trade .wrap-left {
        margin: 0 0 3rem
    }
}

@media (max-width:768px) {
    .page-template-page-trade .wrap-left {
        font-size: 1.25rem;
        margin: 0 0 1rem
    }
}

.page-template-page-trade .what-list {
    list-style-type: none
}

.page-template-page-trade .what-list li {
    font-size: 1.5rem;
    margin: 0 0 2rem
}

@media (max-width:1024px) {
    .page-template-page-trade .what-list li {
        font-size: 1.5rem
    }
}

@media (max-width:768px) {
    .page-template-page-trade .what-list li {
        font-size: 1rem;
        margin: 0 0 1.5rem
    }
}

.page-template-page-trade .what .wrap-left {
    flex: 0 0 40%;
    font-size: 1.25rem
}

.page-template-page-trade .accelerate-container {
    overflow: hidden
}

.page-template-page-trade .accelerate-content {
    padding-right: 10rem
}

.page-template-page-trade .accelerate-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
    margin: .5rem -1rem 0;
    position: relative
}

.page-template-page-trade .accelerate-list:hover>* {
    opacity: .25
}

.page-template-page-trade .accelerate-list-carat {
    display: none
}

.page-template-page-trade .accelerate-list-content {
    background: #000;
    border-bottom: 1px solid #fff;
    display: none;
    z-index: 1
}

.page-template-page-trade .accelerate-list-content-inner {
    padding: 2rem 0
}

.page-template-page-trade .accelerate-list-headline {
    position: relative
}

.page-template-page-trade .accelerate-list-item {
    margin: 0;
    padding: 0 1rem;
    position: relative
}

.page-template-page-trade .accelerate-list-item:hover {
    opacity: 1
}

.page-template-page-trade .accelerate-list-item:hover .accelerate-list-content {
    display: block
}

.page-template-page-trade .accelerate-list-item:hover .accelerate-list-title {
    border-bottom: none
}

.page-template-page-trade .accelerate-list-plus {
    font-size: 5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-template-page-trade .accelerate-list-title {
    border-bottom: 1px solid #fff;
    font-family: Beatrice Thin;
    font-weight: 400;
    margin: 0;
    padding: 1.5rem 2rem 1.5rem 0;
    position: relative
}

@media (max-width:1024px) {
    .page-template-page-trade .accelerate-content {
        padding: 0
    }
}

@media (max-width:768px) {
    .page-template-page-trade .section__about .accelerate-list {
        flex-direction: column !important
    }
    .page-template-page-trade .accelerate-container {
        padding: 0 2rem;
        width: calc(100% - 4rem)
    }
    .page-template-page-trade .accelerate-content {
        padding: 1.5rem 0 0
    }
    .page-template-page-trade .section__about .accelerate-list {
        flex-direction: column;
        margin: 0 -1rem
    }
    .page-template-page-trade .accelerate-list:hover>* {
        opacity: 1
    }
    .page-template-page-trade .accelerate-list-carat {
        display: block;
        transition: all .15s
    }
    .page-template-page-trade .accelerate-list-content {
        display: block;
        max-height: 0;
        overflow: hidden;
        padding: 0 2rem;
        position: relative;
        transition: max-height .15s
    }
    .page-template-page-trade .accelerate-list-content-inner {
        padding: 1rem 0 1.5rem
    }
    .page-template-page-trade .accelerate-list-item {
        margin: 0;
        padding: 0
    }
    .page-template-page-trade .accelerate-list-item-active .accelerate-list-carat {
        transform: rotate(180deg)
    }
    .page-template-page-trade .accelerate-list-item-active .accelerate-list-content {
        max-height: 20rem;
        transition-duration: .5s
    }
    .page-template-page-trade .accelerate-list-plus {
        font-size: 2.5rem;
        right: 1rem
    }
    .page-template-page-trade .accelerate-list-title {
        display: flex;
        font-size: 1.5rem;
        justify-content: space-between;
        padding: .75rem 2rem
    }
}

@media (max-width:500px) {
    .page-template-page-trade .accelerate-container {
        padding: 0 1rem;
        width: calc(100% - 2rem)
    }
}

.page-template-page-trade .footer__contact_address {
    margin-top: 0
}

.page-template-page-trade .footer__contact_social {
    margin: 2rem 0 0
}

.page-template-page-trade .section__about .accelerate-list {
    flex-direction: row;
}

.page-template-page-trade .section__about .accelerate-list-item {
    flex: 1
}

.page-template-page-trade .section__how .content-title {
    margin: 0
}

.page-template-page-trade .site-header {
    display: none
}

.page-template-page-trade .touch {
    margin: 0 0 5rem
}

.page-template-page-trade .touch .wrap {
    margin: 0 0 2rem
}

.page-template-page-trade .touch .wrap-left {
    font-family: Beatrice Thin;
    font-size: 1.5rem
}

@media (max-width:768px) {
    .page-template-page-trade .touch .wrap-right {
        flex: auto;
        padding-left: 1rem;
        width: auto
    }
}

@media (max-width:768px) {
    .work-template {
        padding: 5rem 0 0
    }
}

.work-template.modal-active:after {
    z-index: 9
}

.work-template .container section .row {
    padding: 2rem 0
}

@media (max-width:768px) {
    .work-template .container section .row {
        padding: 1.5rem 0
    }
}

.work-template .accelerate-carousel {
    padding: 0 0 3rem
}

.work-template .accelerate-carousel .glide__arrow {
    top: 50%
}

.work-template .accelerate-carousel .glide__bullets {
    bottom: 1rem
}

.work-template .accelerate-carousel-title {
    color: #00c58b
}

.work-template .accelerate-container {
    overflow: hidden
}

.work-template .accelerate-content {
    padding-right: 10rem
}

.work-template .accelerate-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: .5rem -1rem 0;
    position: relative
}

.work-template .accelerate-list:hover>* {
    opacity: .25
}

.work-template .accelerate-list-carat {
    display: none
}

.work-template .accelerate-list-content {
    background: #000;
    display: none;
    position: absolute;
    z-index: 1
}

.work-template .accelerate-list-headline {
    position: relative
}

.work-template .accelerate-list-item {
    flex: 0 0 calc(50% - 2rem);
    padding: 0 1rem 2.5rem;
    position: relative
}

.work-template .accelerate-list-item:hover {
    opacity: 1
}

.work-template .accelerate-list-item:hover .accelerate-list-content {
    display: block
}

.work-template .accelerate-list-plus {
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.work-template .accelerate-list-title {
    border-top: 2px solid #00c58b;
    font-weight: 700;
    padding: .5rem 0;
    position: relative
}

@media (max-width:1024px) {
    .work-template .accelerate-content {
        padding: 0
    }
}

@media (max-width:768px) {
    .work-template .accelerate-carat {
        display: block
    }
    .work-template .accelerate-carousel-title {
        padding: 0 0 2rem;
        text-align: center
    }
    .work-template .accelerate-container {
        padding: 0 2rem;
        width: calc(100% - 4rem)
    }
    .work-template .accelerate-content {
        padding: 1.5rem 0 0
    }
    .work-template .accelerate-list {
        border-bottom: 2px solid #00c58b;
        flex-direction: column;
        margin: 0 -1rem
    }
    .work-template .accelerate-list:hover>* {
        opacity: 1
    }
    .work-template .accelerate-list-carat {
        display: block;
        transition: all .15s
    }
    .work-template .accelerate-list-content {
        display: block;
        max-height: 0;
        overflow: hidden;
        padding: 0 2rem;
        position: relative;
        transition: max-height .15s
    }
    .work-template .accelerate-list-content-inner {
        padding: .5rem 0 1rem
    }
    .work-template .accelerate-list-item {
        margin: 0;
        padding: 0
    }
    .work-template .accelerate-list-item-active .accelerate-list-carat {
        transform: rotate(180deg)
    }
    .work-template .accelerate-list-item-active .accelerate-list-content {
        max-height: 20rem;
        transition-duration: .5s
    }
    .work-template .accelerate-list-plus {
        display: none
    }
    .work-template .accelerate-list-title {
        display: flex;
        font-size: 1.125rem;
        justify-content: space-between;
        padding: .75rem 2rem
    }
}

@media (max-width:500px) {
    .work-template .accelerate-container {
        padding: 0 1rem;
        width: calc(100% - 2rem)
    }
}

.work-template .hero {
    overflow: hidden;
    padding: 1rem 0 0;
    position: relative;
    width: 100%
}

.work-template .hero-line {
    flex: 0 0 2rem;
    height: 3.5rem;
    position: relative;
    margin: 0 .5rem 1rem
}

.work-template .hero-line span {
    background: #00c58b;
    height: 100%;
    left: 100%;
    position: absolute;
    transform: rotate(20deg);
    width: 2px
}

.work-template .hero-row {
    display: flex;
    justify-content: center
}

.work-template .hero-row-1 {
    margin-left: -3rem
}

.work-template .hero-row-2 {
    margin-left: -.5rem
}

.work-template .hero-row-3 {
    margin-left: -3.5rem
}

.work-template .hero-row-4 {
    margin-left: -.75rem
}

.work-template .hero-row-5 {
    margin-left: 2rem
}

.work-template .hero-row-6 {
    margin-left: -1rem
}

.work-template .hero-title {
    background: #000;
    left: 50%;
    top: 50%;
    padding: 0 52px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (max-width:1024px) {
    .work-template .hero-line {
        height: 2rem;
        margin: 0 .25rem 1rem
    }
    .work-template .hero-row-1 {
        margin-left: -1rem
    }
    .work-template .hero-row-2 {
        margin-left: -2rem
    }
    .work-template .hero-row-4 {
        margin-left: -1.5rem
    }
    .work-template .hero-row-5 {
        margin-left: -2.5rem
    }
    .work-template .hero-title {
        padding: .5rem 52px
    }
}

@media (max-width:768px) {
    .work-template .hero-line {
        flex: 0 0 1rem;
        height: 1.5rem;
        margin: 0 .25rem .5rem
    }
}

.work-template .intro {
    align-items: flex-start;
    display: flex
}

.work-template .intro-content {
    flex: 0 0 65%;
    padding-right: 3rem
}

.work-template .intro-content a {
    color: #00c58b
}

.work-template .intro-content p {
    margin: 0 0 1rem
}

.work-template .intro-content p:last-of-type {
    margin: 0
}

.work-template .intro-link {
    margin: 0 auto;
    text-align: center
}

.work-template .intro-headline {
    margin: 0 3rem 0 0;
}

.work-template .intro-headline h2 {
    font-size: 2.2rem;
}

.work-template .intro-logos {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 0 -.5rem;
    padding-left: 2rem
}

.work-template .intro-logos img {
    margin: 0 1rem 1rem;
    max-width: 6.5rem
}

.work-template .intro-secondary {
    display: flex
}

.work-template .intro-secondary .intro-content {
    flex: 0 0 35%;
    padding-right: 3rem
}

@media (max-width:1024px) {
    .work-template .intro {
        flex-direction: column
    }
    .work-template .intro-link {
        margin: 1rem 0 0
    }
    .work-template .intro-logos img {
        max-width: 6rem
    }
}

@media (max-width:768px) {
    .work-template .intro-content {
        padding-right: 2rem
    }
    .work-template .intro-logos img {
        display: none;
        margin: 0 .5rem 2rem;
        width: calc(50% - 1rem)
    }
    .work-template .intro-logos img:first-of-type,
    .work-template .intro-logos img:nth-of-type(2),
    .work-template .intro-logos img:nth-of-type(3),
    .work-template .intro-logos img:nth-of-type(4) {
        display: block
    }
    .work-template .intro-secondary {
        align-items: flex-start;
        padding: 0 0 1.5rem
    }
    .work-template .intro-secondary .intro-content {
        flex: 0 0 55%;
        padding-right: 0
    }
}

.work-template .slide {
    position: relative
}

.work-template .slide-data {
    font-size: 2.25rem;
    letter-spacing: .08px;
    line-height: 1.1;
    padding-left: 10rem;
    padding-right: 5rem
}

.work-template .slide-index {
    flex: 0 0 5rem;
    font-size: 6rem;
    line-height: 1;
    text-align: right;
    width: 5rem
}

.work-template .slide-slash {
    background: #00c58b;
    height: 100%;
    left: 7rem;
    top: 0;
    position: absolute;
    transform: rotate(20deg);
    transition: transform .2s;
    width: 2px
}

@media (max-width:1024px) {
    .work-template .slide-data {
        font-size: 2rem
    }
}

@media (max-width:768px) {
    .work-template .slide {
        align-items: center;
        display: flex;
        padding: 1rem 0 0
    }
    .work-template .slide-data {
        font-size: 1rem;
        line-height: 1.3;
        padding-left: 4rem
    }
    .work-template .slide-index {
        font-size: 4rem
    }
}

.work-template .work-logo {
    max-height: 7.5rem
}

@media (max-width:768px) {
    .work-template .work-logo {
        max-height: 5.5rem
    }
}

.work-template .work-menu {
    background: #000;
    border-bottom: 2px solid #00c58b;
    border-top: 2px solid #00c58b;
    font-size: .9375rem;
    margin: 0 0 4.5rem;
    padding: 1.2rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    z-index: 8
}

.work-template .work-menu section {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.work-template .work-menu-carat {
    display: none
}

.work-template .work-menu-item {
    margin: 0;
    padding: 0 3rem
}

.work-template .work-menu-item-active .work-menu-link:after,
.work-template .work-menu-item:hover .work-menu-link:after {
    transform: scale(1)
}

.work-template .work-menu-link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.work-template .work-menu-link:after {
    background: #00c58b;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    position: absolute;
    transform: scale(0);
    transition: all .25s
}

.work-template .work-menu-list {
    display: flex;
    flex: 1;
    list-style-type: none;
    justify-content: space-between;
    margin: 0 -3rem
}

.work-template .work-menu-title {
    color: #00c58b;
    flex: 0 0 30%;
    font-weight: 700;
    padding-right: 5rem;
    white-space: nowrap
}

@media (max-width:1024px) {
    .work-template .work-menu {
        padding: 1rem 0
    }
    .work-template .work-menu-item {
        padding: 0 .5rem
    }
    .work-template .work-menu-link {
        white-space: normal
    }
    .work-template .work-menu-list {
        margin: 0 -.5rem
    }
    .work-template .work-menu-title {
        padding-right: 3rem;
    }
}

@media (max-width:768px) {
    .work-template .work-menu {
        padding: 1.4rem 0;
        position: relative;
        top: -2px
    }
    .work-template .work-menu section {
        align-items: flex-start;
        justify-content: space-between
    }
    .work-template .work-menu-carat {
        cursor: pointer;
        display: block;
        margin-top: .35rem;
        transition: all .15s
    }
    .work-template .work-menu-item {
        line-height: 1;
        margin: 0 0 .5rem
    }
    .work-template .work-menu-link h5 {
        font-size: .75rem
    }
    .work-template .work-menu-list {
        flex-direction: column;
        justify-content: flex-start;
        max-height: 1.25rem;
        overflow: hidden;
        transition: max-height .25s
    }
    .work-template .work-menu-title {
        font-size: .75rem;
        padding-right: 2rem;
        white-space: normal
    }
    .work-template .work-menu-active .work-menu-carat {
        transform: rotate(180deg)
    }
    .work-template .work-menu-active .work-menu-list {
        max-height: 10rem;
    }
}

.work-template .work-subhead {
    color: #00c58b;
    font-size: 3rem;
    line-height: 1
}

@media (max-width:1024px) {
    .work-template .work-subhead {
        font-size: 2.5rem
    }
}

@media (max-width:768px) {
    .work-template .work-subhead {
        font-size: 2.5rem
    }
}

.work-template .wrap {
    padding: 0 0 8rem
}

@media (max-width:768px) {
    .work-template .wrap {
        padding: 0 0 3rem
    }
}

.work-template .container section .row-menu {
    border-top: none;
    padding: 0 0 2rem
}

.work-template-single-work-capital .accelerate-carousel {
    padding: 2rem 0
}

.work-template-single-work-capital .gform_wrapper {
    margin: 2rem 0 0
}

.work-template-single-work-capital .intro-content {
    flex: 0 0 50%
}

.work-template-single-work-capital .intro-logos {
    padding: 2rem 0 0
}

.work-template-single-work-capital .member_details {
    border-top: 2px solid #00c58b;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    line-height: 1.4;
    padding: .5rem
}

.work-template-single-work-capital .member_image {
    border: 1px solid #00c58b
}

.work-template-single-work-capital .member_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -1rem
}

.work-template-single-work-capital .member_name {
    font-weight: 700;
    margin: 0 0 .25rem
}

.work-template-single-work-capital .member_single {
    border: 2px solid #00c58b;
    display: flex;
    flex: 0 0 calc(25% - 4px - 2rem);
    flex-direction: column;
    margin: 0 1rem 1rem;
    text-align: center
}

@media (max-width:768px) {
    .work-template-single-work-capital .member_single {
        flex: 0 0 calc(50% - 4px - 1rem);
        margin: 0 .5rem 1rem
    }
}

.work-template-single-work-capital .slide-data {
    font-size: 1.25rem
}

@media (min-width:769px) {
    .work-template-single-work-gov #glide-list .glide__bullets,
    .work-template-single-work-gov #glide-scout-list .glide__bullets,
    .work-template-single-work-gov #glide-transform-list .glide__bullets {
        display: none
    }
}

.work-template-single-work-gov .glide-train {
    padding-bottom: 4rem
}

.work-template-single-work-gov-new .intro-link {
    margin: 4rem 0 0;
}

.work-template-single-work-gov-new video {
    margin: 2rem 0 0;
    width: 100%;
}

.work-template-single-work-gov-new .train-content h4 {
    color: #00c58b;
    margin: 0 0 1rem;
}

.work-template-single-work-gov-new .train-content p {
    margin: 0 0 1rem;
}

.work-template-single-work-gov-new .train-content a {
    color: #00c58b;
}

.work-template-single-work-gov-new .intro-content {
    padding-right: 0;
}

.work-template-single-work-gov-new .intro-logos {
    max-width: 40rem;
    padding-left: 0;
}

.work-template-single-work-gov-new .intro .intro-logos {
    margin-top: 4rem;
}

.work-template-single-work-gov-new .board-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style-type: none;
    margin: 0 -2rem;
}

.work-template-single-work-gov-new .board-container li {
    flex: 1;
    font-size: 14px;
    margin: 0 2rem;
    text-align: center;
}

.board-img {
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.board-name {
    font-weight: bold;
}

.work-template-single-work-gov-new .partnerships-link {
    margin-right: 5rem;
}

.work-template-single-work-gov-new .work-menu-active .work-menu-list {
    max-height: 10rem;
}

@media (max-width:1024px) {
    .work-template-single-work-gov-new .board-container li {
        flex: 0 0 calc(50% - 4rem);
        margin-bottom: 2rem;
    }
}

@media (max-width:768px) {
    .work-template-single-work-gov-new .board-container li {
        flex: 0 0 calc(50% - 4rem);
    }
}

@media (max-width:768px) {
    .work-template-single-work-gov .glide-train-quotes {
        display: block
    }
}

.work-template-single-work-gov .hero-title {
    padding: 0 2.25rem
}

.work-template-single-work-gov .intro-logos {
    padding: 2rem 0 0
}

@media (max-width:768px) {
    .work-template-single-work-gov .intro-content {
        padding: 0
    }
}

.work-template-single-work-gov .scout-list {
    display: block
}

.work-template-single-work-gov .scout-list-content ul {
    list-style: disc;
    text-align: left
}

.work-template-single-work-gov .scout-list-item {
    border-top: 2px solid #00c58b;
    display: flex;
    margin: 0;
    padding: .75rem 0 3rem
}

@media (max-width:768px) {
    .work-template-single-work-gov .scout-list {
        display: flex
    }
    .work-template-single-work-gov .scout-list-content {
        padding: 0 2rem;
        text-align: center
    }
    .work-template-single-work-gov .scout-list-item {
        border: none;
        flex-direction: column;
        padding: 0
    }
    .work-template-single-work-gov .scout-list-title {
        flex: auto;
        margin: 0 0 1rem
    }
    .work-template-single-work-gov .scout:last-of-type {
        padding: 0
    }
    .work-template-single-work-gov .scout .accelerate-carousel-title {
        padding: 0;
        text-align: center
    }
}

.work-template-single-work-gov .slide-quote {
    font-size: 1.3rem;
    margin: 0 2.5rem
}

.work-template-single-work-gov .slide-quote-by {
    margin: 1rem 0 0
}

.work-template-single-work-gov .slide-quote-left,
.work-template-single-work-gov .slide-quote-right {
    margin: 2rem 0 0
}

.work-template-single-work-gov .slide-quotes {
    align-items: flex-start;
    display: flex;
    margin: 0 4rem
}

@media (max-width:768px) {
    .work-template-single-work-gov .slide-data {
        font-size: 1.5rem
    }
    .work-template-single-work-gov .slide-quote {
        font-size: 1rem;
        margin: 0 1rem
    }
    .work-template-single-work-gov .slide-quote-left,
    .work-template-single-work-gov .slide-quote-right {
        width: 2rem
    }
    .work-template-single-work-gov .slide-quotes {
        margin: 0
    }
}

.work-template-single-work-gov .train-container {
    text-align: center
}

.work-template-single-work-gov .train-content p {
    margin: 0 0 1rem
}

.work-template-single-work-gov .train-list {
    display: block
}

.work-template-single-work-gov .train-list-content ul {
    list-style: disc
}

.work-template-single-work-gov .train-list-item {
    border-top: 2px solid #00c58b;
    display: flex;
    margin: 0;
    padding: 2rem 0
}

.work-template-single-work-gov .train-list-title {
    flex: 0 0 8rem;
    text-align: center
}

.work-template-single-work-gov .train .slide-quote-by {
    color: #00c58b;
    font-weight: 700
}

.work-template-single-work-gov .train .wrap:last-of-type {
    padding: 0
}

@media (max-width:768px) {
    .work-template-single-work-gov .train-list {
        display: flex
    }
    .work-template-single-work-gov .train-list-content {
        text-align: center
    }
    .work-template-single-work-gov .train-list-item {
        border: none;
        flex-direction: column
    }
    .work-template-single-work-gov .train-list-title {
        flex: auto;
        margin: 0 0 1rem
    }
}

.work-template-single-work-partner .accelerate-carousel {
    margin: 1.5rem 0 0
}

.work-template-single-work-partner .accelerate-carousel .glide__arrow {
    top: 4rem
}

.work-template-single-work-partner .accelerate-carousel .slide {
    align-items: center;
    display: flex
}

.work-template-single-work-partner .accelerate-carousel .slide-data {
    padding-left: 6rem;
    padding-right: 3rem
}

@media (max-width:768px) {
    .work-template-single-work-partner .accelerate-carousel {
        margin: 0
    }
    .work-template-single-work-partner .accelerate-carousel .slide-data {
        padding-left: 5rem
    }
    .work-template-single-work-partner .accelerate-container {
        margin: 2rem 0 0
    }
}

.work-template-single-work-partner .intro-content {
    flex: 0 0 50%;
    margin: 0 0 1rem
}

.work-template-single-work-partner .intro-logos {
    padding: 1rem 0 0
}

@media (max-width:768px) {
    .work-template-single-work-partner .intro-content {
        padding: 0
    }
}

.work-template-single-work-partner .slide-data {
    font-size: 1.4375rem;
    line-height: 1.6
}

.work-template-single-work-partner .slide-slash {
    left: 7.5rem
}

@media (max-width:768px) {
    .work-template-single-work-partner .slide-data {
        font-size: 1rem
    }
}

.work-template-single-work-tech .applications {
    margin: 8rem 0 0
}

.work-template-single-work-tech .applications-header {
    border-bottom: 2px solid #00c58b;
    color: #00c58b;
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem;
    padding: 0 3rem .5rem 0
}

.work-template-single-work-tech .applications-item {
    display: flex;
    font-size: 1.875rem;
    justify-content: space-between;
    margin: 0 0 2.5rem;
    padding-right: 3rem
}

.work-template-single-work-tech .applications-item a {
    align-items: center;
    display: flex;
    position: relative;
    text-decoration: none
}

.work-template-single-work-tech .applications-item a:after {
    background: #00c58b;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    position: absolute;
    transform: scale(0);
    transition: all .25s
}

.work-template-single-work-tech .applications-item a img {
    margin-left: 1rem
}

.work-template-single-work-tech .applications-item a:hover:after {
    transform: scale(1)
}

.work-template-single-work-tech .applications-item span {
    font-size: 1.5rem
}

.work-template-single-work-tech .applications-list {
    list-style-type: none
}

@media (max-width:768px) {
    .work-template-single-work-tech .applications {
        margin: 2rem 0 0
    }
    .work-template-single-work-tech .applications-header {
        border: none;
        margin: 0;
        padding: 1rem 0
    }
    .work-template-single-work-tech .applications-item {
        font-size: 1.375rem;
        margin: 0 0 2rem;
        padding: 0
    }
    .work-template-single-work-tech .applications-item span {
        font-size: .875rem
    }
}

.work-template-single-work-tech .carousel-headline {
    color: #00c58b;
    margin: 0 auto;
    max-width: 50rem;
    text-align: center
}

.work-template-single-work-tech .gan {
    align-items: center;
    display: flex;
    justify-content: center
}

.work-template-single-work-tech .gan a {
    margin-right: 2rem
}

.work-template-single-work-tech .gan img {
    max-width: 5rem
}

@media (max-width:768px) {
    .work-template-single-work-tech .gan img {
        max-width: 4rem
    }
}

.work-template-single-work-tech .glide-logo-slides {
    align-items: center;
    margin: 0 0 3rem
}

.work-template-single-work-tech .glide-logo-slides>li {
    margin: 0;
    text-align: center
}

.work-template-single-work-tech .glide-logo-slides>li img {
    max-width: 7rem
}

@media (max-width:768px) {
    .work-template-single-work-tech .glide-logo-slides>li img {
        max-width: 5rem
    }
}

table {
    border-spacing: 0;
}

td,
th {
    border-bottom: 2px solid #00c58b;
}

td:first-child,
th:first-child {
    padding-left: 15px;
}

th {
    font-size: 1.2rem;
    font-family: Beatrice Bold;
    line-height: 1.2;
}

td:last-child,
th:last-child {
    padding-right: 15px;
}

@media (max-width: 768px) {
    th {
        font-size: 1rem;
    }
    td:first-child,
    th:first-child {
        padding-left: 0;
    }
    td:last-child,
    th:last-child {
        padding-right: 0;
    }
}

.tooltip {
    color: #00c58b;
    cursor: pointer;
    position: relative;
    display: inline;
}

.tooltip__text {
    border: 2px solid #00c58b;
    font-size: .75rem;
    display: none;
    max-width: 40rem;
    min-width: 25rem;
    background-color: black;
    color: #fff;
    left: 0;
    right: 0;
    top: calc(100% + .5rem);
    text-align: center;
    padding: 1rem;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltip__text {
    display: block
}

.page-template-page-trade input[type=email]:focus,
.page-template-page-trade input[type=number]:focus,
.page-template-page-trade input[type=password]:focus,
.page-template-page-trade input[type=search]:focus,
.page-template-page-trade input[type=tel]:focus,
.page-template-page-trade input[type=text]:focus,
.page-template-page-trade input[type=url]:focus {
    border-color: #0085ff
}

.page-template-page-trade td, 
.page-template-page-trade th {
    border-color: #0085ff   
}

.subscribe-content {
    align-items: flex-start;
    display: flex;
    margin: 0 -5rem;
}
.subscribe-heading {
    margin: 5rem 0;
}
.subscribe-left,
.subscribe-form {
    flex: 1;
    padding: 0 5rem;
}
.subscribe-form {
    padding-top: 2.5rem;
}
.subscribe-left h4 {
    margin: 0 0 1rem;
}

@media (max-width:1024px) {
    .subscribe-content {
        margin: 0 -2rem;
    }
    .subscribe-left,
    .subscribe-form {
        padding: 0 2rem;
    }
}

@media (max-width:768px) {
    .subscribe-content {
        flex-direction: column;
        margin: 0;
    }
    .subscribe-heading {
        margin: 2rem 0;
    }
    .subscribe-left,
    .subscribe-form {
        padding: 0 0 2rem;
    }
}

.gform_button_select_files {
    background: #979797;
    border-radius: .5rem;
    box-shadow: none;
    color: #fff;
}

.press {
    margin: 8rem 0 0;
}
.press ul {
    list-style-type: disc;
    margin-top: 2rem;
}

@media (max-width:768px) {
    .press {
        margin: 4rem 0 0;
    }
}