<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    font-family:"futura-pt",sans-serif;
    line-height: 1.5;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"futura-pt",sans-serif;
}

a {
    color: currentColor;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
    padding: 0;
}
.aa .card .text h1{
    font-size: 60px !important;
}
/* 2023.11.6 add */
.business{}
.business-all{
    padding: 0 20px;
    box-sizing: border-box;
}
.business-top{
    padding: 5% 2%;
}
.business-top h2{
    font-family: Poppins !important;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}
.business-top p{
    color: #888;
    font-size: 26px;
    margin-top: 35px;
    text-align: center;
}
.business-top p{
    margin-top: 35px;
}
.business-top .more{
    text-align: center;
    margin: auto;
}
.business-cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business-cont-img{
    width: 33%;
}
.business-cont-img img{
    width: 100%;
    display: block;
}
.business-cont{}
.business-0{}
.business-0 h2{
    margin-top: 30px;
}
.business-0 p{
    margin-top: 10px;
}
#myMap {
    position: relative;
    width: 100%;
    height: 750px;
}

.full-page {
    display: flex;
    flex-direction: column;
}

.full-page-content {
    flex: 1 0 auto;
}

.full-page-footer {
    flex-shrink: 0;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    color: #002856;
    display: flex;
    justify-content: space-between;
    transition: box-shadow 150ms;
}

.header.scrolled {
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    transition: box-shadow 150ms, background-color 150ms, color 150ms;
}

.header.fixed.scrolled {
    background-color: #fff;
    color: #002856;
}

.header .logo {
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo .img {
    position: relative;
}

.header .logo img {
    width: auto;
    height: 44px;
    transition: opacity 150ms;
}

.header .logo img.blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.header:not(.fixed) .logo img.white,
.header.scrolled .logo img.white {
    opacity: 0;
}

.header:not(.fixed) .logo img.blue,
.header.scrolled .logo img.blue {
    opacity: 1;
}

.header .nav {
    display: flex;
    align-items: center;
}
.lx{
    background-color: #002856;
    padding: 60px 0;
    margin-bottom: 5px;
}
.lx p{
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.lx .btn{
    text-align: center;
    display: block;
    margin: auto;
    border: none;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin-top: 30px;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 18px;
}
.lx .btn:hover{
    background-color: #002856;
    color: #fff;
    border: 1px solid #fff;
}
.lx-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}
.lx-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.lx-tan p{
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
.lx-tan .contact-form-wrap{
    width: 16%;
    position: absolute;
    bottom: 0%;
    right: 0%;
    /* transform: translate(-50%,-50%); */
    background-color: #fff;
    padding: 20px;
    z-index: 999;
    padding: 40px;
    border-top: none;
}
.lx-close{
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
}
.fu{
    position: fixed;
    right: 0;
    top: 85%;
    background-color: #117fdc;
    color: #fff;
    z-index: 998;
    padding: 10px 20px;
    /* border-radius: 25px; */
    cursor: pointer;
}

.nav li:last-child .sub-nav{
    width: 100% !important;
    min-width: unset !important;
    background-color: unset !important;
}
.nav li:last-child .sub-nav li{
    padding: 0px !important;
    background-color: #d8e7f9;
}
.nav li:last-child .sub-nav li a{
    display: block;
    text-align: center;
    padding: 0 !important;
    padding-left: 10px !important;
}

.header .nav &gt; li {
    /* display: flex; */
    position: relative;
    font-size: 14px;
}
.header .nav &gt; li:last-child{
    border:1px solid #0089ff;
    /* padding: 10px; */
    background-color: #d8e7f9;
} 
.header .nav &gt; li:last-child a{
    /* color: #fff; */
} 

.header .nav &gt; li &gt; a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 1em;
}

.header .nav &gt; li &gt; a.active {
    color: #3ccaff;
}

.header .nav &gt; li &gt; a &gt; i {
    font-size: 0.8em;
    padding-left: 8px;
}

.header .nav &gt; li &gt; .sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #002856;
    padding: 1em 0;
    min-width: 12em;
    width: max-content;
}

.header .nav &gt; li &gt; .sub-nav &gt; li {
    position: relative;
    padding: 0 1em;
}
.sub-nav&gt;li&gt;a i{
    transform: rotate(-90deg);
}
.sub-nav li:hover .sub-nav-two{
    display: block;
}
.sub-nav-two{
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    border-left: #0089ff 1px solid;
    padding: 1em 0;
    display: none;
}
.sub-nav-two li{
}
.sub-nav-two li a:hover{
    color: #3ccaff;
    background-color: rgba(0, 0, 0, 0.03);
}
.sub-nav-two li a{
    width: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 1em;
}

.sub-nav-two li i {
    display: inline-block;
    transform: rotate(-90deg);
}
.sub-nav-two li:hover .sub-nav-three{
    display: block;
}
.sub-nav-three{
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    border-left: #0089ff 1px solid;
    padding: 1em 0;
    display: none;
}
.sub-nav-three li{
}
.sub-nav-three li a:hover{
    color: #3ccaff;
    background-color: rgba(0, 0, 0, 0.03);
}
.sub-nav-three li a{
    width: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 1em;
}

.header .nav &gt; li &gt; .sub-nav &gt; li &gt; a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px;
}

.header .nav &gt; li &gt; .sub-nav &gt; li &gt; a &gt; i {
    font-size: 0.8em;
}

.header .nav &gt; li &gt; a:hover {
    color: #3ccaff;
}

.header .nav &gt; li &gt; .sub-nav &gt; li &gt; a:hover,
.header .sub-sub-nav a:hover {
    color: #3ccaff;
    background-color: rgba(0, 0, 0, 0.03);
}

.header .nav &gt; li:hover &gt; .sub-nav {
    display: block;
}

.header .sub-sub-nav {
    display: none;
    position: absolute;
    left: 100%;
    top: -1em;
    background-color: #fff;
    min-width: 12em;
    padding: 1em 0;
}

.header .sub-sub-nav &gt; li {
    padding: 0 1em;
}

.header .sub-sub-nav a {
    display: block;
    padding: 8px 5px;
}

.header .nav &gt; li &gt; .sub-nav &gt; li:hover &gt; .sub-sub-nav {
    display: block;
}

