@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.color {
    color: black;
}
.bg-color, .bg-color a, .bg-color ul li:before, .bg-color h3 {
    background-color: #FFFFFF;
    color: #444444;
}
.bg-color-2, .bg-color-2 a, .bg-color-2 ul li:before, .bg-color-2 h3 {
    background-color: #444444;
    color: #fff;
}
body {
    font: 400 12.5px/1.3 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444444;
    line-height: 20px;
}
#wrapper {
    max-width: 720px;
    width: 100%;
    margin: 1rem auto;
    background-color: #F5F5F5;
    border: 1px solid #444;
    overflow: auto;
}
header, footer {
    width: 100%;
    float: left;
}
img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 0;
    vertical-align: middle;
}
section {
    width: 100%;
    padding: 25px 6%;
}
section.big {
    font-size: 1em;
    padding: 32px 6%;
}
section.first-box {
    padding: 4% 6% 4% 6%;
}
section.middle-box {
    padding: 45px 6% 45px 6%;
}
section.last-box {
    padding: 6% 6% 8% 6%;
}
section.small {
    font-size: 1em;
    padding: 15px 4%;
}
.center {
    text-align: center;
}
section.video {   
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
section.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin: 10px 0;
    font-weight: normal;
    text-align: center;
    color: #00AEEF;
}
h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin: 5px 0;
    font-weight: normal;
}
h3 {
    font-size: 1.25em;
    line-height: 1.35em;
    margin: 3px 0 10px 0;
    font-weight: bold;
}
h3.fullwidth {
    flex: 100%;
}
.small {
    font-size: .75em;
}
.big {
    font-size: 1.25em;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.btn {
    padding: 15px 35px 15px 15px;
    background: #00AEEF;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
}

a.btn i {
    margin-right: 2rem;
}
a.btn.long {
    width: 100%;
    margin-bottom: 25px;
    background-color: #00AEEF;
    color: #FFFFFF;
    border-radius: 20px;
}
a.btn:hover {
    text-decoration: none;
}
a.btn:before {
    margin-right: 27px;
    font-size: 1.5em;
    z-index: 99;
}
a.btn.line:after {
    content: "";
    height: 100%;
    width: 1px;
    background: black;
    position: absolute;
    top: 0;
    left: 46px;
}
a.btn.square:after {
    content: "";
    height: 100%;
    width: 48px;
    background: darkgrey;
    position: absolute;
    top: 0;
    left: 0;
}
section p {
    margin: 0 0 25px 0;
    
}
section p:last-child {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    position: relative;
    list-style-type: none;
    margin-top: 4px;
    padding-left: 20px;
}
ul li:before {
    content: "\f054";
    font-family: "Font Awesome 7 Free", sans-serif;
    font-weight: 900;
    color: #999;
    position: absolute;
    left: 5px;
    top: -1px;
    font-size: 0.8em;
}
ul + p {
    margin-top: 10px !important;
}
.col-2, .col-3, .col-4, .col-5, .col-golden {
    justify-content: space-between;
    display: flex;
}
.col-2 > * {
    flex: 0 1 45.5%;
}
.col-3 > * {
    flex: 0 1 29.3333333333%;
}
.col-4 > * {
    flex: 0 1 22%;
}
.col-5 > * {
    flex: 0 1 17%;
}
.col-golden > *:first-child {
    flex: 0 1 60.3%;
}
.col-golden > *:last-child {
    flex: 0 1 36.7%;
}
.row-reverse > *:nth-of-type(2) {
    margin: 0;
}
section.fullwidth {
    padding: 0;
}
section.fullwidth.col-2 > * {
    flex: 0 1 50%;
    padding: 30px 6% 30px 6%;
}
section.fullwidth.col-3 > * {
    flex: 0 1 33.3%;
    padding: 45px 6%;
}
section.fullwidth .col-2 > *:nth-of-type(2), section.fullwidth .col-3 > *:nth-of-type(n+2) {
    margin: 0;
}
section.fullwidth.col-golden > * {
    padding: 25px 6%;
}
section.fullwidth.col-golden > *:first-child {
    flex: 0 1 61.8%;
}
section.fullwidth.col-golden > *:last-child {
    flex: 0 1 38.2%;
}
.pre-header {
    display: flex;
    justify-content: space-between;
}

.pre-header p {
    text-align: right;
}
.pre-header a {
    color: #444444;
}
.pre-header a:hover {
    
    color: #00aeef;
    text-decoration: none;
}
.pre-header p a:first-of-type {
    margin-right: 15px;
}
.pre-header.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pre-header.logo > div {
    flex: 100%;
}
.pre-header.logo a {
    color: #000;
}
section.logo {
    justify-content: flex-start;
}
.logo img {
    max-width: 100px;
    width: 100%;
    height: auto;
}
.logo.text img {
    width: 200px;
}
.logo.text > *:last-child {
    margin-left: 50px;
}
section.title.col-2 > * {
    position: relative;
    margin: 0;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}

@keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}
.slider {overflow: hidden;margin-bottom: 2rem;}
.slider figure img { width: 25%; float: left; }
.slider figure { 
  position: relative;
  width:400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 15s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  animation: 15s slidy infinite; 
}
.title.col-2 > *:first-child:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0
}
.title.col-2 > *:last-child:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}
.title.col-2 > *:first-child {
    padding-right: 40px;
    flex: 1 1 100%;
}
.title.col-2 > *:last-child {
    padding-left: 40px;
    flex: 0 0 auto;
}
.title.fullwidth.col-2 > *:last-child {
    max-width: 250px;
}
.title .icon {
    flex: 100%;
    display: flex;
    align-items: center;
}
.title .icon:nth-of-type(n + 2) {
    margin-top: 10px;
}
.icon-wrap {
    position: relative;
}
.icon-wrap > *:before {
    position: absolute;
    left: 0px;
    top: 3px;
}
.icon-wrap .fa:before, .icon-wrap .fas:before {
    margin-right: 15px;
}
section.indented {
    width: 100%;
    padding: 0;
}
section.indented > div {
    padding: 25px 6%;
}
section.indented > img {
    padding: 0 !important;
}
section.indented > * {
    padding: 0 6%;
}
section.indented > *:first-child {
    padding-top: 15px;
}
section.indented > *:last-child {
    padding-bottom: 15px;
}
section.indented .icon-wrap {
    display: flex;
    justify-content: center;
}
section.indented .icon-wrap *:nth-of-type(n + 2) {
    margin-left: 20px;
}
section.indented.border {
    border-left: 10px solid #a9a9a9;
    position: relative;
}
section.indented.border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}
.p-indented-top {
    padding: 4% 0 0 0;
}
.p-indented-middle {
    padding: 3% 0 4% 0;
}
.benefits > div {
    background: #fff;
    display: flex;
    padding: 10px;
    margin: 5px;
    align-content: center;
    text-align: center;
    border: 1px solid #00AEEF;
    border-radius: 20px;
    
  }
.benefits h3 {
    margin: 3px 0 14px 0;
    flex: 100% !important;
}
.benefits > div {
    flex-wrap: wrap;
}
.benefits.col-4 > div {
    min-height: 140px;
}
.benefits.col-5 > div {
    min-height: 120px;
}
.benefits > div > * {
    flex: 100%;
    text-align: center;
}
.benefits > div > i {
    font-size: 2em;
    margin-bottom: 8px;
    color: #00AEEF;
}
hr {
    border: 0;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 2rem 0;
    background: #ededed;
}
.seperator {
    margin: 10px 5px;
}
.flex {
    display: flex;
}
.wrap {
    flex-wrap: wrap;
}
@media only screen and (max-width:719px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .flex, .pre-header {
        flex-direction: column;
        align-items: center;
    }
    .pre-header {
        gap: 1rem;
    }
    .pre-header p {
        text-align: center;
    }
}