/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic|Josefin+Slab:400,700,700italic";

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
    display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
    position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Expanded CSS Variables */
.splitting {
    /* The center word index */
    --word-center: calc((var(--word-total) - 1) / 2);
    /* The center character index */
    --char-center: calc((var(--char-total) - 1) / 2);
    /* The center character index */
    --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
    /* Pecent (0-1) of the word's position */
    --word-percent: calc(var(--word-index) / var(--word-total));
    /* Pecent (0-1) of the line's position */
    --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
    /* Percent (0-1) of the char's position */
    --char-percent: calc(var(--char-index) / var(--char-total));
    /* Offset from center, positive & negative */
    --char-offset: calc(var(--char-index) - var(--char-center));
    /* Absolute distance from center, only positive */
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    /* Distance from center where 1 is far left/far right, 0 is center */
    --distance-percent: calc((var(--distance) / var(--char-center)));
}

body {
    /*background: #3883D8;*/
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
    height: 100%;
}

/*h1,
h2,
h3,
h4 {
  font-family: "Josefin Slab", serif;
  font-weight: bold;
}

h1 {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}

h2 {
  font-size: 18px;
}

.noselect * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1;
}
*/
/*universal*/
.linebreak {
    display: block;
}

.align-center {
  text-align: center!important;
}

.margin {
  margin: 20px auto!important;
}

.margin-top {
  margin-top: 10px!important;
  margin-bottom: 0!important;
}

.margin-top-bottom {
  margin-top: 40px!important;
  margin-bottom: 40px!important;
}

.blue-link {
  color: #54c3f0!important;
  font-size: 1.1rem;
  text-decoration: underline!important;
  display: inline-block;
}

.font-black {
  color: #000000!important;
}

.font-gray {
  color: #666666!important;
}

.font-white {
  color: white!important;
}

.font-regular {
  font-size: 18px!important;
}

.font-lg {
  font-size: 2.2rem!important;
}

.font-italic {
    font-style: italic;
}

figure {
  text-align: center;
}

img.max-width {
  max-width: 400px!important;
  margin: auto;
}

img.max-width-s {
  max-width: 300px!important;
  margin: auto;;
}

.container {
    height: 100%;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 100%;
}

#content-wrapper {
    height: 100%;
    min-height: 500px;
    width: 100%;
}

.scroll-magic-section {
    height: 100%;
}

#pin {
    overflow: hidden;
    width: 100%;
}

#wipe {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    background: #2e639e;
}

#wipe h3 {
    color: white;
}

#second-wipe {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    background: #263f44;
}

#slide {
    height: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    background: #263f44;
}

#slide h3 {
    position: absolute;
    width: 100%;
    color: #ffffff;
}

#slide-dos {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    background: tan;
}

#unpin {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: #00b7c2;
}

/* Images compare main container */
.images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* Images compare front element */
.images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

/* Images compare back element */
.images-compare-after {
    pointer-events: none;
}

/* Responsive image settings */
.images-compare-before img,
.images-compare-after img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Separator (thin vertical blank line) */
.images-compare-separator {
    position: absolute;
    background: white;
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0;
}

/* Drag handle (circle) */
.images-compare-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    z-index: 3;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

/* Drag handle arrows */
.images-compare-left-arrow,
.images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

/* Label */
.images-compare-label {
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 999em;
    background-color: #2e639e;
    top: 10px;
    left: 10px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    pointer-events: none;
    display: none;
}

.images-compare-container .images-compare-label {
    display: inherit;
}

.images-compare-before .images-compare-label {
    left: 10px;
}

.images-compare-after .images-compare-label {
    left: auto;
    right: 10px;
}

#sub-nav {
    background: #eeeeee;
    color: #000;
    border-bottom: 1px solid #d8d9da;
    position: relative;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

#sub-nav .link {
    font-size: 1rem;
    letter-spacing: .02rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0 0;
    padding: 0 2rem;
    text-decoration: none;
}

#sub-nav .link .text {
    color: #000000;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 1rem;
}

#sub-nav .active:after {
    height: .25rem;
    width: 100%;
    margin-top: .5rem;
    background: #60cff6;
    content: "";
}

body#running {
    overflow-x: hidden;
}

body#running h5 {
    letter-spacing: .05rem;
    margin: 1rem 0;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 0.9rem;
}

body#running #hero {
    position: relative;
    display: block;
    width: 100%;
}

body#running #hero .hero-image-wrapper {
    min-height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

body#running #hero .hero-image-wrapper .text {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

body#running #hero .hero-image-wrapper .text h1 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0em;
}

body#running #hero .hero-image-wrapper .text h4 {
    font-size: 2.6vw;
    color: #ffffff;
}

body#running .real-sence {
    position: relative;
    min-height: 1150px;
    overflow: hidden;
}

body#running .real-sence .wrapper {
    background-color: #ffffff;
    padding: 200px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#running .real-sence .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#running .real-sence .wrapper .inner .white {
    color: #ffffff;
}

body#running .real-sence .wrapper .inner h2 {
    font-size: 2.6rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

body#running .real-sence .wrapper .inner p {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 30px;
}

body#running .real-sence .wrapper .inner img {
    max-width: 100%;
}

body#running .real-sence .wrapper .inner .video-container {
    margin: 0 auto;
    width: 100%;
}

body#running .real-sence .wrapper .inner .video-container video {
    max-width: 100%;
    margin: 0 auto;
}

body#running .real-sence .device {
    position: absolute;
    top: 58%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

body#running .real-sence .device .ipad-wrapper .ipad-image img {
    max-width: 1050px;
}

body#running .real-sence .device .ipad-wrapper .video-container {
    position: absolute;
    top: 40px;
    left: 75px;
    width: 100%;
    height: 100%;
}

body#running .real-sence .device .ipad-wrapper .video-container video {
    max-width: 650px;
}

body#running .real-sence .device-pad {
    position: absolute;
    top: 70%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body#running .real-sence .device-pad .pad-wrapper {
    position: relative;
}

body#running .real-sence .device-pad .pad-wrapper .pad-image img {
    max-width: 300px;
}

body#running .real-sence .device-pad .pad-wrapper .video-container {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 100%;
    height: 100%;
}

body#running .real-sence .device-pad .pad-wrapper .video-container video {
    max-width: 300px;
}

body#running .real-sence .note {
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

body#running .real-sence .note p {
    color: #000000;
    font-size: 1.2rem;
}

body#running .zwift-sec-1 {
    background: #4db6ac;
    margin-bottom: 100px;
    padding-top: 100px;
    overflow: hidden;
}

body#running .zwift-sec-1 .wrapper {
    position: relative;
}

body#running .zwift-sec-1 .wrapper .inner {
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#running .zwift-sec-1 .wrapper .inner h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

body#running .zwift-sec-1 .wrapper .inner p {
    text-align: left;
    font-size: 1.2rem;
    color: #ffffff;
}

body#running .zwift-sec-1 .wrapper .bc-image {
    background-size: cover;
    min-height: 1000px;
    background-position: bottom;
}

body#running .zwift-sec-1 .wrapper .hand {
    position: absolute;
    bottom: 0;
    left: 10%;
}

body#running .zwift-sec-1 .wrapper .hand .hand-wrapper {
    position: relative;
}

body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .hand-image img {
    max-width: 1400px;
}

body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .video-container {
    position: absolute;
    top: 242px;
    left: 375px;
    width: 100%;
    height: 100%;
}

body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .video-container video {
    max-width: 650px;
}

body#running .virtual-run-sec {
    padding-bottom: 100px;
}

body#running .virtual-run-sec .wrapper {
    position: relative;
}

body#running .virtual-run-sec .wrapper .inner {
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    text-align: center;
}

body#running .virtual-run-sec .wrapper .inner h2 {
    font-size: 2.6rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

body#running .virtual-run-sec .wrapper .inner p {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 100px;
}

body#running .virtual-run-sec .wrapper .inner img {
    max-width: 100%;
}

body#running .virtual-run-sec .wrapper .bc-image {
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

body#running .virtual-run-sec-1 {
    padding: 100px 0px;
    background: #4db6ac;
}

body#running .virtual-run-sec-1 .wrapper {
    position: relative;
}

body#running .virtual-run-sec-1 .wrapper .inner {
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    text-align: center;
}

body#running .virtual-run-sec-1 .wrapper .inner h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

body#running .virtual-run-sec-1 .wrapper .inner p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 100px;
}

body#running .virtual-run-sec-1 .wrapper .inner img {
    max-width: 100%;
}

body#running .virtual-run-sec-1 .wrapper .bc-image {
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