.header .social-media {
    display: flex;
    align-items: center;
}

.header .social-media a {
    font-size: 1.125rem;
    padding: 8px;
}

.header .social-media a + a {
    margin-left: 4px;
}

.header .social-media a:hover {
    color: #3ccaff;
}

.index-banner {
    position: relative;
}

.index-banner .background {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-banner .background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner .background .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(20, 147, 255), rgb(0, 40, 86) 100%);
    opacity: 0.8;
}

.index-banner .content {
    padding: 110px 36px;
    color: #fff;
}

.index-banner .content h1 {
    text-align: center;
    font-size: 92px;
    line-height: 1.5;
    padding: 100px 0 110px 0;
}

.index-banner .content .more {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family:"futura-pt",sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 200ms;
}

.index-banner .content .more:hover {
    color: #1493ff;
}

.index-banner .content .more .icon {
    width: 3.5em;
    height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.index-banner .content .more .icon::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}

.index-banner .content .more .icon i {
    font-size: 0.7em;
    color: #333;
}

.index-banner .content .more .title {
    margin-top: 1.625rem;
}

.index-product-list {
    display: flex;
    margin-left: -36px;
    padding: 36px;
    /* background-image: url(../img/background-grid.svg); */
    background-repeat: repeat;
}

.sports-yi{
    width: 100% !important;
    padding: 70px 72px;
    background: linear-gradient(to right , rgb(20, 147, 255) , rgb(0, 40, 86) 100%);
}
.sports-yi&gt;h2{
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 40px 0;
}
.sports-yi-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sports-left{
    width: 50%;
    background-color: #fff;
    padding: 108px;
}
.sports-left h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.spain1 h4{
    font-size: 70px !important;
    color: #fff;
    font-weight: bold;
}
.spain1 h5{
    font-size: 30px;
    padding: 0 10%;
    line-height: 30px;
    margin-top: 30px;
    font-weight: normal;
}
.sports-left p{
    font-size: 24px;
    color: #888888;
    text-align: center;
    border-bottom: 1px solid #1493ff ;
    padding: 20px 0;
}
.sports-right{
    width: 50%;
    background-color: #fff;
    padding: 108px;
    box-shadow: 0 0 10px 0 #8c8c8c;
}
.sports-right h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.sports-right p{
    font-size: 24px;
    color: #888888;
    text-align: center;
    border-bottom: 1px solid #1493ff ;
    padding: 20px 0;
}
.anniu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.anniu a{
    padding: 15px 40px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
    border: 1px solid transparent;
}
.anniu a:first-child{
    background-color: #002856;
}
.anniu a:first-child:hover{
    background-color: #fff;
    color: #002856;
    border:1px solid #002856;
    transition: .3s ease-in;
}
.anniu a:last-child{
    background-color: #1493ff;
    margin-left: 20px;
}
.anniu a:last-child:hover{
    background-color: #fff;
    color: #1493ff;
    border: 1px solid #1493ff;
    transition: .3s ease-in;
}

.index-product-list .card-wrap {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-left: 36px;
    /* margin-bottom: 36px; */
}

.index-product-list .card {
    display: block;
    position: relative;
}

.index-product-list .card .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(255, 0, 140), rgb(102, 36, 129) 100%);
    opacity: 0.65;
    transition: opacity 300ms;
}

.index-product-list .card .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 36px;
}

.index-product-list .card .text h1 {
    font-size: 2.25rem;
}

.index-product-list .card .text p {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.index-product-list .card:hover .overlay {
    opacity: 0;
}

.index-product-list .card .image {
    overflow: hidden;
}

.index-product-list .card .image img {
    transition: transform 300ms;
}

.index-product-list .card:hover .image img {
    transform: scale(1.05);
}

.index-about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 36px;
}

.index-about .content {
    width: 50%;
    padding:0 5em;
    text-align: center;
    /* background-image: url(../img/background-patternV2.svg); */
    background-repeat: repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    position: relative;
    /* border-top: 1px solid #1493ff; */
}

.index-about .content::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    left: 0;
    top: 0;
}

.index-about .content .inner {
    position: relative;
    z-index: 1;
}

.index-about .content h1 {
    font-size: 2.25em;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0.18em;
}

.index-about .sep {
    color: #1493ff;
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: 0.0625em;
    margin-top: 1em;
}

.index-about .content p {
    color: #888;
    font-size: 1.375em;
    line-height: 1.2;
    margin-top: 2em;
}

.index-about .content .more {
    display: inline-block;
    background-color: #1493ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9375em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1em 2.1em;
    border: 1px solid transparent;
    margin-top: 1em;
    cursor: pointer;
    transition: all 200ms;
}

.index-about .content .more:hover {
    background-color: #fff;
    color: #1493ff;
    border-color: currentColor;
}

