/*-----------------------------------------------------------------------------------
	Espors Zone UK
	About: Esports Zone UK was created to provide clear, credible, and accessible information about the fast-growing world of Esports relevant to a UK audience. Whether you're a gamer, student, specialist career practictioner, educator, or parent, this platform exists to support your understanding of Esports as a serious, structured, and opportunity-rich industry.
	Author: Ben Nolan
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-5641);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Lato-Regular';
	src: url('./fonts/Lato-Regular/lato.woff2');
	src: url('./fonts/Lato-Regular/lato.woff2') format('woff2'),
	url('./fonts/Lato-Regular/lato.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Regular/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Bevan-Regular';
	src: url('./fonts/Bevan-Regular/bevan-regular-webfont.woff2');
	src: url('./fonts/Bevan-Regular/bevan-regular-webfont.woff2') format('woff2'),
	url('./fonts/Bevan-Regular/bevan-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Lato-Black';
	src: url('./fonts/Lato-Black/lato-black-webfont.woff2');
	src: url('./fonts/Lato-Black/lato-black-webfont.woff2') format('woff2'),
	url('./fonts/Lato-Black/lato-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'AlfaSlabOne-Regular';
	src: url('./fonts/AlfaSlabOne-Regular/alfaslabone-regular-webfont.woff2');
	src: url('./fonts/AlfaSlabOne-Regular/alfaslabone-regular-webfont.woff2') format('woff2'),
	url('./fonts/AlfaSlabOne-Regular/alfaslabone-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Lato-Bold';
	src: url('./fonts/Lato-Bold/lato-bold-webfont.woff2');
	src: url('./fonts/Lato-Bold/lato-bold-webfont.woff2') format('woff2'),
	url('./fonts/Lato-Bold/lato-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn-icon-e{
	direction:rtl;
}
.btn-icon-e .icon-spacer{
	margin-right:0;
	margin-left:5px;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
h1{
	font-family:"Bevan-Regular";
	font-size:3.5rem;
	color:#000000!important;
	font-weight:700;
}
h2{
	font-family:"Lato-Black";
	font-size:2rem;
	color:#000000!important;
	font-weight:900;
}
h3{
	font-family:"Lato-Bold";
	font-weight:900;
	font-size:1.75rem;
	color:#000000!important;
}
p{
	font-family:"Lato-Regular";
	font-size:1.25rem;
	color:#000000!important;
}
a{
	color:var(--swatch-var-5071)!important;
	font-family:"Lato-Regular";
}
.menu-button{
	font-family:"Lato";
	font-weight:700;
	color:var(--swatch-var-3148)!important;
	background-color:var(--swatch-var-3777);
	font-size:1.5rem;
}
.menu-button:hover{
	background-color:var(--swatch-var-7848);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-5641);
}
.text-yellow{
	color:var(--swatch-var-7848)!important;
}
.bloc-divider-b-bloc-4-fill{
	fill:transparent;
}
label{
	font-family:"Lato-Regular";
}
.menu-button:active{
	background-color:var(--swatch-var-7848);
}
.menu-button:focus{
	background-color:var(--swatch-var-3777);
}
.modal-bg{
	box-shadow:5.73px 14.94px 21px #000000;
	background-color:var(--swatch-var-3777);
}
.menu-container{
	background-color:var(--swatch-var-5353);
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	padding:10px 20px 10px 20px;
	border-color:var(--swatch-var-4149)!important;
	margin:20px auto 20px auto;
	box-shadow:0.00px 22.00px 26px rgba(0,0,0,0.57);
	width:768px;
}
.modal-close-button{
	background-color:var(--swatch-var-7387);
	font-family:"Figtree-Bold";
	font-size:1.75rem;
}
.modal-close-button:hover{
	background-color:var(--swatch-var-7387);
	color:var(--swatch-var-3436)!important;
}
.menu-modal-close-button{
	fill:var(--swatch-var-5353)!important;
	width:30px!important;
}
.modal-divider{
	background-color:var(--swatch-var-7547);
}
.mega-menu-list-titles{
	color:var(--swatch-var-4149)!important;
	font-size:1.5rem;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	font-family:"Lato-Bold";
	letter-spacing:1px;
}
.mega-menu-list-items{
	color:var(--swatch-var-134)!important;
	font-size:1.5rem;
	padding-right:5px;
	padding-bottom:20px;
	padding-left:5px;
	text-decoration:none;
	font-family:"Lato-Regular";
	line-height:1.75rem;
	letter-spacing:0.1rem;
}
.mega-menu-list-items:hover{
	color:var(--swatch-var-3436)!important;
}
.mega-menu-list-items:active{
	color:var(--swatch-var-7319)!important;
}
.title-homepage{
	font-size:5rem;
}
.title-sub-homepage{
	font-size:3.5rem;
}
.mega-menu-dropdown-style{
	background-color:var(--swatch-var-3777);
}
.mega-menu-dropdown-title{
	color:var(--swatch-var-4149)!important;
	font-size:1.5rem;
	padding-right:5px;
	padding-bottom:20px;
	padding-left:5px;
	text-decoration:none;
	font-family:"Lato-Regular";
	line-height:1.75rem;
	letter-spacing:0.1rem;
}
.mega-menu-dropdown-title:hover{
	color:var(--swatch-var-3436)!important;
	line-height:1.75rem;
	letter-spacing:0.1rem;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
}
.mega-menu-dropdown-title:active{
	color:var(--swatch-var-7319)!important;
}
.mega-menu-dropdown-title:visited{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
}
.image-header-spacer{
	padding-top:250px;
	padding-bottom:250px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.link-style{
	font-weight:bold;
}
.blocsapp-special-menu blocsnav li a{
	font-size:1.25rem;
	color:var(--swatch-var-2763)!important;
	text-align:left;
}
.dropdown-menu li a{
	font-size:1.25rem;
	text-decoration:none;
	color:var(--swatch-var-3148)!important;
	text-transform:none;
}
.dropdown-menu{
	background-color:var(--swatch-var-5641);
	background-size:auto auto;
	width:400px;
}
.button-list-bg{
	background-color:var(--swatch-var-3777);
}
.dropdown-menu li a:hover{
	background-color:var(--swatch-var-7848);
	background-size:auto auto;
}
.navbar-menu-button{
	font-family:"Lato";
	font-weight:700;
	color:var(--swatch-var-3148)!important;
	background-color:var(--swatch-var-3777);
	font-size:1.5rem;
}
.navbar-menu-button:hover{
	background-color:var(--swatch-var-7848);
}
.navbar-menu-button:focus{
	background-color:var(--swatch-var-3777);
}
.m-dropdown-style{
	color:var(--swatch-var-7547)!important;
	font-size:1.25rem;
	white-space:pre-wrap;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
}
.dropdown-button:active{
	border-width:0px 0px 0px 0px;
}
.dp-p-links{
	padding-left:10px;
	padding-right:10px;
	margin:10px 0px 10px 0px!important;
}
.button-group-test{
	display:block;
}
.homepage-h2{
	font-family:"AlfaSlabOne-Regular";
	font-size:4rem;
	letter-spacing:0.1rem;
}
.bloc-fill{
	fill:var(--swatch-var-3777);
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6738:rgba(33,42,49,1.00);
	
	--swatch-var-4398:rgba(46,57,68,1.00);
	
	--swatch-var-7322:rgba(18,78,102,1.00);
	
	--swatch-var-7344:rgba(116,141,146,1.00);
	
	--swatch-var-6415:rgba(211,217,212,1.00);
	
	--swatch-var-7592:rgba(141,119,170,1.00);
	
	--swatch-var-1772:rgba(55,93,130,1.00);
	
	--swatch-var-7573:rgba(95,62,87,1.00);
	
	--swatch-var-3763:rgba(214,233,229,1.00);
	
	--swatch-var-2675:rgba(56,134,122,1.00);
	
	--swatch-var-3148:rgba(0,8,20,1.00);
	
	--swatch-var-5071:rgba(0,80,157,1.00);
	
	--swatch-var-3777:rgba(255,195,0,1.00);
	
	--swatch-var-7848:rgba(255,214,10,1.00);
	
	--swatch-var-2763:rgba(0,159,51,1.00);
	
	--swatch-var-5353:rgba(0,29,61,1.00);
	
	--swatch-var-5641:rgba(223,224,223,1.00);
	
	--swatch-var-134:rgba(255,248,234,1.00);
	
	--swatch-var-7387:#353335;
	
	--swatch-var-4149:#FFFFFF;
	
	--swatch-var-3436:#CED4DA;
	
	--swatch-var-7547:#E9ECEF;
	
	--swatch-var-7319:#DAD3C7;
	
}


/* Background colour styles */

