@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;
}

.btn-simple-red {
  color: #c8102e;
  border-color: #c8102e;
  background-color: transparent;
}

.btn-simple-red:focus {
  color: #262626;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-simple-red:active:focus,
.btn-simple-red:hover {
  color: #ffffff;
  background-color: #1d428a;
  border-color: #1d428a;
}
/* 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;
  height: 100%;
}

.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;
  height: 100%;
}

.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;
}

.header.h-black .navbar .header-btn .btn-simple-white {
  color: #c8102e;
  background-color: transparent;
  border-color: #c8102e;
}
.header.h-black .navbar .header-btn .btn-simple-white:hover {
  color: #06255b;
  border-color: #06255b;
}
/* 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: 50px 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: 98px;
  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: 200px 0 120px 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: 110px;
  bottom: 0;
  height: 100%;
}

.pato-banner-main-bg img {
  height: 100%;
  object-fit: cover;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.header.h-stick .navbar .header-btn .btn-simple-white {
  color: #c8102e;
  background-color: transparent;
  border-color: #c8102e;
}
.header.h-stick .navbar .header-btn .btn-simple-white:hover {
  color: #06255b;
  border-color: #06255b;
}

/*-----------------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 100px 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;
  display: flex;
  height: 100%;
  width: 100%;
}

.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.2);
  mix-blend-mode: multiply;
}

.each-year-section {
  padding: 94px 0 115px 0;
}

.each-year-section > .row {
  align-items: stretch;
}

.each-year-left .paragraph-medium {
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 30px;
}

.each-year-left .new-section-title {
  font-size: 70px;
}

.each-year-left {
  color: #c4ced4;
  font-size: 18px;
  line-height: 150%;
}

.each-year-left *:last-child {
  margin-bottom: 0;
}

.each-year-right {
  width: 100%;
  height: 100%;
  padding-left: 70px;
}
.each-year-lightbox {
  width: 100%;
  height: 100%;
}
.each-year-img {
  width: 100%;
  height: 100%;
}
.each-year-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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.8);
  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: 0px 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;
}

/* 23- 07 - 2025 */
.typography-main.nba-apply-page-main {
  padding-top: 240px;
}
.typography-section-inside .page-title {
  margin-bottom: 24px;
}
/* 23- 07 - 2025 */

/*-----------------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 */

/* ================= 21 - 07 - nba ================= */

/* ------ Value - wrp ------ */

.value-wrp {
  position: relative;
  padding: 98px 0 128px 0;
}

.value-left {
  width: 100%;
  height: 100%;
  display: block;
}
.value-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-right {
  padding-left: 50px;
}
.value-detail ul {
  padding-left: 0;
}
.value-detail ul li {
  list-style-type: none;
  padding-left: 26px;
  position: relative;
  margin-bottom: 6px;
}
.value-detail ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #333d47;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

/* ------ Value - wrp ------ */

/* ------ benifit - wrp ------ */
.benifit-wrp {
  padding: 97px 0 68px 0;
  position: relative;
}
.benifit-left {
  width: 100%;
  max-width: 362px;
}
.benifit-left .new-section-title {
  line-height: 114%;
}
.benifit-right ul {
  padding-left: 0;
}
.benifit-right ul li {
  list-style-type: none;
  padding-left: 26px;
  position: relative;
  margin-bottom: 6px;
}
.benifit-right ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #333d47;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
/* ------ benifit - wrp ------ */

/* ------ looking - wrp ------ */
.looking-wrp {
  position: relative;
  padding: 82px 0 108px 0;
}
.looking-title-block {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 80px auto;
}
.looking-title-block .new-section-title {
  line-height: 114%;
  margin-bottom: 8px;
}
.looking-left {
  padding-right: 40px;
}
.looking-left ul {
  padding-left: 0;
}
.looking-left ul li {
  list-style-type: none;
  padding-left: 26px;
  position: relative;
  margin-bottom: 6px;
}
.looking-left ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #333d47;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.looking-right {
  width: 100%;
  height: 100%;
}
.looking-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ------ looking - wrp ------ */