body#running .additonal-features-sec {
    background: #00867d;
    padding: 100px 0px;
}

body#running .additonal-features-sec .wrapper h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 15px;
}

body#running .additonal-features-sec .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#running .additonal-features-sec .wrapper .inner .feature-con {
    padding: 50px 0px;
}

body#running .additonal-features-sec .wrapper .inner .feature-con h3 {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

body#running .additonal-features-sec .wrapper .inner .feature-con p {
    font-size: 1.2rem;
    color: #ffffff;
    text-align: left;
}

body#running .additonal-features-sec .wrapper .inner .feature-con img {
    max-width: 100%;
    text-align: center;
}

body#running .additonal-features-sec .wrapper .inner .feature-con a {
    text-decoration: underline;
    color: #ffffff;
}

body#running .additonal-features-sec .wrapper .inner .feature-con .video-container {
    height: 50vh;
    min-height: 700px;
}

body#running .additonal-features-sec .wrapper .inner .feature-con .video-container video {
    max-width: 100%;
    min-height: 100%;
}

body#running .product-select {
    margin: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

body#running .product-select .wrapper {
    padding: 75px 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body#running .product-select .wrapper h2 {
    font-size: 2.6rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}

body#running .product-select .wrapper .inner {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body#running .product-select .wrapper .inner figure {
    padding: 0px 25px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

body#running .product-select .wrapper .inner figure img {
    max-width: 80%;
}

body#running .product-select .wrapper .inner figure h4 {
    color: #000000;
    font-size: 1.4rem;
}

body#running .product-select .wrapper .inner figure p {
    color: #000000;
    font-size: 1.2rem;
    min-height: 60px;
    padding: 10px;
}

body#workout {
    background-color: #0d497f;
}

body#workout h5 {
    letter-spacing: .05rem;
    padding: 1rem;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    font-size: 0.9rem;
    position: relative;
}

body#workout .hero {
    position: relative;
    display: block;
    width: 100%;
}

body#workout .hero .hero-image-wrapper {
    min-height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body#workout .hero .hero-image-wrapper .text {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

body#workout .hero .hero-image-wrapper .text h1 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #ffffff;
}

body#workout .hero .hero-image-wrapper .text h1 span {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    color: #ffffff;
}

body#workout .hero .hero-image-wrapper .text h4 {
    font-size: 2.6vw;
    color: #ffffff;
}

body#workout #pin {
    background-color: #0d497f;
    position: relative;
    overflow-x: hidden;
}

body#workout #pin img {
    width: 200px;
    height: 200px;
}

body#workout #pin h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    color: #EFEFEF;
    width: 90%;
}

body#workout #pin #wipe {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    background: #2e639e;
}

body#workout #pin #wipe .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-item: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#workout #pin #wipe .inner img {
    width: 200px;
    height: 200px;
    margin-top: -300px;
}

body#workout #pin #wipe .inner h3 {
    font-size: 80px;
    text-align: center;
    color: #ffffff;
}

body#workout #pin #second-wipe {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    background: #3476b2;
}

body#workout #pin #second-wipe .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-item: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#workout #pin #second-wipe .inner img {
    width: 200px;
    height: 200px;
    margin-top: -300px;
}

body#workout #pin #second-wipe .inner h3 {
    font-size: 80px;
    text-align: center;
    color: #ffffff;
}

body#workout #pin #slide {
    height: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    background-color: #0d497f;
}

body#workout #pin #slide .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-item: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#workout #pin #slide .inner img {
    width: 200px;
    height: 200px;
    margin-top: -300px;
}

body#workout #pin #slide .inner h3 {
    font-size: 80px;
    text-align: center;
    color: #ffffff;
}

body#workout .content-wrapper {
    background-color: #00b7c2;
}

body#workout .content-wrapper h3 {
    line-height: 1.2;
    font-weight: bold;
}

body#workout .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0d497f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    padding-bottom: 100px;
    width: 100%;
}

body#workout .product .img-wrapper {
    position: relative;
}

body#workout .product .img-wrapper .ui {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

body#workout .product .img-wrapper img {
    max-width: 100%;
    margin: 0 auto;
}

body#workout .product h2 {
    font-size: 2rem;
    color: #ffffff;
}

body#workout .heartrate {
    background-color: #2e639e;
    position: relative;
}

body#workout .heartrate img {
    max-width: 100%;
    margin: 0 auto;
}

body#workout .heartrate>div.txt {
    position: absolute;
    top: 80%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body#workout .heartrate>div.txt h3 {
    font-size: 2.6vw;
    color: #000000;
    line-height: 1.6;
}

body#workout .heartrate .purple {
    background-color: #2e639e;
}

body#workout .heartrate .purple .inner {
    text-align: center;
    padding: 100px 0px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#workout .heartrate .purple .inner h2 {
    font-size: 2.6rem;
    color: #ffffff;
    line-height: 1.6;
    padding-bottom: 20px;
}

body#workout .heartrate .purple .inner p {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .heartrate .purple .inner .txt {
    text-align: left;
    margin-top: 100px;
}

body#workout .heartrate .purple .inner .txt h3 {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .heartrate .purple .inner .txt p {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .heartrate .purple .inner img {
    max-width: 100%;
    margin: 0 auto;
}

body#workout .body-strength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body#workout .body-strength .wrapper {
    background-color: #2e639e;
}

body#workout .body-strength .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

body#workout .body-strength .wrapper .inner h2 {
    font-size: 2.6rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .body-strength .wrapper .inner .tabs-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    border-bottom: 1px solid #BDBDBD;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
    max-width: 1170px;
    z-index: 10;
}

body#workout .body-strength .wrapper .inner .tabs-header .border {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: auto;
    height: 3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

body#workout .body-strength .wrapper .inner .tabs-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    font-size: 1.2rem;
}

body#workout .body-strength .wrapper .inner .tabs-header li {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    list-style-type: none;
}

body#workout .body-strength .wrapper .inner .tabs-header li a {
    z-index: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    width: 100%;
    height: 100%;
    color: #BDBDBD;
    line-height: 2;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

body#workout .body-strength .wrapper .inner .tabs-header li.active a {
    color: #ffffff;
    font-weight: 600;
}

body#workout .body-strength .wrapper .inner .tabs-content {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

body#workout .body-strength .wrapper .inner .tabs-content>div {
    display: none;
}

body#workout .body-strength .wrapper .inner .tabs-content>div.active {
    display: block;
}

body#workout .body-strength .wrapper .inner .tabs-content .feature-con {
    max-width: 1170px;
    text-align: center;
    padding: 50px 0px;
    margin: 0 auto;
}

body#workout .body-strength .wrapper .inner .tabs-content .feature-con p {
    color: #ffffff;
    font-size: 1.2rem;
}

body#workout .body-strength .wrapper .inner .tabs-content .feature-con img {
    max-width: 100%;
}

body#workout .body-strength .wrapper .inner .tabs-content .zwift-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #eeeeee;
    margin: 100px 0px;
}

body#workout .body-strength .wrapper .inner .tabs-content .zwift-feature .bg-image {
    background-size: cover;
    background-position: center;
    min-width: calc(100%/2);
    min-height: 30vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body#workout .body-strength .wrapper .inner .tabs-content .zwift-feature .text {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 30vw;
    position: relative;
}

body#workout .body-strength .wrapper .inner .tabs-content .zwift-feature .text .center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2vw;
}

body#workout .body-strength .wrapper .inner .tabs-content .zwift-feature .text .center h2 {
    font-size: 2.6rem;
    color: #000000;
}

body#workout .body-strength .wrapper .inner .tabs-content .zwift-feature .text .center p {
    color: #000000;
    font-size: 1rem;
}

body#workout .body-strength .wrapper .inner .tabs-content .product-support {
    max-width: 1170px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

body#workout .body-strength .wrapper .inner .tabs-content .product-support h4 {
    color: #000000;
    font-size: 1.6rem;
}

body#workout .body-strength .wrapper .inner .tabs-content .product-support .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#workout .body-strength .wrapper .inner .tabs-content .product-support .product-wrapper figure {
    padding: 25px;
}

body#workout .body-strength .wrapper .inner .tabs-content .product-support .product-wrapper figure img {
    max-width: 100%;
}

body#workout .body-strength .wrapper .inner .tabs-content .product-support .product-wrapper figure h4 {
    color: #000000;
    font-size: 1.2rem;
}

body#workout .food-keypoint {
    background-color: #0d497f;
    padding: 100px 0px;
}

body#workout .food-keypoint .wrapper h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
}

body#workout .food-keypoint .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#workout .food-keypoint .wrapper .inner .feature-con {
    text-align: left;
    padding: 50px 0px;
}

