/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

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

html,
body {
    min-height: 100%;
    width: 100%;
    font-weight: 400;
    color: #262626;
    background-color: white;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smooting: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h3 {
    font-size: 18px
}

li {
    list-style: none
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

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

.container {
    max-width: 1000px;
    width: 87%;
    margin: 0 auto
}

.item-wrap {
    margin-bottom: 50px
}

@media (min-width: 48em) {
    .item-wrap {
        display: flex;
        display: -webkit-flex;
        flex-flow: wrap;
        -webkit-flex-flow: wrap;
        margin-bottom: 90px
    }
}

@media (min-width: 48em) {
    .col {
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%
    }
}

.item {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    width: 100%
}

@media (min-width: 48em) {
    .item {
        width: 95%;
        margin: 0 0 10% 0
    }
}

.col-1 .item:nth-of-type(5n+1) .headline {
    background-color: #90D7F8
}

.col-1 .item:nth-of-type(5n+2) .headline {
    background-color: #f96
}

.col-1 .item:nth-of-type(5n+3) .headline {
    background-color: #FF8B8B
}

.col-1 .item:nth-of-type(5n+4) .headline {
    background-color: #9C9CDD
}

.col-1 .item:nth-of-type(5n+5) .headline {
    background-color: #46D6BC
}

.col-2 .item:nth-of-type(5n+1) .headline {
    background-color: #46D6BC
}

.col-2 .item:nth-of-type(5n+2) .headline {
    background-color: #FF8B8B
}

.col-2 .item:nth-of-type(5n+3) .headline {
    background-color: #9C9CDD
}

.col-2 .item:nth-of-type(5n+4) .headline {
    background-color: #90D7F8
}

.col-2 .item:nth-of-type(5n+5) .headline {
    background-color: #f96
}

@media (min-width: 48em) {
    .col-2 .item {
        margin-left: 5%
    }
}

.inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: white
}

.headline {
    color: white;
    margin: 0;
    background-color: aqua;
    padding: 1rem
}

.separator-wrap {
    display: none
}

@media (min-width: 48em) {
    .separator-wrap {
        width: 100%;
        overflow: hidden;
        height: 220px;
        position: absolute;
        top: 50px;
        z-index: -1;
        display: block
    }
}

.pad-top {
    margin-top: 375px;
    position: relative;
    z-index: 3
}

@media (min-width: 48em) {
    .pad-top {
        margin-top: 275px
    }
}

.text-overflow {
    position: absolute;
    top: 300px;
    z-index: -1;
    white-space: nowrap;
    opacity: 0.2;
    -webkit-animation: slideText 42s linear infinite;
    -moz-animation: slideText 42s linear infinite;
    -ms-animation: slideText 42s linear infinite;
    -o-animation: slideText 42s linear infinite;
    animation: slideText 42s linear infinite
}

@media (min-width: 48em) {
    .text-overflow {
        -webkit-animation: slideText 56s linear infinite;
        -moz-animation: slideText 56s linear infinite;
        -ms-animation: slideText 56s linear infinite;
        -o-animation: slideText 56s linear infinite;
        animation: slideText 56s linear infinite;
        top: 165px
    }
}

.text-overflow h1 {
    font-size: 10rem;
    color: #f9cccc;
    display: inline-block;
}

@-webkit-keyframes slideText {
    0% {
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%)
    }
    100% {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
}

@-moz-keyframes slideText {
    0% {
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%)
    }
    100% {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
}

@-o-keyframes slideText {
    0% {
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%)
    }
    100% {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
}

.counter li {
    counter-increment: number-counter;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25;
    font-weight: 600

}

.counter li:before {
    content: "0" counter(number-counter);
    color: #DDDDDD;
    font-size: 24px;
    font-weight: 700;
    float: left;
    height: 100%;
    margin-right: 20px;
    min-width: 30px;
    margin-top: 3px;
    min-height: 45px;
}

.counter li:nth-child(n+10):before {
    content: counter(number-counter)
}

.counter li a {
    display: block;
    color: #777777;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease
}

.counter li a:hover {
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    color: #aaa
}

.headline {
    text-transform: uppercase
}

.blue {
    background-color: #90D7F8 !important
}

@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 5px 50px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 50px 0px #6cd9ff;
        box-shadow: 0px 5px 50px 0px #6cd9ff
    }
    50% {
        -webkit-box-shadow: 0px 5px 10px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 10px 0px #6cd9ff;
        box-shadow: 0px 5px 10px 0px #6cd9ff
    }
    100% {
        -webkit-box-shadow: 0px 5px 50px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 50px 0px #6cd9ff;
        box-shadow: 0px 5px 50px 0px #6cd9ff
    }
}