/* ------ who - wrp ------ */
.who-wrp {
  position: relative;
  padding: 82px 0 94px 0;
}
.who-left {
  width: 100%;
  max-width: 416px;
}
.who-left .new-section-title {
  line-height: 114%;
}
.who-right ul {
  padding-left: 0;
}
.who-right ul li {
  display: flex;
  margin-bottom: 32px;
}
.who-right ul li:last-child {
  margin-bottom: 0px;
}
.who-right ul li img {
  width: 120px;
  height: 120px;
  margin-right: 28px;
}
.who-right ul li span {
  display: block;
  color: #1d428a;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: -6px;
}
/* ------ who - wrp ------ */

/* ------ criteria - wrp ------ */
.criteria-wrp {
  position: relative;
  padding: 100px 0 119px 0;
}
.criteria-left {
  padding-right: 48px;
}
.criteria-left .new-section-title {
  line-height: 118%;
}
.criteria-left .btn {
  padding: 12px 88px;
  font-size: 16px;
}
.criteria-left ul {
  padding-left: 0;
  margin-bottom: 46px;
  margin-top: 8px;
}
.criteria-left ul li {
  list-style-type: none;
  padding-left: 26px;
  position: relative;
  margin-bottom: 6px;
}
.criteria-left ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #333d47;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.criteria-right {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.criteria-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ------ criteria - wrp ------ */

/* ------ accel - wrp ------ */
.accel-wrp {
  position: relative;
  padding: 80px 0 110px 0;
}
.accel-main {
  text-align: center;
  width: 100%;
  max-width: 799px;
  margin: 0 auto;
}
.accel-title-block {
  text-align: center;
}
.accel-title-block .new-section-title {
  line-height: 118%;
}
.accel-title-block p {
  font-size: 22px;
}

.accel-video-block {
  position: relative;
  height: 487px;
  overflow: hidden;
  margin: 54px auto 0 auto;
}
.accel-image {
  width: 100%;
  height: 100%;
}
.accel-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.accel-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.accel-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
  background: #ff5347;
  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%;
  z-index: 2;
}
.accel-video-block::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.63%, #000 100%);
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* ------ accel - wrp ------ */

/* ------ testimonial - wrp ------ */
.testimonial-wrp {
  position: relative;
  padding: 80px 0 125px 0;
}

.testimonial-main {
  text-align: center;
}
.testimonial-main .new-section-title {
  margin-bottom: 0;
  line-height: 130%;
}

.testimonial-grid {
  padding-bottom: 40px;
}
.testimonial-main .row {
  margin-top: 52px;
}
.testimonial-card {
  width: 100%;
  max-width: 330px;
  position: relative;
  padding: 0 25px 30px;
  background-color: #fff;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.testimonial-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 36px;
  background-color: #dce2e5;
}

.testimonial-card .user-img {
  position: relative;
  z-index: 2;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 0 auto 15px;
}
.testimonial-card .user-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-content {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.testimonial-content p {
  font-size: 16px;
  font-weight: 600;
}
.testimonial-content p:last-child {
  margin-bottom: 0;
}
.testimonial-content .title-block {
  margin-bottom: 20px;
}
.testimonial-content .title-block h5 {
  color: #1d428a;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 2px;
}
.testimonial-content .title-block span {
  color: #21272a;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

/* .testimonial-main .slick-arrow {display: none !important;} */

.testimonial-main .slick-arrow {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 40px;
  width: 40px;
  background-color: #1d428a;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: none;
  z-index: 3;
}
.testimonial-main .slick-arrow:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.testimonial-main .slick-arrow.slick-prev {
  transform: translateX(-45px);
  -webkit-transform: translateX(-45px);
  -moz-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  -o-transform: translateX(-45px);
}
.testimonial-main .slick-arrow.slick-next {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
}
.testimonial-main .slick-arrow.slick-prev:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2221%22%20viewBox%3D%220%200%2012%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3.32543%2019.5745C2.67512%2020.2248%201.63218%2020.2248%200.981871%2019.5745C0.331564%2018.9242%200.331564%2017.8813%200.981871%2017.231L7.87758%2010.3353L0.981872%203.43955C0.331565%202.78925%200.331566%201.74631%200.981872%201.096C1.30089%200.776981%201.73034%200.605202%202.14752%200.605202C2.56469%200.605202%202.99414%200.764712%203.31316%201.096L11.3745%209.15735C12.0248%209.80766%2012.0248%2010.8506%2011.3745%2011.5009L3.32543%2019.5745Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
}
.testimonial-main .slick-arrow.slick-next:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2221%22%20viewBox%3D%220%200%2012%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3.32543%2019.5745C2.67512%2020.2248%201.63218%2020.2248%200.981871%2019.5745C0.331564%2018.9242%200.331564%2017.8813%200.981871%2017.231L7.87758%2010.3353L0.981872%203.43955C0.331565%202.78925%200.331566%201.74631%200.981872%201.096C1.30089%200.776981%201.73034%200.605202%202.14752%200.605202C2.56469%200.605202%202.99414%200.764712%203.31316%201.096L11.3745%209.15735C12.0248%209.80766%2012.0248%2010.8506%2011.3745%2011.5009L3.32543%2019.5745Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
}