body#workout .food-keypoint .wrapper .inner .feature-con h3 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
}

body#workout .food-keypoint .wrapper .inner .feature-con p {
    font-size: 1.2rem;
    color: #ffffff;
}

body#workout .food-keypoint .wrapper .inner .feature-con img {
    max-width: 100%;
}

body#workout .food-keypoint .wrapper .inner .feature-con a {
    text-decoration: underline;
    color: #ffffff;
}

body#workout .food-keypoint .wrapper .inner .feature-con .video-container {
    height: 50vh;
    min-height: 700px;
}

body#workout .food-keypoint .wrapper .inner .feature-con .video-container video {
    max-width: 100%;
    min-height: 100%;
}

body#workout .coach {
    background-size: cover;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 0;
    overflow: hidden;
}

body#workout .coach .wrapper {
    line-height: 0;
}

body#workout .coach .wrapper .coach-con {
    position: relative;
    line-height: 0;
}

body#workout .coach .wrapper .coach-con .text {
    text-align: left;
    width: 50%;
    max-width: 500px;
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

body#workout .coach .wrapper .coach-con .text h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .coach .wrapper .coach-con .text p {
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .coach .wrapper .coach-con video {
    position: relative;
    width: 120%;
    right: 20%;
}

body#workout .coach .wrapper .coach-con:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0;
    z-index: 1;
}

body#workout .cal .wrapper .cal-con {
    position: relative;
    background-size: cover;
    background-position: right;
    position: relative;
    min-height: 80vh;
}

body#workout .cal .wrapper .cal-con .text {
    text-align: left;
    width: 60%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

body#workout .cal .wrapper .cal-con .text h2 {
    font-size: 2.6rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .cal .wrapper .cal-con .text p {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .cal .wrapper .cal-con:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
}

body#workout .cal-compare {
    background-color: #2e639e;
}

body#workout .app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body#workout .app .purple {
    background-color: #2e639e;
}

body#workout .app .purple .inner {
    text-align: center;
    padding: 100px 0px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#workout .app .purple .inner h2 {
    font-size: 2.6rem;
    color: #ffffff;
    line-height: 1.6;
    padding-bottom: 50px;
}

body#workout .app .purple .inner img {
    max-width: 400px;
    margin: 0 auto;
}

body#workout .app .purple .inner .txt {
    text-align: left;
    margin: 100px 0px;
}

body#workout .app .purple .inner .txt h3 {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .app .purple .inner .txt p {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .app .purple .inner .app-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body#workout .app .purple .inner .app-wrapper .trans {
    padding: 20px;
}

body#workout .app .purple .inner .app-wrapper .app-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 33%;
    -ms-flex: 33%;
    flex: 33%;
}

body#workout .app .purple .inner .app-wrapper .app-con .icon {
    width: 120px;
    padding: 20px 0px;
}

body#workout .app .purple .inner .app-wrapper .app-con .app-download a {
    margin: 20px 0px;
}

body#workout .app .purple .inner .app-wrapper .app-con .app-download a img {
    max-width: 30%;
}

body#workout .app .purple .inner .app-img {
    max-width: 500px;
}

body#workout .record .wrapper .record-con {
    position: relative;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    position: relative;
    min-height: 80vh;
}

body#workout .record .wrapper .record-con .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 100%;
}

body#workout .record .wrapper .record-con .text h2 {
    font-size: 2.6vw;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .record .wrapper .record-con .text p {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.6;
}

body#workout .record .wrapper .record-con .text .circle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#workout .record .wrapper .record-con .text .circle-wrapper .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 170px;
    height: 170px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 1.8px;
    margin: 15px;
}

body#workout .record .wrapper .record-con .text .circle-wrapper .circle span {
    position: relative;
    z-index: 3;
}

body#workout .record .wrapper .record-con .text .circle-wrapper .circle:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #2e639e;
    opacity: .6;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body#workout .record .wrapper .record-con .text .circle-wrapper .circle:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border-color: #2e639e;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
}

body#workout .record .wrapper .record-con .text .circle-wrapper .circle:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

body#workout .record .wrapper .record-con:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
}

body#workout .product-select {
    padding: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #ffffff;
    width: 100%;
}

body#workout .product-select .wrapper {
    padding: 75px 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
}

body#workout .product-select .wrapper h2 {
    font-size: 2.6rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}

body#workout .product-select .wrapper .inner {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body#workout .product-select .wrapper .inner figure {
    padding: 0px 25px;
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
}

body#workout .product-select .wrapper .inner figure img {
    max-width: 400px;
}

body#workout .product-select .wrapper .inner figure h4 {
    color: #000000;
    font-size: 1.4rem;
}

body#workout .product-select .wrapper .inner figure p {
    color: #000000;
    font-size: 1.2rem;
}

body#cycling h5 {
    letter-spacing: .05rem;
    margin: 1rem 0;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 0.9rem;
}

body#cycling #hero {
    position: relative;
    display: block;
    width: 100%;
}

body#cycling #hero .hero-image-wrapper {
    min-height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body#cycling #hero .hero-image-wrapper .text {
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 50%;
}

body#cycling #hero .hero-image-wrapper .text h1 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
}

body#cycling #hero .hero-image-wrapper .text h4 {
    font-size: 2.6vw;
    color: #ffffff;
}

body#cycling #intro {
    padding: 50px;
}

body#cycling #intro .inner {
    text-align: center;
}

body#cycling #intro .inner p {
    color: #000000;
    font-size: 1.6rem;
}

body#cycling .intro {
    background-image: cover;
    background-attachment: fixed;
    height: 30vw;
}

body#cycling .intro .wrapper .inner {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 30vw;
}

body#cycling .intro .wrapper .inner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

body#cycling .intro .wrapper .inner>div h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
}

body#cycling .features {
    position: relative;
}

body#cycling .features .white {
    background-color: #ffffff;
}

body#cycling .features .white .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#cycling .features .white .inner .white {
    color: #ffffff;
}

body#cycling .features .white .inner h2 {
    font-size: 2.6rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

body#cycling .features .white .inner p {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 30px;
}

body#cycling .features .white .inner img {
    max-width: 100%;
}

body#cycling .features .white .inner .logo {
    margin-top: 50px;
}

body#cycling .features .white .inner .video-container {
    margin: 0 auto;
    width: 100%;
}

body#cycling .features .white .inner .video-container video {
    max-width: 100%;
    margin: 0 auto;
}

body#cycling .features .blue {
    background-color: #49abd0;
}

body#cycling .features .blue .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#cycling .features .blue .inner .white {
    color: #ffffff;
}

body#cycling .features .blue .inner h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

body#cycling .features .blue .inner p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 30px;
}

body#cycling .features .blue .inner img {
    max-width: 100%;
}

body#cycling .features .blue .inner .logo {
    padding: 25px;
    max-width: 500%;
}

body#cycling .features .blue .inner .app-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body#cycling .features .blue .inner .app-download img {
    max-width: 90%;
}

body#cycling .features .blue .inner .video-container {
    margin: 0 auto;
    width: 100%;
}

body#cycling .features .blue .inner .video-container video {
    max-width: 100%;
    margin: 0 auto;
}

body#cycling .features .wrapper {
    padding: 75px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling .features .wrapper .full {
    position: relative;
    background-size: cover;
    background-position: 10%;
    background-attachment: fixed;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 100vh;
}

body#cycling .features .wrapper .full .full-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
}

body#cycling .features .wrapper .full .full-inner .content {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#cycling .features .wrapper .full .full-inner .content .text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 2rem;
}

body#cycling .features .wrapper .full .full-inner .content .text h2 {
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

body#cycling .features .wrapper .full .full-inner .content .text p {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 30px;
}

body#cycling .features .wrapper .full .full-inner .content .img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

body#cycling .features .wrapper .full .full-inner .content .img img {
    max-width: 100%;
}

body#cycling .features .wrapper .full .full-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(to bottom, #434343, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#000000));
    background: -webkit-linear-gradient(top, #434343, #000000);
    background: -o-linear-gradient(top, #434343, #000000);
    background: linear-gradient(to bottom, #434343, #000000);
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
}

body#cycling .real-sence {
    position: relative;
    min-height: 1150px;
    overflow: hidden;
}

body#cycling .real-sence .wrapper {
    background-color: #49abd0;
    padding: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling .real-sence .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#cycling .real-sence .wrapper .inner .white {
    color: #ffffff;
}

body#cycling .real-sence .wrapper .inner h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

body#cycling .real-sence .wrapper .inner p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 30px;
}

