@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Poppins", sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap'); */
/* font-family: "League Gothic", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: "Roboto", sans-serif; */

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #333D47;
	background-color: #FFFFFF;
}

a,
input,
button,
textarea {
	outline: none !important;
	text-decoration: none;
}

a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #1D428A;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a:hover {
	color: #1D428A;
}

ul,
ol {
	margin-bottom: 15px;
}

ul ol,
ul ul,
ol ol,
ol ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li,
ol li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #1D428A;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-FFFFFF {
	color: #FFFFFF !important;
}

.bg-FFFFFF {
	background: #FFFFFF !important;
}

.text-262626 {
	color: #262626 !important;
}

.bg-262626 {
	background: #262626 !important;
}

.text-029DE0 {
	color: #029DE0 !important;
}

.bg-029DE0 {
	background: #029DE0 !important;
}

.text-F4F3F1 {
	color: #F4F3F1 !important;
}

.bg-F4F3F1 {
	background: #F4F3F1 !important;
}

.text-1D428A {
	color: #1D428A !important;
}

.bg-1D428A {
	background: #1D428A !important;
}

.text-333D47 {
	color: #333D47 !important;
}

.bg-333D47 {
	background: #333D47 !important;
}

.text-C8102E {
	color: #C8102E !important;
}

.bg-C8102E {
	background: #C8102E !important;
}

.paragraph-small {
	font-size: 18px;
	line-height: 150%;
}

.paragraph-medium {
	font-size: 20px;
	line-height: 150%;
}

.paragraph-big {
	font-size: 24px;
	line-height: 150%;
}

.paragraph-smallest {
	font-size: 16px;
	line-height: 150%;
}

/* buttons */

