@font-face {
    font-family: SFProDisplayLight;
	font-weight: 400;
    src: url(../fonts/SFProDisplayLight.ttf);
}

@font-face {
    font-family: SFProDisplay;
	font-weight: normal;
    src: url(../fonts/SFProDisplay.ttf);
}

@font-face {
    font-family: SFProDisplayMedium;
	font-weight: 600;
    src: url(../fonts/SFProDisplayMedium.ttf);
}

@font-face {
    font-family: SFProDisplayBold;
	font-weight: bold;
    src: url(../fonts/SFProDisplayBold.ttf);
}

@font-face {
    font-family: SFProDisplayBolder;
	font-weight: bolder;
    src: url(../fonts/SFProDisplayBlack.ttf);
}

html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
	font-family: SFProDisplay;
	overflow-x: hidden;
}

h2 {
	font-family: inherit;
	font-weight: 400;
    font-size: 1.8em;
	line-height: 36px;
    color: #fff;
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    line-height: 32px;
    color: #fff;
}

a {
    font-family: SFProDisplay;
    font-weight: 400; 
	font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-style: none;
}

.container {
	max-width: 1200px;
}

.secondary-color {
	color: #044CBF;
}
.bg-secondary {
	background-color: #044CBF!important;
}

.top-header {
	/* min-height: 102px; */
	background-color: #044CBF;
	padding: 10px 0;
}

.logo h5 {
	font-family: SFProDisplayBold;
	font-size: 24px;
}

.custom-btn {
	font-family: SFProDisplayBold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	font-size: 15px;
	width: 159px;
	height: 46px;
	font-weight: 800;
}

.custom-btn:hover {
	text-decoration: underline;
    text-underline-offset: 0.3em;
}