body#cycling .real-sence .wrapper .inner img {
    max-width: 100%;
}

body#cycling .real-sence .wrapper .inner .video-container {
    margin: 0 auto;
    width: 100%;
}

body#cycling .real-sence .wrapper .inner .video-container video {
    max-width: 100%;
    margin: 0 auto;
}

body#cycling .real-sence .device {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body#cycling .real-sence .device .computer-wrapper {
    position: relative;
}

body#cycling .real-sence .device .computer-wrapper .computer-image img {
    max-width: 1050px;
}

body#cycling .real-sence .device .computer-wrapper .video-container {
    position: absolute;
    top: 40px;
    left: 125px;
    width: 100%;
    height: 100%;
}

body#cycling .real-sence .device .computer-wrapper .video-container video {
    max-width: 800px;
}

body#cycling .real-sence .device-pad {
    position: absolute;
    top: 65%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body#cycling .real-sence .device-pad .pad-wrapper {
    position: relative;
}

body#cycling .real-sence .device-pad .pad-wrapper .pad-image img {
    max-width: 350px;
}

body#cycling .real-sence .device-pad .pad-wrapper .video-container {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 100%;
    height: 100%;
}

body#cycling .real-sence .device-pad .pad-wrapper .video-container video {
    max-width: 300px;
}

body#cycling .route-sec .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body#cycling .route-sec .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#cycling .route-sec .wrapper .inner h2 {
    font-size: 2.6rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

body#cycling .route-sec .wrapper .inner p {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 30px;
}

body#cycling .route-sec .wrapper .inner .video-container {
    height: 50vh;
    max-height: 600px;
}

body#cycling .route-sec .wrapper .inner .video-container video {
    max-width: 100%;
    min-height: 100%;
}

body#cycling .road-sense-simulation {
    margin: 20vh 0px 0px 0px;
}

body#cycling .road-sense-simulation .lifestyle {
    background-size: cover;
    min-height: 500px;
    background-position: center;
    position: relative;
}

body#cycling .road-sense-simulation.tacx {
    margin-top: 0;
}

body#cycling .road-sense-simulation.tacx .lifestyle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body#cycling .road-sense-simulation.tacx .lifestyle h3 {
    color: white;
}

body#cycling .road-content {
    background-size: cover;
    min-height: 40vh;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
    background-color: #66b9d4;
}

body#cycling .road-content .video-container {
    min-width: 100%;
    min-height: 100%;
}

body#cycling .road-content .video-container video {
    width: 100%;
    height: 100%;
}

body#cycling .road-content .video-container .pc {
    display: block;
}

body#cycling .road-content .video-container .mobile {
    display: none;
}

body#cycling .road-content .video-container:after {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
}

body#cycling .road-content .left {
    position: absolute;
    top: 40%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35vw;
}

body#cycling .road-content .left .text h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

body#cycling .road-content .left .text p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 30px;
}

body#cycling .road-content .right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

body#cycling .road-content .right img {
    max-width: 100%;
}

body#cycling .product-select {
    margin: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

body#cycling .product-select .wrapper {
    padding: 75px 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body#cycling .product-select .wrapper h2 {
    font-size: 2.6rem;
    color: #000000;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}

body#cycling .product-select .wrapper .inner {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body#cycling .product-select .wrapper .inner figure {
    padding: 0px 25px;
    max-width: 33.33%;
}

body#cycling .product-select .wrapper .inner figure img {
    max-width: 80%;
}

body#cycling .product-select .wrapper .inner figure h4 {
    color: #000000;
    font-size: 1.4rem;
}

body#cycling .product-select .wrapper .inner figure p {
    color: #000000;
    font-size: 1.2rem;
}

body#cycling .additonal-features {
    background: #49abd0;
    padding: 100px 0px;
}

body#cycling .additonal-features .wrapper h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
}

body#cycling .additonal-features .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

body#cycling .additonal-features .wrapper .inner .tabs-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
}

body#cycling .additonal-features .wrapper .inner .tabs-header .border {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: auto;
    height: 3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

body#cycling .additonal-features .wrapper .inner .tabs-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
}

body#cycling .additonal-features .wrapper .inner .tabs-header li {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    list-style-type: none;
    font-size: 1.2rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-header li a {
    z-index: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    color: #F5F5F5;
    opacity: .4;
    line-height: 2;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

body#cycling .additonal-features .wrapper .inner .tabs-header li.active a {
    color: #ffffff;
    opacity: 1;
    font-weight: 600;
}

body#cycling .additonal-features .wrapper .inner .tabs-content {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

body#cycling .additonal-features .wrapper .inner .tabs-content>div {
    display: none;
}

body#cycling .additonal-features .wrapper .inner .tabs-content>div.active {
    display: block;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .feature-con {
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .feature-con img {
    max-width: 100%;
    padding: 25px;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .feature-con p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 1.2rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .feature-con a {
    text-decoration: underline;
    color: #ffffff;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-select {
    margin: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-select figure {
    padding: 0px 25px;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-select figure img {
    max-width: 80%;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-select figure h4 {
    color: #000000;
    font-size: 1.4rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-select figure p {
    color: #000000;
    font-size: 1.2rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product {
    text-align: center;
    margin-top: 10vw;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product h4 {
    color: #000000;
    font-size: 1.4rem;
    padding: 15px;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #eeeeee;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .column .bg-image {
    background-size: cover;
    background-position: center;
    min-width: calc(100%/2);
    min-height: 30vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .column .text {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 30vw;
    position: relative;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .column .text .center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2vw;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .column .text .center h2 {
    font-size: 2.6rem;
    color: #000000;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .column .text .center p {
    color: #000000;
    font-size: 1rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    padding-bottom: 2vw;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .two-column .info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    text-align: left;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .two-column .info .image img {
    width: 100%;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .two-column .info .text {
    padding: 2rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .two-column .info .text h2 {
    color: #000000;
    font-size: 1.6rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .additional-product .two-column .info .text p {
    color: #000000;
    font-size: 1rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-support {
    max-width: 1170px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-support h4 {
    color: #000000;
    font-size: 1.6rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-support .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-support .product-wrapper figure {
    padding: 0px 25px;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-support .product-wrapper figure img {
    max-width: 100%;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-support .product-wrapper figure h4 {
    color: #000000;
    font-size: 1.8rem;
}

body#cycling .additonal-features .wrapper .inner .tabs-content .product-support .product-wrapper figure p {
    color: #000000;
    font-size: 1rem;
}

body#cycling .additonal-features-sec {
    background: #49abd0;
    padding: 100px 0px;
}

body#cycling .additonal-features-sec .wrapper h2 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

body#cycling .additonal-features-sec .wrapper .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

body#cycling .additonal-features-sec .wrapper .inner .feature-con {
    text-align: left;
    padding: 50px 0px;
}

body#cycling .additonal-features-sec .wrapper .inner .feature-con h3 {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
}

body#cycling .additonal-features-sec .wrapper .inner .feature-con p {
    font-size: 1.2rem;
    color: #ffffff;
}

body#cycling .additonal-features-sec .wrapper .inner .feature-con img {
    max-width: 100%;
}

body#cycling .additonal-features-sec .wrapper .inner .feature-con a {
    text-decoration: underline;
    color: #ffffff;
}

body#cycling .additonal-features-sec .wrapper .inner .feature-con .video-container {
    height: 50vh;
    min-height: 700px;
}

body#cycling .additonal-features-sec .wrapper .inner .feature-con .video-container video {
    max-width: 100%;
    min-height: 100%;
}

body#cycling .event {
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    height: 40vh;
}

body#cycling .event .video-content-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 0;
}

body#cycling .event .video-content-wrapper .video-full {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
}

body#cycling .event .video-content-wrapper .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 100;
}

body#cycling .event .video-content-wrapper .text h3.tag {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 2rem;
    color: #000000;
}

body#cycling .event .video-content-wrapper .text h3 {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.6;
}

body#cycling .event .video-content-wrapper .text h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
}

body#cycling .event .video-content-wrapper .text h4 {
    font-size: 2.6vw;
    color: #ffffff;
}

body#cycling .event .video-content-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

body#cycling-ambassador a.font-white {
    text-decoration: underline;
}

body#cycling-ambassador h1 {
    letter-spacing: .05rem;
    margin: 1rem 0;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 0.9rem;
}

body#cycling-ambassador #hero, body#cycling-ambassador .video{
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    height: 60vh;
}

body#cycling-ambassador .video-content-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 0;
}

body#cycling-ambassador .video-content-wrapper .hero-txt {
  width: 70%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

body#cycling-ambassador .video-content-wrapper .hero-txt .hero-title {
  max-width: 445px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 1;
}

