html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    margin: 0;
}
a {
    outline: 0;
}
article, figure, header, nav, section {
    display: block;
}
a {
    background: 0 0;
}
img {
    border: 0;
}
figure {
    margin: 0;
}
h1, h2 {
    margin: 0;
}
button, input {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
}
button {
    overflow: visible;
    border: 0;
}
button {
    text-transform: none;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style-type: none;
}
body, html {
    width: 100%;
    height: 100%}
body {
    background: #fff;
    font-family: lato, arial, sans-serif;
}
a {
    color: #2ba1d3;
    text-decoration: none;
}
.yellow {
    color: #fbab1b;
}
.layout {
    position: relative;
    margin: 0 auto;
    width: 97%}
.layout:after, .layout:before {
    content: "";
    display: table;
}
.layout:after {
    clear: both;
}
.layout {
    max-width: 1760px;
}
.left {
    float: left;
}
@media screen and (min-width:200px) and (max-width:650px) {
    .section>*>div>div {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 10px;
    padding-bottom: 10px;
}
}.l-header {
    position: relative;
    overflow: hidden;
}
.l-header--big {
    height: 565px;
}
.l-header--bg1 {
    background: url(../gfx/tennis_banner.jpg) top center no-repeat;
    background-size: cover;
}
.l-header__navbar {
    height: 80px;
}
.l-header__navbar .btn {
    padding-top: 24px;
    padding-bottom: 24px;
}
.l-header__navbar ul {
    margin: 0;
    padding: 0;
}
.l-header__navbar ul li {
    display: inline-block;
    vertical-align: top;
}
.l-header__left {
    float: left;
    position: absolute;
    z-index: 10;
    background: #877655;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.l-header__left ul {
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.l-header__left a {
    display: inline-block;
    vertical-align: middle;
}
.l-header__left .btn {
    padding-left: 30px;
    padding-right: 30px;
}
.l-header__left .btn:after {
    margin-right: -15px;
}
.l-header__logo {
    padding: 19px 80px;
    margin-left: -15px;
    background: #2c414a;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.l-header__logo>* {
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.l-header__right {
    float: right;
    position: relative;
    z-index: 0;
    background: #e99704;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.l-header__right ul {
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.l-header__right ul li:last-child {
    vertical-align: top;
    margin-right: -30px;
}
.l-header__right ul li:last-child a {
    padding-right: 70px;
}
.l-header__right ul li {
    margin-left: -1px;
}
.l-header__right .ico--search {
    margin-top: -11px;
    margin-bottom: -6px;
}
.l-header__right .ico--menu {
    margin-top: -5px;
}
.l-header--big .l-header__content {
    width: 1020px;
    position: absolute;
    opacity: 0;
    clear: both;
}
.l-header__content {
    color: #fff;
}
.l-header__content>div {
    position: relative;
    padding-left: 100px;
}
.l-header__content>div:before {
    position: absolute;
    top: 0;
    left: -80px;
    bottom: 0;
    z-index: 20;
    display: block;
    content: " ";
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 130px;
    height: 100%;
    background: #fbab1b;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.l-header__content .headline-1 {
    margin-bottom: .1em;
}
.l-header__content p {
    font-style: italic;
    max-width: 600px;
}
.l-header__content>p {
    padding-top: 10px;
    margin-left: 55px;
}
.l-header__h-left {
    margin-left: -.23em;
}
.l-header__text-left {
    margin-left: -1.1em;
}
.l-header__bottom {
    position: absolute;
    bottom: -1px;
    right: -30px;
}
.l-header__bottom .btn {
    padding-right: 80px;
}
.l-header__scroll-down-mobile {
    position: relative;
    padding: 20px 0 0;
    margin-bottom: -20px;
    text-align: center;
    display: none;
}
.l-header__scroll-down-mobile .headline-13 {
    display: block;
    margin-top: 10px;
}
.l-nav {
    position: absolute;
    top: 74px;
    right: 0;
    z-index: 1200;
    overflow: hidden;
    width: 0;
    opacity: 0;
    background: #e99704;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: -1px 2px 8px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: -1px 2px 8px 0 rgba(50, 50, 50, .75);
    box-shadow: -1px 2px 8px 0 rgba(50, 50, 50, .75);
}
.l-nav li {
    clear: both;
}
.l-nav li:not(:last-child) {
    border-bottom: 1px solid #fbab1b;
}
.l-nav li a {
    display: block;
    padding: 9px 15px;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.l-nav li a.active {
    background: #c87f01;
}
.l-nav li ul {
    background: #fbab1b;
    display: none;
}
.l-nav li li a {
    padding-left: 35px;
    font-size: 1.1em;
    font-weight: 400;
}
.l-main {
    background: #f7f7f7;
}
.text p:not(:last-child) {
    margin: 0;
    padding-bottom: 1em;
}
.text ul:not(:last-child) {
    padding-bottom: 1.7em;
}
.text p {
    margin-top: 0;
}
.text p:last-child {
    margin-bottom: 0;
}
.text li, .text p {
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 1.5;
}
.text:not(.text--thin) li, .text:not(.text--thin) p {
    font-weight: 400;
}
.text.text--thin p {
    font-weight: 200;
}
.text p+ul {
    margin-top: -1em!important;
}
.text ul {
    padding-top: .7em;
    padding-bottom: .7em;
    margin: 0;
}
.text ul li {
    position: relative;
}
.text ul li:before {
    position: absolute;
    overflow: hidden;
    display: block;
    content: " "}
.text ul li:last-child {
    padding-bottom: 0;
}
.text .btn {
    margin: .5em .5em .5em 0;
}
.text__ul-default {
    padding-left: 25px;
}
.text__ul-default li {
    padding: 6px 0;
}
.text__ul-default li:before {
    top: 13px;
    left: -25px;
    width: 15px;
    height: 15px;
}
.text__ul-default.text__ul-yellow li:before {
    background: url(../gfx/bullet.svg) no-repeat;
    background-size: 11px auto;
}
.text .text__big, .text__big {
    font-size: 1.85em;
    line-height: 1.3;
}
.headline-1, .headline-13, .headline-2 {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: .5em;
    letter-spacing: .01em;
}
.headline-1 {
    line-height: 1;
}
.headline-1, .headline-2 {
    display: block;
    font-style: italic;
    font-weight: 600;
}
.headline-1 {
    font-weight: 900;
}
.headline-1 {
    font-size: 5em;
}
.headline-2 {
    font-size: 2.5em;
    margin-bottom: .3em;
}
.headline-2 .btn {
    margin-left: 20px;
    vertical-align: bottom;
}
.headline-13 {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: .01em;
}
.btn {
    display: inline-block;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.btn span {
    display: inline-block;
}
.btn--big {
    padding: 14px 30px;
    font-size: 40px;
}
.btn--medium {
    padding: 10px 17px;
    font-size: 27px;
    font-weight: 700;
}
.btn--small {
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 700;
}
.btn--yellow {
    background: #fbab1b;
    color: #fff;
}
.btn--blue {
    background: #2ba1d3;
    color: #fff;
}
.btn--brown {
    background: #9f8b66;
    color: #fff;
}
.btn--skewed {
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.btn--skewed span {
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.btn--arrow-right:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(../gfx/icon-arrow-right.svg) no-repeat;
}
.btn--arrow-right.btn--skewed:after, .btn--ico-sport.btn--skewed:after, .btn--play-left.btn--skewed:before, .btn--play-right.btn--skewed:after {
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.btn--big.btn--arrow-right:after {
    width: 25px;
    height: 25px;
    margin-left: 25px;
    margin-right: -10px;
    margin-top: -6px;
    background-size: 21px auto;
}
.btn--small.btn--arrow-right:after {
    width: 11px;
    height: 12px;
    margin-left: 20px;
    margin-right: -10px;
    margin-top: -5px;
    background-size: 11px auto;
}
.btn--ico-sport:after, .btn--play-left:before, .btn--play-right:after {
    display: inline-block;
    vertical-align: middle;
    content: ""}
.btn--play-right:after {
    width: 36px;
    height: 25px;
    margin-left: 7px;
    margin-right: -10px;
    margin-top: -7px;
    margin-bottom: -2px;
    background: url(../gfx/icon-play.svg) no-repeat;
    background-size: 36px auto;
}
.btn--ico-sport:after {
    width: 46px;
    height: 40px;
    margin-left: 12px;
    margin-right: -10px;
    margin-top: -12px;
    margin-bottom: -2px;
}
.btn--play-left:before {
    background: url(../gfx/icon-play.svg) no-repeat;
}
.btn--big.btn--play-left:before {
    width: 72px;
    height: 55px;
    margin-right: 12px;
    margin-left: -10px;
    margin-top: -6px;
    margin-bottom: -4px;
    background-size: 72px auto;
}
.btn--ico-sport--tennis:after {
    width: 50px;
    height: 40px;
    margin-left: 12px;
    margin-right: -10px;
    margin-top: -11px;
    margin-bottom: -3px;
    background: url(../gfx/ico-tennis2.svg) no-repeat;
    background-size: 46px auto;
}
.btn--scroll {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    padding-top: 25px;
    background: url(../gfx/arr.svg) top center no-repeat;
    background-size: 15.6px auto;
}
.btn-close {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 10px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../gfx/ico-close.svg) center center no-repeat;
    background-size: 12px 12px;
}
.ico {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.ico:not(.ico--skewed) {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
.ico--search {
    width: 46px;
    height: 43px;
    color: transparent;
    background: url(../gfx/icon-search.svg) no-repeat;
    background-size: 46px auto;
}
.ico--menu {
    width: 46px;
    height: 26px;
    background: url(../gfx/icon-burger.svg) no-repeat;
    background-size: 46px auto;
}
.section {
    clear: both;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    background: #fff;
    color: #555;
}
.section:after, .section:before {
    content: "";
    display: table;
}
.section:after {
    clear: both;
}
.section--one {
    height: 385px;
    overflow: hidden;
}
.section--one__slider {
    margin-right: 550px;
}
.section--one__slider>div {
    padding-top: 45px;
    padding-bottom: 20px;
}
.section--one__right-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.section--one__inner-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45px;
    z-index: 100;
    width: 450px;
    padding-top: 40px;
    padding-right: 50px;
}
.section--one__inner-box-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../gfx/gray-1.svg) no-repeat;
    background-size: 100% auto;
    width: 550px;
    padding-left: 80px;
    height: 100%}
.section--six .slider__btn {
    display: none;
}
.slider {
    position: relative;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider:after, .slider:before {
    content: "";
    display: table;
}
.slider:after {
    clear: both;
}
.slider__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 232;
    display: block;
    width: 30px;
    height: 100%;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.slider__btn--left {
    left: 0;
    background: #2ba1d3 url(../gfx/icon-arrow-left-straight.svg) 6px center no-repeat;
    background-size: 22px auto;
}
.slider__btn--right {
    right: 0;
    background: #2ba1d3 url(../gfx/icon-arrow-right-straight.svg) 2px center no-repeat;
    background-size: 22px auto;
}
.slider__btn--skewed {
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.slider--aligned-left {
    margin-left: -35px;
}
.slider--drills .slider__btn--right {
    right: -20px;
    z-index: 200;
}
.drills {
    margin-left: 40px;
    margin-right: 20px;
}
.drills>div {
    position: relative;
    float: left;
}
.drills>div figure img {
    width: 100%;
    display: block;
    float: left;
}
.drills>div .btn {
    width: 110%;
    margin-left: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.drills .owl-item>div {
    margin: 0 3px;
}
.drills__js-script {
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.drills__inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.drills__capture {
    margin-left: -20px;
    margin-right: -20px;
    background: #2c414a;
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.drills__capture p {
    margin: 0;
    padding: 10px 30px;
    font-size: 1.1em;
    color: #fff;
}
.features__slides .btn {
    margin-right: 30px;
    margin-top: 5px;
}
.features__slides>div:not(.active) {
    display: none;
}
.features__text-next-btn {
    font-size: .95em;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 2323233;
    color: #555;
}
.search .layout {
    display: none;
    padding-top: 150px;
    position: relative;
}
.search input {
    width: 100%;
    background: 0 0;
    border: 0;
    padding-bottom: .5em;
    border-bottom: 2px solid #2c414a;
    font-size: 5em;
    color: #fff;
}
.search__btn-close {
    position: fixed;
    top: 25px;
    right: 30px;
}
.search__submit {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 50px;
    height: 55px;
    background: url(../gfx/ico-search-large.svg) no-repeat;
    background-size: 50px 55px;
}
@media screen and (min-width:200px) and (max-width:1280px) {
    body {
    font-size: 80%}
.l-header--big {
    height: auto!important;
    padding-bottom: 30px;
}
.l-header--big .l-header__content {
    position: relative;
    z-index: 40;
    width: auto;
    opacity: 1;
}
.l-header__content {
    top: 0!important;
}
.l-header__content>div {
    padding-left: 50px;
}
.l-header__content>div:before {
    left: -120px;
}
.l-header__content .text {
    padding-right: 20px;
}
.l-header__content .text .text__big {
    font-weight: 400;
}
.l-header__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.owl-item {
    opacity: .5;
}
.owl-item.active {
    opacity: 1;
}
.btn--big {
    font-size: 24px;
    padding: 7px 20px;
}
.btn--big.btn--arrow-right:after {
    margin-left: 15px;
}
.btn--big.btn--play-left:before {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    margin-top: 0;
}
.btn--small.btn--arrow-right:after {
    margin-left: 8px;
    margin-right: 1px;
}
.btn--small {
    padding: 7px 10px;
    font-size: 15px;
}
.l-header__content>p {
    margin-left: -8px;
}
.section--one__inner-box-bg {
    display: none;
}
.features__text-next-btn {
    display: block;
    clear: both;
    padding-top: 10px;
}
.search .layout {
    padding-top: 60px;
}
.search input {
    font-size: 1.3em;
}
.search .btn--medium {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.search .btn--ico-sport:after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    margin-top: -8px;
}
.search__submit {
    width: 25px;
    height: 30px;
    background-size: 25px auto;
    bottom: 10px;
}
.search__btn-close {
    top: 10px;
    right: 15px;
}
.section--one__inner-box {
    font-size: 1.2em;
}
}@media screen and (min-width:200px) and (max-width:520px) {
    .section--six .slider__btn {
    display: block;
    top: 20px;
    width: 50px;
    height: 30px;
    background-size: 14px auto;
    background-position: center center;
}
.section--six .slider__btn--right {
    right: 15px;
}
.section--six .slider__btn--left {
    left: auto;
    right: 70px;
}
}@media screen and (min-width:200px) and (max-width:800px) {
    .l-nav li a {
    font-size: 1.6em;
}
.hide-on-mobile {
    display: none;
}
.section--one__slider {
    padding-bottom: 0;
}
.l-header__content .text .text__big {
    margin-top: 15px;
}
}@media screen and (min-width:200px) and (max-width:650px) {
    .l-nav {
    top: 45px;
}
.headline-1 {
    font-size: 3em;
}
.headline-2 {
    font-size: 1.9em;
}
.l-header__logo {
    padding: 11px 5px 10px 20px;
    margin-left: -15px;
    margin-right: -5px;
}
.l-header__logo img {
    height: 20px;
}
.l-header__navbar {
    position: relative;
    height: 44px;
    z-index: 50;
}
.l-header__navbar .btn {
    padding-top: 6px;
    padding-bottom: 5px;
}
.l-header__navbar .btn--ico-sport {
    padding-left: 0;
    padding-right: 20px;
}
.l-header__navbar .btn--ico-sport span {
    display: none;
}
.l-header__navbar .btn--ico-sport:after {
    width: 50px;
    height: 32px;
    background-size: auto 32px;
    margin-left: 5px;
}
.l-header__navbar .btn--ico-sport--tennis:after {
    width: 45px;
}
.l-header__content {
    margin-top: 30px;
}
.l-header__content .text {
    padding-right: 20px;
}
.l-header__content .text .text__big {
    font-size: 1.4em;
    line-height: 1.6;
}
.l-header__bottom {
    display: none;
}
.l-header__scroll-down-mobile {
    display: block;
}
.l-header__right {
    position: absolute;
    top: 0;
    right: 0;
}
.l-header__right .btn {
    padding: 11px 6px 12px;
}
.l-header__right .btn--medium {
    font-size: 17px;
}
.l-header__right .ico {
    width: 22px;
    height: 25px;
    background-size: 22px auto;
    margin-top: -4px;
}
.l-header__right ul li:last-child a {
    padding-right: 35px;
    padding-bottom: 10px;
}
.l-header__right ul li:last-child a span {
    margin-top: 3px;
    margin-bottom: -7px;
}
}@media screen and (min-width:650px) and (max-width:1023px) {
    .l-header__navbar .btn--ico-sport: after {
    margin-bottom: -9px!important;
}
}@media screen and (min-width:650px) and (max-width:1280px) and (max-height:870px) {
    .l-header__content {
    margin-top: 40px;
}
}@media screen and (min-width:200px) and (max-width:1023px) {
    .section {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.section--one {
    height: auto!important;
}
.section--one__inner-box, .section--one__slider {
    padding-left: 20px;
    padding-right: 20px;
}
.section--one__slider {
    position: relative;
    margin-right: 0;
    background: #fff;
}
.section--one__slider>div {
    padding-top: 10px;
}
.section--one__inner-box, .section--one__right-box {
    position: static;
}
.section--one__slider {
    padding-bottom: 0;
}
}@media screen and (min-width:1024px) and (max-width:1280px) {
    .section--one {
    height: 340px;
}
.section--one {
    padding-left: 25px;
    padding-right: 25px;
}
.section--one__slider {
    margin-right: 280px;
}
.section--one__inner-box {
    width: 250px!important;
    font-size: 1em;
    right: -35px;
    margin-top: 55px;
}
.l-header__navbar .btn--ico-sport:after {
    height: 36px!important;
    background-size: auto 36px!important;
}
.l-header__navbar .btn--ico-sport--tennis:after {
    width: 43px!important;
}
}@media screen and (min-width:600px) and (max-width:1260px) and (orientation:portrait) {
    .l-header__content {
    margin-top: 60px;
}

.l-header__content .text {
    max-width: 500px;
}
.l-header__content .text .text__big {
    font-size: 1.2em;
}
}@media screen and (min-width:800px) and (max-width:1023px) and (orientation:landscape) {
    .l-header--big {
    padding-bottom: 20px;
}
.l-header__content {
    margin-top: 30px;
}
.l-header__content .headline-1 {
    font-size: 3em;
}
.l-header__content .text {
    max-width: 450px;
}
.l-header__content .text .text__big {
    font-size: 1.2em;
}
}@media screen and (min-width:1024px) and (max-width:1280px) and (max-height:870px) {
    .l-header--big {
    padding-bottom: 20px;
}
.l-header__content {
    margin-top: 40px;
}
.l-header__content .headline-1 {
    font-size: 3em;
}
.l-header__content .text {
    max-width: 550px;
}
.l-header__content .text .text__big {
    font-size: 1.6em;
}
}@media screen and (min-width:1024px) and (max-width:1280px) and (min-height:870px) {
    .l-header__content {
    margin-top: 40px;
}
.l-header__content .headline-1 {
    font-size: 6em;
}
}@media screen and (min-width:1281px) and (max-width:1650px) and (max-height:870px), (min-width:1650px) and (max-height:900px) {
    .l-header--big {
    padding-bottom: 20px;
}
.l-header__content {
    margin-top: 30px;
}
.l-header__content .headline-1 {
    font-size: 4em;
}
.l-header__content .text {
    max-width: 550px;
}
.l-header__content .text .text__big {
    font-size: 1.5em;
}
.btn--big {
    font-size: 25px;
    padding: 8px 20px;
}
.btn--big.btn--arrow-right:after {
    margin-left: 15px;
}
.btn--big.btn--play-left:before {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    margin-top: 0;
}
}@media screen and (min-width:1360px) and (max-width:1650px) and (max-height:870px) {
    .l-header--big {
    padding-bottom: 20px;
}
.l-header__content {
    margin-top: 20px;
}
}@media screen and (min-width:650px) and (max-width:1260px) and (orientation:portrait), (min-width:650px) and (max-width:1650px) and (orientation:landscape) {
    .l-header__logo {
    padding: 15px 15px 15px 30px;
    margin-left: -15px;
    margin-right: -5px;
}
.l-header__logo img {
    height: 30px;
}
.l-header__navbar {
    position: relative;
    height: 44px;
    z-index: 50;
}
.l-header__navbar .btn {
    padding-top: 14px;
    padding-bottom: 16px;
}
.l-header__navbar .btn--ico-sport {
    padding-left: 10px;
    padding-right: 20px;
}
.l-header__navbar .btn--ico-sport:after {
    width: 60px;
    height: 44.5px;
    margin: -10px -10px -7px 5px;
    background-size: auto 43px;
    background-position: auto center;
}
.l-header__right {
    position: absolute;
    top: 0;
    right: 0;
}
.l-header__right .btn--medium {
    padding-left: 5px;
    padding-right: 5px;
}
.l-header__right .btn {
    vertical-align: top;
}
.l-header__right ul li:last-child a {
    padding-right: 40px;
}
}@media screen and (min-width:1281px) and (max-width:1780px) {
    .section--one__slider .headline-2 .btn {
    padding-left: 10px;
    margin-bottom: -3px;
}
.section--one__slider .headline-2 .btn span {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}
.section--one .btn--small.btn--arrow-right:after {
    margin-left: 0;
}
.drills__capture p {
    font-size: 1em;
}
}@media screen and (min-width:1281px) and (max-width:1650px) {
    .section--one: not(.section--one-answers) {
    padding-left: 60px;
    padding-right: 60px;
}
.section--one__slider {
    margin-right: 430px;
}
.section--one__slider>div {
    padding-top: 30px;
}
.section--one__inner-box {
    width: 370px;
    font-size: .92em;
}
.section--one__inner-box-bg {
    right: -130px;
}
}@media screen and (min-width:1650px) and (max-height:900px) {
    .section--one__slider>div {
    padding-top: 20px;
}
.l-header--big {
    padding-bottom: 40px;
}
}@media screen and (max-height:400px) {
    .l-nav {
    font-size: .7em;
}
.l-nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
}@media screen and (max-height:400px) and (min-width:650px) {
    .l-nav {
    top: 55px;
}
}@media screen and (min-width:200px) and (max-width:767px) {
    .section--one__slider .headline-2 {
    font-size: 2em;
    font-style: normal;
    -ms-text-transform: none;
    -webkit-text-transform: none;
    text-transform: none;
    text-align: center;
    margin: 20px 0;
}
.section--one__slider .headline-2 .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin-left: 0;
}
.drills .owl-wrapper-outer {
    overflow: visible;
}
.section--one__right-box {
    background: #f5f5f5;
}
.section--one__inner-box {
    padding-top: 20px;
    padding-bottom: 40px;
    width: auto;
}
.slider--drills .slider__btn {
    display: none;
}
}@media screen and (min-width:768px) and (max-width:1280px) {
    .slider--aligned-left {
    margin-left: 10px;
    margin-right: 30px;
}
.section--one__slider {
    margin-top: 30px;
    padding-bottom: 0;
}
.section--one__slider .headline-2 {
    margin-bottom: 25px;
}
.section--one__inner-box {
    padding-top: 25px;
    padding-bottom: 50px;
    width: auto;
}
}@media screen and (min-width:650px) and (max-width:1650px) {
    .l-nav {
    top: 63px;
}
}@media screen and (min-width:1023px) and (max-width:1449px) {
    .headline-2 {
    font-size: 1.7em;
}
}@media screen and (min-width:1450px) and (max-width:1780px) {
    .headline-2 {
    font-size: 2em;
}
}@media screen and (min-width:1023px) and (max-width:1280px) {
    .text li, .text p {
    font-size: 1.18em;
}
.text ul {
    padding-top: 2px;
}
.l-header:not(.l-header--dashboard) .l-header__logo {
    padding-top: 10px;
    padding-bottom: 11px;
}
.l-header:not(.l-header--dashboard) .l-header__navbar .btn {
    padding-top: 13px;
    padding-bottom: 14px;
}
.l-header:not(.l-header--dashboard) .l-header__navbar .btn--medium {
    font-size: 22px;
}
.l-header:not(.l-header--dashboard) .l-header__navbar .ico--search {
    width: 40px;
    height: 37px;
    background-size: 40px auto;
}
.l-nav {
    top: 54px;
}
}




 .l-header__logo {
    padding: 15px 15px 15px 30px;
    margin-left: -15px;
    margin-right: -5px;
}
.l-header__logo img {
    height: 30px;
}
.l-header__navbar {
    position: relative;
    height: 44px;
    z-index: 50;
}
.l-header__navbar .btn {
    padding-top: 14px;
    padding-bottom: 16px;
}
.l-header__navbar .btn--ico-sport {
    padding-left: 10px;
    padding-right: 20px;
}
.l-header__navbar .btn--ico-sport:after {
    width: 60px;
    height: 44.5px;
    margin: -10px -10px -7px 5px;
    background-size: auto 43px;
    background-position: auto center;
}
.l-header__right {
    position: absolute;
    top: 0;
    right: 0;
}
.l-header__right .btn--medium {
    padding-left: 5px;
    padding-right: 5px;
}
.l-header__right .btn {
    vertical-align: top;
}
.l-header__right ul li:last-child a {
    padding-right: 40px;
}

.l-header__content {
margin-top: 40px;
}
.l-header--big .l-header__content {
position: relative;
z-index: 40;
width: auto;
opacity: 1;
}
.l-header--big {
height: auto!important;
padding-bottom: 30px;
}
.l-header__content .headline-1 {
font-size: 3em;
}
.l-header__content .text .text__big {
font-size: 1.2em;
}
.l-header__content {
top: 0!important;
}
.btn--ico-sport--hockey:after {
width: 38px;
height: 50px;
margin-left: 20px;
margin-right: -20px;
margin-top: -15px;
margin-bottom: -9px;
background: url(../gfx/ico-hockey.svg) no-repeat;
background-size: 38px auto;
}
.btn--ico-sport--rugby:after {
width: 30px;
height: 66px;
margin-left: 15px;
margin-right: -20px;
margin-top: -20px;
margin-bottom: -20px;
background: url(../gfx/ico-rugby.svg) no-repeat;
background-size: 30px auto;
}
.btn--ico-sport--netball:after {
width: 40px;
height: 69px;
margin-left: 15px;
margin-right: -20px;
margin-top: -20px;
margin-bottom: -23px;
background: url(../gfx/ico-netball.svg) no-repeat;
background-size: 40px auto;
}
.btn--ico-sport--football:after {
width: 60px;
height: 39px;
margin-left: 8px;
margin-right: -20px;
margin-top: -9.5px;
margin-bottom: -2px;
background: url(../gfx/ico-football.svg) no-repeat;
background-size: 60px auto;
}
.l-header__navbar .btn--ico-sport:after {
width: 60px;
height: 44.5px;
margin: -10px -10px -7px 5px;
background-size: auto 43px;
background-position: auto center;
}
l-header__navbar .btn--ico-sport--hockey:after,.l-header__navbar .btn--ico-sport--rugby:after {
width: 35px;
}
.l-header__navbar .btn--ico-sport--basketball:after, .l-header__navbar .btn--ico-sport--cricket:after, .l-header__navbar .btn--ico-sport--hockey:after, .l-header__navbar .btn--ico-sport--ice-hockey:after, .l-header__navbar .btn--ico-sport--netball:after, .l-header__navbar .btn--ico-sport--rugby-league:after, .l-header__navbar .btn--ico-sport--rugby:after, .l-header__navbar .btn--ico-sport--swimming:after {
margin-left: 10px;
}
.l-header__navbar .btn--ico-sport--netball:after {
width: 40px;
}
.l-header__navbar .btn--ico-sport--football:after {
width: 50px;
height: 39px;
background-size: 50px auto;
margin-top: -5px;
}
.l-header--bg1--hockey {
background: url(../gfx/hockey2-banner.jpg) top center no-repeat;
background-size: cover;
}
.l-header--bg1--rugby {
background: url(../gfx/rugby_banner.jpg) top center no-repeat;
background-size: cover;
}
.l-header--bg1--netball {
background: url(../gfx/netball_banner.jpg) top center no-repeat;
background-size: cover;
}
.l-header--bg1--football {
background: url(../gfx/football_banner.jpg) top center no-repeat;
background-size: cover;
}