@-moz-keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 5px 50px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 50px 0px #6cd9ff;
        box-shadow: 0px 5px 50px 0px #6cd9ff
    }
    50% {
        -webkit-box-shadow: 0px 5px 10px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 10px 0px #6cd9ff;
        box-shadow: 0px 5px 10px 0px #6cd9ff
    }
    100% {
        -webkit-box-shadow: 0px 5px 50px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 50px 0px #6cd9ff;
        box-shadow: 0px 5px 50px 0px #6cd9ff
    }
}

@-o-keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 5px 50px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 50px 0px #6cd9ff;
        box-shadow: 0px 5px 50px 0px #6cd9ff
    }
    50% {
        -webkit-box-shadow: 0px 5px 10px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 10px 0px #6cd9ff;
        box-shadow: 0px 5px 10px 0px #6cd9ff
    }
    100% {
        -webkit-box-shadow: 0px 5px 50px 0px #6cd9ff;
        -moz-box-shadow: 0px 5px 50px 0px #6cd9ff;
        box-shadow: 0px 5px 50px 0px #6cd9ff
    }
}

.button-blue {
    background-color: #90D7F8;
    color: white;
    padding: 17px 21px;
    border: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-animation: shadow 3s linear infinite;
    -moz-animation: shadow 3s linear infinite;
    -ms-animation: shadow 3s linear infinite;
    -o-animation: shadow 3s linear infinite;
    animation: shadow 3s linear infinite
}

.header-container {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -30px);
    -moz-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    -o-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px)
}

@media (min-width: 48em) {
    .header-container {
        margin-bottom: 0
    }
}

.show {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 1.25s ease;
    -moz-transition: 1.25s ease;
    -ms-transition: 1.25s ease;
    -o-transition: 1.25s ease;
    transition: 1.25s ease
}

.header {
    display: table;
    width: 100%;
    padding: 40px 0
}

.header h2 {
    font-size: 40px;
    margin-bottom: 0;
    max-width: 470px
}

.header p {
    max-width: 470px;
    margin-left: 1rem;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #777777
}

.button-wrap {
    width: 100%;
    text-align: center
}

@media (min-width: 48em) {
    .button-wrap {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: auto
    }
}

.button-wrap a {
    margin-right: 3rem;
    
}

@media (min-width: 767px) and (max-width: 880px) {
    .button-wrap a {
        display: inline-block;
        margin-bottom: 2rem
    }
}

.button-wrap a:active,
.button-wrap a:visited,
.button-wrap a:focus {
    color: #262626
}

.button-wrap a:hover {
    color: #595959
}

.md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #262626;
    background: white;
    position: relative;
    border-radius: 3px;
    margin: 0 auto
}

.md-show .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#modal-trigger {

font-size: 13px;
color: #777777;

}

#modal-trigger:hover {
color: #aaa;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 550px;
    min-width: 300px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.md-show {
    visibility: visible
}

.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show ~ .modal-overlay {
    opacity: 1;
    visibility: visible
}

.md-content {
    padding: 20px 40px
}

.md-content p {
    color: #777777
}

.md-close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    max-width: 14px
}

.item {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.show2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    transition: 1.5s ease
}

.scroll-fade {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.85s ease;
    -moz-transition: 0.85s ease;
    -ms-transition: 0.85s ease;
    -o-transition: 0.85s ease;
    transition: 0.85s ease
}