.bgc-5353{
	background-color:var(--swatch-var-5353);
}
.bgc-5071{
	background-color:var(--swatch-var-5071);
}
.bgc-3777{
	background-color:var(--swatch-var-3777);
}
.bgc-7319{
	background-color:var(--swatch-var-7319);
}

/* Text colour styles */

.tc-134{
	color:var(--swatch-var-134)!important;
}
.tc-4398{
	color:var(--swatch-var-4398)!important;
}

/* Bloc image backgrounds */

.bg-section-1{
	background-image:url("img/section-1.jpg");
	background-image: -webkit-image-set(url("img/section-1.webp") 1x,
url("img/section-1.webp") 2x);background-image: image-set(url("img/section-1.jpg") 1x,
url("img/section-1.jpg") 2x,url("img/section-1.webp") 1x,
url("img/section-1.webp") 2x);
}
.bg-section-2{
	background-image:url("img/section-2.jpg");
	background-image: -webkit-image-set(url("img/section-2.webp") 1x,
url("img/section-2.webp") 2x);background-image: image-set(url("img/section-2.jpg") 1x,
url("img/section-2.jpg") 2x,url("img/section-2.webp") 1x,
url("img/section-2.webp") 2x);
}
.bg-section-3{
	background-image:url("img/section-3.jpg");
	background-image: -webkit-image-set(url("img/section-3.webp") 1x,
url("img/section-3.webp") 2x);background-image: image-set(url("img/section-3.jpg") 1x,
url("img/section-3.jpg") 2x,url("img/section-3.webp") 1x,
url("img/section-3.webp") 2x);
}
.bg-section-4{
	background-image:url("img/section-4.jpg");
	background-image: -webkit-image-set(url("img/section-4.webp") 1x,
url("img/section-4.webp") 2x);background-image: image-set(url("img/section-4.jpg") 1x,
url("img/section-4.jpg") 2x,url("img/section-4.webp") 1x,
url("img/section-4.webp") 2x);
}
.bg-section-5{
	background-image:url("img/section-5.jpg");
	background-image: -webkit-image-set(url("img/section-5.webp") 1x,
url("img/section-5.webp") 2x);background-image: image-set(url("img/section-5.jpg") 1x,
url("img/section-5.jpg") 2x,url("img/section-5.webp") 1x,
url("img/section-5.webp") 2x);
}
.bg-section-6{
	background-image:url("img/section-6.jpg");
	background-image: -webkit-image-set(url("img/section-6.webp") 1x,
url("img/section-6.webp") 2x);background-image: image-set(url("img/section-6.jpg") 1x,
url("img/section-6.jpg") 2x,url("img/section-6.webp") 1x,
url("img/section-6.webp") 2x);
}
.bg-section-7{
	background-image:url("img/section-7.jpg");
	background-image: -webkit-image-set(url("img/section-7.webp") 1x,
url("img/section-7.webp") 2x);background-image: image-set(url("img/section-7.jpg") 1x,
url("img/section-7.jpg") 2x,url("img/section-7.webp") 1x,
url("img/section-7.webp") 2x);
}
.bg-002-esports-image{
	background-image:url("img/002-esports-image.jpg");
	background-image: -webkit-image-set(url("img/002-esports-image.webp") 1x,
url("img/002-esports-image.webp") 2x);background-image: image-set(url("img/002-esports-image.jpg") 1x,
url("img/002-esports-image.jpg") 2x,url("img/002-esports-image.webp") 1x,
url("img/002-esports-image.webp") 2x);
}
.bg-001-esports-image{
	background-image:url("img/001-esports-image.jpg");
	background-image: -webkit-image-set(url("img/001-esports-image.webp") 1x,
url("img/001-esports-image.webp") 2x);background-image: image-set(url("img/001-esports-image.jpg") 1x,
url("img/001-esports-image.jpg") 2x,url("img/001-esports-image.webp") 1x,
url("img/001-esports-image.webp") 2x);
}
.bg-003-esports-image{
	background-image:url("img/003-esports-image.jpg");
	background-image: -webkit-image-set(url("img/003-esports-image.webp") 1x,
url("img/003-esports-image.webp") 2x);background-image: image-set(url("img/003-esports-image.jpg") 1x,
url("img/003-esports-image.jpg") 2x,url("img/003-esports-image.webp") 1x,
url("img/003-esports-image.webp") 2x);
}
.bg-team-logos{
	background-image:url("img/team-logos.jpg");
	background-image: -webkit-image-set(url("img/team-logos.webp") 1x,
url("img/team-logos.webp") 2x);background-image: image-set(url("img/team-logos.jpg") 1x,
url("img/team-logos.jpg") 2x,url("img/team-logos.webp") 1x,
url("img/team-logos.webp") 2x);
}
.bg-005-esports-exercise-image{
	background-image:url("img/005-esports-exercise-image.jpg");
	background-image: -webkit-image-set(url("img/005-esports-exercise-image.webp") 1x,
url("img/005-esports-exercise-image.webp") 2x);background-image: image-set(url("img/005-esports-exercise-image.jpg") 1x,
url("img/005-esports-exercise-image.jpg") 2x,url("img/005-esports-exercise-image.webp") 1x,
url("img/005-esports-exercise-image.webp") 2x);
}
.bg-006-esports-exercise-image{
	background-image:url("img/006-esports-exercise-image.jpg");
	background-image: -webkit-image-set(url("img/006-esports-exercise-image.webp") 1x,
url("img/006-esports-exercise-image.webp") 2x);background-image: image-set(url("img/006-esports-exercise-image.jpg") 1x,
url("img/006-esports-exercise-image.jpg") 2x,url("img/006-esports-exercise-image.webp") 1x,
url("img/006-esports-exercise-image.webp") 2x);
}
.bg-010-esports-health-image{
	background-image:url("img/010-esports-health-image.jpg");
	background-image: -webkit-image-set(url("img/010-esports-health-image.webp") 1x,
url("img/010-esports-health-image.webp") 2x);background-image: image-set(url("img/010-esports-health-image.jpg") 1x,
url("img/010-esports-health-image.jpg") 2x,url("img/010-esports-health-image.webp") 1x,
url("img/010-esports-health-image.webp") 2x);
}
.bg-011-esports-health-image{
	background-image:url("img/011-esports-health-image.jpg");
	background-image: -webkit-image-set(url("img/011-esports-health-image.webp") 1x,
url("img/011-esports-health-image.webp") 2x);background-image: image-set(url("img/011-esports-health-image.jpg") 1x,
url("img/011-esports-health-image.jpg") 2x,url("img/011-esports-health-image.webp") 1x,
url("img/011-esports-health-image.webp") 2x);
}
.bg-012-esports-health-image{
	background-image:url("img/012-esports-health-image.jpg");
	background-image: -webkit-image-set(url("img/012-esports-health-image.webp") 1x,
url("img/012-esports-health-image.webp") 2x);background-image: image-set(url("img/012-esports-health-image.jpg") 1x,
url("img/012-esports-health-image.jpg") 2x,url("img/012-esports-health-image.webp") 1x,
url("img/012-esports-health-image.webp") 2x);
}
.bg-007-esports-exercise-image{
	background-image:url("img/007-esports-exercise-image.jpg");
	background-image: -webkit-image-set(url("img/007-esports-exercise-image.webp") 1x,
url("img/007-esports-exercise-image.webp") 2x);background-image: image-set(url("img/007-esports-exercise-image.jpg") 1x,
url("img/007-esports-exercise-image.jpg") 2x,url("img/007-esports-exercise-image.webp") 1x,
url("img/007-esports-exercise-image.webp") 2x);
}
.bg-008-esports-exercise-image{
	background-image:url("img/008-esports-exercise-image.jpg");
	background-image: -webkit-image-set(url("img/008-esports-exercise-image.webp") 1x,
url("img/008-esports-exercise-image.webp") 2x);background-image: image-set(url("img/008-esports-exercise-image.jpg") 1x,
url("img/008-esports-exercise-image.jpg") 2x,url("img/008-esports-exercise-image.webp") 1x,
url("img/008-esports-exercise-image.webp") 2x);
}
.bg-british-esports-logo{
	background-image:url("img/british-esports-logo.jpg");
	background-image: -webkit-image-set(url("img/british-esports-logo.webp") 1x,
url("img/british-esports-logo.webp") 2x);background-image: image-set(url("img/british-esports-logo.jpg") 1x,
url("img/british-esports-logo.jpg") 2x,url("img/british-esports-logo.webp") 1x,
url("img/british-esports-logo.webp") 2x);
}
.bg-dcms{
	background-image:url("img/dcms.jpg");
	background-image: -webkit-image-set(url("img/dcms.webp") 1x,
url("img/dcms.webp") 2x);background-image: image-set(url("img/dcms.jpg") 1x,
url("img/dcms.jpg") 2x,url("img/dcms.webp") 1x,
url("img/dcms.webp") 2x);
}
.bg-wider-community{
	background-image:url("img/wider-community.jpg");
	background-image: -webkit-image-set(url("img/wider-community.webp") 1x,
url("img/wider-community.webp") 2x);background-image: image-set(url("img/wider-community.jpg") 1x,
url("img/wider-community.jpg") 2x,url("img/wider-community.webp") 1x,
url("img/wider-community.webp") 2x);
}
.bg-tournament-organisers{
	background-image:url("img/tournament-organisers.jpg");
	background-image: -webkit-image-set(url("img/tournament-organisers.webp") 1x,
url("img/tournament-organisers.webp") 2x);background-image: image-set(url("img/tournament-organisers.jpg") 1x,
url("img/tournament-organisers.jpg") 2x,url("img/tournament-organisers.webp") 1x,
url("img/tournament-organisers.webp") 2x);
}
.bg-age-ratings{
	background-image:url("img/age-ratings.jpg");
	background-image: -webkit-image-set(url("img/age-ratings.webp") 1x,
url("img/age-ratings.webp") 2x);background-image: image-set(url("img/age-ratings.jpg") 1x,
url("img/age-ratings.jpg") 2x,url("img/age-ratings.webp") 1x,
url("img/age-ratings.webp") 2x);
}
.bg-global-organisations{
	background-image:url("img/global-organisations.jpg");
	background-image: -webkit-image-set(url("img/global-organisations.webp") 1x,
url("img/global-organisations.webp") 2x);background-image: image-set(url("img/global-organisations.jpg") 1x,
url("img/global-organisations.jpg") 2x,url("img/global-organisations.webp") 1x,
url("img/global-organisations.webp") 2x);
}
.bg-8bit-001-sport{
	background-image:url("img/8bit-001-sport.jpg");
	background-image: -webkit-image-set(url("img/8bit-001-sport.webp") 1x,
url("img/8bit-001-sport.webp") 2x);background-image: image-set(url("img/8bit-001-sport.jpg") 1x,
url("img/8bit-001-sport.jpg") 2x,url("img/8bit-001-sport.webp") 1x,
url("img/8bit-001-sport.webp") 2x);
}
.bg-014-esports-consoles-image{
	background-image:url("img/014-esports-consoles-image.jpg");
	background-image: -webkit-image-set(url("img/014-esports-consoles-image.webp") 1x,
url("img/014-esports-consoles-image.webp") 2x);background-image: image-set(url("img/014-esports-consoles-image.jpg") 1x,
url("img/014-esports-consoles-image.jpg") 2x,url("img/014-esports-consoles-image.webp") 1x,
url("img/014-esports-consoles-image.webp") 2x);
}
.bg-013-esports-consoles-image{
	background-image:url("img/013-esports-consoles-image.jpg");
	background-image: -webkit-image-set(url("img/013-esports-consoles-image.webp") 1x,
url("img/013-esports-consoles-image.webp") 2x);background-image: image-set(url("img/013-esports-consoles-image.jpg") 1x,
url("img/013-esports-consoles-image.jpg") 2x,url("img/013-esports-consoles-image.webp") 1x,
url("img/013-esports-consoles-image.webp") 2x);
}
.bg-016-esports-consoles-image{
	background-image:url("img/016-esports-consoles-image.jpg");
	background-image: -webkit-image-set(url("img/016-esports-consoles-image.webp") 1x,
url("img/016-esports-consoles-image.webp") 2x);background-image: image-set(url("img/016-esports-consoles-image.jpg") 1x,
url("img/016-esports-consoles-image.jpg") 2x,url("img/016-esports-consoles-image.webp") 1x,
url("img/016-esports-consoles-image.webp") 2x);
}
.bg-015-esports-consoles-image{
	background-image:url("img/015-esports-consoles-image.jpg");
	background-image: -webkit-image-set(url("img/015-esports-consoles-image.webp") 1x,
url("img/015-esports-consoles-image.webp") 2x);background-image: image-set(url("img/015-esports-consoles-image.jpg") 1x,
url("img/015-esports-consoles-image.jpg") 2x,url("img/015-esports-consoles-image.webp") 1x,
url("img/015-esports-consoles-image.webp") 2x);
}
.bg-8bit-002-education{
	background-image:url("img/8bit-002-education.jpg");
	background-image: -webkit-image-set(url("img/8bit-002-education.webp") 1x,
url("img/8bit-002-education.webp") 2x);background-image: image-set(url("img/8bit-002-education.jpg") 1x,
url("img/8bit-002-education.jpg") 2x,url("img/8bit-002-education.webp") 1x,
url("img/8bit-002-education.webp") 2x);
}
.bg-8bit-003-education{
	background-image:url("img/8bit-003-education.jpg");
	background-image: -webkit-image-set(url("img/8bit-003-education.webp") 1x,
url("img/8bit-003-education.webp") 2x);background-image: image-set(url("img/8bit-003-education.jpg") 1x,
url("img/8bit-003-education.jpg") 2x,url("img/8bit-003-education.webp") 1x,
url("img/8bit-003-education.webp") 2x);
}
.bg-8bit-005-art{
	background-image:url("img/8bit-005-art.jpg");
	background-image: -webkit-image-set(url("img/8bit-005-art.webp") 1x,
url("img/8bit-005-art.webp") 2x);background-image: image-set(url("img/8bit-005-art.jpg") 1x,
url("img/8bit-005-art.jpg") 2x,url("img/8bit-005-art.webp") 1x,
url("img/8bit-005-art.webp") 2x);
}
.bg-8bit-004-art{
	background-image:url("img/8bit-004-art.jpg");
	background-image: -webkit-image-set(url("img/8bit-004-art.webp") 1x,
url("img/8bit-004-art.webp") 2x);background-image: image-set(url("img/8bit-004-art.jpg") 1x,
url("img/8bit-004-art.jpg") 2x,url("img/8bit-004-art.webp") 1x,
url("img/8bit-004-art.webp") 2x);
}
.bg-grunge-009-player{
	background-image:url("img/grunge-009-player.jpg");
	background-image: -webkit-image-set(url("img/grunge-009-player.webp") 1x,
url("img/grunge-009-player.webp") 2x);background-image: image-set(url("img/grunge-009-player.jpg") 1x,
url("img/grunge-009-player.jpg") 2x,url("img/grunge-009-player.webp") 1x,
url("img/grunge-009-player.webp") 2x);
}
.bg-grunge-008-team{
	background-image:url("img/grunge-008-team.jpg");
	background-image: -webkit-image-set(url("img/grunge-008-team.webp") 1x,
url("img/grunge-008-team.webp") 2x);background-image: image-set(url("img/grunge-008-team.jpg") 1x,
url("img/grunge-008-team.jpg") 2x,url("img/grunge-008-team.webp") 1x,
url("img/grunge-008-team.webp") 2x);
}
.bg-grunge-011-trophy{
	background-image:url("img/grunge-011-trophy.jpg");
	background-image: -webkit-image-set(url("img/grunge-011-trophy.webp") 1x,
url("img/grunge-011-trophy.webp") 2x);background-image: image-set(url("img/grunge-011-trophy.jpg") 1x,
url("img/grunge-011-trophy.jpg") 2x,url("img/grunge-011-trophy.webp") 1x,
url("img/grunge-011-trophy.webp") 2x);
}
.bg-grunge-010-player{
	background-image:url("img/grunge-010-player.jpg");
	background-image: -webkit-image-set(url("img/grunge-010-player.webp") 1x,
url("img/grunge-010-player.webp") 2x);background-image: image-set(url("img/grunge-010-player.jpg") 1x,
url("img/grunge-010-player.jpg") 2x,url("img/grunge-010-player.webp") 1x,
url("img/grunge-010-player.webp") 2x);
}
.bg-grunge-001-trophy{
	background-image:url("img/grunge-001-trophy.jpg");
	background-image: -webkit-image-set(url("img/grunge-001-trophy.webp") 1x,
url("img/grunge-001-trophy.webp") 2x);background-image: image-set(url("img/grunge-001-trophy.jpg") 1x,
url("img/grunge-001-trophy.jpg") 2x,url("img/grunge-001-trophy.webp") 1x,
url("img/grunge-001-trophy.webp") 2x);
}
.bg-grunge-007-team{
	background-image:url("img/grunge-007-team.jpg");
	background-image: -webkit-image-set(url("img/grunge-007-team.webp") 1x,
url("img/grunge-007-team.webp") 2x);background-image: image-set(url("img/grunge-007-team.jpg") 1x,
url("img/grunge-007-team.jpg") 2x,url("img/grunge-007-team.webp") 1x,
url("img/grunge-007-team.webp") 2x);
}
.bg-grunge-012-wall-chart{
	background-image:url("img/grunge-012-wall-chart.jpg");
	background-image: -webkit-image-set(url("img/grunge-012-wall-chart.webp") 1x,
url("img/grunge-012-wall-chart.webp") 2x);background-image: image-set(url("img/grunge-012-wall-chart.jpg") 1x,
url("img/grunge-012-wall-chart.jpg") 2x,url("img/grunge-012-wall-chart.webp") 1x,
url("img/grunge-012-wall-chart.webp") 2x);
}
.bg-grunge-002-trophy{
	background-image:url("img/grunge-002-trophy.jpg");
	background-image: -webkit-image-set(url("img/grunge-002-trophy.webp") 1x,
url("img/grunge-002-trophy.webp") 2x);background-image: image-set(url("img/grunge-002-trophy.jpg") 1x,
url("img/grunge-002-trophy.jpg") 2x,url("img/grunge-002-trophy.webp") 1x,
url("img/grunge-002-trophy.webp") 2x);
}
.bg-grunge-004-team{
	background-image:url("img/grunge-004-team.jpg");
	background-image: -webkit-image-set(url("img/grunge-004-team.webp") 1x,
url("img/grunge-004-team.webp") 2x);background-image: image-set(url("img/grunge-004-team.jpg") 1x,
url("img/grunge-004-team.jpg") 2x,url("img/grunge-004-team.webp") 1x,
url("img/grunge-004-team.webp") 2x);
}
.bg-illustration-020-screen{
	background-image:url("img/illustration-020-screen.jpg");
	background-image: -webkit-image-set(url("img/illustration-020-screen.webp") 1x,
url("img/illustration-020-screen.webp") 2x);background-image: image-set(url("img/illustration-020-screen.jpg") 1x,
url("img/illustration-020-screen.jpg") 2x,url("img/illustration-020-screen.webp") 1x,
url("img/illustration-020-screen.webp") 2x);
}
.bg-illustration-010-arena{
	background-image:url("img/illustration-010-arena.jpg");
	background-image: -webkit-image-set(url("img/illustration-010-arena.webp") 1x,
url("img/illustration-010-arena.webp") 2x);background-image: image-set(url("img/illustration-010-arena.jpg") 1x,
url("img/illustration-010-arena.jpg") 2x,url("img/illustration-010-arena.webp") 1x,
url("img/illustration-010-arena.webp") 2x);
}
.bg-illustration-025-screen{
	background-image:url("img/illustration-025-screen.jpg");
	background-image: -webkit-image-set(url("img/illustration-025-screen.webp") 1x,
url("img/illustration-025-screen.webp") 2x);background-image: image-set(url("img/illustration-025-screen.jpg") 1x,
url("img/illustration-025-screen.jpg") 2x,url("img/illustration-025-screen.webp") 1x,
url("img/illustration-025-screen.webp") 2x);
}
.bg-illustration-002-talking{
	background-image:url("img/illustration-002-talking.jpg");
	background-image: -webkit-image-set(url("img/illustration-002-talking.webp") 1x,
url("img/illustration-002-talking.webp") 2x);background-image: image-set(url("img/illustration-002-talking.jpg") 1x,
url("img/illustration-002-talking.jpg") 2x,url("img/illustration-002-talking.webp") 1x,
url("img/illustration-002-talking.webp") 2x);
}
.bg-illustration-024-screen{
	background-image:url("img/illustration-024-screen.jpg");
	background-image: -webkit-image-set(url("img/illustration-024-screen.webp") 1x,
url("img/illustration-024-screen.webp") 2x);background-image: image-set(url("img/illustration-024-screen.jpg") 1x,
url("img/illustration-024-screen.jpg") 2x,url("img/illustration-024-screen.webp") 1x,
url("img/illustration-024-screen.webp") 2x);
}
.bg-illustration-030-communicating{
	background-image:url("img/illustration-030-communicating.jpg");
	background-image: -webkit-image-set(url("img/illustration-030-communicating.webp") 1x,
url("img/illustration-030-communicating.webp") 2x);background-image: image-set(url("img/illustration-030-communicating.jpg") 1x,
url("img/illustration-030-communicating.jpg") 2x,url("img/illustration-030-communicating.webp") 1x,
url("img/illustration-030-communicating.webp") 2x);
}
.bg-illustration-021-screen{
	background-image:url("img/illustration-021-screen.jpg");
	background-image: -webkit-image-set(url("img/illustration-021-screen.webp") 1x,
url("img/illustration-021-screen.webp") 2x);background-image: image-set(url("img/illustration-021-screen.jpg") 1x,
url("img/illustration-021-screen.jpg") 2x,url("img/illustration-021-screen.webp") 1x,
url("img/illustration-021-screen.webp") 2x);
}
.bg-illustration-023-screen{
	background-image:url("img/illustration-023-screen.jpg");
	background-image: -webkit-image-set(url("img/illustration-023-screen.webp") 1x,
url("img/illustration-023-screen.webp") 2x);background-image: image-set(url("img/illustration-023-screen.jpg") 1x,
url("img/illustration-023-screen.jpg") 2x,url("img/illustration-023-screen.webp") 1x,
url("img/illustration-023-screen.webp") 2x);
}
.bg-illustration-014-arena{
	background-image:url("img/illustration-014-arena.jpg");
	background-image: -webkit-image-set(url("img/illustration-014-arena.webp") 1x,
url("img/illustration-014-arena.webp") 2x);background-image: image-set(url("img/illustration-014-arena.jpg") 1x,
url("img/illustration-014-arena.jpg") 2x,url("img/illustration-014-arena.webp") 1x,
url("img/illustration-014-arena.webp") 2x);
}
.bg-illustration-004-talking{
	background-image:url("img/illustration-004-talking.jpg");
	background-image: -webkit-image-set(url("img/illustration-004-talking.webp") 1x,
url("img/illustration-004-talking.webp") 2x);background-image: image-set(url("img/illustration-004-talking.jpg") 1x,
url("img/illustration-004-talking.jpg") 2x,url("img/illustration-004-talking.webp") 1x,
url("img/illustration-004-talking.webp") 2x);
}
.bg-commercial-and-not-for-profit{
	background-image:url("img/commercial-and-not-for-profit.jpg");
	background-image: -webkit-image-set(url("img/commercial-and-not-for-profit.webp") 1x,
url("img/commercial-and-not-for-profit.webp") 2x);background-image: image-set(url("img/commercial-and-not-for-profit.jpg") 1x,
url("img/commercial-and-not-for-profit.jpg") 2x,url("img/commercial-and-not-for-profit.webp") 1x,
url("img/commercial-and-not-for-profit.webp") 2x);
}
.bg-Retro-001{
	background-image:url("img/Retro-001.jpg");
	background-image: -webkit-image-set(url("img/Retro-001.webp") 1x,
url("img/Retro-001.webp") 2x);background-image: image-set(url("img/Retro-001.jpg") 1x,
url("img/Retro-001.jpg") 2x,url("img/Retro-001.webp") 1x,
url("img/Retro-001.webp") 2x);
}
.bg-Retro-002{
	background-image:url("img/Retro-002.jpg");
	background-image: -webkit-image-set(url("img/Retro-002.webp") 1x,
url("img/Retro-002.webp") 2x);background-image: image-set(url("img/Retro-002.jpg") 1x,
url("img/Retro-002.jpg") 2x,url("img/Retro-002.webp") 1x,
url("img/Retro-002.webp") 2x);
}
.bg-Retro-003-atari-2600{
	background-image:url("img/Retro-003-atari-2600.jpg");
	background-image: -webkit-image-set(url("img/Retro-003-atari-2600.webp") 1x,
url("img/Retro-003-atari-2600.webp") 2x);background-image: image-set(url("img/Retro-003-atari-2600.jpg") 1x,
url("img/Retro-003-atari-2600.jpg") 2x,url("img/Retro-003-atari-2600.webp") 1x,
url("img/Retro-003-atari-2600.webp") 2x);
}
.bg-Retro-004-space-invaders{
	background-image:url("img/Retro-004-space-invaders.jpg");
	background-image: -webkit-image-set(url("img/Retro-004-space-invaders.webp") 1x,
url("img/Retro-004-space-invaders.webp") 2x);background-image: image-set(url("img/Retro-004-space-invaders.jpg") 1x,
url("img/Retro-004-space-invaders.jpg") 2x,url("img/Retro-004-space-invaders.webp") 1x,
url("img/Retro-004-space-invaders.webp") 2x);
}
.bg-Retro-005-pong{
	background-image:url("img/Retro-005-pong.jpg");
	background-image: -webkit-image-set(url("img/Retro-005-pong.webp") 1x,
url("img/Retro-005-pong.webp") 2x);background-image: image-set(url("img/Retro-005-pong.jpg") 1x,
url("img/Retro-005-pong.jpg") 2x,url("img/Retro-005-pong.webp") 1x,
url("img/Retro-005-pong.webp") 2x);
}
.bg-Retro-006-pac-man{
	background-image:url("img/Retro-006-pac-man.jpg");
	background-image: -webkit-image-set(url("img/Retro-006-pac-man.webp") 1x,
url("img/Retro-006-pac-man.webp") 2x);background-image: image-set(url("img/Retro-006-pac-man.jpg") 1x,
url("img/Retro-006-pac-man.jpg") 2x,url("img/Retro-006-pac-man.webp") 1x,
url("img/Retro-006-pac-man.webp") 2x);
}
.bg-Retro-007-doom{
	background-image:url("img/Retro-007-doom.jpg");
	background-image: -webkit-image-set(url("img/Retro-007-doom.webp") 1x,
url("img/Retro-007-doom.webp") 2x);background-image: image-set(url("img/Retro-007-doom.jpg") 1x,
url("img/Retro-007-doom.jpg") 2x,url("img/Retro-007-doom.webp") 1x,
url("img/Retro-007-doom.webp") 2x);
}
.bg-Grunge2-001{
	background-image:url("img/Grunge2-001.jpg");
	background-image: -webkit-image-set(url("img/Grunge2-001.webp") 1x,
url("img/Grunge2-001.webp") 2x);background-image: image-set(url("img/Grunge2-001.jpg") 1x,
url("img/Grunge2-001.jpg") 2x,url("img/Grunge2-001.webp") 1x,
url("img/Grunge2-001.webp") 2x);
}
.bg-Grunge2-002{
	background-image:url("img/Grunge2-002.jpg");
	background-image: -webkit-image-set(url("img/Grunge2-002.webp") 1x,
url("img/Grunge2-002.webp") 2x);background-image: image-set(url("img/Grunge2-002.jpg") 1x,
url("img/Grunge2-002.jpg") 2x,url("img/Grunge2-002.webp") 1x,
url("img/Grunge2-002.webp") 2x);
}
.bg-Grunge2-003{
	background-image:url("img/Grunge2-003.jpg");
	background-image: -webkit-image-set(url("img/Grunge2-003.webp") 1x,
url("img/Grunge2-003.webp") 2x);background-image: image-set(url("img/Grunge2-003.jpg") 1x,
url("img/Grunge2-003.jpg") 2x,url("img/Grunge2-003.webp") 1x,
url("img/Grunge2-003.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */


/* = Additional CSS
-------------------------------------------------------------- */
.markdown-table-style table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  overflow-x: scroll;       /* Forces horizontal scrollbar */
  display: block;           /* Required for scroll to work */
  white-space: nowrap;      /* Prevents wrapping */
}

/* Table headers and cells */
.markdown-table-style th,
.markdown-table-style td {
  padding: 12px 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #2E3944;   /* Vertical and horizontal borders */
}

/* Optional: alternate row coloring for readability */
.markdown-table-style tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Scrollbar styling for WebKit browsers (Chrome, Safari, Edge) */
.markdown-table-style table::-webkit-scrollbar {
  height: 8px;
}

.markdown-table-style table::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.markdown-table-style table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.markdown-table-style table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Optional: keep things tidy on larger screens */
@media (min-width: 769px) {
  .markdown-table-style table {
    overflow-x: auto;
  }
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mega-menu-list-titles{
		letter-spacing:0.1rem;
		font-size:1.5rem;
	}
	.mega-menu-list-items{
		font-size:1.5rem;
		line-height:2rem;
	}
	.title-homepage{
		font-size:4.5rem;
	}
	.text-yellow{
	}
	.title-sub-homepage{
		font-size:3rem;
	}
	h1{
		font-size:3rem;
	}
	.mega-menu-dropdown-title{
		font-size:1.75rem;
		line-height:2rem;
	}
	.menu-container{
		width:90%;
	}
	
}

@media (max-width: 767px){
	.menu-button-spacing{
		margin-top:40px;
	}
	.menu-button{
		margin-top:20px;
		font-size:1.25rem;
	}
	.modal-close-button{
		margin-bottom:5px;
	}
	.mega-menu-list-titles{
		text-decoration:none;
		margin-top:20px;
		font-size:1.75rem;
	}
	.title-homepage{
		font-size:3rem;
	}
	h1{
		font-size:2.5rem;
	}
	.navbar-menu-button{
		margin-top:20px;
	}
	.menu-container{
		width:100%;
	}
	.homepage-h2{
		font-size:3.5rem;
	}
	
}

@media (max-width: 575px){
	.menu-button-spacing{
		margin-top:20px;
	}
	.menu-button{
		margin-top:10px;
	}
	.menu-modal{
		background-color:var(--swatch-var-3777);
		width:100vh;
		height:100vw;
	}
	.modal-bg{
	}
	.modal-close-button{
		font-size:1.5rem;
	}
	.mega-menu-list-titles{
		font-size:1.5rem;
		text-decoration:none;
	}
	.mega-menu-list-items{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	.title-homepage{
		font-size:1.75rem;
	}
	.text-yellow{
	}
	.title-sub-homepage{
		font-size:2rem;
	}
	.mega-menu-dropdown-title{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	.navbar-logo{
		font-size:18px;
	}
	.navbar-menu-button{
		margin-top:10px;
	}
	.menu-container{
		width:100%;
		padding-left:20px;
	}
	.homepage-h2{
		font-size:2rem;
	}
	
}