body#cycling-ambassador .video-content-wrapper .hero-txt .hero-autograph {
  max-width: 80px;
  position: absolute;
  bottom: 30px;
  right: calc(-20% + 10px);
  z-index: 1;
}

body#cycling-ambassador .video-content-wrapper .video-full {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
}

body#cycling-ambassador .video-content-wrapper .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 5;
}

/*body#cycling-ambassador .video-content-wrapper .text h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
}

body#cycling-ambassador .video-content-wrapper .text h1 span {
    font-size: 3rem;
    display: block;
    font-weight: bold;
    color: #ffffff;
}*/

body#cycling-ambassador .video-content-wrapper .text h2 {
    font-size: 1.5rem;
}

body#cycling-ambassador .video-content-wrapper .text h4 {
    font-size: 2.6vw;
    color: #ffffff;
}

body#cycling-ambassador .video-content-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

body#cycling-ambassador #intro {
    background-color: #36BCEE;
    display: none;
    text-align: center;
    padding: 50px 0px;
}

body#cycling-ambassador #intro .inner {
    width: 90%;
    margin: auto;
}

body#cycling-ambassador #intro .inner h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
}

body#cycling-ambassador .intro {
    background-image: cover;
    background-attachment: fixed;
    height: 30vw;
}

body#cycling-ambassador .intro .wrapper .inner {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 30vw;
}

body#cycling-ambassador .intro .wrapper .inner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

body#cycling-ambassador .intro .wrapper .inner>div h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
}

body#cycling-ambassador .is-open .beefup__head::after {
    -webkit-transform: translate(0, -50%) rotate(225deg);
    -ms-transform: translate(0, -50%) rotate(225deg);
    transform: translate(0, -50%) rotate(225deg);
    margin-top: 2px;
}

body#cycling-ambassador .kol-video video {
    width: 100%;
    vertical-align: bottom;
}

body#cycling-ambassador .stage-flow {
    padding: 40px 0px;
    background-color: #0b3d78;
}

body#cycling-ambassador .stage-flow .wrapper {
    text-align: center;
    background-color: #0b3d78;
}

body#cycling-ambassador .stage-flow .wrapper .inner {
    width: 90%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

body#cycling-ambassador .stage-flow .wrapper .inner h2 {
    width: 100%;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage {
    width: 50%;
    background-color: #ffffff;
    padding: 20px 20px 40px 20px;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage span.hightlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #81dbff));
    background: -webkit-linear-gradient(transparent 60%, #81dbff 60%);
    background: -o-linear-gradient(transparent 60%, #81dbff 60%);
    background: linear-gradient(transparent 60%, #81dbff 60%);
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage h3 {
    font-size: 3rem;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
}

body#cycling-ambassador span.highlight {
    position: relative;
    z-index: 1;
}

body#cycling-ambassador span.highlight:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 10px;
    height: 0.4em;
    background: #36BCEE;
    width: calc(100% + 5px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage h4 {
    font-size: 22px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    line-height: 1.3;
    padding-bottom: 20px;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage p {
    font-size: 22px;
    text-align: left;
    color: #000000;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage h4 a {
    color: #54c3f0!important;
    text-decoration: underline;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage h4 i {
    margin-right: 8px;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage:nth-child(1):after {
    bottom: -5px;
    opacity: 1;
    position: absolute;
}

body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage:nth-child(3):after {
    bottom: -5px;
    opacity: 1;
    position: absolute;
}

body#cycling-ambassador .stage-1 {
    background-color: #36BCEE;
    padding: 40px 0px;
}

body#cycling-ambassador .stage-1 .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

body#cycling-ambassador .stage-1 .inner .white {
    color: #ffffff;
}

body#cycling-ambassador .stage-1 .inner .beefup__head {
    font-size: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
    padding-bottom: 20px;
}

body#cycling-ambassador .stage-1 .inner .beefup__head>button {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #ffffff;
}

body#cycling-ambassador .stage-1 .inner .beefup__head span.highlight {
    font-size: 2.5rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: fit-content;
    line-height: 1.3;
    font-style: italic;
    position: relative;
    z-index: 1;
    margin: auto;
}

body#cycling-ambassador .stage-1 .inner .beefup__head span.highlight:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 10px;
    height: 0.4em;
    background: #1565C0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body#cycling-ambassador .stage-1 .inner h2 {
    font-size: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
}

body#cycling-ambassador .stage-1 .inner .line {
    width: 10vw;
    height: 10px;
    text-align: center;
    position: relative;
    background-color: #1565C0;
    margin-bottom: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body#cycling-ambassador .stage-1 .inner .card-info {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0px;
    margin: 50px 0px;
}

body#cycling-ambassador .stage-1 .inner .card-info .bShadow-31,
body#cycling-ambassador .stage-1 .inner .card-info .bShadow-31h:hover {
    -webkit-box-shadow: rgba(50, 50, 50, 0.14) 2px -4px 6px 1px;
    box-shadow: rgba(50, 50, 50, 0.14) 2px -4px 6px 1px;
}

body#cycling-ambassador .stage-1 .inner .card-info .bShadow-21,
body#cycling-ambassador .stage-1 .inner .card-info .bShadow-21h:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 0px 0px;
}

body#cycling-ambassador .stage-1 .inner .card-info .bShadow-10,
body#cycling-ambassador .stage-1 .inner .card-info .bShadow-10h:hover {
    -webkit-box-shadow: rgba(16, 36, 94, 0.4) 0px 2px 6px 0px;
    box-shadow: rgba(16, 36, 94, 0.4) 0px 2px 6px 0px;
}

body#cycling-ambassador .stage-1 .inner .card-info .bShadow-35,
body#cycling-ambassador .stage-1 .inner .card-info .bShadow-35h:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 15px -15px 5px -5px;
    box-shadow: rgba(0, 0, 0, 0.2) 15px -15px 5px -5px;
}

body#cycling-ambassador .stage-1 .inner .card-info .bShadow-3,
body#cycling-ambassador .stage-1 .inner .card-info .bShadow-3h:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 9px 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 9px 0px;
}

body#cycling-ambassador .stage-1 .inner .card-info .bShadow-6,
body#cycling-ambassador .stage-1 .inner .card-info .bShadow-6h:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 35px 0px, rgba(0, 0, 0, 0.07) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 35px 0px, rgba(0, 0, 0, 0.07) 0px 3px 10px 0px;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-header .watermark {
    position: absolute;
    top: 10vw;
    left: 0;
    height: 100%;
    width: 100%;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-header .watermark::after {
    content: attr(data-watermark);
    position: relative;
    left: -20px;
    color: rgba(21, 101, 192, 0.2);
    font-size: 240px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title .text {
    text-align: center;
    -ms-flex-preferred-size: 40%;
    flex-basis: 100%;
    padding: 4rem;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title .text h2 {
    font-size: 5rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    font-style: italic;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title .text p {
    font-size: 1.1rem;
    color: #ffffff;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title img {
    max-width: 100%;
    z-index: 100;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-body .text p.title {
    font-size: 2rem;
    color: #ffffff;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-body .text p {
    font-size: 22px;
    color: #ffffff;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-body .text .men {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-right: 1px solid #eeeeee;
}

body#cycling-ambassador .stage-1 .inner .card-info .card-body .text .women {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

body#cycling-ambassador .stage-1 .inner .card-info:after {
    bottom: -30px;
    right: -10px;
    opacity: 1;
    position: absolute;
}

body#cycling-ambassador .stage-1 .inner .rank-info {
    background: #ffffff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

body#cycling-ambassador .stage-1 .inner .rank-info .inner img {
    width: 200px;
    height: 250px;
}

body#cycling-ambassador .stage-1 .inner .rank-info .inner h2 {
    font-size: 2rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    line-height: 3;
    font-style: italic;
}

body#cycling-ambassador .stage-1 .inner .rank-info .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling-ambassador .stage-1 .inner .rank-info .inner .text p.title {
    font-size: 22px;
    color: #000000;
}

body#cycling-ambassador .stage-1 .inner .rank-info .inner .text p {
    font-size: 1.1rem;
    color: #000000;
}

body#cycling-ambassador .stage-1 .inner .rank-info .inner .text .men {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-right: 1px solid #eeeeee;
}

body#cycling-ambassador .stage-1 .inner .rank-info .inner .text .women {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

body#cycling-ambassador .stage-1 .inner .time-info p {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.6;
    text-align: left;
}

body#cycling-ambassador .stage-1 .inner .time-info p a {
    color: #ffffff;
    text-decoration: underline;
}