.index-about .video {
    width: 50%;
    /* padding: 9em; */
    text-align: center;
    color: #fff;
    background-color: #0f5594;
    /* background-image: url(../img/KNVB2007.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.index-about .video::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgb(20, 147, 255), rgb(0, 40, 86) 100%);
    opacity: 0.6;
}

.index-about .video .inner {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.index-about .video h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.index-about .video .sep {
    color: currentColor;
}

.index-about .video .play {
    display: inline-block;
    color: currentColor;
    cursor: pointer;
    transition: color 300ms;
}

.index-about .video .play .icon {
    width: 7.5em;
    height: 7.5em;
    margin: 2em auto 0;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.index-about .video .play .icon i {
    font-size: 2em;
}

.index-about .video .play .icon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    transition: transform 300ms;
}

.index-about .video .play .icon::after {
    content: '';
    display: block;
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: -2;
    transition: transform 300ms;
}

.index-about .video .play h2 {
    text-transform: uppercase;
    font-size: 2.25em;
    margin-top: 2em;
}

.index-about .video .play:hover {
    color: #1493ff;
}

.index-about .video .play:hover .icon::before {
    transform: scale(1.1);
}

.index-about .video .play:hover .icon::after {
    transform: scale(1.2);
}

.index-testimonial {
    color: #fff;
    --swiper-pagination-color: currentColor;
    background-color: #1493ff;
    background-image: url(../img/a2321.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.index-testimonial::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1493ff;
    opacity: 0.95;
}
.arts-uk-swiper {
    color: #fff;
    --swiper-pagination-color: currentColor;
    
    background-image: url(../img/arts-uk1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.arts-uk-swiper::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right , rgb(102, 36, 129) , rgb(74, 25, 223) 97%);
    opacity: .95;
}

.index-testimonial .card {
    padding-top: 9em;
    padding-bottom: 9em;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.index-testimonial .card * + * {
    margin-top: 2.25em;
}
.card .body p{
    margin-top: 36px;
}

.index-testimonial .card h1 {
    /* font-size: 1.875em; */
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.index-testimonial .card .body p{
    font-size: 24px;
    margin-top: 20px;
}

.index-testimonial .card .sep {
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.08em;
    margin-top: 20px;
}

.index-testimonial .card .body {
    font-size: 1.75em;
    margin-top: 20px;
}

.index-testimonial .card .name {
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}
.index-testimonial .card figure{
    margin-top: 20px;
}
.index-testimonial .card figure img {
    max-width: 90px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.index-testimonial .card figure figcaption {
    font-size: 1.125em;
    margin-top: 20px;
}

.index-news-wrap {
    padding: 36px 0px;
    background-image: url(../img/background-patternV2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
}

.index-news-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.index-news {
    position: relative;
    z-index: 2;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    --swiper-pagination-color: #1493ff;
    overflow: hidden;
    padding-bottom: 3em;
}
.index-news .swiper{
    overflow: hidden;
}

.index-news figure figcaption {
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 1em;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}

.index-news figure figcaption a {
    transition: color 150ms;
}

.index-news figure figcaption a:hover {
    color: #1493ff;
}

.index-news figure .image {
    display: block;
    overflow: hidden;
    position: relative;
}

.index-news figure .image .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 147, 255, 0);
    color: #fff;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 200ms;
}

.index-news figure .image:hover .overlay {
    background-color: rgba(22, 71, 114, 0.3);
}

.index-news figure .image .overlay i {
    opacity: 0;
    transition: opacity 200ms 100ms;
}

.index-news figure .image:hover .overlay i {
    opacity: 1;
}

.index-news figure .image img {
    transition: transform 300ms;
}

.index-news figure .image:hover img {
    transform: scale(1.05);
}

.footer-wrap {
    background-color: #002856;
    color: #fff;
}

.footer {
    padding: 100px;
}

.footer .columns {
    display: flex;
    justify-content: space-between;
}

.footer .column &gt; * + * {
    margin-top: 2.25em;
}

.footer .column h1 {
    font-size: 1.5em;
}

.footer .logo {
    display: block;
    max-width: 12.5em;
}

.footer .social-media {
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.footer .social-media a {
    font-size: 1.125em;
    padding: 0.5em;
}

.footer a:hover {
    color: #3ccaff;
}

.footer .links a {
    display: flex;
    align-items: center;
    margin-top: 0.3125em;
    font-weight: 100;
}

.footer .links a i {
    font-size: 0.75em;
    margin-right: 1em;
    transition: transform 200ms;
}

.footer .links a:hover i {
    transform: translate(50%, 0);
}

.footer .contact-list li {
    display: flex;
    align-items: center;
    margin-top: 1.125em;
}

.footer .contact-list i {
    font-size: 2em;
    margin-right: 0.5em;
}

.footer .extra {
    margin-top: 2em;
    font-weight: 100;
}
.footer .extra span{
    display: block;
    margin-bottom: 10px;
}
.footer .extra &gt; span + span {
    /* padding-left: 1em;
    margin-left: 1em; */
    /* border-left: 1px solid rgba(255, 255, 255, 0.6); */
}

.modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal.active {
    display: flex;
}

.modal .background {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141618;
    opacity: 0.94;
}

.modal .close {
    background: none;
    border: none;
    color: #fff;
    opacity: 0.8;
    font-size: 1.5rem;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 102;
    transition: color 150ms;
}

.modal .close:hover {
    color: #1493ff;
}

.modal .content-wrap {
    z-index: 9002;
    width: 80%;
    height: 80%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .content-wrap video {
    width: 80%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.contact-section-one {
    display: flex;
}

.contact-section-one &gt; * {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section-one .left {
    position: relative;
    text-align: center;
    padding: 20vh 0;
    color: #fff;

}

.contact-section-one .left .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/DSC01383-scaled-e1588340490484.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.contact-section-one .left .background::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgb(20, 147, 255), rgb(0, 40, 86) 100%);
    opacity: 0.75;
}

.contact-section-one .left .content &gt; * + * {
    margin-top: 10vh;
}

.contact-section-one .left h3 {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 500;
}

.contact-section-one .left h1 {
    text-transform: uppercase;
    font-family:"futura-pt",sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.contact-section-one .left .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section-one .left .social-media a {
    font-size: 1.125rem;
    padding: 8px;
}

.contact-section-one .left .social-media a:hover {
    color: #3ccaff;
}

.contact-section-one .right {
    text-align: center;
    padding: 36px 0;
}

.contact-section-one .right h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 2.25rem;
    margin-bottom: 3rem;
}

.contact-section-one .right p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.2;
    color: #888;
}

.contact-section-one .right p + p {
    margin-top: 1em;
}

.contact-section-one .right ul {
    margin-top: 2rem;
}

.contact-section-one .right li {
    margin-top: 2.25rem;
}

.contact-section-one .right a {
    min-width: 300px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #1493ff;
    border: 1px solid transparent;
    color: #fff;
    padding: 16px 39px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 200ms, color 200ms, border-color 200ms;
}

.contact-section-one .right a:hover {
    background-color: #fff;
    color: #1493ff;
    border-color: currentColor;
}

.contact-section-one .right a i {
    margin-right: 10px;
}

.contact-form-wrap {
    border-top: 1px solid #1493ff;
    padding: 5% 1rem;
    position: relative;
}

.contact-form-wrap .bg-image,
.contact-form-wrap .bg-overlay {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-form-wrap .bg-image {
    z-index: 1;
    background-image: url(../img/background-patternV2.svg);
    background-size: cover;
    background-attachment: fixed;
}

.contact-form-wrap .bg-overlay {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
}

.contact-form {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form &gt; * {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.contact-form &gt; * &gt; * {
    flex: 1;
}

.contact-form &gt; * &gt; * + * {
    margin-left: 1rem;
}

.contact-form .form-control {
    font-family:"futura-pt",sans-serif;
    font-size: 0.875rem;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 1em 2em;
    border: 1px solid rgb(234, 234, 234);
    color: #333333;
    transition: all 200ms;
}

.contact-form .form-control::placeholder {
    color: #325a88;
}

.contact-form .form-control:focus {
    text-transform: none;
    border-color: #1493ff;
    outline: 0;
    font-weight: normal;
    letter-spacing: 0;
}

.contact-form .submit {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.contact-form .submit button {
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #1493ff;
    color: #fff;
    padding: 1em 3em;
    cursor: pointer;
    border: 1px solid #1493ff;
    transition: background-color 200ms, color 200ms;
}

.contact-form .submit button:hover {
    background-color: #fff;
    color: #1493ff;
}

.contact-map {
    display: flex;
    border-bottom: 1px solid #fff;
}

.contact-map &gt; * {
    flex-basis: 50%;
    max-width: 50%;
}

.contact-map:nth-child(2n) &gt; *:last-child {
    order: -1;
}

.contact-map .text {
    background-color: #002856;
    color: #fff;
    padding: 7em 1rem;
    text-align: center;
}

.contact-map:nth-child(2n) .text {
    background-color: #fff;
    color: #333;
}

.contact-map .text &gt; * + * {
    margin-top: 2.5rem;
}

.contact-map .text h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 2.25rem;
}

.contact-map .text h5 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.contact-map .text p {
    font-size: 1.25rem;
    line-height: 1.4;
}

.contact-map:nth-child(2n) .text p {
    color: #888;
}

.contact-map .text .call-us {
    display: inline-block;
    border: 1px solid #1493ff;
    color: #fff;
    background-color: #1493ff;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0.875em 3em;
    margin-top: 1rem;
}
.contact-map .text .call-us:hover{
    background-color: transparent;
    color: #1493ff;
}

.contact-map .text .call-us .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-map .text .call-us .inner i {
    margin-right: 10px;
}

.videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
}

.videos .video {
    padding: 10rem 10%;
    text-align: center;
    color: #fff;
    background-color: #1493ff;
    background-size: cover;
    background-position: center;
    position: relative;
}

.videos .video .background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.videos .video .inner {
    position: relative;
    z-index: 2;
}

.videos .video .title {
    font-family:"futura-pt",sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
}

.videos .video .play {
    display: block;
    margin-top: 3rem;
}

.videos .video .play .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.125rem;
    width: 3.2em;
    height: 3.2em;
    position: relative;
    color: #000;
    margin-bottom: 2rem;
}

.videos .video .play .icon::before,
.videos .video .play .icon::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100%;
    z-index: -1;
    transition: transform 200ms;
}

.videos .video .play .icon::after {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    background-color: rgba(255, 255, 255, 0.3);
}

.videos .video .play .text {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: color 200ms;
}

.videos .video .play:hover .icon::before,
.videos .video .play:hover .icon::after {
    transform: scale(1.1);
}

.videos .video .play .text:hover {
    color: #1493ff;
}

.videos .video.not-really {
    padding: 5rem 10%;
}

.videos .video.not-really h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 2.25rem;
}

.videos .video.not-really .icon {
    margin: 2em 0;
}

.videos .video.not-really .icon i {
    font-size: 3em;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, rgb(0, 137, 255), rgb(60, 202, 255) 100%);
}