.btn {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	border: 2px solid transparent;
	padding: 8px 50px;
	text-transform: uppercase;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.btn-simple-blue {
	color: #002B56;
	background-color: transparent;
	border-color: #002B56;
}

.btn-simple-blue:focus {
	color: #002B56;
	background-color: transparent;
	border-color: #002B56;
}

.btn-simple-blue:active:focus,
.btn-simple-blue:hover {
	color: #FFFFFF;
	background-color: #002B56;
	border-color: #002B56;
}

.btn-blue {
	color: #FFFFFF;
	background-color: #002B56;
	border-color: #002B56;
}

.btn-blue:focus {
	color: #FFFFFF;
	background-color: #002B56;
	border-color: #002B56;
}

.btn-blue:active:focus,
.btn-blue:hover {
	color: #002B56;
	background-color: transparent;
	border-color: #002B56;
}

.btn-simple-parrot {
	color: #05F283;
	background-color: transparent;
	border-color: #05F283;
}

.btn-simple-parrot:focus {
	color: #05F283;
	background-color: transparent;
	border-color: #05F283;
}

.btn-simple-parrot:active:focus,
.btn-simple-parrot:hover {
	color: #002B56;
	background-color: #05F283;
	border-color: #05F283;
}

.btn-parrot {
	color: #002B56;
	background-color: #05F283;
	border-color: #05F283;
}

.btn-parrot:focus {
	color: #002B56;
	background-color: #05F283;
	border-color: #05F283;
}

.btn-parrot:active:focus,
.btn-parrot:hover {
	color: #05F283;
	background-color: transparent;
	border-color: #05F283;
}

.btn-simple-white {
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
}

.btn-simple-white:focus {
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #262626;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-white {
	color: #262626;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-white:focus {
	color: #262626;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
}

/* buttons */

.new-small-section-title {
	color: #FFF;
	/* font-family: 'ActionNBABold'; */
	font-family: 'Knockout67';
	font-size: 60px;
	/* font-weight: 700; */
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.new-small-section-title * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin-bottom: 0;
}

.new-section-title {
	color: #1D428A;
	/* font-family: 'ActionNBABold'; */
	font-family: 'Knockout67';
	font-size: 70px;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.new-section-title * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	background-color: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
	transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.logo-black {
	display: none;
}

.header.h-stick {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.header.h-stick .logo-black {
	display: block;
}

.header.h-stick .logo-white {
	display: none;
}

.header.h-stick .navbar .navbar-nav .nav-item .nav-link {
	color: #262626;
}

.header.h-stick .navbar .navbar-nav .nav-item.btn-header {
	border-color: #C8102E;
	color: #C8102E;
	background-color: transparent;
	visibility: visible;
	/* display: inline-block; */
}

.header.h-stick .navbar .navbar-nav .nav-item.btn-header:hover {
	border-color: #C8102E;
	background-color: #C8102E;
	color: #FFFFFF;
}

.header.h-stick .navbar .navbar-nav .nav-item.btn-header .nav-link {
	color: #C8102E;
}

.header.h-stick .navbar .navbar-nav .nav-item.btn-header:hover .nav-link {
	color: #FFFFFF;
}

.header.h-stick .navbar {
    padding: 17px 0;
	align-items: center;
}


.header.h-black {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.header.h-black .logo-black {
	display: block;
}

.header.h-black .logo-white {
	display: none;
}

.header.h-black .navbar .navbar-nav .nav-item .nav-link {
	color: #262626;
}

.header.h-black .navbar .navbar-nav .nav-item.btn-header {
	border-color: #262626;
	color: #262626;
	background-color: transparent;
}

.header.h-black .navbar .navbar-nav .nav-item.btn-header:hover {
	border-color: #262626;
	background-color: #262626;
	color: #FFFFFF;
}

.header.h-black .navbar .navbar-nav .nav-item.btn-header:hover .nav-link {
	color: #FFFFFF;
}


.header.header-apply-transparent .navbar-collapse,
.header.header-apply-transparent .navbar-toggler {
	display: none !important;
}

/* navbar */

.navbar .navbar-collapse {
	justify-content: flex-end;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.show,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent {
	font-weight: 600;
}

.navbar .navbar-nav .nav-item {
	margin: 0 10px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
	transition: all ease-in-out 0ms;
	-webkit-transition: all ease-in-out 0ms;
	-ms-transition: all ease-in-out 0ms;
	-o-transition: all ease-in-out 0ms;
	-moz-transition: all ease-in-out 0ms;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	opacity: 0.7;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	object-fit: contain;
}

.navbar {
	padding: 70px 0 24px 0;
	align-items: flex-start;
}

.navbar .navbar-nav .nav-item.btn-header {
	visibility: hidden;
	/* display: none; */
	text-transform: uppercase;
	padding: 7px 28px;
	border: 1px solid #05F283;
	background-color: #05F283;
	margin-left: 30px;
	font-weight: 400;
	cursor: pointer;
	transition: all ease-in-out 0ms;
	-webkit-transition: all ease-in-out 0ms;
	-ms-transition: all ease-in-out 0ms;
	-o-transition: all ease-in-out 0ms;
	-moz-transition: all ease-in-out 0ms;
}

.navbar .navbar-nav .nav-item.btn-header * {
	color: #002B56;
}

.navbar .navbar-nav .nav-item.btn-header:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.navbar .navbar-nav .nav-item.btn-header:hover .nav-link {
	color: #262626;
	opacity: 1;
}

.navbar-nav {
	align-items: center;
}

/* navbar */

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*-----------------banner-section-start-----------------------------*/

.pato-banner-title {
	color: #FFF;
	/* font-family: 'ActionNBABold'; */
	font-family: 'Knockout67';
	font-size: 86px;
	line-height: 100%;
	margin-bottom: 30px;
}

.pato-banner-title * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	margin-bottom: 0;
}

.pato-banner-title span {
	font-size: 200px;
	text-transform: uppercase;
}

.pato-banner-title b {
	color: #FBD647;
}

.pato-banner-section {
	padding: 297px 0 219px 0;
	position: relative;
	text-align: center;
}

/* .pato-banner-detail {
	max-width: 787px;
} */

.pato-banner-text {
	text-align: center;
}

.pato-banner-text *:last-child {
	margin-bottom: 0;
}

.pato-banner-main {
	position: relative;
	overflow: hidden;
}

.pato-banner-rectangle {
	position: absolute;
	width: 100%;
	height: 970px;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.3;
	background: #3A86FF;
	mix-blend-mode: multiply;
}

.pato-banner-gradient {
	position: absolute;
	width: 100%;
	height: 970px;
	top: 0;
	left: 0;
	right: 0;
	/* mix-blend-mode: screen; */
}

.pato-banner-gradient img {
	width: 100%;
	height: 100%;
}

.pato-banner-btn {
	margin-bottom: 20px;
}

.pato-banner-app-deadline *:last-child {
	margin-bottom: 0;
}

.pato-banner-main-bg {
	position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    height: 100%;
}

.pato-banner-main-bg img {
	height: 100%;
    object-fit: cover;
}

/*-----------------banner-section-end-------------------------------*/

/*-----------------color-block-start--------------------------------*/

.color-block-title {
	color: #002B56;
	font-size: 32px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 35px;
}

.color-block-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.color-block-item {
	padding: 45px 37px 49px 37px;
	height: 100%;
}

.color-block-text {
	color: #002B56;
	max-width: 358px;
	margin: 0 auto;
	margin-bottom: 27px;
}

.color-block-text *:last-child {
	margin-bottom: 0;
}

.color-block-item .color-block-title {
	position: relative;
}

.color-block-item .color-block-title:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #002B56;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.color-blocks-section > .row {
	justify-content: center;
	margin: 0;
}

.color-blocks-section > .row > [class*=col-] {
	padding: 0;
}

.color-blocks-main {
	margin-top: -245px;
    position: relative;
	z-index: 9;
}

/*-----------------color-block-end----------------------------------*/

/*-----------------aaply-section-start------------------------------*/

.section-title {
	color: #262626;
	font-size: 40px;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 46px;
}

.section-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.apply-section {
	padding: 87px 0 113px 0;
}

.apply-item {
	margin-bottom: 22px;
	height: 100%;
}

.apply-img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.apply-bottom {
	padding: 30px 33px 63px 33px;
	background-color: #FFFFFF;
	height: calc(100% - 202px);
}

.apply-item-title {
	color: #262626;
	font-size: 22px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 5px;
}

.apply-item-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.apply-item-text *:last-child {
	margin-bottom: 0;
}

.apply-text {
	line-height: 150%;
	max-width: 862px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.apply-text *:last-child {
	margin-bottom: 0;
}

.eli-sport-transparent {
	margin-bottom: 34px;
}

.apply-section .section-title {
	margin-bottom: 12px;
}

.apply-bottom .paragraph-medium {
	font-weight: 600;
	margin-bottom: 10px;
}

.apply-bottom .paragraph-medium *:last-child {
	margin-bottom: 0;
}

.apply-bottom .paragraph-small *:last-child {
	margin-bottom: 0;
}

.red-sport-item {
	margin-bottom: 22px;
	height: calc(100% - 22px);
	position: relative;
	padding: 74px 33px 30px 33px;
}

.red-sport-item .red-sport-lines {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.red-sport-item .red-sport-lines img {
	width: 100%;
	object-fit: cover;
}

.red-sport-text {
	/* font-family: 'ActionNBARegular'; */
	font-family: 'Knockout67';
	color: #FFFFFF;
	font-size: 50px;
	/* font-weight: 400; */
	line-height: 100%;
	margin-bottom: 23px;
}

.red-sport-text * {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.apply-section .new-section-title {
	margin-bottom: 5px;
}

.red-sport-item .red-sport-btn .btn {
	font-family: "Roboto", sans-serif;
}

/*-----------------aaply-section-end--------------------------------*/

/*-----------------about-section-start------------------------------*/

.about-pato-section {
    padding: 74px 0 66px 0;
}

.pato-item {
	padding: 46px 0;
}

.pato-item > .row {
	align-items: center;
}

.pato-item-right .paragraph-medium {
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 23px;
}

.pato-item-right .paragraph-medium *:last-child {
	margin-bottom: 0;
}

.pato-item-text {
	font-size: 26px;
	line-height: 150%;
	margin-bottom: 31px;
	max-width: 487px;
}

.pato-item-text *:last-child {
	margin-bottom: 0;
}

.pato-item-btn {
	color: #029DE0;
	line-height: 150%;
}

.pato-item-btn a {
	text-decoration: underline;
}

.pato-item-btn a:hover {
	opacity: 0.7;
}

.pato-item-reverse > .row {
	flex-direction: row-reverse;
}

.pato-item-img img {
	width: 100%;
	object-fit: cover;
}

.pato-item-right .section-title {
	margin-bottom: 25px;
}

.pato-item-right .pato-item-text-new {
	max-width: 365px;
}

.pato-item-right .pato-item-text-new ul {
	margin: 0;
}

/*-----------------about-section-end--------------------------------*/

/*-----------------complete-section-start---------------------------*/

.pato-intern-comp-title {
	color: #262626;
	font-size: 36px;
	font-weight: 500;
	line-height: 130%;
}

.pato-intern-comp-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.pato-intern-comp-title * span {
	color: #7161E1;
}

.pato-intern-comp-title-section .pato-intern-comp-title {
	max-width: 989px;
}

.pato-intern-comp-title-section {
	padding-top: 72px;
}

.pato-intern-comp-section {
	padding: 110px 0 190px 0;
}

.pato-intern-comp-section .transparent-non-btn {
	margin-bottom: 18px;
}

.pic-item-icon {
	padding: 20px;
	background-color: #1D428A;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.pic-item-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.pic-item-step {
	color: rgba(38, 38, 38, 0.5);
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 5px;
}

.pic-item-step * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.pic-item-title {
	color: #1D428A;
	font-size: 22px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 16px;
}

.pic-item-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.pic-item-text {
	margin-bottom: 31px;
}

.pic-item-text strong {
	font-weight: 600;
}

.pic-item-btn .btn {
	font-weight: 400;
	padding: 8px 28px;
	text-transform: none;
}

.pic-item {
	display: flex;
}

.pic-item-left {
	flex: 0 0 158px;
	position: relative;
}

.pic-item {
	margin-bottom: 17px;
	position: relative;
}

.pic-item:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #C4CED4;
	top: 95px;
	left: 50px;
}

.pic-list .pic-item:last-child {
	margin-bottom: 0;
}

.pic-list .pic-item:last-child:before {
	content: none;
}

.pic-item-right {
	max-width: 563px;
}

/*-----------------complete-section-end-----------------------------*/

/*-----------------footer-above-start-------------------------------*/

figure {
	margin: 0;
}

.footer-right-up {
	padding: 58px 0;
	background-color: #C8102E;
}

.footer-right-up-section .color-block-title {
	color: #262626;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 31px;
}

/*-----------------footer-above-end---------------------------------*/

/*-----------------each-year-start----------------------------------*/

.each-year-lightbox {
	position: relative;
}

.each-year-lightbox .common-video-play-icon {
	text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    border: 4px solid rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.each-year-lightbox .common-video-play-icon * {
	position: relative;
    left: 1px;
    width: 20px !important;
    height: 20px !important;
	top: -1px;
}

.each-year-lightbox .common-video-play-icon:hover {
	background-color: #002B56;
	border-color: #002B56;
}

.each-year-img {
	position: relative;
}

.each-year-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.20);
	mix-blend-mode: multiply;
}

.each-year-section {
	padding: 124px 0 152px 0;
}

.each-year-section > .row {
	align-items: center;
}

.each-year-left .paragraph-medium {
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 30px;
}

.each-year-left {
	color: #C4CED4;
	font-size: 18px;
	line-height: 150%;
}

.each-year-left *:last-child {
	margin-bottom: 0;
}

.each-year-main {
	/* margin-top: -70px; */
	position: relative;
}

.each-year-main .triangle-5 {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 41px;
	border-top: solid 41px #06255B;
	border-left: solid 41px transparent;
	border-right: solid 41px transparent;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

/*-----------------each-year-end------------------------------------*/

/*-----------------win-start----------------------------------------*/

.win-section {
	padding: 70px 0;
}

.win-item {
	max-width: 228px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.win-item .paragraph-big {
	font-weight: 600;
	margin-bottom: 8px;
}

.win-item .paragraph-big *:last-child {
	margin-bottom: 0;
}

.win-item-text span {
	font-weight: 500;
}

/*-----------------win-end------------------------------------------*/

/*-----------------cookie-start-------------------------------------*/

#cookie-notice .cn-text-container {
	font-family: "Roboto", sans-serif !important;
}

#cookie-notice .cn-button {
	font-family: "Roboto", sans-serif !important;
	color: #FFFFFF !important;
}

/*-----------------cookie-end---------------------------------------*/

/*-----------------about-page-start---------------------------------*/

.about-banner-main {
	position: relative;
    overflow: hidden;
}

.about-banner-section {
	padding: 484px 0 72px 0;
    position: relative;
}

.about-banner-section .pato-banner-title {
	margin: 0;
	max-width: 741px;
	font-weight: 500;
}

.about-details-section {
	padding: 108px 0 70px 0;
}

.about-detail-item {
	margin-bottom: 66px;
}

.about-detail-left {
	color: #262626;
	font-size: 36px;
	font-weight: 500;
	line-height: 130%;
}

.about-detail-left h3 {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.about-detail-right {
	color: #262626;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.about-detail-right span {
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	display: block;
	margin: 45px 0;
	position: relative;
}

.about-detail-right span b {
	font-size: 28px;
	line-height: 150%;
	font-weight: 400;
}

.about-detail-right span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	height: 100%;
	width: 5px;
	background-color: #7161E1;
}

.about-picture-section {
	padding-bottom: 173px;
}

.about-picture-img {
	margin-bottom: 24px;
}

.about-picture-img img {
	width: 100%;
	object-fit: cover;
}

.about-picture-text {
	text-align: right;
}

.about-picture-text *:last-child {
	margin-bottom: 0;
}

.about-detail-right a {
	text-decoration: underline;
}

.about-banner-section .transparent-non-btn {
	margin-bottom: 26px;
}

.about-picture-text {
	font-size: 14px;
	line-height: 150%;
}


/* 11-4-2024 */

.about-detail-social {
	margin-top: 36px;
}

.black-social-icon {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.black-social-icon li {
	margin-right: 18px;
}

.black-social-icon li:last-child {
	margin-right: 0;
}

.black-social-icon li a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.black-social-icon li a:hover {
	opacity: 0.7;
}

.black-social-icon li a svg,
.black-social-icon li a img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

/* 11-4-2024 */

/*-----------------about-page-end-----------------------------------*/

/*-----------------internship-page-start----------------------------*/

.intern-banner-section {
	padding: 207px 0 154px 0;
	position: relative;
}

.intern-banner-main {
	position: relative;
}

.intern-banner-main .intern-banner-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.intern-banner-main .intern-banner-gradient img {
	width: 100%;
	height: 100%;
}

.intern-banner-left .paragraph-medium {
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 33px;
	max-width: 483px;
}

.intern-banner-btn .btn {
	font-weight: 600;
}

.transparent-non-btn {
	color: #333D47;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.8px;
	padding: 8px 48px;
	border-radius: 10px;
	border: 2px solid #C8102E;
	display: inline-block;
}

.transparent-non-btn * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.big-title {
	color: #262626;
	font-size: 72px;
	font-weight: 500;
	line-height: 120%;
}

.big-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.intern-banner-right .big-title {
	margin-top: 32px;
}

.intern-banner-right .big-title span {
	color: #FBD647;
}

.intern-banner-section > .row {
	align-items: flex-end;
}


.intern-exp-section {
	padding: 99px 0 105px 0;
}

.intern-exp-section > .row {
	align-items: center;
}

.experien-title {
	color: #262626;
	font-size: 36px;
	font-weight: 500;
	line-height: 130%;
}

.experien-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.intern-exp-section .experien-title {
	max-width: 300px;
	margin-top: 30px;
}

.intern-exp-right {
	max-width: 626px;
}


.intern-ben-section {
	padding: 86px 0 112px 0;
}

.intern-ben-section .experien-title {
	margin-top: 35px;
	margin-bottom: 65px;
	max-width: 956px;
}


.intern-eli-section {
	padding: 116px 0 222px 0;
}

.intern-eli-section .experien-title {
	margin-top: 34px;
	max-width: 423px;
}

.intern-eli-section .experien-title span {
	color: #7161E1;
}

.intern-sel-list {
	margin-top: 34px;
}

.intern-sel-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	max-width: 513px;
}

.intern-sel-list ul li {
	padding: 20px 0;
	border-bottom: 1px solid #27DEF2;
}

.intern-sel-list ul li:last-child {
	border-bottom: none;
}

.intern-sel-item-text *:last-child {
	margin-bottom: 0;
}

/*-----------------internship-page-end------------------------------*/

/*-----------------apply-page-start---------------------------------*/

.page-id-197 {
	/* background-image: url('../images/apply-full-bg.png') !important;
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #06255B;
}

.intern-apply-section {
	padding: 137px 0 48px 0;
}

.intern-apply-section .apply-title {
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 35px;
}

.intern-apply-form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.intern-apply-form .hs-form-field {
	margin-bottom: 36px;
}

.intern-apply-form .hs-form-field label,
.intern-apply-form .hs-form-field .hs-field-desc {
	margin-bottom: 9px;
	font-family: "Poppins", sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}

.intern-apply-form .hs-form-field.hs-comments .hs-field-desc,
.intern-apply-form .hs-form-field.hs-video_submission .hs-field-desc {
	padding-bottom: 8px;
}

.intern-apply-form .hs-form-field.hs-comments label,
.intern-apply-form .hs-form-field.hs-video_submission label {
	font-weight: 500;
}

.intern-apply-form .hs-form-field .hs-input {
	font-family: "Poppins", sans-serif;
	color: #262626;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
	height: 38px;
	border: 1px solid #FFF;
	padding: 10px;
	background: rgba(255, 255, 255, 0.80);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.intern-apply-form .hs-form-field .hs-input.hs-fieldtype-textarea {
	height: 110px;
	resize: none;
}

.intern-apply-form .hs-richtext {
	font-family: "Poppins", sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 9px;
}

.intern-apply-form .legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: 0;
}

.intern-apply-form .inputs-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.intern-apply-form .hs-form-field .hs-form-booleancheckbox .hs-input {
	width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.intern-apply-form .hs-form-field .hs-form-booleancheckbox label {
	width: 100%;
}

.intern-apply-form .hs-submit .hs-button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #002B56;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.32px;
	text-transform: uppercase;
	padding: 14px 20px;
	border-radius: 100px;
	background: #05F283;
	border: 2px solid transparent;
	margin-top: 36px;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.intern-apply-form .hs-submit .hs-button:hover {
	color: #05F283;
	border-color: #05F283;
	background-color: transparent;
}

.intern-apply-form .hs-form-field label.hs-error-msg {
	color: red;
}

.intern-apply-form .hs-error-msgs .hs-main-font-element {
	font-family: "Poppins", sans-serif;
	color: red;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}

.nba-apply-page-main .typography-section-inside{
	padding: 30px 0 100px 0;
}

/*-----------------apply-page-end-----------------------------------*/

/*-----------------thank-page-start---------------------------------*/

.thank-you-section {
	/* padding: 137px 0 422px 0; */
	padding: 350px 0 422px 0;
}

.thank-you-above {
	margin-bottom: 81px;
}

.thank-you-text {
	max-width: 784px;
	margin: 0 auto;
	line-height: 160%;
}

.thank-you-text *:last-child {
	margin-bottom: 0;
}

.page-id-209 {
	/* background-image: url('../images/apply-full-bg.png');
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #06255B;
}

.thank-you-above .apply-item-title {
	line-height: 130%;
	margin-bottom: 35px;
}

.thank-you-below {
	max-width: 601px;
	margin: 0 auto;
	padding: 31px 19px 39px 19px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.thank-you-below .thank-you-share {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 6px;
}

.thank-you-share * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.thank-you-share-text {
	line-height: 160%;
	margin-bottom: 27px;
}

.thank-you-share-text *:last-child {
	margin-bottom: 0;
}

.thank-share-social {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.thank-share-social li {
	margin-right: 15px;
}

.thank-share-social li:last-child {
	margin-right: 0;
}

.thank-share-social li a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.thank-share-social li a:hover {
	opacity: 0.5;
}

.thank-share-social li a img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

/*-----------------thank-page-end-----------------------------------*/

/*-----------------404-page-start-----------------------------------*/

.error-section {
	padding: 250px 0 150px 0;
}

.error-section .section-title {
	font-weight: 700;
}

.error-section .color-block-title {
	font-weight: 400;
}

.error-section .color-block-title {
	font-weight: 400;
}

.error-section .paragraph-medium {
	margin-bottom: 40px;
}

/*-----------------404-page-end-------------------------------------*/

/*-----------------typography-page-start----------------------------*/

.typography-section-inside {
	padding: 150px 0 100px 0;
}

.typography-section h1 {
	font-weight: 600;
	font-size: 42px;
	line-height: 150%;
	margin-bottom: 20px;
}

.typography-section h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 150%;
	margin-bottom: 20px;
}

.typography-section h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 150%;
	margin-bottom: 20px;
}

.typography-section h4 {
	font-weight: 600;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 20px;
}

.typography-section h5 {
	font-weight: 600;
	font-size: 26px;
	line-height: 150%;
	margin-bottom: 20px;
}

.typography-section h6 {
	font-weight: 600;
	font-size: 22px;
	line-height: 150%;
	margin-bottom: 20px;
}

.typography-section ul,
.typography-section ol {
	padding-left: 20px;
}

.typography-section .alignnone {
    float: none;
    margin: 25px 25px 25px 0;
}

.typography-section .alignleft {
    float: left;
    margin: 25px 25px 25px 0;
}

.typography-section .alignright {
    float: right;
    margin: 25px 0 25px 25px;
}

.typography-section .aligncenter {
    display: block;
    float: none;
    margin: 25px auto;
}

.typography-section blockquote {
    padding-left: 30px;
    border-left: 3px solid #029DE0;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/*-----------------typography-page-end------------------------------*/

/*-----------------benefit-acc-start--------------------------------*/

.benefit-acc-section {
	padding: 79px 0 70px 0;
}

.bai-img {
	margin-bottom: 25px;
}

.bai-img img,
.bai-img svg {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.benefit-acc-item {
	padding: 42px 20px 30px 20px;
	margin-bottom: 24px;
	height: calc(100% - 24px);
}

.benefit-acc-item .paragraph-medium {
	font-weight: 600;
	margin-bottom: 12px;
}

.benefit-acc-item .paragraph-medium *:last-child {
	margin-bottom: 0;
}

.benefit-acc-item .paragraph-small *:last-child {
	margin-bottom: 0;
}

.pato-item-right .new-section-title {
	margin-bottom: 17px;
}

.benefit-acc-list > .row {
	justify-content: center;
}

/*-----------------benefit-acc-end----------------------------------*/

/*-----------------our-partner-start--------------------------------*/

.our-partner-section {
	padding: 77px 0 107px 0;
}

.our-partner-section .section-title {
	margin-bottom: 12px;
}

.our-partner-section .paragraph-medium {
	max-width: 772px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 52px;
	line-height: 150%;
}

.our-partner-logos ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.our-partner-logos ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 170px;
	height: 75px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.our-partner-logos ul li img,
.our-partner-logos ul li svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/*-----------------our-partner-end----------------------------------*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.social-icons ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.social-icons ul li {
	margin: 0 6px;
}

.social-icons ul li:first-child {
	margin-left: 0;
}

.social-icons ul li:last-child {
	margin-right: 0;
}


.footer {
	background-color: #06255B;
}

.footer-start {
	/* padding: 56px 0; */
	padding: 31px 0;
}

.footer-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer-list ul li {
	padding: 0 6px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 128.571%;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-list ul li:first-child {
	padding-left: 0;
}

.footer-list ul li:last-child {
	padding-right: 0;
	border-right: none;
}

.footer-list ul li a {
	display: inline-block;
	text-decoration: underline;
}

.footer-list ul li p {
	margin-bottom: 0;
}


.footer.footer-transparent {
	background-color: transparent;
}

.footer-right-up-section .new-small-section-title {
	line-height: 100%;
	margin-bottom: 20px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* 23-9-2024 common */

.color-FFFFFF {
	color: #FFFFFF !important;
}
.color-FFFFFF * {
	color: #FFFFFF !important;
}
.color-333D47 {
	color: #333D47 !important;
}
.color-333D47 * {
	color: #333D47 !important;
}

.p-28 {
	font-size: 28px;
}
.p-28 * {
	font-size: inherit;
}
.p-18 {
	font-size: 18px;
}
.p-18 * {
	font-size: inherit;
}
.p-16 {
	font-size: 16px;
}
.p-16 * {
	font-size: inherit;
}

.lh-100 {
	line-height: 100% !important;
}
.lh-100 * {
	line-height: inherit !important;
}
.lh-130 {
	line-height: 130% !important;
}
.lh-130 * {
	line-height: inherit !important;
}
.lh-150 {
	line-height: 150% !important;
}
.lh-150 * {
	line-height: inherit !important;
}

.font-500 {
	font-weight: 500 !important;
}
.font-500 * {
	font-weight: 500 !important;
}

.knockout67 {
	font-family: 'Knockout67' !important;
}
.knockout67 * {
	font-family: 'Knockout67' !important;
}

.p-m0 * {
	margin-bottom: 0;
}
.p-m0-last *:last-child {
	margin-bottom: 0;
}

.section-title-150 {
	font-size: 150px;
}
.section-title-150 * {
	font-size: inherit;
}

.common-light-box {
	position: relative;
}
.common-light-box-image * {
	width: 100%;
	object-fit: cover;
}
.common-video-play-icon {
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 100%;
    color: #002B56;
    border: 4px solid #002B56;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.common-video-play-icon.white-layout {
    border-color: #ffffff;
}
.common-video-play-icon * {
    position: relative;
    left: 1px;
	top: -1px;
    width: 25px;
    height: 25px;
}
.common-video-play-icon:hover {
    background: #029DE0;
    border-color: #029DE0;
}
.common-video-play-icon.white-layout:hover {
    background: #002B56;
    border-color: #002B56;
}

.modal {
	box-shadow: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.modal-content {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

/* 23-9-2024 common */

/* 23-9-2024 winners page */

.winner-banner-section {
	padding: 259px 0 155px 0;
}

.winner-banner-left-inside {
	max-width: 480px;
}

.winner-banner-title {
	margin-bottom: 21px;
}

.common-light-box-winner {
	position: relative;
}

.common-light-box-winner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	mix-blend-mode: multiply;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.common-light-box-winner .common-light-box-image * {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.winners-section {
	padding: 68px 0 78px 0;
}

.winners-inside .new-section-title {
	margin-bottom: 23px;
}

.winners-item {
	margin-bottom: 30px;
}

.winners-img img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.winners-below {
	padding: 30px;
	background-color: #FFFFFF;
}

.winner-modal .modal-dialog {
	max-width: 740px;
}

.winner-modal .modal-header {
	padding: 37px 33px 20px 33px;
	border: none;
}

.winner-modal .modal-header .btn-close {
	box-shadow: none !important;
	border: none;
	padding: 0;
	opacity: 1;
	width: 32px;
    height: 32px;
	font-size: 32px;
	line-height: 100%;
	color: #C4CED4;
	background: transparent;
}

.winner-modal .modal-header .btn-close:hover {
	color: #333D47;
}

.winner-modal .modal-content {
	margin: 0 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.winner-modal .modal-body {
	padding: 0 85px 85px 85px;
}

.winner-modal-above {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #C8102E;
}

.winner-modal-text {
	max-width: 560px;
}

.popup-for-winners {
	cursor: pointer;
}

/* 23-9-2024 winners page */