body#cycling-ambassador .stage-1 .inner .time-info p i {
    margin-right: 8px;
    font-size: 22px;
}

body#cycling-ambassador .stage-1 .inner .rule-info {
    text-align: left;
}

body#cycling-ambassador .stage-1 .inner .rule-info p {
    font-size: 22px;
    color: #ffffff;
}

body#cycling-ambassador .stage-1 .inner .rule-info p i {
    margin-right: 8px;
}

body#cycling-ambassador .stage-1 .inner .rule-info ul {
    text-align: left;
}

body#cycling-ambassador .stage-1 .inner .rule-info ul li {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
    list-style-type: decimal;
}

body#cycling-ambassador .stage-1 .inner .rule-info ul li span.hightlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #1764c054));
    background: -webkit-linear-gradient(transparent 60%, #1764c054 60%);
    background: -o-linear-gradient(transparent 60%, #1764c054 60%);
    background: linear-gradient(transparent 60%, #1764c054 60%);
}

body#cycling-ambassador .stage-1 .inner .rule-info ul li i {
    margin-right: 8px;
}

body#cycling-ambassador .stage-1 .inner .rule-info p.note {
    font-size: 1.1rem;
    color: #e0e0e0;
}

body#cycling-ambassador .stage-1 .inner .rule-info .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body#cycling-ambassador .stage-1 .inner .rule-info .img figure img {
    max-width: 100%;
}

body#cycling-ambassador .stage-1 .inner .rule-info .img figure p {
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
}

body#cycling-ambassador .stage-1 .inner img {
    max-width: 100%;
}

body#cycling-ambassador .stage-1 .inner .logo {
    padding: 25px;
    max-width: 500%;
}

body#cycling-ambassador .stage-1 .inner .app-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body#cycling-ambassador .stage-1 .inner .app-download img {
    max-width: 90%;
}

body#cycling-ambassador .stage-1 .inner .video-container {
    margin: 0 auto;
    width: 100%;
}

body#cycling-ambassador .stage-1 .inner .video-container video {
    max-width: 100%;
    margin: 0 auto;
}

body#cycling-ambassador .product-select {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

body#cycling-ambassador .product-select figure {
  margin-bottom: 40px;
}

body#cycling-ambassador .stage-2 {
    background-color: #0b3d78;
    padding: 40px 0px;
}

body#cycling-ambassador .stage-2 .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

body#cycling-ambassador .stage-2 .inner .white {
    color: #ffffff;
}

body#cycling-ambassador .stage-2 .inner .beefup__head {
    font-size: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
}

body#cycling-ambassador .stage-2 .inner .beefup__head>button {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #ffffff;
}

body#cycling-ambassador .stage-2 .inner .beefup__head {
    font-size: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
    padding-bottom: 20px;
}

body#cycling-ambassador .stage-2 .inner .beefup__head>button {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #ffffff;
}

body#cycling-ambassador .stage-2 .inner .beefup__head span.highlight {
    font-size: 2.5rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: fit-content;
    margin: auto;
    line-height: 1.3;
    font-style: italic;
    position: relative;
    z-index: 1;
}

body#cycling-ambassador .stage-2 .inner .beefup__head span.highlight:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 10px;
    height: 0.4em;
    background: #36BCEE;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body#cycling-ambassador .stage-2 .inner .line {
    width: 10vw;
    height: 10px;
    text-align: center;
    position: relative;
    background-color: #1565C0;
    margin-bottom: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body#cycling-ambassador .stage-2 .inner #map_1 {
    height: 500px;
    margin: 20px 0px;
}

body#cycling-ambassador .stage-2 .inner .rank-info {
    background: #ffffff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

body#cycling-ambassador .stage-2 .inner .rank-info .inner p {
    font-size: 2rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
}

body#cycling-ambassador .stage-2 .inner .rank-info .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling-ambassador .stage-2 .inner .rank-info .inner .text p.title {
    font-size: 22px;
    color: #000000;
}

body#cycling-ambassador .stage-2 .inner .rank-info .inner .text p {
    font-size: 1.1rem;
    color: #000000;
}

body#cycling-ambassador .stage-2 .inner .rank-info .inner .text .men {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-right: 1px solid #eeeeee;
}

body#cycling-ambassador .stage-2 .inner .rank-info .inner .text .women {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

body#cycling-ambassador .stage-2 .inner .time-info p {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.6;
    text-align: left;
}

body#cycling-ambassador .stage-2 .inner .time-info p a {
    color: #ffffff;
    text-decoration: underline;
}

body#cycling-ambassador .stage-2 .inner .time-info p i {
    margin-right: 8px;
    font-size: 22px;
} 

body#cycling-ambassador .stage-2 .inner .rule-info {
    text-align: left;
}

body#cycling-ambassador .stage-2 .inner .rule-info p {
    font-size: 22px;
    color: #ffffff;
}

body#cycling-ambassador .stage-2 .inner .rule-info p i {
    margin-right: 8px;
}

body#cycling-ambassador .stage-2 .inner .rule-info ul {
    text-align: left;
}

body#cycling-ambassador .stage-2 .inner .rule-info ul li {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
    list-style-type: decimal;
}

body#cycling-ambassador .stage-2 .inner .rule-info ul li span.hightlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #1565C0));
    background: -webkit-linear-gradient(transparent 60%, #1565C0 60%);
    background: -o-linear-gradient(transparent 60%, #1565C0 60%);
    background: linear-gradient(transparent 60%, #1565C0 60%);
}

body#cycling-ambassador .stage-2 .inner .rule-info ul li i {
    margin-right: 8px;
}

body#cycling-ambassador .stage-2 .inner .rule-info p.note {
    font-size: 1.1rem;
    color: #e0e0e0;
}

body#cycling-ambassador .stage-2 .inner .rule-info .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body#cycling-ambassador .stage-2 .inner .rule-info figure img {
    max-width: 100%;
}

body#cycling-ambassador .stage-2 .inner .rule-info figure p {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

body#cycling-ambassador .award {
    max-width: 850px;
    background-color: #36BCEE;
    padding: 25px;
}

body#cycling-ambassador .award .award-wrapper {
    position: relative;
}

body#cycling-ambassador .award .award-wrapper .card-header {
    border: 2px solid #ffffff;
    padding: 20px 10px;
}

body#cycling-ambassador .award .award-wrapper .card-header .watermark {
    position: absolute;
    top: 10vw;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body#cycling-ambassador .award .award-wrapper .card-header .watermark::after {
    content: attr(data-watermark);
    position: relative;
    left: -40px;
    top: 15%;
    color: rgba(255, 255, 255, 0.1);
    font-size: 180px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

body#cycling-ambassador .award .award-wrapper .card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body#cycling-ambassador .award .award-wrapper .card-header .card-title .text {
    text-align: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    z-index: 5;
}

body#cycling-ambassador .award .award-wrapper .card-header .card-title .text h2 {
    font-size: 2.2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    font-style: italic;
}

body#cycling-ambassador .award .award-wrapper .card-header .card-title img {
    max-width: 300px;
    z-index: 5;
}

body#cycling-ambassador .stage-2 .inner img {
    max-width: 100%;
}

body#cycling-ambassador .stage-2 .inner .logo {
    padding: 25px;
    max-width: 500%;
}

body#cycling-ambassador .stage-2 .inner .app-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body#cycling-ambassador .stage-2 .inner .app-download img {
    max-width: 90%;
}

body#cycling-ambassador .stage-2 .inner .video-container {
    margin: 0 auto;
    width: 100%;
}

body#cycling-ambassador .stage-2 .inner .video-container video {
    max-width: 100%;
    margin: 0 auto;
}

body#cycling-ambassador .stage-3 {
    padding: 40px 0px;
    background-color: #36BCEE;
}

body#cycling-ambassador .stage-3 .inner {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

body#cycling-ambassador .stage-3 .inner .white {
    color: #ffffff;
}

body#cycling-ambassador .stage-3 .inner h2.beefup__head {
    font-size: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
    padding-bottom: 20px;
}

body#cycling-ambassador .stage-3 .inner h2.beefup__head>button {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #ffffff;
}

body#cycling-ambassador .stage-3 .inner h2.beefup__head span.highlight {
    font-size: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
    position: relative;
    z-index: 1;
}

body#cycling-ambassador .stage-3 .inner h2.beefup__head span.highlight:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 10px;
    height: 0.4em;
    background: #1565C0;
    width: 60%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body#cycling-ambassador .stage-3 .inner h2 {
    font-size: 3rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    padding: 50px 0px;
    line-height: 1.3;
    font-style: italic;
}