.videos .video.not-really p {
    /* font-size: 1.5rem; */
    font-size: 30px;
    line-height: 1.2;
}

.videos .video.not-really .more {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.videos .video.not-really .more a {
    position: relative;
    width: 4em;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    color: rgb(51, 51, 51);
}

.videos .video.not-really .more a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
    transition: transform 200ms;
}

.videos .video.not-really .more a:hover::before {
    transform: scale(1.2);
}

.about-s1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-s1 &gt; * {
    width: 50%;
}

.about-s1 .left {
    text-align: center;
    padding: 3rem 2%;
    /* border-top: 1px solid #1493ff; */
}

.about-s1 .left * + * {
    margin-top: 2rem;
}

.about-s1 .left h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 2.25rem;
}

.about-s1 .left p {
    font-size: 18px;
    color: #888888;
}

.about-s1 .left p:first-of-type {
    /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, rgb(20, 147, 255), rgb(0, 40, 86) 100%); */
}
.news-button .button{
    display: block !important;
}
.about-s1 .left .button ,.news-button .button{
    display: inline-block;
    text-transform: uppercase;
    background-color: #1493ff;
    color: #fff;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.2em;
    padding: 1em 3em;
    transition: background-color 150ms, color 150ms, border-color 150ms;
    text-align: center;
}

.about-s1 .left .button:hover ,.news-button .button:hover{
    background-color: #fff;
    color: #1493ff;
    border-color: #1493ff;
}

.about-s1 .right {
    position: relative;
    text-align: center;
    color: #fff;
}

.about-s1 .right .bg {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: auto;
    /* background-image: url(../img/Holland-From-Old-Siteedit-1.jpg); */
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.about-s1 .right .bg::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(20, 147, 255), rgb(0, 40, 86) 100%);
    opacity: 0.6;
}