.btn-1 {
	border-bottom: 1px solid #C6C6C6;
	background: linear-gradient(180deg, #FF7D00 0%, #A10000 100%);
}

.btn-2 {
	border-bottom: 1px solid #C6C6C6;
	background: linear-gradient(180deg, #3476E0 0%, #0144AD 100%);
}

.btn-3 {
	color: #0146B5;
	border-bottom: 1px solid #FFF;
	background: linear-gradient(177deg, #FFF 2.2%, #A5A5A5 80.15%);
}

.btn-1:hover,
.btn-2:hover {
	color: #fff;
}

.secondary-header {
	padding: 25px 0;
}

.secondary-header .row * {
	width: fit-content;
}

.secondary-header .box {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background: #D9D9D9;
}

.secondary-header h4 {
	font-weight: 800;
	font-size: 1.8em;
}

.secondary-header p {
	color: #595959;
	font-size: 1.2em;
}

.secondary-header .line {
	width: 100%;
	height: 2px;
	flex: 1;
}

.banner .overlay {
	background: linear-gradient(0deg, #000 -32.37%, rgba(0, 0, 0, 0.00) 153.36%);
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner h1 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	/* font-size: 3em; */
	font-size: 4.75em;
	line-height: 120px;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%)!important;
	text-align: center;
}

.header {
    position: relative;
    width: fit-content;
    margin-bottom: 20px;
}

.content-title {
    display: inline-block;
    background: linear-gradient(to bottom, #000000 74%, #FFFFFF 26%);
    background-clip: text;
    color: transparent;
}

.sub-color {
    background: #044CBF;
    height: 24px;
    width: 104%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.sub-color.left {
    left: 0;
}

.content {
	margin-bottom: 60px;
}

.content.no-mb {
	margin-bottom: 0px;
}
.content.no-pt {
    padding-top: 0!important;
}

.content.first {
	margin-top: 60px;
}

.content p {
	color: #000;
	font-family: SFProDisplay;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.content.first-bg p,
.content.third-bg p {
    font-size: 20px;
	line-height: 26px;
}

.content.second-bg .item .row .text-content {
	width: 100%;
	max-width: 590px;
}

.content h2 {
	font-family: SFProDisplayBolder;
	font-size: 50px;
	font-weight: 800;
	line-height: normal;
}

.content h2.italic {
	font-style: italic;
}

.content.with-bg {
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 60px 0;
}

.content.first-bg {
	background-image: url('../images/first-bg.png');
    padding: 180px 60px 0;
}

.content.second-bg {
	background-image: url('../images/second-bg.png');
    background-position: bottom center;
    padding-bottom: 200px;
    margin-bottom: 0;
}

.content.third-bg {
	background-image: url('../images/goal-jump-bg.png');
    padding-bottom: 80px;
}

.content.first-bg .row > div {
	padding: 0;
}
.content.first-bg .row > div:first-child {
	width: 100%;
	max-width: 1026px;
}
.content.first-bg .row > div:last-child {
	width: 100%;
	max-width: 802px;
}
.content.first-bg {
	padding: 120px 0px 86px;
}

.regular-border-radius {
	border-radius: 20px;
}

.content.second-bg div > .item:not(:first-child) {
    margin-top: 180px;
}
.content.second-bg div > .item:first-child {
    padding-top: 120px;
}
.content.second-bg div > .item:last-child {
	margin-top: 80px;
}

.content.third-bg .row > div:first-child {
	width: 100%;
	max-width: 962px;
}
.content.third-bg .row > div:last-child {
	width: 100%;
	max-width: 850px;
}
.content.third-bg {
	padding: 90px 40px;
}

.custom-styled-border-radius {
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

.custom-styled-reverse-border-radius {
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
}



.image-style1 {
	/*  */
}
.image-style1 img {
    width: 100%;
	max-width: 850px;
}
.image-style1 img.top {
	top: -40px;
	left: -50px;
    width: 100%;
	max-width: 322px;
    z-index: 1;
}

.image-style2 {
	position: relative;
}

.image-style2 .img1 {
    width: 40%;
	max-width: 322px;
    z-index: 1;
    right: -70px;
    bottom: -130px;
}
.image-style2 .img2 {
    width: 100%;
	max-width: 624px;
}

.image-style3 .m-top {
	margin-top: 150px;
}

.footer {
    padding: 100px 0 140px;
}
.footer .about p {
	color: #989898;
	font-size: 14px;
	line-height: 16.71px;
	text-align: justify;
	width: 100%;
	max-width: 335px;
}

#video,
#player {
	border-radius: 10px;
}

#thumbnail {
	cursor: pointer;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Initially hidden */
}

.fs275 {
	font-size: 2.75em!important;
}

.fs085 {
	font-size: 0.85em!important;
}

@media (max-width: 1900px) {
	.banner h1 {
		font-size: 3em;
		line-height: unset;
	}
}

@media (max-width: 1601px) {
	.logo h5 {
		font-size: 1.3em;
	}
	.custom-btn {
		font-size: 1em;
	}
	.content p {
		font-size: 1em;
	}
	.content.first-bg p,
	.content.third-bg p {
		font-size: 1.1em;
	}
	.content h2 {
		font-size: 3em;
	}
	.content.second-bg .item:last-child .header {
		width: 546px;
	}
	.content.second-bg .item .row .text-content {
		max-width: 50%;
	}
	.content.first-bg .row > div:first-child {
		width: 50%;
	}
	.content.first-bg .row > div:last-child {
		width: 50%;
	}
	.content.third-bg .row > div:first-child {
		width: 56%;
	}
	.content.third-bg .row > div:last-child {
		width: 44%;
	}
	.image-style1 img.top {
		max-width: 30%;
		top: -10px;
		left: -10px;
	}
	.image-style2 .img1 {
		max-width: 50%;
		right: -10px;
		bottom: -60px;
	}
	.content.first-bg {
		padding: 120px 30px;
	}
}

@media (min-width: 1200px) {
	/*  */
}

@media (max-width: 1199px) {
	body {
		font-size: 14px;
	}

	img {
		width: 100%;
	}

	.top-header .brand {
		justify-content: center!important;
	}

	.top-header .custom-buttons > div {
		margin: 0 auto;
	}

	.top-header .logo {
		margin-bottom: 10px;
	}

	.custom-btn {
		padding: 8px 10px;
		font-size: 1em;
		width: 110px;
		font-weight: 700;
		margin: 0 6px!important;
	}

	.secondary-header {
		padding: 30px 0;
	}

	.secondary-header .row {
		justify-content: center;
	}

	.custom-buttons {
		padding: 0;
	}

	.banner h1 {
		width: 100%;
		padding: 0 10px;
		font-size: 2.5em;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.content h2 {
		margin-top: 10px;
		font-size: 2.5em;
	}

	.image-style2 .img2 {
		margin-top: 80px;
	}

	.image-style3 .m-top {
		margin-top: 0;
	}

	.content.with-bg {
		padding: 30px;
	}

	.footer h5 {
		font-size: 1.5em;
	}

	.footer .about p {
		font-size: 1.2em;
	}

	.footer .about,
	.footer .socials {
		text-align: center;
	}

	.footer .icons {
		justify-content: center;
	}
	
	#btn-back-to-top {
		display: none;
	}
	
	.fs275 {
		font-size: unset!important;
	}

	.fs085 {
		font-size: unset!important;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 12px;
	}
    .sub-color {
        height: 14px;
        bottom: 2px;
    }
	.content p {
		font-size: 1.5em;
		line-height: 24px;
	}
    .secondary-header {
        padding: 10px 0;
    }
    .image-style2 .img2 {
        margin-top: 0;
    }
    .image-style2 .img1 {
        right: -10px;
        bottom: -10px;
    }
    .content.second-bg div > .container:first-child {
        padding-top: 60px;
    }
    .content.second-bg div > .container:not(:first-child) {
        margin-top: 60px;
    }
    .footer {
        padding: 60px 0;
    }

	.content.second-bg .item:last-child .header {
		width: 100%;
	}
	.content.second-bg .item .row .text-content {
		max-width: 100%;
	}
	.content.first-bg .row > div:first-child {
		width: 100%;
	}
	.content.first-bg .row > div:last-child {
		width: 100%;
	}
	.content.third-bg .row > div:first-child {
		width: 106%;
	}
	.content.third-bg .row > div:last-child {
		width: 100%;
	}
	.content.second-bg div > .item:first-child {
		padding-top: 60px;
	}
	.content.second-bg div > .item:not(:first-child) {
		margin-top: 60px;
	}
}
  
  @media (max-width: 480px) {
    body {
		font-size: 10px;
	}
}