body#cycling-ambassador .stage-3 .inner .line {
    width: 10vw;
    height: 10px;
    text-align: center;
    position: relative;
    background-color: #1565C0;
    margin-bottom: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body#cycling-ambassador .stage-3 .inner .kol-image img {
    max-width: 100%;
}

body#cycling-ambassador .stage-3 .inner #map_2 {
    height: 500px;
    margin: 20px 0px;
}

body#cycling-ambassador .stage-3 .inner .rank-info {
    background: #ffffff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

body#cycling-ambassador .stage-3 .inner .rank-info .inner img {
    width: 60px;
    height: 60px;
}

body#cycling-ambassador .stage-3 .inner .rank-info .inner h2 {
    font-size: 2rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    line-height: 1.3;
    font-style: italic;
}

body#cycling-ambassador .stage-3 .inner .rank-info .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling-ambassador .stage-3 .inner .rank-info .inner .text p.title {
    font-size: 22px;
    color: #000000;
}

body#cycling-ambassador .stage-3 .inner .rank-info .inner .text p {
    font-size: 1.1rem;
    color: #000000;
}

body#cycling-ambassador .stage-3 .inner .rank-info .inner .text .men {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-right: 1px solid #eeeeee;
}

body#cycling-ambassador .stage-3 .inner .rank-info .inner .text .women {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

body#cycling-ambassador .stage-3 .inner .time-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cycling-ambassador .stage-3 .inner .time-info h4 {
    font-size: 2rem;
    color: #ffffff;
    line-height: 1.6;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

body#cycling-ambassador .stage-3 .inner .time-info h4 a {
    color: #ffffff;
    text-decoration: underline;
}

body#cycling-ambassador .stage-3 .inner .time-info h4 i {
    margin-right: 8px;
    font-size: 22px;
}

body#cycling-ambassador .stage-3 .inner .time-info h4:nth-child(odd) {
    border-right: 1px solid #ffffff;
}

body#cycling-ambassador .stage-3 .inner .rule-info {
    text-align: left;
}

body#cycling-ambassador .stage-3 .inner .rule-info p {
    font-size: 22px;
    color: #ffffff;
}

body#cycling-ambassador .stage-3 .inner .rule-info p i {
    margin-right: 8px;
}

body#cycling-ambassador .stage-3 .inner .rule-info ul {
    text-align: left;
}

body#cycling-ambassador .stage-3 .inner .rule-info ul li {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
}

body#cycling-ambassador .stage-3 .inner .rule-info ul li span.hightlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #1565C0));
    background: -webkit-linear-gradient(transparent 60%, #1565C0 60%);
    background: -o-linear-gradient(transparent 60%, #1565C0 60%);
    background: linear-gradient(transparent 60%, #1565C0 60%);
}

body#cycling-ambassador .stage-3 .inner .rule-info ul li i {
    margin-right: 8px;
}

body#cycling-ambassador .stage-3 .inner .rule-info .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body#cycling-ambassador .stage-3 .inner .rule-info .img figure img {
    max-width: 100%;
}

body#cycling-ambassador .stage-3 .inner .rule-info .img figure p {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

body#cycling-ambassador .stage-3 .inner img {
    max-width: 100%;
}

body#cycling-ambassador .stage-3 .inner .logo {
    padding: 25px;
    max-width: 500%;
}

body#cycling-ambassador .stage-3 .inner .app-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body#cycling-ambassador .stage-3 .inner .app-download img {
    max-width: 90%;
}

body#cycling-ambassador .stage-3 .inner .video-container {
    margin: 0 auto;
    width: 100%;
}

body#cycling-ambassador .stage-3 .inner .video-container video {
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    body#cycling .road-sense-simulation {
        margin: 60vh 0px 0px 0px;
    }
}

@media screen and (max-width: 1366px) {
    body#cycling .real-sence .wrapper {
        padding: 100px;
    }

    body#cycling .features .white .inner {
        max-width: 90%;
    }

    body#cycling .features .blue .inner {
        max-width: 90%;
    }

    body#cycling .route-sec .wrapper .inner {
        max-width: 90%;
    }

    body#cycling .road-content .left .text h2 {
        font-size: 2rem;
    }

    body#cycling .road-content .left .text p {
        font-size: 1rem;
    }

    body#cycling .additonal-features-sec .wrapper .inner {
        max-width: 90%;
    }

    body#cycling-ambassador .stage-1 .inner {
        max-width: 90%;
    }

    body#workout .hero .hero-image-wrapper .text {
        left: 75%;
    }

    body#workout .heartrate .purple .inner {
        max-width: 90%;
    }

    body#workout .body-strength .wrapper .inner {
        max-width: 90%;
    }

    body#workout .food-keypoint .wrapper .inner {
        max-width: 90%;
    }

    body#workout .app .purple .inner {
        max-width: 90%;
    }

    body#workout #pin h3 {
        font-size: 60px;
    }

    body#workout .heartrate .purple .inner img {
        max-width: 80%;
    }

    body#workout .body-strength .wrapper .inner .tabs-content .feature-con img {
        max-width: 80%;
    }

    body#running #hero .hero-image-wrapper .text {
        width: 500px;
    }

    body#running .zwift-sec-1 .wrapper .inner {
        max-width: 90%;
    }

    body#running .virtual-run-sec .wrapper .inner {
        max-width: 90%;
    }

    body#running .zwift-sec-1 .wrapper .hand {
        left: 0%;
    }

    body#running .virtual-run-sec-1 .wrapper .inner {
        max-width: 90%;
    }

    body#running .virtual-run-sec .wrapper .inner img {
        max-height: 500px;
    }

    body#running .additonal-features-sec .wrapper .inner {
        max-width: 75%;
    }

    body#running .virtual-run-sec-1 .wrapper .inner img {
        max-height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    body#running .zwift-sec-1 .wrapper .hand {
        left: -15%;
    }

    body#running #hero .hero-image-wrapper .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }

    body#running .real-sence .wrapper .inner {
        max-width: 90%;
    }

    body#cycling #hero .hero-image-wrapper .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }

    body#cycling #hero .hero-image-wrapper .text h1 {
        font-size: 2rem;
    }

    body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title .text {
        padding: 2rem;
    }

    body#cycling .road-content {
        height: 30vh;
        min-height: 30vh;
    }

    body#cycling-ambassador .stage-1 .inner,
    body#cycling-ambassador .stage-2 .inner,
    body#cycling-ambassador .stage-3 .inner {
        width: 90%;
    }

    body#workout .hero .hero-image-wrapper .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }

    body#workout .coach .wrapper .coach-con .text {
        right: 5%;
    }

    body#workout .app .purple .inner .app-img {
        max-width: 100%;
    }

    body#workout .heartrate .purple .inner img {
        max-width: 100%;
    }

    body#workout .body-strength .wrapper .inner .tabs-content .feature-con img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .video-container video {
        max-width: 490px;
    }

    body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .video-container {
        position: absolute;
        top: 180px;
        left: 280px;
    }

    body#running .product-select .wrapper .inner figure {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    body#running .real-sence .device .ipad-wrapper .ipad-image img {
        max-width: 650px;
    }

    body#running .real-sence .device .ipad-wrapper .video-container video {
        max-width: 520px;
    }

    body#running .real-sence .device-pad .pad-wrapper .pad-image img {
        max-width: 250px;
    }

    body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .hand-image img {
        max-width: 1050px;
    }

    body#running .additonal-features-sec .wrapper .inner {
        max-width: 90%;
    }

    body#cycling .road-sense-simulation {
        margin: 20vh 0px 0px 0px;
    }

    body#cycling .real-sence {
        min-height: 1000px;
    }

    body#cycling .real-sence .wrapper {
        padding: 50px;
    }

    body#cycling .real-sence .device {
        top: 50%;
        left: 55%;
    }

    body#cycling .real-sence .device .computer-wrapper .computer-image img {
        max-width: 800px;
    }

    body#cycling .real-sence .device .computer-wrapper .video-container {
        position: absolute;
        top: 25px;
        left: 102px;
    }

    body#cycling .real-sence .device .computer-wrapper .video-container video {
        max-width: 600px;
    }

    body#cycling .real-sence .device-pad {
        top: 55%;
        left: 80%;
    }

    body#cycling .real-sence .device-pad .pad-wrapper .pad-image img {
        max-width: 250px;
    }

    body#cycling .real-sence .device-pad .pad-wrapper .video-container video {
        max-width: 200px;
    }

    body#cycling .road-content .left {
        top: 50%;
    }

    body#cycling .event .video-content-wrapper .text h1 {
        font-size: 2rem;
    }

    body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title .text {
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    body#cycling-ambassador .stage-1 .inner .time-info,
    body#cycling-ambassador .stage-2 .inner .time-info,
    body#cycling-ambassador .stage-3 .inner .time-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }

    body#cycling-ambassador .stage-1 .inner .time-info h4:nth-child(odd),
    body#cycling-ambassador .stage-2 .inner .time-info h4:nth-child(odd),
    body#cycling-ambassador .stage-3 .inner .time-info h4:nth-child(odd) {
        border-right: 1px solid transparent;
    }

    body#cycling-ambassador #hero .video-content-wrapper .text {
        width: 90%;
    }

    body#cycling-ambassador #hero .video-content-wrapper .text h1 {
        font-size: 1.8rem;
    }

    body#cycling-ambassador #hero .video-content-wrapper .text h1 span {
        font-size: 1.5rem;
    }

    body#cycling-ambassador .stage-flow .wrapper .inner .stage-content {
        display: block;
    }

    body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage {
        width: 100%;
        margin-bottom: 20px;
    }

    body#cycling-ambassador .award .award-wrapper .card-header .card-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body#workout .record .wrapper .record-con {
        background-position: 20%;
        background-attachment: inherit;
    }

    body#workout .hero .hero-image-wrapper .text h1,
    body#workout .hero .hero-image-wrapper .text h1 span {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    #sub-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    body#running .real-sence .device .ipad-wrapper .ipad-image img {
        max-width: 350px;
    }

    body#running .real-sence .device .ipad-wrapper .video-container video {
        max-width: 280px;
    }

    body#running .real-sence .device .ipad-wrapper .video-container {
        top: 24px;
        left: 45px;
    }

    body#running .real-sence .device-pad {
        position: absolute;
        top: 75%;
        left: 50%;
    }

    body#running .real-sence .note {
        top: 95%;
    }

    body#running .real-sence .device {
        top: 50%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .hand-image img {
        max-width: 600px;
    }

    body#running .zwift-sec-1 .wrapper .bc-image {
        min-height: 500px;
    }

    body#running .zwift-sec-1 .wrapper .hand {
        left: -22%;
    }

    body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .video-container {
        position: absolute;
        top: 103px;
        left: 160px;
    }

    body#running .zwift-sec-1 .wrapper .hand .hand-wrapper .video-container video {
        max-width: 280px;
    }

    body#cycling .road-content .video-container .pc {
        display: none;
    }

    body#cycling .road-content .video-container .mobile {
        display: block;
    }

    body#cycling .road-content {
        height: 75vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    body#cycling .road-content .video-container {
        margin-top: 200px;
    }

    body#cycling .road-content .left {
        top: 15%;
        left: 50%;
        text-align: center;
        width: 90vw;
    }

    body#cycling .road-content .video-container:after {
        display: block;
    }

    body#cycling .product-select .wrapper .inner figure {
        max-width: 100%;
    }

    body#workout .coach .wrapper .coach-con video {
        right: 80%;
        width: initial;
    }

    body#workout .coach .wrapper .coach-con .text {
        text-align: center;
        width: 90%;
        max-width: 500px;
        position: absolute;
        right: 5%;
        top: 70%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }

    body#workout .app .purple .inner .app-wrapper .app-con {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