.about-s1 .right .content {
    padding: 8rem 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.about-s1 .right h3 {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
}

.about-s1 .right .play-wrap {
    display: flex;
    justify-content: center;
}

.about-s1 .right .play-wrap .play {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-s1 .right .play-wrap .play .icon {
    font-size: 2rem;
    color: #000;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20% 0;
}

.about-s1 .right .play-wrap .play .icon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

.about-s1 .right .play-wrap .play .icon::after {
    content: '';
    display: block;
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.about-s1 .right .play-wrap .play .icon i {
    position: relative;
    z-index: 3;
}

.about-s1 .right .play-wrap .play .text {
    font-size: 1.6125rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.about-gallery {
    display: flex;
    flex-wrap: wrap;
}

.about-gallery &gt; * {
    /* flex: 1; */
    width: 16.666666%;
}

.about-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-gallery a .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 40, 86, 0);
    color: rgba(255, 255, 255, 0);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 200ms, color 200ms;
}

.about-gallery a:hover .overlay {
    background-color: rgba(0, 40, 86, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

.about-gallery a img {
    transition: transform 200ms;
}

.about-gallery a:hover img {
    transform: scale(1.05);
}

.about-story-wrap {
    position: relative;
}

.background-pattern-v2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-image: url(../img/background-patternV2.svg); */
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    z-index: -2;
}

.background-pattern-v2::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    background-attachment: fixed;
    z-index: -1;
}

.about-story {
    text-align: center;
    color: #333;
    padding: 5% 1rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.about-story h1 {
    text-transform: uppercase;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    margin-top: 20px;
}

.about-ellipsis {
    color: #1493ff;
    font-size: 2rem;
    letter-spacing: 0.15em;
}

.about-story p {
    color: #888;
    font-size: 1.25rem;
    margin-top: 2em;
    line-height: 1.5;
}

.about-company-values-wrap {
    background-color: #333333;
    color: #fff;
    text-align: center;
    padding: 5% 1rem;
}

.about-company-values &gt; * + * {
    margin-top: 1.875em;
}

.about-company-values &gt; h1 {
    text-transform: uppercase;
    font-size: 1.875em;
    letter-spacing: 0.2em;
}

.about-company-values ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

.about-company-values ul li {
    flex: 1;
}

.about-company-values ul li &gt; * + * {
    margin-top: 2em;
}

.about-company-values ul li i {
    font-size: 4em;
    color: #0089ff;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(0, 137, 255), rgb(60, 202, 255) 100%);
}

.about-company-values ul li h3 {
    font-size: 1.875em;
}

.about-company-values ul li p {
    font-size: 0.9375em;
    text-transform: uppercase;
    font-weight: 100;
}

.about-faqs-wrap {
    color: #333;
    text-align: center;
    padding: 5% 1rem;
}

.about-faqs ul {
    margin-top: 2rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-faqs ul li details {
    margin: 0 8%;
    padding: 1rem 0;
    border-top: 1px solid #eaeaea;
}

.about-faqs ul li details summary {
    cursor: pointer;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 2;
    font-weight: bold;
    /* outline: none; */
}

.about-faqs ul li details p {
    padding: 1em;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #888;
}

.product-index-banners .swiper {
    --swiper-navigation-size: 1.2rem;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.product-index-banners .swiper-button-prev {
    left: 25px;
}

.product-index-banners .swiper-button-next {
    right: 25px;
}

.product-index-banners .content-wrap {
    width: 100%;
    height: calc(100vh - 98px);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.elite-all{
    align-items: unset !important;
}
.elite-all h1{
    margin-top: 60px;
}

.product-index-banners .content-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(20, 147, 255), rgb(0, 40, 86) 100%);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

.product-index-banners .content {
    position: relative;
    z-index: 2;
}

.product-index-banners .content h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 5.75em;
}

.product-index-banners .content h4 {
    /* font-size: 1.75em; */
    font-size: 30px;
    font-weight: normal;
    margin-top: 4vh;
}

.product-index-banners .content a {
    margin-top: 8vh;
    width: 82px;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50%;
    font-size: 1.9rem;
    line-height: 1;
    transition: background-color 200ms, color 200ms;
}

.product-index-banners .content a:hover {
    background-color: transparent;
    color: #fff;
}

.product-index-list {
    margin: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.product-index-list .card {
    /*opacity: 0;*/
    /*transform: translate(0, 50%);*/
    display: block;
    position: relative;
}

.product-index-list .card .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    transition: opacity 300ms cubic-bezier(0.57, 0.21, 0.69, 1);
}

.product-index-list .card .text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 2rem;
}

.product-index-list .card .text h1 {
    font-size: 70px;
    text-align: left;
}

.product-index-list .card .text h5 {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-top: 1em;
}

.product-index-list .card:hover .overlay {
    opacity: 0;
}

.product-index-list .card .image {
    overflow: hidden;
}

.product-index-list .card .image img {
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1);
}

.product-index-list .card:hover .image img {
    transform: scale(1.04);
}

.product-detail-banner {
    position: relative;
}

.product-detail-banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.product-detail-banner .royal-img img{
    height: 100%;
}

.product-detail-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-detail-banner .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    transform: translate(0, -50%);
    text-align: center;
    color: #fff;
    line-height: 1.2;
    padding-left: 1rem;
    padding-right: 1rem;
}

.product-detail-banner .text h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 5.75em;
    letter-spacing: 2px;
}

.product-detail-banner .text p {
    /* font-size: 1.625em; */
    font-size: 30px;
    margin-top: 1em;
}

.product-detail-banner .text .more {
    margin-top: 12vh;
    width: 82px;
    height: 82px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    border-radius: 50%;
    font-size: 1.9rem;
    line-height: 1;
    transition: background-color 200ms, color 200ms;
}

.product-detail-banner .text .more:hover {
    background-color: transparent;
    color: #fff;
}

.product-detail-banner2{
    width:100%;
    height:200px;
}

.product-detail-banner2 .text h2{
    text-align: center;
    margin-top: 4%;
}

.product-detail-banner2 .text p{
    text-align: center;
    margin-top: 30px;
}

.product-detail-banner3{
    width:100%;
    height:50px;
}

.product-detail-banner3 .text h2{
    text-align: center;
    margin-top: 4%;
}