.testimonial-main .slick-list {
  height: 100%;
}
.testimonial-main .slick-track {
  display: flex;
  height: 100%;
}
.testimonial-main .slick-slide {
  display: flex;
  height: auto;
}

/* ------ testimonial - wrp ------ */

/* ------ faq - wrp ------ */
.faq-wrp {
  position: relative;
  padding: 60px 0 100px 0;
}
.faq-main .new-section-title {
  margin-bottom: 33px;
  text-align: center;
  line-height: 130%;
}

.faq-block {
  width: 100%;
  max-width: 867px;
  margin: 0 auto;
}
.faq-block .accordion-item {
  border: none;
  background-color: rgba(220, 226, 229, 0.3);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-block .accordion-button {
  position: relative;
  padding: 17px 54px 17px 34px;
  border: none;
  color: #1d428a;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 133.333%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.faq-block .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1d428a;
  box-shadow: none;
  padding-top: 26px;
}
.faq-block .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.faq-block .accordion-body {
  color: #333d47;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 133.333%;
  padding: 0px 55px 26px 34px;
}

.faq-block .accordion-body p:last-child {
  margin-bottom: 0;
}

/* .faq-block .accordion-collapse.collapse.show .accordion-body {padding-bottom: 17px;} */
.faq-block .accordion-button.collapsed {
  background-color: rgba(220, 226, 229, 0.3);
}
.faq-block .accordion-button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 16px;
}
.accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  opacity: 30;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  opacity: 0.3;
}
/* ------ faq - wrp ------ */

/*in the news*/
.news-block-detail .news-date {
  color: #1d428a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news-block-detail .news-date > *:last-child {
  margin-bottom: 0;
}
.news-block-detail .news-title {
  line-height: 130%; /* 31.2px */
}

.news-block-detail .news-title {
  color: #333d47;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130% !important; /* 31.2px */
}

.news-block-detail {
  margin-top: 30px;
}

.news-block .news-block-img {
  min-height: 230px;
  width: 100%;
}

.news-block .news-block-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 230px;
}

.news-block {
  display: flex;
  flex-direction: column;
  height: Calc(100% - 30px);
  margin: 0 0 30px 0;
}

.news-section-wrapper .new-section-title {
  margin-bottom: 36px;
}

.news-section {
  padding: 98px 0 68px 0;
}

.news-block-detail .news-title a:hover {
  color: #06255b;
}

/*in the news*/

/*partners*/
.logos-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 22px 0;
  row-gap: 15px;
}

.logos-wrp figure {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-wrp .partner-img {
  margin-right: 20px;
  max-width: 213px;
}

.logos-wrp > *:last-child {
  margin-right: 0;
}

.logos-wrp img {
  width: 100%;
  height: 100%;
}

.partner-wrp .block-title * {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.partner-wrp .block-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.partner-wrp {
  margin-bottom: 50px;
}

.partners-flx {
  margin-top: 60px;
}

.partners-flx > *:last-child {
  margin-bottom: 0;
}
/*partners*/