@media screen and (min-width: 768px) {
    .float-box {
      clear: both;
    }

    .float-box-content {
      width: 50%;
      float: left;
    }

    body#cycling-ambassador .video-content-wrapper .hero-txt .hero-title {
      width: 60%;
      bottom: 0;
      top: 30px;
      right: auto;
      left: -20%;
    }

    body#cycling-ambassador .video-content-wrapper .hero-txt .hero-autograph {
      max-width: 80px;
      position: absolute;
      bottom: 30px;
      right: calc(-15% + 10px);
      z-index: 1;
    }

    body#cycling-ambassador .video-content-wrapper::after {
      background: none;
    }

    .product-select .wrapper .inner {
        width: 90%;
        max-width: 1170px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .product-select .wrapper .inner figure {
        width: calc(100% / 3 - 20px);
    }
}

@media screen and (min-width: 996px) {
    .btn-black-fill {
      position: relative;
    }

    .btn-black-fill:hover::after {
      content: '';
      background-color: rgba(255,255,255,0.2);
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
}

@media screen and (max-width: 640px) {
    body#running #hero .hero-image-wrapper {
        min-height: 500px;
    }

    body#running .product-select .wrapper .inner figure {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    body#cycling #hero .hero-image-wrapper {
        min-height: 500px;
    }

    body#cycling .real-sence {
        min-height: 1100px;
    }

    body#cycling .real-sence .device {
        top: 52%;
        left: 60%;
    }

    body#cycling .real-sence .device .computer-wrapper .computer-image img {
        max-width: 450px;
    }

    body#cycling .real-sence .device .computer-wrapper .video-container {
        position: absolute;
        top: 20px;
        left: 55px;
    }

    body#cycling .real-sence .device .computer-wrapper .video-container video {
        max-width: 340px;
    }

    body#cycling .real-sence .device-pad {
        top: 80%;
        left: 50%;
    }

    body#cycling .product-select .wrapper .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body#cycling .route-sec .wrapper .inner .video-container {
        height: 20vh;
    }

    body#cycling .additonal-features-sec .wrapper .inner .feature-con .video-container {
        height: 20vh;
        min-height: 300px;
    }

    body#cycling .road-content .left {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90vw;
    }

    body#cycling-ambassador .stage-1 .inner .card-info .card-header .watermark::after {
        display: none;
    }

    body#cycling-ambassador .stage-1 .inner h2.beefup__head,
    body#cycling-ambassador .stage-2 .inner h2.beefup__head,
    body#cycling-ambassador .stage-3 .inner h2.beefup__head {
        font-size: 2rem;
    }

    body#cycling-ambassador .stage-1 .inner .rule-info .img,
    body#cycling-ambassador .stage-2 .inner .rule-info .img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .beefup__head::after {
        width: 10px;
        height: 10px;
    }

    body#cycling-ambassador .stage-1 .inner .card-info .card-header .card-title img {
        max-width: 80%;
    }

    body#cycling-ambassador .stage-flow .wrapper .inner h2 {
        font-size: 1.5rem;
    }

    body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage p {
        font-size: 1.1rem;
    }

    body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage:nth-child(1):after,
    body#cycling-ambassador .stage-flow .wrapper .inner .stage-content .stage:nth-child(3):after {
        display: none;
    }

    body#cycling-ambassador .award .award-wrapper .card-header .card-title .text h2 {
        font-size: 1.5rem;
    }

    body#cycling-ambassador .stage-1 .inner .time-info h4,
    body#cycling-ambassador .stage-2 .inner .time-info h4,
    body#cycling-ambassador .stage-3 .inner .time-info h4 {
        font-size: 22px;
    }

    body#workout .hero .hero-image-wrapper {
        min-height: 500px;
    }

    body#workout #pin h3 {
        font-size: 30px;
    }

    body#workout .app .purple .inner img {
        max-width: 100%;
    }

    body#workout .app .purple .inner img.trans {
        max-width: 40%;
    }

    body#workout .record .wrapper .record-con .text .circle-wrapper .circle {
        width: 100px;
        height: 100px;
    }

    body#workout .record .wrapper .record-con .text .circle-wrapper .circle:before {
        width: 100px;
        height: 100px;
    }

    body#workout .record .wrapper .record-con .text .circle-wrapper .circle {
        font-size: 1.4rem;
    }

    body#workout .record .wrapper .record-con .text h2 {
        font-size: 1.2rem;
    }

    body#workout .product .img-wrapper .ui {
        max-width: 55%;
    }

    body#workout .product-select .wrapper .inner figure img {
        max-width: 100%;
    }

    body#workout .product-select .wrapper .inner figure {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    body#workout .app .purple .inner .app-wrapper .app-con .app-download a img {
        max-width: 40%;
    }

    body#workout .product-select .wrapper {
        max-width: 90%;
    }
}

@media screen and (max-width: 320px) {
    body#running .zwift-sec-1 .wrapper .hand {
        left: -40%;
    }

    body#cycling .real-sence {
        min-height: 1300px;
    }

    body#cycling .real-sence .device .computer-wrapper .computer-image img {
        max-width: 350px;
    }

    body#cycling .real-sence .device {
        top: 52%;
        left: 62%;
    }

    body#cycling .real-sence .device .computer-wrapper .video-container {
        position: absolute;
        top: 15px;
        left: 42px;
    }

    body#cycling .real-sence .device .computer-wrapper .video-container video {
        max-width: 265px;
    }
}