.product-detail-s1 {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.product-detail-s1 &gt; * {
    width: 50%;
}

.px-video {
    position: relative;
    /* border: .5px solid #fff; */
}
.px-video .bg{
    height: 100%;
}
.px-video .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sports-one{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.sports-cont{
    width: 33%;
    margin-bottom: 40px;
}
.sports-cont i{
    color: rgb(0, 137, 255);
    display: block;
    text-align: center;
    margin: auto;
}
.sports-cont h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
.sports-cont p{
    font-size: 18px !important;
    color: #fff !important;
    text-align: center;
    margin-top: 30px;
}
.other-rugby .sports-cont i{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right , rgb(0, 137, 255) , rgb(60, 202, 255) 100%);
}
.spain .sports-cont i{
    /* background: linear-gradient(to right , rgb(255, 0, 0) , rgb(255, 248, 0) 50% , rgb(255, 0, 0) 100%);
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important; */
    color: #f77300;
}
.basketball .sports-cont i{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right , rgb(255, 203, 77) , rgb(255, 128, 23) 100%);
    color: rgb(255, 203, 77);
}
.port .sports-cont i{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right , rgb(65, 232, 120) , rgb(33, 152, 72) 100%);
    color: rgb(65, 232, 120) !important;
}
/* .art-uk .sports-cont{
    width: 25%;
} */
.art-uk .sports-cont i{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right , rgb(255, 0, 140) , rgb(102, 36, 129) 100%);
    color: rgb(255, 0, 140) !important;
}
.spain-one{
    width: 100%;
    display: block;
}
.spain-one ul li .text h1,.sport-one ul li .text h1{
    font-size: 36px !important;
}
.spain-one-top{
    width: 100%;
    padding: 70px;
}
.spain-one-top h2{
    font-size: 24px;
    color: #002856;
    text-align: center;
    font-weight: bold;
}
.spain-one-top p{
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}
.spain-one-top p span{
    width: 5px;
    height: 5px;
    background-color: #1493ff;
    color: #1493ff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}
.spain-one ul{
    width: 100%;
    margin: auto;
    padding: 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sport-one ul{
    width: 95%;
    margin: auto;
    padding: 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sport-one ul li{
    width: 32%;
}
.spain-one ul li{
    width: 32%;
}
.spain-one ul li .text{
    display: block;
}
.spain-one ul li .text h5{
    border: 1px solid #fff;
    float: left;
    display: inline-block;
    padding: 5px;
}
.product-detail-s1 .text .inner{
    padding: 100px 8%;
}











.px-video .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.px-video .body {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    color: #fff;
}

.px-video h4 {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.px-video h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 2.25rem;
    margin-top: 0.5em;
}

.px-video .play {
    display: block;
}

.px-video .play .icon {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 7em;
    height: 7em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.px-video .play .icon::before,
.px-video .play .icon::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    transition: transform 200ms cubic-bezier(0.57, 0.21, 0.69, 1);
}

.px-video .play .icon::after {
    width: 116%;
    height: 116%;
    left: -8%;
    top: -8%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
}

.px-video .play .icon i {
    color: #000;
    font-size: 2rem;
    position: relative;
    z-index: 3;
}

.px-video .play h1 {
    text-transform: uppercase;
}

.px-video .play:hover .icon::before,
.px-video .play:hover .icon::after {
    transform: scale(1.1);
}

.px-video .play h1:hover {
    color: #1493ff;
}

.product-detail-s1 .text {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    /* padding: 40px 0; */
}

.product-detail-s1 .text .inner {
    padding: 0 8%;
    text-align: center;
}

.product-detail-s1 .text .inner &gt; * + * {
    margin-top: 35px;
}

.product-detail-s1 h1 {
    /* font-family:"futura-pt",sans-serif; */
    font-family: Poppins !important;
    font-weight: 700;
    font-size: 36px;
}

.product-detail-s1 p {
    color: #888;
    font-size: 24px;
}

.product-detail-sss .text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 40px 0; */
}

.product-detail-sss .text .inner {
    padding: 5 8%;
}

.product-detail-sss .text .inner &gt; * + * {
    margin-top: 20px;
}

.product-detail-sss h1 {
    font-family:"futura-pt",sans-serif;
}

.product-detail-sss p {
    color: #888;
    font-size: 1.25rem;
}
.product-detail-sss {
    display: flex;
}

.product-detail-sss &gt; * {
    width: 50%;
}
.product-detail-sss .text .inner{
    padding: 100px 8%;
}

.px-button {
    font-family:"futura-pt",sans-serif;
    font-size: 0.9375em;
    line-height: inherit;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1em 3em;
    text-transform: uppercase;
    background-color: #002856;
    border: 1px solid #002856;
    color: #fff;
    transition: background-color 200ms, color 200ms;
}

.px-button:hover {
    background-color: #fff;
    color: #002856;
}

.product-detail-s2 {
    position: relative;
}

.px-bg .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.px-bg .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product-detail-s2 .body {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5% 1rem;
}

.product-detail-s2 .body &gt; * + * {
    padding-top: 5%;
}

.product-detail-s2 h1 {
    font-family:"futura-pt",sans-serif;
    font-size: 4.375rem;
}

.product-detail-s2 h3 {
    /* font-size: 1.5rem; */
    font-size: 30px;
    color: #3ccaff;
    font-weight: normal;
    padding-top: 3%;
}

.product-detail-s2 ul {
    display: flex;
    flex-wrap: wrap;
}

.product-detail-s2 ul li {
    width: 50%;
    padding: 0 5%;
}

.product-detail-s2 ul li h5 {
    /* font-size: 1.25rem; */
    font-size: 24px;
}

.product-detail-s2 ul li p {
    margin-top: 1.5em;
    /* font-size: 1.25rem; */
    font-size: 24px;
    font-weight: lighter;
    max-width: 900px;
    line-height: 1.5;
}

.hidden {
    display: none;
}

.mobile-side-menu-wrap {
    display: none;
}

.mobile-menu-button {
    display: none;
}
/* news */
.news{
    background-color: #fff;
}
.news-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-all{
    width: 48%;
    margin-bottom: 30px;
}
.news-all-img{
    overflow: hidden;
    position: relative;
}
.news-all-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-search{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,40,84,.5);
    display: none;
}
.news-search img{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news-all p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.news-all:hover img{
    transform: scale(1.1);
}
.news-all:hover p{
    color: #1493ff;
}
.news-all:hover .news-search{
    display: block;
}
.container{
    width: 80%;
    margin: auto;
}
.news-detail{
    background-color: #fff;
}
.news-detail h2{
    background: linear-gradient(to right , rgb(20, 147, 255) , rgb(0, 40, 86) 100%);
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
}
.news-detail-all{
    max-width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}
.news-button{
    max-width: 1200px;
    margin: 40px auto;
}

.royal-a{
    display: block;
}
.royal-b{
    display: none;
}
.product-detail-s1 .text .inner p br{
    display: none;
}
.a-img{
    display: block !important;
}
.b-img{
    display: none !important;
}
.hovera{
    margin-top: 40px;
    padding: 15px 40px;
    background-color: #002856;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    letter-spacing: 3px;
    display: inline-block;
}
.hovera:hover{
    background-color: #fff;
    color: #002856;
    border: 1px solid #002856;
}
.hover1{
    background-color: #ff8017;
}
.hover1:hover{
    color: #ff8017;
    border: 1px solid #ff8017;
}
.hover2{
    background-color: #FF008C;
}
.hover2:hover{
    color: #ff008c;
    border: 1px solid #ff008c;
}
@media (min-width:1500px) and (max-width:1920px){
    .product-detail-s1 .text .inner{
        padding: 40px 5%;
    }
}
@media screen and (max-width:1500px) {
    /* 1017 new */
    /* .px-video .bg img,.product-detail-s1 div img{
        height: 80vh !important;
        object-fit: cover;
    } */
    .anniu a:last-child{
        margin-left: 0;
        margin-top: 20px;
    }




    .news-detail h2{
        font-size: 42px;
    }
    .px-video h4{
        font-size: 20px !important;
    }
    .product-detail-s1 .text .inner h2{
        margin-top: 10px !important;
    }
    .product-detail-s1 h1{
        font-size: 28px;
    }
    .product-detail-s1 .text .inner{
        padding: 40px 5%;
    }
    .product-detail-s1 p{
        /* font-size: 18px; */
        margin-top: 10px !important;
    }
    .product-index-list .card .text h1{
        /* font-size: 24px; */
    }
    .px-video h1{
        font-size: 24px;
    }
    .product-detail-s1{
        margin-top: 0px ;
    }
    .product-detail-banner .text h1{
        font-size: 60px;
    }
    .product-index-banners .content h1{
        font-size: 60px;
    }
    .lx-tan .contact-form-wrap{
        width: 30%;
    }
    .index-banner .content{
        padding: 60px 36px;
    }
    .index-banner .content h1{
        padding: 50px 0;
        font-size: 63px;
    }
    .product-detail-s1 .text .inner p br{
        display: block;
    }
    .about-story{
        padding: 5% 10rem;
    }
    .b-img{
        display: block !important;
    }
    .a-img{
        display: none !important;
    }
    /* .elite-1{
        margin-top: 20px;
    } */
    .elite-1:last-child{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
    #myMap,.map iframe{
        height: 350px !important;
    }
    .footer {
        font-size: 16px;
    }

    .index-testimonial .card {
        font-size: 0.75em;
        max-width: none;
        padding: 4em 1em;
    }

    .index-testimonial .card h1 {
        font-size: 1.5rem;
    }

    .index-testimonial .card .body {
        font-size: 20px;
    }

    .index-testimonial .card * + * {
        margin-top: 12px;
    }

    .index-about {
        /* flex-direction: column-reverse; */
    }

    .index-about .content {
        width: auto;
        padding: 1em 1em;
    }

    .index-about .video {
        width: auto;
        padding: 0;
    }

    .contact-section-one {
        flex-direction: column;
    }

    .product-index-list {
        grid-template-columns: 1fr;
        margin: 20px 2.5%;
    }

    .product-index-banners .content h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .about-story{
        padding: 10px;
    }
    .about-s1 .right .play-wrap{
        width: max-content;
    }
    .about-s1 .right .play-wrap .play .icon{
        margin: 10px 0;
        width: 80px;
        height: 80px;
    }
    .sport-one ul{
        width: 100%;
    }
    .sport-one ul li{
        width: 100%;
    }
    .index-product-list .card .text p{
        font-size: 14px;
    }
    .fu{
        
        padding: 5px;
    }
    .fu a{
    }
    .fu a p{
        font-size: 20px;
    }
    .royal-img img{
        height: auto;
    }
    .royal-txt{
        display: none;
    }
    .lx-tan .contact-form-wrap{
        width: 95%;
        padding: 10px;
        right: 2.5%;
    }
    .mobile-hidden {
        display: none !important;
    }

    .footer .columns {
        flex-direction: column;
    }

    .footer .column + .column {
        margin-top: 2em;
    }

    .footer .column &gt; * + * {
        margin-top: 1em;
    }

    .footer .extra &gt; span + span {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }

    .footer .extra span {
        display: block;
    }

    .index-news figure {
        font-size: 0.75rem;
    }

    .index-about .content h1 {
        font-size: 18px;
    }

    .index-about .content p {
        font-size: 20px;
        line-height: 1.5;
    }

    .index-product-list {
        flex-direction: column-reverse;
        margin-left: 0;
        padding: 10px 0;
        padding-bottom: 0;
    }

    .index-product-list .card-wrap {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 16px;
    }

    .index-product-list .card .text {
        padding: 1rem;
    }

    .index-product-list .card .text h1 {
        font-size: 1.625rem;
    }

    .index-banner .content {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
    }

    .index-banner .content h1 {
        font-size: 22px;
        padding: 1em 0;
    }
    .index-banner .content .more .title{
        font-size: 20px;
    }

    .header {
        padding-left: 17px;
        padding-right: 0;
    }

    .header .logo {
        height: 56px;
    }

    .header .logo img {
        height: 32px;
    }

    .mobile-menu-button {
        display: block;
        background: none;
        color: currentColor;
        border: 0;
        font-size: 1.5rem;
        padding: 0 17px;
    }

    .mobile-side-menu-wrap.open {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        min-height: 100vh;
        background-color: #fff;
        z-index: 9999;
    }

    .mobile-side-menu header {
        display: flex;
        justify-content: space-between;
        padding-left: 17px;
    }
    .mobile-side-menu&gt;ul{
        height: 90vh;
        overflow-y: auto;
    }

    .mobile-side-menu header a {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-side-menu header a img {
        width: auto;
        height: 32px;
    }

    .mobile-side-menu .menu a {
        padding: 8px 17px;
        color: #002856;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-side-menu a i {
        transition: transform 200ms;
    }

    .mobile-side-menu .open a i {
        transform: rotate(180deg);
    }

    .mobile-side-menu .sub-menu {
        display: none;
    }

    .mobile-side-menu .open .sub-menu {
        display: block;
    }

    .mobile-side-menu .sub-menu a {
        font-size: 0.875rem;
        padding-left: calc(17px * 2);
    }

    .contact-form .form-control {
        font-size: 0.75rem;
        padding: 10px;
        width: 100%;
    }

    .contact-form &gt; * &gt; * {
        flex: 0 0 100%;
    }

    .contact-form &gt; * &gt; * + * {
        margin-left: 0;
        margin-top: 1rem;
    }

    .contact-map {
        flex-direction: column
    }

    .contact-map &gt; * {
        flex-basis: 100%;
        max-width: 100%;
    }

    .contact-map:nth-child(2n) &gt; *:last-child {
        order: revert;
    }

    .about-s1 {
        flex-direction: column;
    }

    .about-s1 &gt; * {
        width: 100%;
    }

    .about-company-values ul {
        flex-direction: unset;
    }

    .about-faqs ul {
        grid-template-columns: 1fr;
    }

    .about-company-values {
        font-size: 0.75rem;
    }

    .about-company-values ul li + li {
        margin-top: 2rem;
    }

    .about-company-values &gt; * + * {
        margin-top: 1rem;
    }

    .about-company-values ul li &gt; * + * {
        margin-top: 1em;
    }

    .videos {
        grid-template-columns: 1fr;
    }

    .videos .video {
        padding: 8rem 1rem;
    }

    .product-index-list .card .text {
        padding: 1rem;
    }

    .product-index-list .card .text h1 {
        font-size: 1.75rem !important;
    }

    .product-index-banners .content-wrap {
        height: calc(100vh - 56px);
    }

    .product-index-banners .content h1 {
        font-size: 2.125rem;
    }

    .product-index-banners .content h4 {
        font-size: 1.125rem;
        margin-top: 1rem;
    }

    .product-index-banners .content a {
        margin-top: 3rem;
    }
    .royal-a{
        display: none;
    }
    .royal-b{
        display: block;
    }

    .product-detail-banner .text h1 {
        font-size: 2.375rem;
    }

    .product-detail-banner .text p {
        font-size: 1.125rem;
    }

    .product-detail-s1 {
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .product-detail-s1 &gt; * {
        width: 100%;
    }
    .sports-yi{
        padding: 10px;
    }
    .sports-yi&gt;h2{
        font-size: 18px;
        padding: 20px 0;
    }
    .sports-left{
        width: 100%;
        padding: 10px;
    }
    .sports-right{
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }
    .sports-left h2{
        font-size: 18px;
    }
    .sports-left p{
        font-size: 14px !important;
    }
    .sports-right h2{
        font-size: 18px;
    }
    .sports-right p{
        font-size: 14px !important;
    }

    .px-video .play .icon {
        width: 4em;
        height: 4em;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .px-video .play .icon i {
        font-size: 1.25rem;
    }

    .px-video h4 {
        font-size: 16px !important;
    }

    .px-video h1 {
        font-size: 14px !important;
    }

    .product-detail-s1 .text .inner {
        padding: 10px;
    }

    .about-gallery &gt; * {
        flex: 0 0 33.33%;
    }

    .product-detail-s2 h1 {
        font-size: 20px;
    }

    .product-detail-s2 h3 {
        width: 100% !important;
        font-size: 16px !important;
        padding-top: 20px !important;
    }

    .product-detail-s2 ul li {
        width: 100%;
        padding: 1rem 0 0 0;
    }

    .contact-section-one .left h1 {
        font-size: 1.75rem;
    }

    .contact-section-one .left h3 {
        font-size: 1.125rem;
    }

    .contact-section-one .left .content {
        padding: 0 1rem;
    }

    /* add */
    .index-about .video .play .icon{
        width: 80px;
        height: 80px;
    }
    .index-about .video .play h2{
        font-size: 20px;
        margin-top: 20px;
    }
    .footer{
        padding:25px 10px;
    }
    .footer .columns .column div p{
        font-size: 16px;
    }
    .sub-menu-menu,.sub-menu-menu1,.sub-menu-menu2{
        display: none;
    }
    .open1 .sub-menu-menu,.open1 .sub-menu-menu1,.open2 .sub-menu-menu2{
        display: block;
    }
    .open1 a i{
        transition: transform 200ms;
    }
    .sub-menu &gt; li&gt;a i{
        transform: rotate(0deg) !important;
    }
    .sub-menu .open1 a i{
        transform: rotate(180deg) !important;
    }
    .sub-menu-menu li a{
        font-size: 12px !important;
    }
    .about-company-values ul li{
        width: 50%;
        flex: unset;
        margin-top: 20px !important;
    }
    .about-faqs ul li details{
        margin: 0;
        padding: 10px 0;
    }
    .px-video{
        padding: 0px 0;
    }
    .bgone{
        height: 300px;
    }
    .bgone img{
        height: 100%;
    }
    .art-uk .sports-cont{
        width: 50%;
    }
    .sports-cont{
        width: 50%;
        margin-bottom: 20px;
    }
    .sports-cont h2{
        font-size: 16px;
        margin-top: 10px;
    }
    .sports-cont p{
        font-size: 14px !important;
        margin-top: 10px;
    }
    .spain-one-top{
        padding: 10px;
    }
    .spain-one ul li{
        width: 100%;
    }
    .product-detail-s2{
        padding: 40px 0 !important;
    }
    .px-video h5{
        font-size: 16px !important;
    }
    .spain1 h5{
        font-size: 20px !important;
    }
    .product-detail-s1 .text{
        padding: 0px 0;
    }
    .product-detail-s1 .text .inner h2{
        margin-top: 20px;
    }
    .product-detail-s1 .text .inner p{
        margin-top: 20px;
    }
    .modal .content-wrap video{
        width: 100%;
    }
    .container{
        width: 90%;
    }
    .news-all{
        width: 100%;
    }
    .news-all p{
        font-size: 16px;
        margin-top: 10px;
    }
    .news-detail h2{
        font-size: 20px;
    }
    .news-detail-all p strong{
        font-size: 18px;
    }
    .news-detail-all p span{
        font-size: 16px !important;
    }
}</pre></body></html>