@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
html {
    box-sizing: border-box
}
*,
::after,
::before {
    box-sizing: inherit
}
/*! 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;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased
}
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: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .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: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    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;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
@font-face {
    font-family: system-font;
    src: url(fonts/vgasys.woff)
}
html {
    font-size: 62.5%
}
body {
    font-size: 1.5em;
    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: 2rem;
    font-weight: 300
}
h1 {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -.1rem
}
h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem
}
h3 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: -.1rem
}
h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem
}
h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem
}
h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0
}
@media (min-width: 550px) {
    h1 {
        font-size: 5rem
    }
    h2 {
        font-size: 4.2rem
    }
    h3 {
        font-size: 3.6rem
    }
    h4 {
        font-size: 3rem
    }
    h5 {
        font-size: 2.4rem
    }
    h6 {
        font-size: 1.5rem
    }
}
p {
    margin-top: 0
}
a {
    color: #1eaedb
}
a:hover {
    color: #0fa0ce
}
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    padding: 12px 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #333;
    border-color: #888;
    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,
textarea:focus {
    border: 1px solid #33c3f0;
    outline: 0
}
label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}
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 inside
}
ol {
    list-style: decimal inside
}
ol,
ul {
    padding-left: 0;
    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,
button {
    margin-bottom: 1rem
}
fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 1.4rem
}
.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
}
header .container {
    position: relative
}
header .share-section {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    color: #fff;
    text-align: center;
    z-index: 99;
    font-family: system-font
}
header .share-section span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    text-shadow: 0 4px 5px rgba(0, 0, 0, .5)
}
header .share-section ul {
    list-style-type: none
}
header .share-section ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, .75);
    text-align: center;
    line-height: 40px;
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}
header .share-section ul li i {
    line-height: 40px
}
header .share-section ul li a {
    display: block;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #bdeefe
}
header .share-section ul li a strong{
	color:transparent;
}
header .share-section ul li:hover {
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .75)
}
header .share-section .logo {
    display: block;
    width: 100%;
    background-image: url(images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 99px;
    color:transparent;
}
body.home {
    background: #bdeefe;
    overflow-x: hidden
}
body.home article .sky {
    height: 275px;
    overflow: hidden
}
body.home article .sky .cloud {
    position: absolute
}
body.home article .sky .cloud.cloud-1 {
    background-image: url(images/SVG/Cloud1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    top: calc(100% - 50px);
    left: 12%
}
body.home article .sky .cloud.cloud-2 {
    background-image: url(images/SVG/Cloud3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    top: 30%;
    left: 30%
}
body.home article .sky .cloud.cloud-3 {
    background-image: url(images/SVG/Cloud2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    top: 15%;
    left: 53%
}
body.home article .sky .cloud.cloud-4 {
    background-image: url(images/SVG/Cloud3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    top: 75%;
    left: 67%
}
body.home article .sky .cloud.cloud-5 {
    background-image: url(images/SVG/Cloud1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: 28%;
    left: 88%
}
body.home article .sky .cloud.cloud-6 {
    background-image: url(images/SVG/Cloud2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px
}
body.home article .crowd {
    width: 100%;
    height: 12vw;
    background-image: url(images/SVG/crowdgrass.svg);
    background-repeat: repeat-x;
    background-size: cover
}
body.home article .crowd:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 200px;
    background-repeat: no-repeat;
    background-image: url(images/SVG/100mbRaceLogo.svg);
    height: 10vw;
    width: 35vw
}
body.home article .racetrack {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 1px;
    background: #fa9d71
}
body.home article .racetrack .track {
    width: calc(100% - 600px);
    background: #e17e51;
    border: 5px solid #fff;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative
}
body.home article .racetrack .track:before {
    background: #e17e51;
    content: "";
    width: 300px;
    position: absolute;
    right: calc(100% + 5px);
    top: -5px;
    height: 90px;
    border: 5px solid #fff;
    border-left: 0
}
body.home article .racetrack .track:after {
    background: #e17e51;
    content: "";
    width: 300px;
    position: absolute;
    left: calc(100% + 5px);
    top: -5px;
    height: 90px;
    border: 5px solid #fff;
    border-right: 0
}
body.home article .racetrack .track .number {
    position: absolute;
    left: -160px;
    width: 50px;
    height: 50px;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat
}
body.home article .racetrack .track .number.num-1 {
    background-image: url(images/SVG/Block1.svg)
}
body.home article .racetrack .track .number.num-2 {
    background-image: url(images/SVG/Block2.svg)
}
body.home article .racetrack .track .number.num-3 {
    background-image: url(images/SVG/Block3.svg)
}
body.home article .racetrack .track .number.num-4 {
    background-image: url(images/SVG/Block4.svg)
}
body.home article .racetrack .track .number.num-5 {
    background-image: url(images/SVG/Block5.svg)
}
body.home article .racetrack .track .number.num-6 {
    background-image: url(images/SVG/Block6.svg)
}
body.home article .racetrack span {
    color: rgba(255, 255, 255, .5);
    font-family: system-font;
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    left: 46px;
    top: 9px;
    height: 90px
}
body.home article .racetrack span.letter {
    position: absolute;
    right: 0;
    left: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    height: 84px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    top: -2px;
    font-size: 50px
}
body.home article .racetrack span.letter:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    left: 50%;
    border-top: 5px solid rgba(255, 255, 255, .5);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0
}
body.home article .racetrack .go-container {
    width: 350px;
    height: 275px;
    padding-top: 20px;
    position: absolute;
    top: 44%;
    left: 50%;
    background: #000;
    border-radius: 5px;
    z-index: 99;
    border: 5px solid #69c0a2;
    box-shadow: 0 0 0 10px #000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
body.home article .racetrack .go-container p {
    font-family: system-font;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}
body.home article .racetrack .go-container img.go {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 40%;
    cursor: Pointer;
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}
body.home article .racetrack .go-container img.go:Hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
body.home article .m-racetrack {
    width: 100%;
    height: 90vh;
    min-height: 500px;
    padding-left: 5%;
    background: #fa9d71
}
body.home article .m-racetrack .track {
    width: calc(15vw - 13px);
    background: #e17e51;
    border: 5px solid #fff;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative
}
body.home article .m-racetrack .track:before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff
}
body.home article .m-racetrack .track:after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff
}
body.home article .m-racetrack .track .number {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat
}
body.home article .m-racetrack .track .number.num-1 {
    background-image: url(images/SVG/Block1.svg)
}
body.home article .m-racetrack .track .number.num-2 {
    background-image: url(images/SVG/Block2.svg)
}
body.home article .m-racetrack .track .number.num-3 {
    background-image: url(images/SVG/Block3.svg)
}
body.home article .m-racetrack .track .number.num-4 {
    background-image: url(images/SVG/Block4.svg)
}
body.home article .m-racetrack .track .number.num-5 {
    background-image: url(images/SVG/Block5.svg)
}
body.home article .m-racetrack .track .number.num-6 {
    background-image: url(images/SVG/Block6.svg)
}
body.home article .m-racetrack span {
    color: rgba(255, 255, 255, .5);
    font-family: system-font;
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    width: 230px;
    top: 245px;
    height: calc(15vw - 13px);
    line-height: calc(15vw - 13px);
    -webkit-transform: rotate(90deg) translateY(2%);
    transform: rotate(90deg) translateY(2%);
    left: -70px
}
body.home article .m-racetrack span.letter {
    position: absolute;
    right: 0;
    left: auto;
    display: block;
    height: 84px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    top: -2px;
    font-size: 50px;
    left: 0;
    top: calc(100% - 188px);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
body.home article .m-racetrack span.letter:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    left: 50%;
    border-top: 5px solid rgba(255, 255, 255, .5);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0
}
body.home article .m-racetrack .go-container {
    width: 350px;
    height: 275px;
    padding-top: 20px;
    position: absolute;
    top: 44%;
    left: 50%;
    background: #000;
    border-radius: 5px;
    z-index: 99;
    border: 5px solid #69c0a2;
    box-shadow: 0 0 0 10px #000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
body.home article .m-racetrack .go-container p {
    font-family: system-font;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}
body.home article .m-racetrack .go-container img.go {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 40%;
    cursor: Pointer;
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}
body.home article .m-racetrack .go-container img.go:Hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
body.home .info {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
    background: -webkit-linear-gradient(top, #80c349, #80c349 50%, #9dc457 50%, #9dc457);
    background: linear-gradient(to bottom, #80c349, #80c349 50%, #9dc457 50%, #9dc457);
    background-size: 100% 150px
}
body.home .info .lane-info-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 300px;
    background: #000;
    border-radius: 25px;
    border: 5px solid #69c0a2;
    box-shadow: 0 0 0 20px #000
}
body.home .info .lane-info-container ul.col {
    width: 50%;
    display: inline-block;
    color: #fff;
    list-style-type: none
}
body.home .info .lane-info-container ul.col:nth-of-type(2) {
    float: right
}
body.home .info .lane-info-container ul.col li {
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
    width: 90%;
    margin-left: 5%;
    font-size: 28px;
    font-family: system-font;
    margin-bottom: 0
}
body.home .info .lane-info-container ul.col li:nth-of-type(2) {
    border-top: 5px dashed #fff
}
body.home .info .lane-info-container ul.col li:nth-of-type(3) {
    border-top: 5px dashed #fff
}
body.home .info .lane-info-container ul.col li h3 {
    display: inline-block;
    color: #fedc32;
    font-size: 50px;
    margin-left: 30px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    font-weight: 200
}
body.home .info .other-info-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 300px;
    background: #000;
    border-radius: 25px;
    border: 5px solid #69c0a2;
    box-shadow: 0 0 0 20px #000;
    display: none;
    position: relative
}
body.home .info .other-info-container:After {
    content: "";
    position: absolute;
    top: calc(100% + 25px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    height: 50px;
    background: url(images/SVG/LeaderboardLegs.svg);
    background-size: cover
}
body.home .info .other-info-container ul.tabs-container {
    border-radius: 19px 19px 0 0;
    width: 100%;
    list-style-type: none;
    height: 60px;
    border-bottom: 5px solid #69c0a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}
body.home .info .other-info-container ul.tabs-container li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 60px;
    vertical-align: top;
    line-height: 55px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: system-font;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    overflow: hidden;
    cursor: Pointer
}
body.home .info .other-info-container ul.tabs-container li:Hover {
    border-left: 5px solid #69c0a2;
    border-right: 5px solid #69c0a2;
    border-bottom: 5px solid #69c0a2;
    background: #7d7d7d;
    color: #fedc32
}
body.home .info .other-info-container ul.tabs-container li.active {
    border-left: 5px solid #69c0a2;
    border-right: 5px solid #69c0a2;
    border-bottom: 5px solid #69c0a2;
    background: #7d7d7d;
    color: #fedc32
}
body.home .info .other-info-container ul.tabs-container li:first-of-type:Hover {
    border-radius: 20px 0 0 0;
    border-left: 0 solid transparent;
    padding-left: 5px
}
body.home .info .other-info-container ul.tabs-container li:first-of-type.active {
    border-radius: 20px 0 0 0;
    border-left: 0 solid transparent;
    padding-left: 5px
}
body.home .info .other-info-container ul.tabs-container li:last-of-type:Hover {
    border-radius: 0 20px 0 0;
    border-right: 0 solid transparent;
    padding-right: 5px
}
body.home .info .other-info-container ul.tabs-container li:last-of-type.active {
    border-radius: 0 20px 0 0;
    border-right: 0 solid transparent;
    padding-right: 5px
}
body.home .info .other-info-container .content {
    display: none;
    color: #fff;
    position: relative
}
body.home .info .other-info-container .content.active {
    display: block
}
body.home .info .other-info-container .content .first-section {
    width: 100%;
    border-bottom: 5px dashed #fff
}
body.home .info .other-info-container .content .first-section .section {
    display: inline-block;
    height: 125px;
    line-height: 125px;
    width: 30%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-font;
    font-size: 35px
}
body.home .info .other-info-container .content .first-section .number {
    position: relative
}
body.home .info .other-info-container .content .first-section .number.winner:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 150px;
    width: 100px;
    height: 105px;
    background-size: contain;
    background-image: url(images/SVG/trophy.svg);
    background-repeat: no-repeat
}
body.home .info .other-info-container .content .first-section .title {
    color: #fedc32;
    width: 20%;
    text-align: center
}
body.home .info .other-info-container .content .first-section .finish {
    width: 49%;
    font-size: 35px;
    text-align: right
}
body.home .info .other-info-container .content .first-section .finish span {
    color: #fedc32;
    font-size: 60px
}
body.home .info .other-info-container .content .first-section .finish span.smaller {
    font-size: 24px
}
body.home .info .other-info-container .content .first-section .finish span.smaller i {
    font-size: 24px
}
body.home .info .other-info-container .content .first-section .finish span i {
    font-style: normal;
    font-size: 30px
}
body.home .info .other-info-container .content .second-section {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-family: system-font;
    font-size: 32px
}
body.home .info .other-info-container .content .second-section span {
    color: #69c0a2;
    font-size: 60px
}
body.home .info .other-info-container .content .second-section span i {
    font-style: normal;
    font-size: 30px
}
body.home .info .info-section {
    margin-top: 70px;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    color: #7d7d7d;
    font-family: Roboto, sans-serif;
    display: none
}
body.home .info .info-section .info-content {
    display: inline-block;
    vertical-align: top;
    width: 65%
}
body.home .info .info-section .info-content h3 {
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #d7d7d7
}
body.home .info .info-section .info-content p {
    font-size: 18px;
    margin-bottom: 0
}
body.home .info .info-section .info-image {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    margin-top: 50px;
    float: right;
    height: 175px;
    background-size: cover;
    background-position: center center
}
body.home .info .info-section .info-image img {
    display: none;
    width: 100%;
    height: auto
}
body.home .embed-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}
body.home .embed-container span {
    color: #fff;
    font-family: system-font;
    font-size: 20px;
    cursor: pointer
}
body.home .embed-container span:hover {
    text-decoration: none
}
body.home .embed-container span:hover span {
    text-decoration: underline
}
@media (max-width: 1024px) {
    body.home article .crowd:before {
        height: 15vw;
        width: 49vw;
        left: 100px
    }
    body.home article .racetrack .track {
        width: calc(100% - 400px)
    }
    body.home article .racetrack .track:before {
        width: 200px
    }
    body.home article .racetrack .track:after {
        width: 200px
    }
    body.home .info .other-info-container .content .first-section .finish,
    body.home .info .other-info-container .content .first-section .section {
        font-size: 24px
    }
    body.home .info .other-info-container .content .first-section .finish span {
        font-size: 45px
    }
    body.home .info .other-info-container .content .first-section .finish span.smaller {
        font-size: 20px
    }
    body.home .info .other-info-container .content .second-section {
        font-size: 28px
    }
    body.home .info .other-info-container .content .second-section span {
        font-size: 45px
    }
}
@media (max-width: 965px) {
    body.home .info .other-info-container:After {
        width: 75%
    }
}
@media (max-width: 930px) {
    body.home article .racetrack .track {
        width: calc(100% - 300px)
    }
    body.home article .racetrack .track:before {
        width: 150px
    }
    body.home article .racetrack .track:after {
        width: 150px
    }
    body.home article .racetrack .track .number {
        display: none
    }
    body.home .info .lane-info-container ul.col li {
        font-size: 24px
    }
    body.home .info .lane-info-container ul.col li h3 {
        font-size: 35px
    }
}
@media (max-width: 875px) {
    body.home .info .other-info-container {
        height: auto
    }
    body.home .info .other-info-container .content .first-section .finish,
    body.home .info .other-info-container .content .first-section .section,
    body.home .info .other-info-container .content .first-section .title {
        font-size: 45px;
        display: block;
        width: 100%;
        text-align: center
    }
    body.home .info .other-info-container .content .first-section .number:after {
        left: 0!important
    }
    body.home .info .other-info-container .content .second-section {
        height: auto;
        line-height: auto;
        padding-top: 20px
    }
}
@media (max-width: 768px) {
    .runner.runner-5g .winner-trophy {
        display: none!important
    }
    body.home article .crowd {
        height: 175px;
        background-size: cover
    }
    body.home .info .lane-info-container,
    body.home .info .other-info-container {
        width: 100%;
        height: auto
    }
    body.home .info .lane-info-container ul.col,
    body.home .info .other-info-container ul.col {
        display: block;
        width: 100%;
        float: none!important;
        margin-bottom: 0
    }
    body.home .info .lane-info-container ul.col:nth-of-type(2) li:first-of-type,
    body.home .info .other-info-container ul.col:nth-of-type(2) li:first-of-type {
        border-top: 5px dashed #fff
    }
    body.home .info .lane-info-container {
        display: none
    }
    body.home .info .m-other-info-container {
        display: block;
        background: 0 0;
        box-shadow: none;
        border: none
    }
    body.home .info .m-other-info-container ul.tabs-container {
        border-bottom: none;
        border-radius: 0;
        display: block;
        height: auto
    }
    body.home .info .m-other-info-container ul.tabs-container li {
        height: 60px;
        margin-bottom: 0;
        color: #fff;
        font-size: 28px;
        font-family: system-font;
        overflow: hidden;
        cursor: Pointer;
        display: block;
        width: 100%;
        background: #000;
        margin-bottom: 20px;
        border-radius: 15px;
        text-align: left;
        border: 10px solid #000;
        position: relative
    }
    body.home .info .m-other-info-container ul.tabs-container li:after {
        content: "►";
        position: absolute;
        top: 0;
        right: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #69c0a2
    }
    body.home .info .m-other-info-container ul.tabs-container li.active {
        padding: 20px;
        padding-top: 60px;
        background: #000;
        border: 10px solid #69c0a2;
        border-radius: 20px;
        height: auto
    }
    body.home .info .m-other-info-container ul.tabs-container li.active:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    body.home .info .m-other-info-container ul.tabs-container li.active span.name {
        display: none
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section {
        text-align: center;
        font-size: 21px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.number {
        font-size: 35px;
        position: absolute;
        top: 15px;
        left: 15px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.title {
        color: #fedc32;
        display: block;
        width: calc(100%);
        text-align: center;
        font-size: 45px;
        border-bottom: 5px dashed #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.title.winner:before {
        position: absolute;
        content: "";
        top: -50px;
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        background-size: contain;
        background-image: url(images/SVG/trophy.svg);
        background-repeat: no-repeat
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.finish span.yellow {
        color: #fedc32;
        font-size: 42px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.finish span.yellow i {
        font-style: normal;
        font-size: 24px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .second-section {
        display: block;
        width: 100%;
        text-align: center
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .second-section span {
        color: #69c0a2;
        font-size: 42px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .second-section span i {
        font-style: normal;
        font-size: 24px
    }
    body.home .info .m-other-info-container ul.tabs-container .info-section {
        display: none;
        margin-bottom: 50px;
        margin-top: 50px;
        position: relative
    }
    body.home .info .m-other-info-container ul.tabs-container .info-section:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 30px;
        width: 60px;
        height: 50px;
        background: url(images/SVG/LeaderboardLegs.svg);
        background-size: cover
    }
    body.home .info .m-other-info-container ul.tabs-container .info-section:after {
        content: "";
        position: absolute;
        top: -50px;
        right: 30px;
        width: 60px;
        height: 50px;
        background: url(images/SVG/LeaderboardLegs.svg);
        background-size: cover
    }
    body.home .info .m-other-info-container ul.tabs-container .info-section .info-image {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-left: 0;
        margin-top: 0;
        float: none;
        height: 0;
        padding-top: 100%;
        float: none
    }
    body.home .info .m-other-info-container ul.tabs-container .info-section .info-content {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-top: 10px
    }
    body.home .info .m-other-info-container:after {
        display: none
    }
}
@media (max-width: 660px) {
    body.home article .sky {
        height: 345px
    }
    header .share-section {
        top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
        right: 0
    }
    header .share-section .logo {
        width: 175px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px
    }
}
@media (max-width: 620px) {
    body.home article .m-racetrack span {
        -webkit-transform: rotate(90deg) translateY(10%);
        transform: rotate(90deg) translateY(10%)
    }
    body.home article .m-racetrack span.letter {
        height: calc(15vw - 23px);
        width: calc(15vw - 23px);
        line-height: calc(15vw - 23px);
        font-size: 7vw;
        top: calc(100% - 160px)
    }
    body.home article .m-racetrack span.letter:before {
        display: none
    }
}
@media (max-width: 580px) {
    body.home article .m-racetrack span {
        -webkit-transform: rotate(90deg) translateY(15%);
        transform: rotate(90deg) translateY(15%)
    }
    body.home article .m-racetrack .track:before {
        top: 26vw
    }
    body.home article .m-racetrack .track .number {
        width: calc(100% - 10px);
        height: 1px;
        padding-top: 100%
    }
    body.home .info {
        padding-top: 100px
    }
}
@media (max-width: 530px) {
    body.home article .m-racetrack .runner {
        top: 60px
    }
    body.home article .m-racetrack span {
        -webkit-transform: rotate(90deg) translateY(25%);
        transform: rotate(90deg) translateY(25%)
    }
}
@media (max-width: 480px) {
    body.home article .crowd:before {
        height: 21vw;
        width: 66vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    body.home article .m-racetrack span {
        font-size: 6vw;
        -webkit-transform: rotate(90deg) translateY(35%);
        transform: rotate(90deg) translateY(35%)
    }
}
@media (max-width: 430px) {
    body.home article .m-racetrack .track {
        width: calc(13vw + 5px);
        margin-left: 0;
        margin-right: 0
    }
    body.home article .m-racetrack .track .runner {
        width: calc(13vw + 0px)!important;
        height: calc(13vw + 0px)!important;
        top: 60px;
        margin-left: 3px
    }
    body.home article .m-racetrack .track:before {
        top: 28vw
    }
    body.home article .m-racetrack span {
        top: 260px;
        font-size: 6vw;
        -webkit-transform: rotate(90deg) translateY(30%);
        transform: rotate(90deg) translateY(30%)
    }
    body.home article .m-racetrack span.letter {
        height: calc(12vw);
        width: calc(12vw)
    }
    body.home article .m-racetrack .go-container {
        width: 90%;
        height: 100px;
        padding-top: 15px
    }
    body.home article .m-racetrack .go-container p {
        font-size: 21px;
        display: inline-block;
        float: left;
        width: 75%
    }
    body.home article .m-racetrack .go-container img.go {
        margin-top: 5px;
        width: 20%
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.title {
        font-size: 32px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.finish span.yellow {
        color: #fedc32;
        font-size: 32px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .section.finish span.yellow i {
        font-style: normal;
        font-size: 24px
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .second-section {
        line-height: 1.2
    }
    body.home .info .m-other-info-container ul.tabs-container li.active .second-section span {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 32px
    }
}
@media (max-width: 430px) {
    body.home article .m-racetrack .track:before {
        top: 25vw
    }
}
@media (max-width: 400px) {
    body.home article .m-racetrack .track span.letter {
        top: calc(100% - 145px)
    }
}
@media (max-width: 390px) {
    body.home article .m-racetrack span {
        top: 220px;
        -webkit-transform: rotate(90deg) translateY(45%);
        transform: rotate(90deg) translateY(45%)
    }
    body.home article .m-racetrack .track:before {
        top: 100px
    }
}
@media (max-width: 375px) {
    body.home article .m-racetrack span {
        -webkit-transform: rotate(90deg) translateY(60%);
        transform: rotate(90deg) translateY(60%)
    }
}
@media (max-width: 330px) {
    body.home article .m-racetrack span {
        -webkit-transform: rotate(90deg) translateY(75%);
        transform: rotate(90deg) translateY(75%)
    }
}
@media (max-width: 320px) {
    body.home article .m-racetrack {
        padding-left: 3.2%
    }
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container::after {
    clear: both;
    content: "";
    display: table
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .container::after {
        clear: both;
        content: "";
        display: table
    }
}
.mobile-show {
    display: none
}
h1 {
    font-size: 36px;
    line-height: 35px;
    font-weight: 700
}
h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700
}
h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700
}
h4 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700
}
h5 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700
}
h6 {
    font-size: 16px;
    line-height: 35px;
    font-weight: 700
}
p {
    font-size: 16px;
    font-weight: 300
}
a {
    font-size: 16px;
    text-decoration: none
}
a:Hover {
    text-decoration: underline
}
.button,
button,
button:active,
input[type=button] .button:active,
input[type=button]:active,
input[type=reset],
input[type=reset]:active,
input[type=submit],
input[type=submit]:active {
    background: #000;
    color: #fff
}
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover .button:focus,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background: #000;
    color: #fff
}
.button.secondary,
button.secondary,
button.secondary:active,
input[type=button].secondary .button.secondary:active,
input[type=button].secondary:active,
input[type=reset].secondary,
input[type=reset].secondary:active,
input[type=submit].secondary,
input[type=submit].secondary:active {
    background: #000;
    color: #fff
}
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input[type=button].secondary:focus,
input[type=button].secondary:hover .button.secondary:focus,
input[type=reset].secondary:focus,
input[type=reset].secondary:hover,
input[type=submit].secondary:focus,
input[type=submit].secondary:hover {
    background: #000;
    color: #fff
}
.button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
    background: #000;
    color: #fff
}
.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    padding: 20px 40px
}
.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
    padding: 10px 20px
}
section {
    display: block;
    background-size: contain;
    position: relative
}
.starter {
    background-image: url(images/runners/starter.png);
    position: absolute;
    left: 307px;
    bottom: -111px;
    border: 1px solid transparent;
    width: 118px;
    height: 143px;
    background-size: 675px;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 99
}
.starter.shooting {
    -webkit-animation: shooting 1.5s 0s steps(1);
    animation: shooting 1.5s 0s steps(1);
    -webkit-animation-name: shooting;
    animation-name: shooting;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.starter.click {
    background-image: url(images/runners/Starter_gunSpeech.png);
    width: 435px;
    background-size: 430px
}
.runner {
    position: absolute;
    left: -85px;
    width: 151px;
    height: 80px;
    bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 99;
    display: block
}
.runner.running {
    -webkit-animation: running .5s 0s steps(1) infinite;
    animation: running .5s 0s steps(1) infinite;
    height: 151px;
    width: 81px;
    background-position: -130px -4px;
    background-size: 788px;
    -webkit-animation-name: running;
    animation-name: running
}
.runner.blocks {
    left: -85px;
    width: 110px;
    height: 80px;
    bottom: 15px;
    background-size: 725px;
    background-position: 3px -57px
}
.runner.standing {
    height: 151px;
    width: 81px;
    background-position: -119px -4px;
    background-size: 782px
}
.runner.runner-3g {
    background-image: url(images/runners/3g.png)
}
.runner.runner-3g.blocks {
    background-position: 3px -44px
}
.runner.runner-4g-lte {
    background-image: url(images/runners/4g.png)
}
.runner.runner-4g-lte.blocks {
    background-position: 3px -63px
}
.runner.runner-4g-lte.standing {
    background-position: -130px -4px
}
.runner.runner-5g {
    background-image: url(images/runners/5g.png)
}
.runner.runner-5g.winner {
    width: 124px;
    height: 151px;
    background-size: 1020px;
    background-size: 0
}
.runner.runner-5g .winner-trophy {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/runners/5g_winner.png);
    background-repeat: no-repeat;
    width: 124px;
    height: 151px;
    background-size: 1020px;
    border: 1px solid transparent;
    -webkit-animation: winner 1s 0s steps(1) infinite;
    animation: winner 1s 0s steps(1) infinite;
    -webkit-animation-name: winner;
    animation-name: winner
}
.runner.runner-5g .winner-trophy:after {
    content: "";
    position: absolute;
    top: -75px;
    left: 55px;
    width: 100%;
    height: 150%;
    background-image: url(images/runners/5g_streamers.svg);
    background-size: 390px;
    background-repeat: no-repeat;
    -webkit-animation: streamers 1s 0s steps(1) infinite;
    animation: streamers 1s 0s steps(1) infinite;
    -webkit-animation-name: streamers;
    animation-name: streamers
}
.runner.runner-5g .winner-trophy:before {
    content: "";
    position: absolute;
    top: -75px;
    left: -55px;
    width: 100%;
    height: 150%;
    background-image: url(images/runners/5g_streamers.svg);
    background-size: 390px;
    background-repeat: no-repeat;
    -webkit-animation: streamers2 1s 0s steps(1) infinite;
    animation: streamers2 1s 0s steps(1) infinite;
    -webkit-animation-name: streamers2;
    animation-name: streamers2
}
.runner.runner-dial-up {
    background-size: 489px;
    height: 115px;
    width: 165px;
    background-position: 0 0;
    background-image: url(images/runners/dialup.png)
}
.runner.runner-dial-up.falling {
    background-position: 0 0;
    -webkit-animation: falling 1.5s 0s step-end 1;
    animation: falling 1.5s 0s step-end 1;
    -webkit-animation-name: falling;
    animation-name: falling;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.runner.runner-dial-up.fallen {
    background-position: -326px 0
}
.runner.runner-broadband {
    background-image: url(images/runners/broadband.png)
}
.runner.runner-fibre-optic {
    background-image: url(images/runners/fibre-optic.png)
}
@-webkit-keyframes running {
    0% {
        background-position: -119px -4px
    }
    20% {
        background-position: -237px -4px
    }
    40% {
        background-position: -356px 1px
    }
    60% {
        background-position: -475px 1px
    }
    80% {
        background-position: -594px 1px
    }
    100% {
        background-position: -713px 1px
    }
}
@keyframes running {
    0% {
        background-position: -119px -4px
    }
    20% {
        background-position: -237px -4px
    }
    40% {
        background-position: -356px 1px
    }
    60% {
        background-position: -475px 1px
    }
    80% {
        background-position: -594px 1px
    }
    100% {
        background-position: -713px 1px
    }
}
@-webkit-keyframes shooting {
    0% {
        background-position: 0 0
    }
    20% {
        background-position: -118px 0
    }
    40% {
        background-position: -235px 0
    }
    60% {
        background-position: -352px 0
    }
    80% {
        background-position: -470px 0
    }
    100% {
        background-position: -589px 0
    }
}
@keyframes shooting {
    0% {
        background-position: 0 0
    }
    20% {
        background-position: -118px 0
    }
    40% {
        background-position: -235px 0
    }
    60% {
        background-position: -352px 0
    }
    80% {
        background-position: -470px 0
    }
    100% {
        background-position: -589px 0
    }
}
@-webkit-keyframes falling {
    10% {
        background-position: 0 0
    }
    50% {
        background-position: -159px 0;
        margin-left: 20px
    }
    100% {
        background-position: -326px 0;
        margin-left: 20px
    }
}
@keyframes falling {
    10% {
        background-position: 0 0
    }
    50% {
        background-position: -159px 0;
        margin-left: 20px
    }
    100% {
        background-position: -326px 0;
        margin-left: 20px
    }
}
@-webkit-keyframes winner {
    0% {
        background-position: 0 0
    }
    15% {
        background-position: -130px 0
    }
    30% {
        background-position: -260px 0
    }
    45% {
        background-position: -389px 0
    }
    60% {
        background-position: -518px 0
    }
    75% {
        background-position: -647px 0
    }
    90% {
        background-position: -776px 0
    }
    100% {
        background-position: -905px 0
    }
}
@keyframes winner {
    0% {
        background-position: 0 0
    }
    15% {
        background-position: -130px 0
    }
    30% {
        background-position: -260px 0
    }
    45% {
        background-position: -389px 0
    }
    60% {
        background-position: -518px 0
    }
    75% {
        background-position: -647px 0
    }
    90% {
        background-position: -776px 0
    }
    100% {
        background-position: -905px 0
    }
}
@-webkit-keyframes streamers {
    0% {
        background-position: 0 0
    }
    10% {
        background-position: -135px 30%
    }
    20% {
        background-position: -135px 50%
    }
    30% {
        background-position: -265px 70%
    }
    40% {
        background-position: -265px 90%
    }
    50% {
        background-position: 0 110%
    }
    60% {
        background-position: -135px 130%
    }
    70% {
        background-position: -135px 150%
    }
    80% {
        background-position: -265px 170%
    }
    90% {
        background-position: -265px 190%
    }
    100% {
        background-position: 0 220%
    }
}
@keyframes streamers {
    0% {
        background-position: 0 0
    }
    10% {
        background-position: -135px 30%
    }
    20% {
        background-position: -135px 50%
    }
    30% {
        background-position: -265px 70%
    }
    40% {
        background-position: -265px 90%
    }
    50% {
        background-position: 0 110%
    }
    60% {
        background-position: -135px 130%
    }
    70% {
        background-position: -135px 150%
    }
    80% {
        background-position: -265px 170%
    }
    90% {
        background-position: -265px 190%
    }
    100% {
        background-position: 0 220%
    }
}
@-webkit-keyframes streamers2 {
    0% {
        background-position: 0 0
    }
    10% {
        background-position: -135px 30%
    }
    20% {
        background-position: -135px 50%
    }
    30% {
        background-position: -265px 70%
    }
    40% {
        background-position: -265px 90%
    }
    50% {
        background-position: 0 110%
    }
    60% {
        background-position: -135px 130%
    }
    70% {
        background-position: -135px 150%
    }
    80% {
        background-position: -265px 190%
    }
    90% {
        background-position: -265px 190%
    }
    100% {
        background-position: 0 220%
    }
}
@keyframes streamers2 {
    0% {
        background-position: 0 0
    }
    10% {
        background-position: -135px 30%
    }
    20% {
        background-position: -135px 50%
    }
    30% {
        background-position: -265px 70%
    }
    40% {
        background-position: -265px 90%
    }
    50% {
        background-position: 0 110%
    }
    60% {
        background-position: -135px 130%
    }
    70% {
        background-position: -135px 150%
    }
    80% {
        background-position: -265px 190%
    }
    90% {
        background-position: -265px 190%
    }
    100% {
        background-position: 0 220%
    }
}
.embed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 999
}
.embed-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    opacity: 1;
    max-width: 95%;
    z-index: 99999;
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}
.embed-modal.gone {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-500%);
    transform: translateX(-50%) translateY(-500%)
}
.embed-modal .close-embed {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 40px;
    color: #d7d7d7;
    cursor: Pointer;
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}
.embed-modal .close-embed:Hover {
    color: #000
}
.embed-modal h2 {
    font-family: system-font
}
.embed-modal textarea {
    font-family: courier new;
    width: 100%;
    height: 150px;
    resize: vertical
}
.embed-modal span {
    font-family: Roboto, sans-serif;
    color: #7d7d7d;
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 10px
}
@media (max-width: 1024px) {
    .starter {
        left: 200px
    }
}
@media (max-width: 930px) {
    .runner.runner-5g.winner:after {
        left: 10px
    }
    .runner.runner-5g.winner:before {
        left: -25px
    }
    .starter {
        left: 100px
    }
}
@media (max-width: 768px) {
    .mobile-show {
        display: block
    }
    .desktop-show {
        display: none!important
    }
    .runner {
        position: absolute;
        left: -15px;
        width: calc(16vw)!important;
        box-sizing: border-box;
        height: 13vw!important;
        top: 67px;
        bottom: auto;
        background-size: contain!important;
        background-repeat: no-repeat;
        background-position: center center!important;
        cursor: pointer;
        z-index: 99;
        border-radius: 0;
        box-shadow: 0
    }
    .runner.running {
        -webkit-animation: none;
        animation: none
    }
    .runner.blocks {
        left: -15px;
        background-position: 0 0
    }
    .runner.standing {
        background-position: 0 0
    }
    .runner.runner-3g {
        background-image: url(images/runners/3g_mobile.svg)!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    .runner.runner-4g-lte {
        background-image: url(images/runners/4g_mobile.svg)!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    .runner.runner-5g {
        background-image: url(images/runners/5g_mobile.svg)!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    .runner.runner-5g.winner:after {
        content: "";
        position: absolute;
        top: -110px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        background-image: url(images/SVG/trophy.svg);
        background-size: contain;
        background-repeat: no-repeat
    }
    .runner.runner-dial-up {
        background-image: url(images/runners/dialup_mobile.svg)!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    .runner.runner-broadband {
        background-image: url(images/runners/broadband_mobile.svg)!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    .runner.runner-fibre-optic {
        background-image: url(images/runners/fibre-optic_mobile.svg)!important;
        -webkit-animation: none!important;
        animation: none!important
    }
}
@media (max-width: 560px) {
    .runner {
        left: -6px!important;
        width: calc(13vw)!important
    }
    .runner.block {
        left: -6px!important
    }
    .runner.runner-5g {
        background-image: url(images/runners/5g_mobile.svg)!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    .runner.runner-5g.winner:after {
        content: "";
        position: absolute;
        top: -80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 75px;
        height: 75px;
        background-image: url(images/SVG/trophy.svg);
        background-size: contain;
        background-repeat: no-repeat
    }
}
@media (max-width: 580px) {
    .starter {
        display: none
    }
}
body.ie10 header .links-container a.open.share a,
body.ie10 header .links-container div.open.share a {
    position: static!important
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: ""
}
.fa-music:before {
    content: ""
}
.fa-search:before {
    content: ""
}
.fa-envelope-o:before {
    content: ""
}
.fa-heart:before {
    content: ""
}
.fa-star:before {
    content: ""
}
.fa-star-o:before {
    content: ""
}
.fa-user:before {
    content: ""
}
.fa-film:before {
    content: ""
}
.fa-th-large:before {
    content: ""
}
.fa-th:before {
    content: ""
}
.fa-th-list:before {
    content: ""
}
.fa-check:before {
    content: ""
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}
.fa-search-plus:before {
    content: ""
}
.fa-search-minus:before {
    content: ""
}
.fa-power-off:before {
    content: ""
}
.fa-signal:before {
    content: ""
}
.fa-cog:before,
.fa-gear:before {
    content: ""
}
.fa-trash-o:before {
    content: ""
}
.fa-home:before {
    content: ""
}
.fa-file-o:before {
    content: ""
}
.fa-clock-o:before {
    content: ""
}
.fa-road:before {
    content: ""
}
.fa-download:before {
    content: ""
}
.fa-arrow-circle-o-down:before {
    content: ""
}
.fa-arrow-circle-o-up:before {
    content: ""
}
.fa-inbox:before {
    content: ""
}
.fa-play-circle-o:before {
    content: ""
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}
.fa-refresh:before {
    content: ""
}
.fa-list-alt:before {
    content: ""
}
.fa-lock:before {
    content: ""
}
.fa-flag:before {
    content: ""
}
.fa-headphones:before {
    content: ""
}
.fa-volume-off:before {
    content: ""
}
.fa-volume-down:before {
    content: ""
}
.fa-volume-up:before {
    content: ""
}
.fa-qrcode:before {
    content: ""
}
.fa-barcode:before {
    content: ""
}
.fa-tag:before {
    content: ""
}
.fa-tags:before {
    content: ""
}
.fa-book:before {
    content: ""
}
.fa-bookmark:before {
    content: ""
}
.fa-print:before {
    content: ""
}
.fa-camera:before {
    content: ""
}
.fa-font:before {
    content: ""
}
.fa-bold:before {
    content: ""
}
.fa-italic:before {
    content: ""
}
.fa-text-height:before {
    content: ""
}
.fa-text-width:before {
    content: ""
}
.fa-align-left:before {
    content: ""
}
.fa-align-center:before {
    content: ""
}
.fa-align-right:before {
    content: ""
}
.fa-align-justify:before {
    content: ""
}
.fa-list:before {
    content: ""
}
.fa-dedent:before,
.fa-outdent:before {
    content: ""
}
.fa-indent:before {
    content: ""
}
.fa-video-camera:before {
    content: ""
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}
.fa-pencil:before {
    content: ""
}
.fa-map-marker:before {
    content: ""
}
.fa-adjust:before {
    content: ""
}
.fa-tint:before {
    content: ""
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}
.fa-share-square-o:before {
    content: ""
}
.fa-check-square-o:before {
    content: ""
}
.fa-arrows:before {
    content: ""
}
.fa-step-backward:before {
    content: ""
}
.fa-fast-backward:before {
    content: ""
}
.fa-backward:before {
    content: ""
}
.fa-play:before {
    content: ""
}
.fa-pause:before {
    content: ""
}
.fa-stop:before {
    content: ""
}
.fa-forward:before {
    content: ""
}
.fa-fast-forward:before {
    content: ""
}
.fa-step-forward:before {
    content: ""
}
.fa-eject:before {
    content: ""
}
.fa-chevron-left:before {
    content: ""
}
.fa-chevron-right:before {
    content: ""
}
.fa-plus-circle:before {
    content: ""
}
.fa-minus-circle:before {
    content: ""
}
.fa-times-circle:before {
    content: ""
}
.fa-check-circle:before {
    content: ""
}
.fa-question-circle:before {
    content: ""
}
.fa-info-circle:before {
    content: ""
}
.fa-crosshairs:before {
    content: ""
}
.fa-times-circle-o:before {
    content: ""
}
.fa-check-circle-o:before {
    content: ""
}
.fa-ban:before {
    content: ""
}
.fa-arrow-left:before {
    content: ""
}
.fa-arrow-right:before {
    content: ""
}
.fa-arrow-up:before {
    content: ""
}
.fa-arrow-down:before {
    content: ""
}
.fa-mail-forward:before,
.fa-share:before {
    content: ""
}
.fa-expand:before {
    content: ""
}
.fa-compress:before {
    content: ""
}
.fa-plus:before {
    content: ""
}
.fa-minus:before {
    content: ""
}
.fa-asterisk:before {
    content: ""
}
.fa-exclamation-circle:before {
    content: ""
}
.fa-gift:before {
    content: ""
}
.fa-leaf:before {
    content: ""
}
.fa-fire:before {
    content: ""
}
.fa-eye:before {
    content: ""
}
.fa-eye-slash:before {
    content: ""
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}
.fa-plane:before {
    content: ""
}
.fa-calendar:before {
    content: ""
}
.fa-random:before {
    content: ""
}
.fa-comment:before {
    content: ""
}
.fa-magnet:before {
    content: ""
}
.fa-chevron-up:before {
    content: ""
}
.fa-chevron-down:before {
    content: ""
}
.fa-retweet:before {
    content: ""
}
.fa-shopping-cart:before {
    content: ""
}
.fa-folder:before {
    content: ""
}
.fa-folder-open:before {
    content: ""
}
.fa-arrows-v:before {
    content: ""
}
.fa-arrows-h:before {
    content: ""
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}
.fa-twitter-square:before {
    content: ""
}
.fa-facebook-square:before {
    content: ""
}
.fa-camera-retro:before {
    content: ""
}
.fa-key:before {
    content: ""
}
.fa-cogs:before,
.fa-gears:before {
    content: ""
}
.fa-comments:before {
    content: ""
}
.fa-thumbs-o-up:before {
    content: ""
}
.fa-thumbs-o-down:before {
    content: ""
}
.fa-star-half:before {
    content: ""
}
.fa-heart-o:before {
    content: ""
}
.fa-sign-out:before {
    content: ""
}
.fa-linkedin-square:before {
    content: ""
}
.fa-thumb-tack:before {
    content: ""
}
.fa-external-link:before {
    content: ""
}
.fa-sign-in:before {
    content: ""
}
.fa-trophy:before {
    content: ""
}
.fa-github-square:before {
    content: ""
}
.fa-upload:before {
    content: ""
}
.fa-lemon-o:before {
    content: ""
}
.fa-phone:before {
    content: ""
}
.fa-square-o:before {
    content: ""
}
.fa-bookmark-o:before {
    content: ""
}
.fa-phone-square:before {
    content: ""
}
.fa-twitter:before {
    content: ""
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}
.fa-github:before {
    content: ""
}
.fa-unlock:before {
    content: ""
}
.fa-credit-card:before {
    content: ""
}
.fa-feed:before,
.fa-rss:before {
    content: ""
}
.fa-hdd-o:before {
    content: ""
}
.fa-bullhorn:before {
    content: ""
}
.fa-bell:before {
    content: ""
}
.fa-certificate:before {
    content: ""
}
.fa-hand-o-right:before {
    content: ""
}
.fa-hand-o-left:before {
    content: ""
}
.fa-hand-o-up:before {
    content: ""
}
.fa-hand-o-down:before {
    content: ""
}
.fa-arrow-circle-left:before {
    content: ""
}
.fa-arrow-circle-right:before {
    content: ""
}
.fa-arrow-circle-up:before {
    content: ""
}
.fa-arrow-circle-down:before {
    content: ""
}
.fa-globe:before {
    content: ""
}
.fa-wrench:before {
    content: ""
}
.fa-tasks:before {
    content: ""
}
.fa-filter:before {
    content: ""
}
.fa-briefcase:before {
    content: ""
}
.fa-arrows-alt:before {
    content: ""
}
.fa-group:before,
.fa-users:before {
    content: ""
}
.fa-chain:before,
.fa-link:before {
    content: ""
}
.fa-cloud:before {
    content: ""
}
.fa-flask:before {
    content: ""
}
.fa-cut:before,
.fa-scissors:before {
    content: ""
}
.fa-copy:before,
.fa-files-o:before {
    content: ""
}
.fa-paperclip:before {
    content: ""
}
.fa-floppy-o:before,
.fa-save:before {
    content: ""
}
.fa-square:before {
    content: ""
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}
.fa-list-ul:before {
    content: ""
}
.fa-list-ol:before {
    content: ""
}
.fa-strikethrough:before {
    content: ""
}
.fa-underline:before {
    content: ""
}
.fa-table:before {
    content: ""
}
.fa-magic:before {
    content: ""
}
.fa-truck:before {
    content: ""
}
.fa-pinterest:before {
    content: ""
}
.fa-pinterest-square:before {
    content: ""
}
.fa-google-plus-square:before {
    content: ""
}
.fa-google-plus:before {
    content: ""
}
.fa-money:before {
    content: ""
}
.fa-caret-down:before {
    content: ""
}
.fa-caret-up:before {
    content: ""
}
.fa-caret-left:before {
    content: ""
}
.fa-caret-right:before {
    content: ""
}
.fa-columns:before {
    content: ""
}
.fa-sort:before,
.fa-unsorted:before {
    content: ""
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}
.fa-envelope:before {
    content: ""
}
.fa-linkedin:before {
    content: ""
}
.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}
.fa-gavel:before,
.fa-legal:before {
    content: ""
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}
.fa-comment-o:before {
    content: ""
}
.fa-comments-o:before {
    content: ""
}
.fa-bolt:before,
.fa-flash:before {
    content: ""
}
.fa-sitemap:before {
    content: ""
}
.fa-umbrella:before {
    content: ""
}
.fa-clipboard:before,
.fa-paste:before {
    content: ""
}
.fa-lightbulb-o:before {
    content: ""
}
.fa-exchange:before {
    content: ""
}
.fa-cloud-download:before {
    content: ""
}
.fa-cloud-upload:before {
    content: ""
}
.fa-user-md:before {
    content: ""
}
.fa-stethoscope:before {
    content: ""
}
.fa-suitcase:before {
    content: ""
}
.fa-bell-o:before {
    content: ""
}
.fa-coffee:before {
    content: ""
}
.fa-cutlery:before {
    content: ""
}
.fa-file-text-o:before {
    content: ""
}
.fa-building-o:before {
    content: ""
}
.fa-hospital-o:before {
    content: ""
}
.fa-ambulance:before {
    content: ""
}
.fa-medkit:before {
    content: ""
}
.fa-fighter-jet:before {
    content: ""
}
.fa-beer:before {
    content: ""
}
.fa-h-square:before {
    content: ""
}
.fa-plus-square:before {
    content: ""
}
.fa-angle-double-left:before {
    content: ""
}
.fa-angle-double-right:before {
    content: ""
}
.fa-angle-double-up:before {
    content: ""
}
.fa-angle-double-down:before {
    content: ""
}
.fa-angle-left:before {
    content: ""
}
.fa-angle-right:before {
    content: ""
}
.fa-angle-up:before {
    content: ""
}
.fa-angle-down:before {
    content: ""
}
.fa-desktop:before {
    content: ""
}
.fa-laptop:before {
    content: ""
}
.fa-tablet:before {
    content: ""
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}
.fa-circle-o:before {
    content: ""
}
.fa-quote-left:before {
    content: ""
}
.fa-quote-right:before {
    content: ""
}
.fa-spinner:before {
    content: ""
}
.fa-circle:before {
    content: ""
}
.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}
.fa-github-alt:before {
    content: ""
}
.fa-folder-o:before {
    content: ""
}
.fa-folder-open-o:before {
    content: ""
}
.fa-smile-o:before {
    content: ""
}
.fa-frown-o:before {
    content: ""
}
.fa-meh-o:before {
    content: ""
}
.fa-gamepad:before {
    content: ""
}
.fa-keyboard-o:before {
    content: ""
}
.fa-flag-o:before {
    content: ""
}
.fa-flag-checkered:before {
    content: ""
}
.fa-terminal:before {
    content: ""
}
.fa-code:before {
    content: ""
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}
.fa-location-arrow:before {
    content: ""
}
.fa-crop:before {
    content: ""
}
.fa-code-fork:before {
    content: ""
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}
.fa-question:before {
    content: ""
}
.fa-info:before {
    content: ""
}
.fa-exclamation:before {
    content: ""
}
.fa-superscript:before {
    content: ""
}
.fa-subscript:before {
    content: ""
}
.fa-eraser:before {
    content: ""
}
.fa-puzzle-piece:before {
    content: ""
}
.fa-microphone:before {
    content: ""
}
.fa-microphone-slash:before {
    content: ""
}
.fa-shield:before {
    content: ""
}
.fa-calendar-o:before {
    content: ""
}
.fa-fire-extinguisher:before {
    content: ""
}
.fa-rocket:before {
    content: ""
}
.fa-maxcdn:before {
    content: ""
}
.fa-chevron-circle-left:before {
    content: ""
}
.fa-chevron-circle-right:before {
    content: ""
}
.fa-chevron-circle-up:before {
    content: ""
}
.fa-chevron-circle-down:before {
    content: ""
}
.fa-html5:before {
    content: ""
}
.fa-css3:before {
    content: ""
}
.fa-anchor:before {
    content: ""
}
.fa-unlock-alt:before {
    content: ""
}
.fa-bullseye:before {
    content: ""
}
.fa-ellipsis-h:before {
    content: ""
}
.fa-ellipsis-v:before {
    content: ""
}
.fa-rss-square:before {
    content: ""
}
.fa-play-circle:before {
    content: ""
}
.fa-ticket:before {
    content: ""
}
.fa-minus-square:before {
    content: ""
}
.fa-minus-square-o:before {
    content: ""
}
.fa-level-up:before {
    content: ""
}
.fa-level-down:before {
    content: ""
}
.fa-check-square:before {
    content: ""
}
.fa-pencil-square:before {
    content: ""
}
.fa-external-link-square:before {
    content: ""
}
.fa-share-square:before {
    content: ""
}
.fa-compass:before {
    content: ""
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}
.fa-eur:before,
.fa-euro:before {
    content: ""
}
.fa-gbp:before {
    content: ""
}
.fa-dollar:before,
.fa-usd:before {
    content: ""
}
.fa-inr:before,
.fa-rupee:before {
    content: ""
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}
.fa-krw:before,
.fa-won:before {
    content: ""
}
.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}
.fa-file:before {
    content: ""
}
.fa-file-text:before {
    content: ""
}
.fa-sort-alpha-asc:before {
    content: ""
}
.fa-sort-alpha-desc:before {
    content: ""
}
.fa-sort-amount-asc:before {
    content: ""
}
.fa-sort-amount-desc:before {
    content: ""
}
.fa-sort-numeric-asc:before {
    content: ""
}
.fa-sort-numeric-desc:before {
    content: ""
}
.fa-thumbs-up:before {
    content: ""
}
.fa-thumbs-down:before {
    content: ""
}
.fa-youtube-square:before {
    content: ""
}
.fa-youtube:before {
    content: ""
}
.fa-xing:before {
    content: ""
}
.fa-xing-square:before {
    content: ""
}
.fa-youtube-play:before {
    content: ""
}
.fa-dropbox:before {
    content: ""
}
.fa-stack-overflow:before {
    content: ""
}
.fa-instagram:before {
    content: ""
}
.fa-flickr:before {
    content: ""
}
.fa-adn:before {
    content: ""
}
.fa-bitbucket:before {
    content: ""
}
.fa-bitbucket-square:before {
    content: ""
}
.fa-tumblr:before {
    content: ""
}
.fa-tumblr-square:before {
    content: ""
}
.fa-long-arrow-down:before {
    content: ""
}
.fa-long-arrow-up:before {
    content: ""
}
.fa-long-arrow-left:before {
    content: ""
}
.fa-long-arrow-right:before {
    content: ""
}
.fa-apple:before {
    content: ""
}
.fa-windows:before {
    content: ""
}
.fa-android:before {
    content: ""
}
.fa-linux:before {
    content: ""
}
.fa-dribbble:before {
    content: ""
}
.fa-skype:before {
    content: ""
}
.fa-foursquare:before {
    content: ""
}
.fa-trello:before {
    content: ""
}
.fa-female:before {
    content: ""
}
.fa-male:before {
    content: ""
}
.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}
.fa-sun-o:before {
    content: ""
}
.fa-moon-o:before {
    content: ""
}
.fa-archive:before {
    content: ""
}
.fa-bug:before {
    content: ""
}
.fa-vk:before {
    content: ""
}
.fa-weibo:before {
    content: ""
}
.fa-renren:before {
    content: ""
}
.fa-pagelines:before {
    content: ""
}
.fa-stack-exchange:before {
    content: ""
}
.fa-arrow-circle-o-right:before {
    content: ""
}
.fa-arrow-circle-o-left:before {
    content: ""
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}
.fa-dot-circle-o:before {
    content: ""
}
.fa-wheelchair:before {
    content: ""
}
.fa-vimeo-square:before {
    content: ""
}
.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}
.fa-plus-square-o:before {
    content: ""
}
.fa-space-shuttle:before {
    content: ""
}
.fa-slack:before {
    content: ""
}
.fa-envelope-square:before {
    content: ""
}
.fa-wordpress:before {
    content: ""
}
.fa-openid:before {
    content: ""
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}
.fa-yahoo:before {
    content: ""
}
.fa-google:before {
    content: ""
}
.fa-reddit:before {
    content: ""
}
.fa-reddit-square:before {
    content: ""
}
.fa-stumbleupon-circle:before {
    content: ""
}
.fa-stumbleupon:before {
    content: ""
}
.fa-delicious:before {
    content: ""
}
.fa-digg:before {
    content: ""
}
.fa-pied-piper-pp:before {
    content: ""
}
.fa-pied-piper-alt:before {
    content: ""
}
.fa-drupal:before {
    content: ""
}
.fa-joomla:before {
    content: ""
}
.fa-language:before {
    content: ""
}
.fa-fax:before {
    content: ""
}
.fa-building:before {
    content: ""
}
.fa-child:before {
    content: ""
}
.fa-paw:before {
    content: ""
}
.fa-spoon:before {
    content: ""
}
.fa-cube:before {
    content: ""
}
.fa-cubes:before {
    content: ""
}
.fa-behance:before {
    content: ""
}
.fa-behance-square:before {
    content: ""
}
.fa-steam:before {
    content: ""
}
.fa-steam-square:before {
    content: ""
}
.fa-recycle:before {
    content: ""
}
.fa-automobile:before,
.fa-car:before {
    content: ""
}
.fa-cab:before,
.fa-taxi:before {
    content: ""
}
.fa-tree:before {
    content: ""
}
.fa-spotify:before {
    content: ""
}
.fa-deviantart:before {
    content: ""
}
.fa-soundcloud:before {
    content: ""
}
.fa-database:before {
    content: ""
}
.fa-file-pdf-o:before {
    content: ""
}
.fa-file-word-o:before {
    content: ""
}
.fa-file-excel-o:before {
    content: ""
}
.fa-file-powerpoint-o:before {
    content: ""
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}
.fa-file-code-o:before {
    content: ""
}
.fa-vine:before {
    content: ""
}
.fa-codepen:before {
    content: ""
}
.fa-jsfiddle:before {
    content: ""
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}
.fa-circle-o-notch:before {
    content: ""
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}
.fa-empire:before,
.fa-ge:before {
    content: ""
}
.fa-git-square:before {
    content: ""
}
.fa-git:before {
    content: ""
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}
.fa-tencent-weibo:before {
    content: ""
}
.fa-qq:before {
    content: ""
}
.fa-wechat:before,
.fa-weixin:before {
    content: ""
}
.fa-paper-plane:before,
.fa-send:before {
    content: ""
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}
.fa-history:before {
    content: ""
}
.fa-circle-thin:before {
    content: ""
}
.fa-header:before {
    content: ""
}
.fa-paragraph:before {
    content: ""
}
.fa-sliders:before {
    content: ""
}
.fa-share-alt:before {
    content: ""
}
.fa-share-alt-square:before {
    content: ""
}
.fa-bomb:before {
    content: ""
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}
.fa-tty:before {
    content: ""
}
.fa-binoculars:before {
    content: ""
}
.fa-plug:before {
    content: ""
}
.fa-slideshare:before {
    content: ""
}
.fa-twitch:before {
    content: ""
}
.fa-yelp:before {
    content: ""
}
.fa-newspaper-o:before {
    content: ""
}
.fa-wifi:before {
    content: ""
}
.fa-calculator:before {
    content: ""
}
.fa-paypal:before {
    content: ""
}
.fa-google-wallet:before {
    content: ""
}
.fa-cc-visa:before {
    content: ""
}
.fa-cc-mastercard:before {
    content: ""
}
.fa-cc-discover:before {
    content: ""
}
.fa-cc-amex:before {
    content: ""
}
.fa-cc-paypal:before {
    content: ""
}
.fa-cc-stripe:before {
    content: ""
}
.fa-bell-slash:before {
    content: ""
}
.fa-bell-slash-o:before {
    content: ""
}
.fa-trash:before {
    content: ""
}
.fa-copyright:before {
    content: ""
}
.fa-at:before {
    content: ""
}
.fa-eyedropper:before {
    content: ""
}
.fa-paint-brush:before {
    content: ""
}
.fa-birthday-cake:before {
    content: ""
}
.fa-area-chart:before {
    content: ""
}
.fa-pie-chart:before {
    content: ""
}
.fa-line-chart:before {
    content: ""
}
.fa-lastfm:before {
    content: ""
}
.fa-lastfm-square:before {
    content: ""
}
.fa-toggle-off:before {
    content: ""
}
.fa-toggle-on:before {
    content: ""
}
.fa-bicycle:before {
    content: ""
}
.fa-bus:before {
    content: ""
}
.fa-ioxhost:before {
    content: ""
}
.fa-angellist:before {
    content: ""
}
.fa-cc:before {
    content: ""
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}
.fa-meanpath:before {
    content: ""
}
.fa-buysellads:before {
    content: ""
}
.fa-connectdevelop:before {
    content: ""
}
.fa-dashcube:before {
    content: ""
}
.fa-forumbee:before {
    content: ""
}
.fa-leanpub:before {
    content: ""
}
.fa-sellsy:before {
    content: ""
}
.fa-shirtsinbulk:before {
    content: ""
}
.fa-simplybuilt:before {
    content: ""
}
.fa-skyatlas:before {
    content: ""
}
.fa-cart-plus:before {
    content: ""
}
.fa-cart-arrow-down:before {
    content: ""
}
.fa-diamond:before {
    content: ""
}
.fa-ship:before {
    content: ""
}
.fa-user-secret:before {
    content: ""
}
.fa-motorcycle:before {
    content: ""
}
.fa-street-view:before {
    content: ""
}
.fa-heartbeat:before {
    content: ""
}
.fa-venus:before {
    content: ""
}
.fa-mars:before {
    content: ""
}
.fa-mercury:before {
    content: ""
}
.fa-intersex:before,
.fa-transgender:before {
    content: ""
}
.fa-transgender-alt:before {
    content: ""
}
.fa-venus-double:before {
    content: ""
}
.fa-mars-double:before {
    content: ""
}
.fa-venus-mars:before {
    content: ""
}
.fa-mars-stroke:before {
    content: ""
}
.fa-mars-stroke-v:before {
    content: ""
}
.fa-mars-stroke-h:before {
    content: ""
}
.fa-neuter:before {
    content: ""
}
.fa-genderless:before {
    content: ""
}
.fa-facebook-official:before {
    content: ""
}
.fa-pinterest-p:before {
    content: ""
}
.fa-whatsapp:before {
    content: ""
}
.fa-server:before {
    content: ""
}
.fa-user-plus:before {
    content: ""
}
.fa-user-times:before {
    content: ""
}
.fa-bed:before,
.fa-hotel:before {
    content: ""
}
.fa-viacoin:before {
    content: ""
}
.fa-train:before {
    content: ""
}
.fa-subway:before {
    content: ""
}
.fa-medium:before {
    content: ""
}
.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}
.fa-optin-monster:before {
    content: ""
}
.fa-opencart:before {
    content: ""
}
.fa-expeditedssl:before {
    content: ""
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}
.fa-mouse-pointer:before {
    content: ""
}
.fa-i-cursor:before {
    content: ""
}
.fa-object-group:before {
    content: ""
}
.fa-object-ungroup:before {
    content: ""
}
.fa-sticky-note:before {
    content: ""
}
.fa-sticky-note-o:before {
    content: ""
}
.fa-cc-jcb:before {
    content: ""
}
.fa-cc-diners-club:before {
    content: ""
}
.fa-clone:before {
    content: ""
}
.fa-balance-scale:before {
    content: ""
}
.fa-hourglass-o:before {
    content: ""
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}
.fa-hourglass:before {
    content: ""
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}
.fa-hand-scissors-o:before {
    content: ""
}
.fa-hand-lizard-o:before {
    content: ""
}
.fa-hand-spock-o:before {
    content: ""
}
.fa-hand-pointer-o:before {
    content: ""
}
.fa-hand-peace-o:before {
    content: ""
}
.fa-trademark:before {
    content: ""
}
.fa-registered:before {
    content: ""
}
.fa-creative-commons:before {
    content: ""
}
.fa-gg:before {
    content: ""
}
.fa-gg-circle:before {
    content: ""
}
.fa-tripadvisor:before {
    content: ""
}
.fa-odnoklassniki:before {
    content: ""
}
.fa-odnoklassniki-square:before {
    content: ""
}
.fa-get-pocket:before {
    content: ""
}
.fa-wikipedia-w:before {
    content: ""
}
.fa-safari:before {
    content: ""
}
.fa-chrome:before {
    content: ""
}
.fa-firefox:before {
    content: ""
}
.fa-opera:before {
    content: ""
}
.fa-internet-explorer:before {
    content: ""
}
.fa-television:before,
.fa-tv:before {
    content: ""
}
.fa-contao:before {
    content: ""
}
.fa-500px:before {
    content: ""
}
.fa-amazon:before {
    content: ""
}
.fa-calendar-plus-o:before {
    content: ""
}
.fa-calendar-minus-o:before {
    content: ""
}
.fa-calendar-times-o:before {
    content: ""
}
.fa-calendar-check-o:before {
    content: ""
}
.fa-industry:before {
    content: ""
}
.fa-map-pin:before {
    content: ""
}
.fa-map-signs:before {
    content: ""
}
.fa-map-o:before {
    content: ""
}
.fa-map:before {
    content: ""
}
.fa-commenting:before {
    content: ""
}
.fa-commenting-o:before {
    content: ""
}
.fa-houzz:before {
    content: ""
}
.fa-vimeo:before {
    content: ""
}
.fa-black-tie:before {
    content: ""
}
.fa-fonticons:before {
    content: ""
}
.fa-reddit-alien:before {
    content: ""
}
.fa-edge:before {
    content: ""
}
.fa-credit-card-alt:before {
    content: ""
}
.fa-codiepie:before {
    content: ""
}
.fa-modx:before {
    content: ""
}
.fa-fort-awesome:before {
    content: ""
}
.fa-usb:before {
    content: ""
}
.fa-product-hunt:before {
    content: ""
}
.fa-mixcloud:before {
    content: ""
}
.fa-scribd:before {
    content: ""
}
.fa-pause-circle:before {
    content: ""
}
.fa-pause-circle-o:before {
    content: ""
}
.fa-stop-circle:before {
    content: ""
}
.fa-stop-circle-o:before {
    content: ""
}
.fa-shopping-bag:before {
    content: ""
}
.fa-shopping-basket:before {
    content: ""
}
.fa-hashtag:before {
    content: ""
}
.fa-bluetooth:before {
    content: ""
}
.fa-bluetooth-b:before {
    content: ""
}
.fa-percent:before {
    content: ""
}
.fa-gitlab:before {
    content: ""
}
.fa-wpbeginner:before {
    content: ""
}
.fa-wpforms:before {
    content: ""
}
.fa-envira:before {
    content: ""
}
.fa-universal-access:before {
    content: ""
}
.fa-wheelchair-alt:before {
    content: ""
}
.fa-question-circle-o:before {
    content: ""
}
.fa-blind:before {
    content: ""
}
.fa-audio-description:before {
    content: ""
}
.fa-volume-control-phone:before {
    content: ""
}
.fa-braille:before {
    content: ""
}
.fa-assistive-listening-systems:before {
    content: ""
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}
.fa-glide:before {
    content: ""
}
.fa-glide-g:before {
    content: ""
}
.fa-sign-language:before,
.fa-signing:before {
    content: ""
}
.fa-low-vision:before {
    content: ""
}
.fa-viadeo:before {
    content: ""
}
.fa-viadeo-square:before {
    content: ""
}
.fa-snapchat:before {
    content: ""
}
.fa-snapchat-ghost:before {
    content: ""
}
.fa-snapchat-square:before {
    content: ""
}
.fa-pied-piper:before {
    content: ""
}
.fa-first-order:before {
    content: ""
}
.fa-yoast:before {
    content: ""
}
.fa-themeisle:before {
    content: ""
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}
.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}
.fa-handshake-o:before {
    content: ""
}
.fa-envelope-open:before {
    content: ""
}
.fa-envelope-open-o:before {
    content: ""
}
.fa-linode:before {
    content: ""
}
.fa-address-book:before {
    content: ""
}
.fa-address-book-o:before {
    content: ""
}
.fa-address-card:before,
.fa-vcard:before {
    content: ""
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}
.fa-user-circle:before {
    content: ""
}
.fa-user-circle-o:before {
    content: ""
}
.fa-user-o:before {
    content: ""
}
.fa-id-badge:before {
    content: ""
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}
.fa-quora:before {
    content: ""
}
.fa-free-code-camp:before {
    content: ""
}
.fa-telegram:before {
    content: ""
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}
.fa-shower:before {
    content: ""
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}
.fa-podcast:before {
    content: ""
}
.fa-window-maximize:before {
    content: ""
}
.fa-window-minimize:before {
    content: ""
}
.fa-window-restore:before {
    content: ""
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}
.fa-bandcamp:before {
    content: ""
}
.fa-grav:before {
    content: ""
}
.fa-etsy:before {
    content: ""
}
.fa-imdb:before {
    content: ""
}
.fa-ravelry:before {
    content: ""
}
.fa-eercast:before {
    content: ""
}
.fa-microchip:before {
    content: ""
}
.fa-snowflake-o:before {
    content: ""
}
.fa-superpowers:before {
    content: ""
}
.fa-wpexplorer:before {
    content: ""
}
.fa-meetup:before {
    content: ""
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
/*# sourceMappingURL=style.css.map */