/*
Theme Name: Ticalian Pro
Theme URI: http://www.one400.com/
Author: ONE400
Author URI: http://www.one400.com/
Description: This theme is designed by ONE400.
Version: 1.0.0
Text Domain: ticalianpro

 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */

/* General */
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.relative-content{
	position: relative;
}
.floating-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.image-webp, .supports-webp .image-non-webp {
    display: none;
}
.supports-webp .image-webp {
    display: block;
}
.primary-button{
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: #1E1E1E;
	line-height: 1;
	background-color: #C4FF4F;
	padding: 14px 15.5px;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	border: 1px solid #C4FF4F;
}
.primary-button:hover{	
	color:#C4FF4F;
	text-decoration:none;
	background-color: transparent;
}
.secondary-button{
	font-family: "Roboto", sans-serif;
	color: #1E1E1E;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.2;
	padding: 7px 15.5px;
	border-radius: 5px;
	border: 1px solid #1E1E1E;
}
.secondary-button:hover{
	background-color:#C4FF4F;
	color:#1E1E1E;
	text-decoration:none;
}
.black-button{
	display:inline-block;
	text-decoration:none;
	color:#C4FF4F;
	font-size:15px;
	font-weight:700;
	font-family: "Roboto", sans-serif;
	line-height:1;
	padding:10px 43px;
	border-radius:5px;
	text-transform:uppercase;
	background-color:#1E1E1E;
}
.black-button:hover{
	text-decoration:none;
	color:#1E1E1E;
	background-color:#fff;
}
.primary-headline{
	font-size:50px;
	font-family: "Roboto", sans-serif;
	line-height:1.2;
	color:#1E1E1E;
}
.primary-headline span{
/* 	display:inline-block; */
	color:#9BE30D;
}
.subheadline{
	font-size:20px;
	font-family: "Roboto", sans-serif;
	line-height:1.2;
	color:#9BE30D;
	text-transform:uppercase;
}
.black-color{
	color:#1E1E1E;
}
.yellow-color{
	color:#C4FF4F;
}
.white-color{
	color:#fff;
}
.normal-weight{
	font-weight:400;
}
.bg-yellow-color{
	background-color:#C4FF4F;
}
.bg-black{
	background-color:#1E1E1E;
}
.bg-grey{
	background-color:#F3F3F3;
}
body{
	font-size:18px;
	font-family: "Roboto", sans-serif;
	line-height:1.5;
	color:#1E1E1E;
	font-weight:400;
	background-color:#F3F3F3;
	overflow-x:hidden;
}
/* General */
.admin-bar .header {
    top: 32px;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header.unpinned {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
}
.home .header-logo,
.page-template-contact .header-logo,
.page-template-template-player-video-analysis .header-logo{
	display:block;
}
.home .header-logo-dark,
.page-template-contact .header-logo-dark,
.page-template-template-player-video-analysis .header-logo-dark{
	display:none;
}
.header-logo,
.unpinned .header-logo{
	display:none;
}
.header-logo-dark,
.unpinned .header-logo-dark{
	display:block;
}
.primary-menu li:not(:last-child) {
    margin-right: 48px;
}
.menu-primary-menu-container ul li a {
	display:inline-block;
	text-decoration:none;
	font-size:20px;
	line-height:1;
	color:#fff;
	font-weight:600;
	font-family: "Roboto", sans-serif;
}
.unpinned .menu-primary-menu-container ul li a {
	color:#1E1E1E;
}
.menu-primary-menu-container ul li.header-button a{
	background-color:#C4FF4F;
	color:#1E1E1E;
	border-radius:5px;
	padding:7.5px 22px;
}
.menu-primary-menu-container ul li.header-button a:hover{
	background-color:#000;
	color:#C4FF4F;
}
.primary-menu{
	align-items:center;
}
.home-banner-container{
	padding:240px 0 186px;
}
.header-row{
	align-items:center;
}
.home-content{
	text-align:center;
}
.home-content h3{
	margin-bottom:24px;
}
.home-content h1{
	margin-bottom:24px;
	font-weight:700;
	font-family: "Roboto", sans-serif;
	font-size:60px;
	color:#fff;
	line-height:1.3;
}
.home-content .home-banner-btn{
	padding-top:23px;
}
.home-up-content-container{
	padding-top:100px;
}
.home-up-content-container h2{
	margin-bottom:55px;
}
.home-up-content a:hover{
	background-color:#000;	
}
.hb-camp .item{
	background-color:#fff;
	border-radius:30px;
	padding:37px 36px;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
	margin:0 20px 38px
}
.hb-camp .item h2{
	margin-bottom:34px;
}
.hb-camp .item .home-up-content img{
	width:248px;
}
.hb-camp .item span{
	display:inline-block;
	color:#1E1E1E;
	font-size:14px;
	font-weight:600;
	line-height:1.3;
	padding-left:18px;
	margin:38px 0 7px;
	font-family: "Roboto", sans-serif;
	background-image:url(images/location-pin-s.svg);
	background-position:left center;
	background-repeat:no-repeat;
}
.hb-camp .item ul li{
	color:#1E1E1E;
	font-size:14px;
	font-weight:400;
	line-height:1.3;
	font-family: "Roboto", sans-serif;
	margin-bottom:7px;
}
.hb-camp .item ul strong{
	font-weight:600;
}
.home-up-inner{
	color:#1E1E1E;
	font-size:14px;
	font-weight:400;
	line-height:1.5;
	padding:30px 0 20px;
}
.hb-camp-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hb-camp-nav-row{
	padding:0 30px 86px;
}
.hb-camp-nav .owl-prev,
.hb-camp-nav .owl-next{
	font-size:0;
	height:48px;
	width:48px;
	margin-left:15px;
	background-position:center;
	background-size:cover;
	cursor:pointer;
}
.hb-camp-nav .owl-prev{
	background-image:url(images/navigation-left.svg);
}
.hb-camp-nav .owl-next{
	background-image:url(images/navigation-right.svg);	
}
.home-guide-content{
	padding:51px 92px 0;
}
.home-guide-content h2{
	font-weight:300;
	margin-bottom:50px;
}
.home-guide-content h2 strong{
	font-weight:700;
}
.home-guide-list img{
	width:100%;
	border-radius:10px 10px 0 0;
}
.home-guide-list h3{
	font-size:16px;
	font-weight:700;
	line-height:1.4;
	color:#000;
	text-align:center;
	padding:14px 24px 27px;
	margin-bottom:0;
}
.home-guide-list{
	text-align:center;
	border-radius:10px;
	position:relative;
	margin-top:10px;
}
.home-guide-list a{
	position:absolute;
	bottom:-17.5px;
	left:50%;
	transform:translatex(-50%);
}
.home-guide-container .floating-image {
    background-size: 100% calc(100% - 56px);
    background-position: top center;
	border-radius: 5px;
    background-repeat: no-repeat;
}
.home-guide-container{
	padding-bottom:64px;
}
.home-value-container{
	padding:82px 0 70px;
}
.home-value-container h2{
	margin-bottom:60px;
}
.home-value-content h3{
	margin:25px 0 13px;
	font-size:20px;
	font-weight:700;
	color:#1E1E1E;
	line-height:1.4;
}
.home-value-content{
	text-align:center;
	padding:39px 20px 26px;
	font-size:14px;
	font-weight:400;
	color:#1E1E1E;
	line-height:1.4;
	background-color:#fff;
	border-radius:30px;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
	margin-bottom:30px;
}
.home-offer-container .floating-image{
	width:46%;
}
.home-offer-content h3{
	font-size:40px;
	font-weight:300;
	color:#FFFFFF;
	line-height:1.2;
	margin-bottom:27px;
}
.home-offer-content ul li{
	padding-left:47px;
	font-size:18px;
	font-weight:700;
	line-height:1.4;
	color:#Fff;
	background-image:url(images/check-mark.svg);
	background-position:left 5px;
	background-repeat:no-repeat;
	margin-bottom:27px;
}
.home-offer-content{
	padding:53px 0;	
}
.testimonial-headline-row{
	padding-bottom:50px;
	align-items:center;
}
.testimonial-headline-row h2{
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
.testimonial-headline-button img{
	margin-right:24px;
}
.testimonial-headline-button a{
	display:inline-block;
	font-size:20px;
	font-weight:700;
	line-height:1.5;
	color:#1F332B;
	text-decoration:underline;
}
.home-testimonial-content img{
	width:157px !important;
	margin-bottom:24px;
}
.home-testimonial-content{
	background-color:#fff;
	border-radius:30px;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
	padding:32px;
	margin-bottom:40px;
}
.home-testimonial-content h3{
	font-size:20px;
	line-height:1.5;
	font-weight:600;
	color:#9BE30D;
	margin-bottom:0;
	margin-top:7px;
}
.home-testimonial-container{
	padding:144px 0 68px;
}
.home-testimonial .owl-nav .owl-prev, 
.home-testimonial .owl-nav .owl-next{
	font-size: 0;
    height: 48px;
    width: 48px;
    margin-left: 15px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
	background-color:transparent;
}
.home-testimonial .owl-nav .owl-prev:hover, 
.home-testimonial .owl-nav .owl-next:hover{
	height: 48px;
    width: 48px;
    margin-left: 15px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
	background-color:transparent;
}
.home-testimonial .owl-nav .owl-prev,
.home-testimonial .owl-nav .owl-prev:hover{
	background-image: url(images/green-navi-left.svg);
}
.home-testimonial .owl-nav .owl-next,
.home-testimonial .owl-nav .owl-next:hover{
	background-image: url(images/green-navi-right.svg);
}
.contact-form-container{
	padding:72px 0 110px;
	background-image:url(images/form-bg-update.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.contact-form{
	width:800px;
	margin:auto;
	max-width:100%;
}
.contact-form h2{
	margin-bottom:24px;
	font-size:48px;
	line-height:1.5;
	font-weight:700;
}
.form-content{
	width:560px;
	margin:auto;
	padding-top:23px;
	max-width:100%;
}
.form-content label{
	font-size:16px;
	font-weight:400;
	color:#fff;
	font-family: "Roboto", sans-serif;
	margin-bottom:8px;
	line-height:1;
}
.form-content label span{
	display:none;
}
.form-content input{
	padding:11px 15px;
}
.form-content input:focus{
	outline:none;
}
.gform_heading{
	display:none;	
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px !important;
}
.form-content .gchoice label{
	font-size:21px;
	color:#fff;
	padding-left:5px;
	line-height:1;
}
.input-checkbox .gchoice label{
	font-size:21px;
	padding-left:5px;
	line-height:1;	
}
.form-content .gchoice input,
.input-checkbox .gchoice input{
	width:18px;
	height:18px;
	border-radius:0;
}
.form-content .gchoice label a,
.input-checkbox .gchoice label a{
	color:#9BE30D;
	display: inline-block;
	margin-top: 5px;
}
.form-content .gform_wrapper.gravity-theme .gfield-choice-input,
.gform_wrapper.gravity-theme .input-checkbox .gchoice .gfield-choice-input{
	vertical-align: top;
}
.gform-footer.top_label input{
	width:410px;
	max-width:100%;
	font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #1E1E1E;
    line-height: 1;
    background-color: #C4FF4F;
    padding: 14px 15.5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
	border: none;
	border:1px solid #C4FF4F;
	cursor:pointer;
}
.gform-footer.top_label input:hover{
	color: #C4FF4F;
	 background-color: transparent;
}
.gform-footer.top_label{
	margin-top: 24px !important;
	justify-content: center;
}
.footer-inner{
	padding-top:72px;
	padding-bottom:40px;
}
.footer-contact-info span{
	display:block;
	font-size:20px;
	font-weight:700;
	margin-bottom:5px;
	line-height:1.5;
	color:#fff;
}
.footer-contact-info a{
	width:287px;
	max-width:100%;
}
.footer-contact-outer{
	display: flex;
    justify-content: flex-end;
    text-align: center;
}
.footer-copyright-container{
	padding:16px 0;
}
.footer-copyright-container p,
.footer-copyright-container span,
.footer-copyright-container a{
	display:inline-block;
	margin-bottom:0;
	font-family: "Inter", sans-serif;
	font-size:14px;
	color:#Fff;
	line-height:1.5;
}
.footer-copyright-container a:hover{
	color:#C4FF4F;
}
.footer-copyright-container .copyright-inner a{
	margin-left:20px;
}
.footer-container{
	background-color:#201E1B;
}
.contact-form-container.contact-form-page-container{
	padding:207px 0 80px;
}
.header-logo{
	width:200px;
}
.contact-form-container.contact-form-page-container .form-content{
	padding-top:52px;
}
.form-bottom-headline h3{
	font-size:18px;
	color:#fff;
	line-height:1.5;
	font-weight:300;
}
.form-bottom-headline h3 strong{
	font-weight:700;
	display:block;
}
.form-bottom-headline{
	padding-top:50px;
	text-align:center;
}
.logo{
	width:202px;
}
.about-banner-container{
	padding:204px 0 50px;
}
.page-template-template-about .menu-primary-menu-container ul li a,
.page-template-template-camp .menu-primary-menu-container ul li a,
.page-id-4790 .menu-primary-menu-container ul li a{
	color:#000000;
}
.menu-primary-menu-container ul li.current-menu-item a{
	text-decoration:underline;
}
.about-banner-container .floating-image{
	width:43%;
	right: 0;
	left: auto;
	border-radius: 20px 0 0 20px;
}
.about-banner-content h2{
	margin-bottom:40px;
}
.about-banner-inner strong{ 
 	font-size:24px;
}
.about-banner-inner{
	padding-right: 94px;
}
.about-logo{
	padding:30px 0 46px;	
	text-align:center;
}
.about-logo h2{
	font-size:32px;
	line-height:1.2;
	font-weight:300;
	margin-bottom:34px;
}
.about-logo h2 strong{
	font-weight:700;
}
.about-value-container{
	padding:40px 0 77px;
}
.about-value-container h2{
	margin-bottom:33px;
	text-align:center;
}
.about-value-content{
	background-color:#fff;
	border-radius:30px;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
	margin-bottom:36px;	
	font-size:16px;
	color:#1E1E1E;
	line-height:1.5;
	font-family: "Inter", sans-serif;
	overflow:hidden;
}
.about-value-content img{
	width:100%;
}
.about-value-inner{
	padding:32px 32px 10px;
	text-align:center;
}
.about-value-content h3{
	font-size:24px;
	line-height:1;
	color:#9BE30D;
	margin-bottom:20px;
	font-weight:600;
}
.champ-banner-container{
	padding:197px 0 30px; 
}
.champ-banner-container h1{
	margin-bottom:50px;
	color:#000;
	font-size:96px;
	line-height:1.1;
	font-weight:600;
}
.champ-banner-container h1 span{
	color:#9BE30D;
}
.champ-banner-container h3{
	font-size:24px;
	font-weight:700;
	color:#1E1E1E;
	margin-bottom:0;
	padding-top:20px;
}
.champ-banner-content{
	width:800px;
	max-width:100%;
}
/* .big-container{
	padding:0 35px;
	max-width:1357px;
	margin-right: auto;
	margin-left: auto;
} */
.camp-top-container{
	padding:36px 0 46px;
}
.camp-top-container h2{
	margin-bottom:14px;
	font-size:60px;
	font-weight:700;
	line-height:1.2;
}
.camp-top-content{
	padding-right:30px;
	padding-bottom:18px;
}
.camp-top-container a{
	width:163px;
	max-width:100%;
	text-align: center;
}
.camp-past-row{
	padding:62px 50px 70px;
}
.camp-past-headline h2{
	margin-bottom:22px;
}
.camp-past-headline{
	padding-bottom:52px;
	font-size:20px;
}
.camp-past-headline strong{
	font-size:24px;
}
.camp-past-container .bg-black{
	border-radius:10px;
	margin-top:58px;
	margin-bottom:58px;
}
.camp-content img{
	border-radius:30px;
}
.camp-past-container .owl-nav .owl-prev, 
.camp-past-container .owl-nav .owl-next{
	font-size: 0;
    height: 48px;
    width: 48px;
    margin:0 15px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
	background-color:transparent;
}
.camp-past-container .owl-nav .owl-prev:hover, 
.camp-past-container .owl-nav .owl-next:hover{
	height: 48px;
    width: 48px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
	background-color:transparent;
	margin:0 15px;
}
.camp-past-container .owl-nav .owl-prev,
.camp-past-container .owl-nav .owl-prev:hover{
	background-image: url(images/green-navi-left.svg);
}
.camp-past-container .owl-nav .owl-next,
.camp-past-container .owl-nav .owl-next:hover{
	background-image: url(images/green-navi-right.svg);
}
.camp-past-container .owl-nav{
	display:flex;
	margin-top:60px;
}
.camp-years-container{
	padding:62px 0 120px
}
.camp-years-headline{
	width:1020px;
	margin:auto;
	max-width:100%;
	text-align:center;
	padding-bottom:46px;
}
.camp-years-headline h2{
	margin-bottom:18px;
}
.camp-years-content{
	width:925px;
	margin:auto;
	max-width:100%;
	padding-bottom:10px;
}
.camp-years-headline a{
	padding:17.4px 43px;
}
.camp-years-row{
	background-color:#C4FF4F;
	margin-bottom:9.5px;
	border-radius:10px;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
	padding:26.5px 27px;
}
.camp-years-left h3{
	font-size:24px;
	font-weight:600;
	color:#1E1E1E;
	line-height:1;
	margin-bottom:0;
	text-transform:uppercase;
}
.camp-years-right{
	font-size:24px;
	font-weight:600;
	color:#1E1E1E;
	line-height:1;
	text-transform:uppercase;
}
.home-guide-inner-content{
	width:637px;
	max-width:100%;
}
.single-page-content{
	padding:200px 0 70px;
}
.single-page-content h1{
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	color: #1E1E1E;
	line-height: 1.3;
}
.form-container-popup{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index:200;
	display: none;
}
.form-container-popup .overlay{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.popup-form{
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	max-width: 90%;
	padding: 50px;
	border-radius: 15px;
}
.close-btn{
	background: #C4FF4F;
	color: #000;
	position: absolute;
	top: -14px;
	right: -14px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	padding: 3px;
}
.form-container-popup .gform-footer.top_label input:hover {
    background-color: #1E1E1E;
    border: 1px solid #1E1E1E;
}
#gform_5,
#gform_7,
#gform_8,
#gform_9{
	display: none;
}
.social-media-icons{
	margin-top: 20px;
}
.social-media-icons li{
	margin-right: 15px;
}
.social-media-icons li img{
	max-width: 40px;
}
/* 16-4-2025 */

.video-banner-container h1{
	font-size:64px;
	line-height:1;
}
.video-banner-container.home-banner-container{
	padding:300px 0 215px;
}
.video-banner-container .video-banner-content{
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	color: #fff;
	padding: 0 28px;
}
.video-banner-container .video-banner-content span{
	display:inline-block;
	color:#C4FF4F;
}
.video-banner-container .home-content .home-banner-btn {
    padding-top: 15px;
}
.video-top-clip{
	position: absolute;
	top: 122px;
	right: 0;
	width: 44%;
}
.video-top-container{
	padding:122px 0;
}
.video-top-content h3{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.3;
	color:#8CD200;
	margin-bottom:18px;
}
.video-top-content{
	padding-right: 55px;
}
.video-top-content{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color:#1E1E1E;
	font-family: "Inter", sans-serif;
}
.video-top-content a:hover{
	background-color:#000;
}
.video-top-inner{
	padding-right:20px;
}
.video-top-clip iframe{
	border-radius: 20px 0 0 20px;
}
.video-top-clip img{
	border-radius: 20px 0 0 20px;
}
.commit-content{
	background-color:#fff;
	padding:42px 38px 35px; 
	text-align:center;
	border-radius:10px;
}
.commit-content h3{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color:#1E1E1E;
	margin-bottom:20px;
}
.commit-content span{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color:#8CD200;
	display:block;
}
.commit-content .commit-content-inner h4{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
	color:#1E1E1E;
}
.commit-content .commit-content-inner span{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color:#1E1E1E; 
	display:block;
}
.commit-content-inner{
	padding:25px 0;
	margin-top:23px;
	border-top:2px solid #1E1E1E;
}
.commit-container{
	padding:70px 0 90px;
}
.commit-content a{
	width:100%;
	padding:19px 10px;
}
.commit-content a:hover{
	background-color:#000;
}
.commit-container-headline{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color:#fff;
	padding-bottom:45px;
	width:950px;
	max-width:100%;
	margin:auto;
	text-align:center;
}
.commit-container-headline h2{
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 1.3;
	margin-bottom:40px;	
}
.video-coach-container{
	position:relative;	
	border-radius:20px;
}
.video-coach-container:before{
	position:absolute;
	top:0;
	left:15px;
	content:"";
	background-color:#C4FF4F;
	height:100%;
	width:calc(100% - 30px);
	border-radius: 20px;
}
.video-coach-content{
	padding:62px 45px 38px 0px;	
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color:#1E1E1E;
}
.video-coach-content h2{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom:90px;
}
.video-coach-content h2 strong{
	font-weight:600;
}
.video-coach-image{
	height:100%;
}
.video-coach-image .floating-image{
	border-radius:20px 0 0 20px;
}
.video-coach-container-outer{
	padding:103px 0;
}
.personal-container-content{
	padding-bottom:100px;
}
.personal-container-content h3{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
	color:#9BE30D;
	margin-bottom:28px;
}
.personal-container-content h2{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.3;
	color:#1E1E1E;
	margin-bottom:40px;
}

.personal-container-content a:hover{
	background-color:#000;
}
.page-template-template-player-video-analysis .header .navbar-toggler .icon-bar {
    background: #fff;
}
.page-template-template-player-video-analysis .header.unpinned .navbar-toggler .icon-bar {
    background: #1E1E1E;
}
/* 16-4-2025 */
@media (max-width: 767px){
	.owl-carousel .owl-item{
		padding: 15px;
	}
	.about-banner-inner {
		padding-right: 0;
	}
	.copyright-row{
		text-align:center;	
	}
	.footer-contact-outer {
    justify-content: center;
		margin-top:40px;
}
	.testimonial-headline-row h2 {
		font-size: 37px;
	}
	.home-guide-container {
		padding-bottom: 50px;
	}
	.hb-camp-nav {
		justify-content: center;
		padding-bottom:15px;
	}
	.hb-camp .item {
		margin: 0 0 38px 0;
	}
	.home-content h1 {
		font-size: 45px;
	}
	.home-up-content-container {
		padding-top: 70px;
	}
	.home-up-content-container h2 {
		margin-bottom: 25px;
	}
	.primary-headline {
		font-size: 40px;
	}
	.hb-camp-image{
		margin-top:40px;
	}
	.home-guide-content {
		padding: 51px 30px 0;
	}
	.home-guide-list h3 {
		min-height:85px;
	}
	.home-guide-list {
		margin-bottom:30px;
	}
	.home-value-container {
		padding: 15px 0 70px;
	}
	.home-value-container h2 {
		margin-bottom: 30px;
	}
	.home-offer-container{
		padding-top:300px;
	}
	.home-offer-container .floating-image {
		width: 100%;
		height: 300px;
	}
	.home-banner-container {
		padding: 200px 0 140px;
	}
	.home-testimonial-container {
		padding: 70px 0 68px;
	}
	.testimonial-headline-button{
		margin-top:15px;
	}
	.contact-form h2 {
		line-height: 1.2;
		font-size:40px;
	}
	.contact-form-container {
		padding: 72px 0 70px;
	}
	.about-banner-container {
		padding: 150px 0 50px;
	}
	.about-banner-container-inner{
		padding-top:400px;
	}
	.about-banner-container .floating-image {
		width: 100%;
		height:380px;
		border-radius: 0;
	}
	.about-banner-content h2 {
		margin-bottom: 20px;
		margin-top:30px;
	}	
	.about-value-container {
		padding: 40px 0 57px;
	}
	.champ-banner-container {
		padding: 150px 0 30px;
	}
	.champ-banner-container h1 {
		font-size: 45px;
	}
	.camp-past-row {
		padding: 62px 15px 70px;
	}
	.camp-years-container {
		padding: 30px 0 70px;   
	}
	.contact-form-container.contact-form-page-container {
		padding: 150px 0 80px;
	}
	.camp-top-container h2 {
		font-size: 40px;
	}
	.camp-past-container{
		padding:0 15px;
	}
	.camp-years-right{
		text-align:left !important;
	}
	.camp-years-row {
		padding: 26.5px 10px;
		margin: 0 0 9.5px;
	}
	
	.video-banner-container.home-banner-container {
		padding: 180px 0 120px;
	}
	.video-top-clip {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}
	.video-top-container {
		padding: 80px 0;
	}
	.video-top-clip img {
		border-radius: 20px;
	}
	.video-top-clip iframe {
		border-radius: 0;
	}
	.video-top-content {
		padding-top:30px;
		padding-right: 0;
	}
	.commit-content{
		margin-bottom:30px;	
	}
	.commit-container {
		padding: 70px 0 60px;
	}
	.video-top-inner {
		padding-right: 0;
	}
	.video-coach-image .floating-image {
		border-radius: 20px 20px 0 0;
		background-position: top;
	}
	.video-coach-image {
		height: 500px;
	}
	.video-coach-content {
		padding: 42px 20px 18px 20px;
	}
	.video-coach-content h2 {
		margin-bottom: 38px;
	}
	.video-banner-container .video-banner-content {
		font-size: 25px;
	}
	.commit-container-headline h2 {
		font-size: 35px;
	}
	.personal-container-content h2 {
		font-size: 35px;
	}
}
@media (max-width: 576px){
}
@media (min-width: 768px){
	.home-up-content-container {
		padding-top: 70px;
	}
	.home-up-content-container h2 {
		margin-bottom: 25px;
	}
	.primary-headline {
		font-size: 40px;
	}
	.hb-camp-image{
		margin-top:40px;
	}
	.home-guide-content {
		padding: 51px 30px 0;
	}
	.home-guide-list h3 {
		min-height:85px;
	}
	.home-guide-list {
		margin-bottom:30px;
	}
	.home-value-container {
		padding: 15px 0 40px;
	}
	.home-value-container h2 {
		margin-bottom: 30px;
	}
	.home-offer-container{
		padding-top:300px;
	}
	.home-offer-container .floating-image {
		width: 100%;
		height: 300px;
	}
	.home-banner-container {
		padding: 200px 0 140px;
	}
	.home-testimonial-container {
		padding: 70px 0 68px;
	}
	.testimonial-headline-button{
		margin-top:15px;
	}
	.contact-form h2 {
		line-height: 1.2;
	}
	.contact-form-container {
		padding: 72px 0 70px;
	}
	.about-banner-container {
		padding: 150px 0 50px;
	}
	.about-banner-container-inner{
		padding-top:400px;
	}
	.about-banner-container .floating-image {
		width: 100%;
		height:380px;
		border-radius: 0;
	}
	.about-banner-content h2 {
		margin-bottom: 20px;
		margin-top:30px;
	}	
	.about-value-container {
		padding: 40px 0 57px;
	}
	.champ-banner-container {
		padding: 150px 0 30px;
	}
	.champ-banner-container h1 {
		font-size: 55px;
	}
	.camp-past-row {
		padding: 62px 15px 70px;
	}
	.camp-years-container {
		padding: 30px 0 70px;   
	}
	.contact-form-container.contact-form-page-container {
		padding: 150px 0 80px;
	}
	.about-banner-inner {
		padding-right: 0;
	}
		
	
	.video-banner-container.home-banner-container {
		padding: 180px 0 120px;
	}
	.video-top-clip {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}
	.video-top-container {
		padding: 80px 0;
	}
	.video-top-clip img {
		border-radius: 20px;
	}
	.video-top-clip iframe {
		border-radius: 0;
	}
	.video-top-content {
		padding-top:30px;
		padding-right: 0;
	}
	.commit-content{
		margin-bottom:30px;	
	}
	.commit-container {
		padding: 70px 0 60px;
	}
	.video-top-inner {
		padding-right: 0;
	}
	.video-coach-image .floating-image {
		border-radius: 20px 20px 0 0;
		background-position: top;
	}
	.video-coach-image {
		height: 500px;
	}
	.video-coach-content {
		padding: 42px 20px 18px 20px;
	}
	.video-coach-content h2 {
		margin-bottom: 45px;
	}
}
@media (min-width: 992px){
	.video-coach-content h2 {
		margin-bottom: 90px;
	}
	.video-coach-content {
		padding: 62px 45px 38px 0px;
	}
	.video-coach-image .floating-image {
		border-radius: 20px 0 0 20px;
		background-position:inherit;
	}
	.video-coach-image {
		height: 100%;
	}
	.video-top-inner {
	    padding-right: 20px;
	}
	.commit-container {
		padding: 70px 0 90px;
	}
	.commit-content{
		margin-bottom:0;	
	}
	.video-top-content {
		padding-top:0;
		padding-right: 55px;
	}
	.video-top-clip iframe {
		border-radius: 20px 0 0 20px;
	}
	.video-top-clip img {
		border-radius: 20px 0 0 20px;
	}
	.video-top-container {
		padding: 122px 0;
	}
	.video-top-clip {
		position: absolute;
		top: 122px;
		right: 0;
		width: 44%;
	}
	.video-banner-container.home-banner-container {
		padding: 300px 0 215px;
	}
	
	
	.about-banner-inner {
		padding-right: 94px;
	}
	.contact-form-container.contact-form-page-container {
		padding: 207px 0 80px;
	}
	.camp-years-container {
		padding: 62px 0 120px;
	}
	.camp-past-row {
		padding: 62px 50px 70px;
	}
	.champ-banner-container {
		padding: 197px 0 30px;
	}
	.about-value-container {
		padding: 40px 0 77px;
	}
	.about-banner-content h2 {
		margin-bottom: 40px;
		margin-top:0;
	}
	.about-banner-container .floating-image {
		width: 43%;
		height:100%;
		border-radius: 20px 0 0 20px;
	}
	.about-banner-container-inner{
		padding-top:0;
	}
	.about-banner-container {
		padding: 204px 0 50px;
	}
	.contact-form-container {
		padding: 72px 0 110px;
	}
	.contact-form h2 {
		line-height: 1.5;
	}
	.testimonial-headline-button{
		margin-top:0;
	}
	.home-testimonial-container {
		padding: 144px 0 68px;
	}
	.home-banner-container {
		padding: 240px 0 186px;
	}
	.home-offer-container .floating-image {
		width: 46%;
		height: 100%;
	}
	.home-offer-container{
		padding-top:0;
	}
	.home-value-container h2 {
		margin-bottom: 60px;
	}
	.home-value-container {
		padding: 82px 0 70px;
	}
	.home-guide-list {
		margin-bottom:0;
	}
	.home-guide-list h3 {
		min-height:100%;
	}
	.hb-camp-image{
		margin-top:0;
	}
	.primary-headline {
		font-size: 50px;
	}
	.home-up-content-container h2 {
		margin-bottom: 55px;
	}
	.home-up-content-container {
		padding-top: 100px;
	}
	.home-guide-content {
		padding: 51px 30px 0;
	}
	.champ-banner-container h1 {
		font-size: 70px;
	}
	.camp-past-row {
		padding: 62px 20px 70px;
	}
		
	.commit-content {
		padding: 42px 28px 35px;
	}
}
@media (min-width: 1200px){
	.commit-content {
		padding: 42px 38px 35px;
	}
	
	.camp-past-row {
		padding: 62px 50px 70px;
	}
	.champ-banner-container h1 {
		font-size: 96px;
	}
	.home-guide-content {
		padding: 51px 92px 0;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1235px;
	}
}