* {
  font-family: "Helvetica Neue";
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.nolink {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

.page-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 33vh;
  min-height: 480px;
}

.page-title h1, .page-title h2 {
  padding: 60px 0;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .page-title h1, .page-title h2 {
    font-size: 60px;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .page-title h1, .page-title h2 {
    font-size: 40px;
    padding: 20px 0;
  }
}

.page-subtitle h2 {
  padding: 60px 0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .page-subtitle h2 {
    font-size: 30px;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .page-subtitle h2 {
    font-size: 20px;
    padding: 20px 0;
  }
}

.mt-60 {
  margin-top: 60px;
}

.mt-120 {
  margin-top: 120px;
}

.menu {
  background-color: #d9dcdc;
  color: #000;
  height: 80px;
}
.menu .menu-container {
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu-container .menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.menu .menu-container .menu-logo a {
  text-decoration: none;
  color: #000;
}
.menu .menu-container .menu-logo .menu-logo-icon img {
  height: 44px;
}
.menu .menu-container .menu-logo .menu-logo-text {
  line-height: 44px;
  font-size: 24px;
  font-weight: 700;
}
.menu .menu-container .menu-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.menu .menu-container .menu-items ul li {
  list-style: none;
}
.menu .menu-container .menu-items ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  display: block;
}
.menu .menu-container .menu-items ul li a b {
  border-bottom: 1px solid #000;
}
.menu .menu-container .menu-items ul li a:hover {
  color: #000;
}
.menu .menu-container .menu-items ul li a.lang-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu-container .menu-items ul li a.menu-item-btn {
  line-height: 40px;
  border: 2px solid #464646;
  padding: 0 12px;
  border-radius: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu .menu-container .menu-items ul li a.menu-item-btn:hover {
  background-color: #000;
  color: #fff;
}
.menu .menu-container .menu-burger {
  display: none;
}
.menu .menu-container .menu-burger button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.menu .menu-container .menu-burger .menu-burger-hide {
  display: none;
}

@media (max-width: 990px) {
  .menu-items {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    background-color: #cecece;
    z-index: 999;
    width: 100%;
  }
  .menu-items ul {
    width: 85dvw;
    padding: 64px 5dvw 64px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    gap: 20px !important;
  }
  .menu-items ul li a {
    font-size: 20px !important;
  }
  .menu-items ul li a.menu-item-btn {
    border: 0 !important;
    padding: 0 !important;
  }
  .menu-burger {
    display: block !important;
  }
  .lang-link {
    float: right;
  }
}
.footer {
  background-color: #fff;
  width: 100%;
}
.footer .footer-container {
  padding: 128px 0 64px;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
.footer .footer-newsletter h3 {
  font-size: 38px;
  margin-bottom: 32px;
}
.footer .footer-newsletter p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
  color: #606060;
}
.footer .footer-newsletter .newsletter-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 16px 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 16px;
}
.footer .footer-newsletter .newsletter-form input, .footer .footer-newsletter .newsletter-form button {
  background-color: transparent;
  border: 2px solid #000;
  padding: 0 32px;
  font-size: 16px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.footer .footer-newsletter .newsletter-form button {
  cursor: pointer;
}
.footer .footer-newsletter .newsletter-form button:hover {
  background-color: #000;
  color: #fff;
}
.footer .footer-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer .footer-links .footer-links-group h3 {
  font-size: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.footer .footer-links .footer-links-group ul li {
  list-style: none;
}
.footer .footer-links .footer-links-group ul li a {
  text-decoration: none;
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}
.footer .footer-links .footer-links-group ul li a:hover {
  color: #000;
}
.footer .footer-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 30px 1fr 30px 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  gap: 30px;
}
.footer .footer-logos img {
  width: 100%;
}
.footer .footer-copy {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  text-align: center;
}
.footer.footer-blue {
  background-color: #9fa6c8;
}
.footer.footer-blue .footer-newsletter p {
  color: #2c3357 !important;
}
.footer.footer-blue .footer-links a {
  color: #2c3357 !important;
}
.footer.footer-blue .footer-links a:hover {
  color: #000 !important;
}

@media (max-width: 1200px) {
  .footer-newsletter h3 {
    font-size: 32px !important;
  }
  .footer-newsletter p {
    font-size: 18px !important;
  }
  .footer-container {
    display: block !important;
  }
  .footer-container .footer-newsletter, .footer-container .footer-links {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 800px) {
  .footer-logos {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 600px) {
  .footer-links {
    display: block !important;
  }
  .footer-links .footer-links-group {
    margin-bottom: 32px;
    text-align: center;
  }
  .newsletter-form {
    display: block !important;
  }
  .newsletter-form input, .newsletter-form button {
    display: block;
    width: 100%;
  }
  .newsletter-form button {
    margin-top: 16px;
  }
  .footer-newsletter h3 {
    font-size: 24px !important;
  }
  .footer-newsletter p {
    font-size: 16px !important;
  }
}
.home__top-bar {
  background-color: #fff;
}
.home__top-bar .home__top-bar-container {
  padding: 24px 0;
  text-align: center;
}
.home__top-bar .home__top-bar-container p, .home__top-bar .home__top-bar-container a {
  color: #000;
  font-size: 18px;
  margin: 0;
}

.home__hero {
  width: 100%;
  min-height: calc(100dvh - 148px);
  background-image: url(/assetsNew/img/home/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__hero .home__hero-container {
  padding: 80px 0;
}
.home__hero .home__hero-container .home__hero-text h1 {
  font-size: 90px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.home__hero .home__hero-container .home__hero-text p {
  font-size: 60px;
  color: #000;
  font-weight: 300;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .home__hero .home__hero-container {
    padding: 60px 0;
  }
  .home__hero .home__hero-container .home__hero-text h1 {
    font-size: 70px;
  }
  .home__hero .home__hero-container .home__hero-text p {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .home__hero .home__hero-container {
    padding: 40px 0;
  }
  .home__hero .home__hero-container .home__hero-text h1 {
    font-size: 50px;
  }
  .home__hero .home__hero-container .home__hero-text p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .home__hero .home__hero-container {
    padding: 20px 0;
  }
  .home__hero .home__hero-container .home__hero-text h1 {
    font-size: 40px;
  }
  .home__hero .home__hero-container .home__hero-text p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home__hero .home__hero-container {
    padding: 10px 0;
  }
  .home__hero .home__hero-container .home__hero-text h1 {
    font-size: 30px;
  }
  .home__hero .home__hero-container .home__hero-text p {
    font-size: 20px;
    line-height: 30px;
  }
}

.home__about {
  background-color: #fff;
}
.home__about .home__about-container {
  padding: 160px 0;
}
.home__about .home__about-container .home__about-desc {
  width: 50%;
  margin: 0 0 0 auto;
  margin-bottom: 60px;
}
.home__about .home__about-container .home__about-desc p {
  font-size: 28px;
  color: #000;
  font-weight: 300;
  line-height: 40px;
}
.home__about .home__about-container .home__about-slogan p {
  font-size: 80px;
  text-align: center;
  font-weight: 400;
  line-height: 94px;
}
@media (max-width: 1200px) {
  .home__about .home__about-container {
    padding: 120px 0;
  }
  .home__about .home__about-container .home__about-desc {
    width: 60%;
  }
  .home__about .home__about-container .home__about-desc p {
    font-size: 24px;
    line-height: 36px;
  }
  .home__about .home__about-container .home__about-slogan p {
    font-size: 70px;
    line-height: 84px;
  }
}
@media (max-width: 992px) {
  .home__about .home__about-container {
    padding: 100px 0;
  }
  .home__about .home__about-container .home__about-desc {
    width: 70%;
  }
  .home__about .home__about-container .home__about-desc p {
    font-size: 22px;
    line-height: 34px;
  }
  .home__about .home__about-container .home__about-slogan p {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 768px) {
  .home__about .home__about-container {
    padding: 80px 0;
  }
  .home__about .home__about-container .home__about-desc {
    width: 80%;
  }
  .home__about .home__about-container .home__about-desc p {
    font-size: 20px;
    line-height: 30px;
  }
  .home__about .home__about-container .home__about-slogan p {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .home__about .home__about-container {
    padding: 60px 0;
  }
  .home__about .home__about-container .home__about-desc {
    width: 100%;
  }
  .home__about .home__about-container .home__about-desc p {
    font-size: 18px;
    line-height: 28px;
  }
  .home__about .home__about-container .home__about-slogan p {
    font-size: 30px;
    line-height: 42px;
  }
}

.cards-nav {
  text-align: right;
  margin-bottom: 16px;
}
.cards-nav button {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 0;
}
.cards-nav button:first-child {
  margin-right: 4px;
}
.cards-nav button:first-child img {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.cards-nav button:last-child img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.cards-nav button img {
  height: 24px;
}

.home__becas {
  background-color: #fff;
  padding-top: 60px;
}
.home__becas .home__becas-container {
  overflow-x: auto;
  scrollbar-width: none;
}
.home__becas .home__becas-container .home__becas-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr 1fr 1fr;
  gap: 28px;
  min-width: 800px;
}
.home__becas .home__becas-container .home__becas-list .home__becas-item {
  cursor: pointer;
}
.home__becas .home__becas-container .home__becas-list .home__becas-item .home__becas-item-picture {
  padding-top: 150%;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home__becas .home__becas-container .home__becas-list .home__becas-item .home__becas-item-title {
  padding-top: 16px;
}
.home__becas .home__becas-container .home__becas-list .home__becas-item .home__becas-item-title h3 {
  font-size: 24px;
}
.home__becas .home__becas-container .home__becas-list .home__becas-item:hover .home__becas-item-picture {
  background-size: 160%;
}
@media (max-width: 1200px) {
  .home__becas .home__becas-container .home__becas-list .home__becas-item .home__becas-item-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .home__becas .home__becas-container .home__becas-list .home__becas-item .home__becas-item-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home__becas .home__becas-container .home__becas-list .home__becas-item .home__becas-item-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .home__becas .home__becas-container .home__becas-list .home__becas-item .home__becas-item-title h3 {
    font-size: 16px;
  }
}

.home__studyplay {
  padding-top: 200px;
}
.home__studyplay .home__studyplay-title h2 {
  font-size: 90px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home__studyplay .home__studyplay-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
.home__studyplay .home__studyplay-content .home__studyplay-desc p {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 30px;
}
.home__studyplay .home__studyplay-content .home__studyplay-desc .home__studyplay-desc-action {
  text-align: center;
  margin-top: 64px;
}
.home__studyplay .home__studyplay-content .home__studyplay-desc .home__studyplay-desc-action a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  line-height: 60px;
  font-size: 24px;
  padding: 0 60px;
  text-decoration: none;
  border-radius: 30px;
}
.home__studyplay .home__studyplay-content .home__studyplay-picture img {
  width: 100%;
}
@media (max-width: 1200px) {
  .home__studyplay .home__studyplay-title h2 {
    font-size: 80px;
  }
  .home__studyplay .home__studyplay-content {
    gap: 48px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc p {
    font-size: 24px;
    line-height: 30px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc-action a {
    font-size: 22px;
    line-height: 50px;
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .home__studyplay .home__studyplay-title h2 {
    font-size: 70px;
  }
  .home__studyplay .home__studyplay-content {
    gap: 28px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc p {
    font-size: 22px;
    line-height: 28px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc-action a {
    font-size: 20px;
    line-height: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .home__studyplay .home__studyplay-title h2 {
    font-size: 60px;
  }
  .home__studyplay .home__studyplay-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc p {
    font-size: 20px;
    line-height: 26px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc-action a {
    font-size: 18px;
    line-height: 36px;
    padding: 0 36px;
  }
}
@media (max-width: 576px) {
  .home__studyplay .home__studyplay-title h2 {
    font-size: 50px;
  }
  .home__studyplay .home__studyplay-content {
    gap: 16px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc p {
    font-size: 18px;
    line-height: 24px;
  }
  .home__studyplay .home__studyplay-content .home__studyplay-desc-action a {
    font-size: 16px;
    line-height: 32px;
    padding: 0 32px;
  }
}

.home__destinations {
  padding-top: 200px;
}
.home__destinations .home__destinations-title h2 {
  font-size: 100px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.home__destinations .home__destinations-container {
  overflow-x: auto;
  scrollbar-width: none;
}
.home__destinations .home__destinations-container .home__destinations-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  min-width: 800px;
}
.home__destinations .home__destinations-container .home__destinations-list .home__destinations-item {
  cursor: pointer;
}
.home__destinations .home__destinations-container .home__destinations-list .home__destinations-item .home__destinations-item-picture {
  padding-top: 150%;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.home__destinations .home__destinations-container .home__destinations-list .home__destinations-item .home__destinations-item-picture h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 16px;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
.home__destinations .home__destinations-container .home__destinations-list .home__destinations-item:hover .home__destinations-item-picture {
  background-size: 160%;
}
.home__destinations .home__destinations-explore {
  text-align: center;
  margin-top: 48px;
}
.home__destinations .home__destinations-explore a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 60px;
  font-size: 24px;
  padding: 0 60px;
  text-decoration: none;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .home__destinations {
    padding-top: 160px;
  }
  .home__destinations .home__destinations-title h2 {
    font-size: 80px;
  }
  .home__destinations .home__destinations-explore a {
    font-size: 22px;
    line-height: 50px;
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .home__destinations {
    padding-top: 120px;
  }
  .home__destinations .home__destinations-title h2 {
    font-size: 70px;
  }
  .home__destinations .home__destinations-explore a {
    font-size: 20px;
    line-height: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .home__destinations {
    padding-top: 100px;
  }
  .home__destinations .home__destinations-title h2 {
    font-size: 60px;
  }
  .home__destinations .home__destinations-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home__destinations .home__destinations-explore a {
    font-size: 18px;
    line-height: 36px;
    padding: 0 36px;
  }
}
@media (max-width: 576px) {
  .home__destinations {
    padding-top: 80px;
  }
  .home__destinations .home__destinations-title h2 {
    font-size: 50px;
  }
  .home__destinations .home__destinations-explore a {
    font-size: 16px;
    line-height: 32px;
    padding: 0 32px;
  }
}

.home__players {
  padding-top: 200px;
}
.home__players .home__players-title h2 {
  font-size: 100px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.home__players .home__players-container {
  overflow-x: auto;
  scrollbar-width: none;
}
.home__players .home__players-container .home__players-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  min-width: 800px;
}
.home__players .home__players-container .home__players-list .home__players-item .home__players-item-picture {
  padding-top: 150%;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.home__players .home__players-container .home__players-list .home__players-item .home__players-item-picture .home__players-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
}
.home__players .home__players-container .home__players-list .home__players-item .home__players-item-picture .home__players-item-title h3 {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 26px;
  line-height: 52px;
  padding: 0 32px;
  border-radius: 26px;
}
.home__players .home__players-container .home__players-list .home__players-item:hover .home__players-item-picture {
  background-size: 160%;
}
.home__players .home__players-container .home__players-list .home__players-item .home__players-item-desc {
  margin-top: 24px;
}
.home__players .home__players-container .home__players-list .home__players-item .home__players-item-desc p {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .home__players {
    padding-top: 160px;
  }
  .home__players .home__players-title h2 {
    font-size: 80px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-title h3 {
    font-size: 24px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-desc p {
    font-size: 18px !important;
  }
}
@media (max-width: 992px) {
  .home__players {
    padding-top: 120px;
  }
  .home__players .home__players-title h2 {
    font-size: 70px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-title h3 {
    font-size: 22px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-desc p {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .home__players {
    padding-top: 100px;
  }
  .home__players .home__players-title h2 {
    font-size: 60px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-title h3 {
    font-size: 20px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-desc p {
    font-size: 14px !important;
  }
}
@media (max-width: 576px) {
  .home__players {
    padding-top: 80px;
  }
  .home__players .home__players-title h2 {
    font-size: 50px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-title h3 {
    font-size: 18px !important;
  }
  .home__players .home__players-container .home__players-list .home__players-item .home__players-item-desc p {
    font-size: 12px !important;
  }
}

.home__helpyou {
  padding-top: 200px;
}
.home__helpyou .home__helpyou-title h2 {
  font-size: 100px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.home__helpyou .home__helpyou-container {
  overflow-x: auto;
  scrollbar-width: none;
}
.home__helpyou .home__helpyou-container .home__helpyou-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  min-width: 800px;
}
.home__helpyou .home__helpyou-container .home__helpyou-list .home__helpyou-item .home__helpyou-item-picture {
  padding-top: 150%;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.home__helpyou .home__helpyou-container .home__helpyou-list .home__helpyou-item .home__helpyou-item-picture h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 16px;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
.home__helpyou .home__helpyou-container .home__helpyou-list .home__helpyou-item:hover .home__helpyou-item-picture {
  background-size: 160%;
}
.home__helpyou .home__helpyou-explore {
  text-align: center;
  margin-top: 48px;
}
.home__helpyou .home__helpyou-explore a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 60px;
  font-size: 24px;
  padding: 0 60px;
  text-decoration: none;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .home__helpyou .home__helpyou-title h2 {
    font-size: 80px;
  }
  .home__helpyou .home__helpyou-list .home__helpyou-item .home__helpyou-item-picture h3 {
    font-size: 24px !important;
  }
  .home__helpyou .home__helpyou-explore a {
    font-size: 22px;
    line-height: 50px;
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .home__helpyou .home__helpyou-title h2 {
    font-size: 70px;
  }
  .home__helpyou .home__helpyou-list .home__helpyou-item .home__helpyou-item-picture h3 {
    font-size: 22px !important;
  }
  .home__helpyou .home__helpyou-explore a {
    font-size: 20px;
    line-height: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .home__helpyou .home__helpyou-title h2 {
    font-size: 60px;
  }
  .home__helpyou .home__helpyou-list .home__helpyou-item .home__helpyou-item-picture h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  .home__helpyou .home__helpyou-title h2 {
    font-size: 50px;
  }
  .home__helpyou .home__helpyou-list .home__helpyou-item .home__helpyou-item-picture h3 {
    font-size: 18px !important;
  }
}

.home__pictures {
  padding-top: 200px;
}
.home__pictures .home__pictures-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.home__pictures .home__pictures-container .home__pictures-item img {
  width: 100%;
}

.becas__about .becas__about-text {
  width: 50%;
}
@media (max-width: 768px) {
  .becas__about .becas__about-text {
    width: 100%;
  }
}

.becas__grid {
  padding-top: 60px;
}
.becas__grid .becas__grid-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.becas__grid .becas__grid-items img {
  width: 100%;
}
@media (max-width: 768px) {
  .becas__grid .becas__grid-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .becas__grid .becas__grid-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.becas__destinations {
  padding-top: 90px;
}
.becas__destinations .becas__destination-desc {
  padding-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .becas__destinations .becas__destination-desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.becas__destinations .becas__destination-desc .becas__destination-desc-content h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .becas__destinations .becas__destination-desc .becas__destination-desc-content h3 {
    font-size: 36px;
  }
}
.becas__destinations .becas__destination-desc .becas__destination-desc-img img {
  width: 100%;
}
.becas__destinations .becas__destination-logos {
  margin-top: 60px;
}
.becas__destinations .becas__destination-logos img {
  margin-top: 20px;
  max-width: 100%;
  max-height: 160px;
}
.becas__destinations .becas__destination-info {
  margin-top: 60px;
}
.becas__destinations .becas__destination-info h4 {
  margin-bottom: 24px;
}
.becas__destinations .becas__destination-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}
.becas__destinations .becas__destination-info p span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .becas__destinations .becas__destination-info p span {
    font-size: 18px;
  }
}
.becas__destinations h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .becas__destinations h4 {
    font-size: 20px;
  }
}
.becas__destinations .becas__destination-info-btn {
  margin: 30px 0;
  text-align: center;
}
.becas__destinations .becas-more-info {
  background-color: #000;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.becas__others {
  margin-top: 120px;
}
.becas__others .becas__others-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .becas__others .becas__others-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.becas__others .becas__others-container img {
  max-width: 100%;
  max-height: 400px;
  float: right;
}
.becas__others .becas__others-container p {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .becas__others .becas__others-container p {
    font-size: 24px;
  }
}
.becas__others .becas__others-container a {
  margin-top: 24px;
  font-size: 20px;
  color: #000;
  display: inline-block;
}

.academy__about .academy__about-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 40px 2fr;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
}
.academy__about .academy__about-content .academy__about-picture img {
  width: 100%;
}
.academy__about .academy__about-content .academy__about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.academy__activities {
  margin-top: 120px;
}
.academy__activities .academy__activity {
  margin-bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 80px 4fr;
  grid-template-columns: 3fr 4fr;
  gap: 80px;
}
.academy__activities .academy__activity .academy__activity-picture img {
  width: 100%;
}
.academy__activities .academy__activity-text h3 {
  font-size: 28px;
}
.academy__activities .academy__activity-text .academy__activity-list {
  margin-top: 32px;
}
.academy__activities .academy__activity-text .academy__activity-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.academy__activities .academy__activity-text .academy__activity-list p span {
  font-weight: 300;
  font-size: 20px;
}
.academy__activities .academy__activity-text .academy__activity-list p svg {
  width: 24px;
}
.academy__activities .academy__activity-info-btn {
  margin: 30px 0;
  text-align: center;
}
.academy__activities .more-info {
  background-color: #000;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .academy__about .academy__about-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .academy__activities .academy__activity {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .academy__about .academy__about-content {
    gap: 20px;
  }
  .academy__activities {
    margin-top: 60px;
  }
  .academy__activities .academy__activity {
    margin-bottom: 40px;
    gap: 20px;
  }
  .academy__activities .academy__activity-text h3 {
    margin-top: 60px !important;
    font-size: 24px;
  }
  .academy__activities .academy__activity-list p {
    gap: 10px;
  }
  .academy__activities .academy__activity-list p span {
    font-size: 18px;
  }
  .academy__activities .academy__activity-list p svg {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .academy__about .academy__about-content {
    gap: 10px;
  }
  .academy__activities {
    margin-top: 30px;
  }
  .academy__activities .academy__activity {
    margin-bottom: 20px;
    gap: 10px;
  }
  .academy__activities .academy__activity-text h3 {
    font-size: 20px;
  }
  .academy__activities .academy__activity-list p {
    gap: 5px;
  }
  .academy__activities .academy__activity-list p span {
    font-size: 16px;
  }
  .academy__activities .academy__activity-list p svg {
    width: 16px;
  }
}
.services__about {
  margin-top: 120px;
}
.services__about .services__about-content p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.services__about .services__about-images {
  margin-top: 120px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.services__about .services__about-images img {
  width: 100%;
}

.services__list {
  margin-top: 80px;
}
.services__list .services__list-item-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
  padding-bottom: 40px;
}
.services__list .services__list-item-container .services__list-item-content h2 {
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.services__list .services__list-item-container .services__list-item-content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.services__list .services__list-item-container .services__list-item-content .services__list-item-toggle h3 {
  font-size: 20px;
  margin-top: 36px;
  margin-bottom: 20px;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}
.services__list .services__list-item-container .services__list-item-content .services__list-item-toggle p, .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul {
  display: none;
}
.services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul {
  margin-left: 40px;
}
.services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 300;
}
.services__list .services__list-item-container .services__list-item-image img {
  width: 100%;
}
.services__list .services__list-info-btn {
  margin: 30px 0;
  text-align: center;
}
.services__list .more-info {
  background-color: #000;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .services__about {
    margin-top: 100px;
  }
  .services__about .services__about-content p {
    font-size: 22px;
    line-height: 30px;
  }
  .services__about .services__about-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .services__list {
    margin-top: 60px;
  }
  .services__list .services__list-item-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .services__list .services__list-item-container .services__list-item-content h2 {
    font-size: 34px;
  }
  .services__list .services__list-item-container .services__list-item-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle h3 {
    font-size: 18px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul {
    margin-left: 30px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .services__about {
    margin-top: 80px;
  }
  .services__about .services__about-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .services__about .services__about-images {
    margin-top: 80px;
  }
  .services__list {
    margin-top: 40px;
  }
  .services__list .services__list-item-container {
    gap: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .services__list .services__list-item-container .services__list-item-content h2 {
    font-size: 30px;
  }
  .services__list .services__list-item-container .services__list-item-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle h3 {
    font-size: 16px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul {
    margin-left: 20px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .services__about {
    margin-top: 60px;
  }
  .services__about .services__about-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .services__about .services__about-images {
    margin-top: 60px;
  }
  .services__list {
    margin-top: 20px;
  }
  .services__list .services__list-item-container {
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .services__list .services__list-item-container .services__list-item-content h2 {
    font-size: 26px;
  }
  .services__list .services__list-item-container .services__list-item-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle h3 {
    font-size: 14px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul {
    margin-left: 10px;
  }
  .services__list .services__list-item-container .services__list-item-content .services__list-item-toggle ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.about__info {
  margin-top: 60px;
}
.about__info .about__info-text-1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 0 60px auto;
}
.about__info .about__info-picture img {
  width: 100%;
}
.about__info .about__info-text-2 {
  width: 100%;
  max-width: 640px;
  margin: 60px 0 60px auto;
}

.about__author-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}
.about__author-content .about__author-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about__author-content .about__author-picture img {
  width: 100%;
}
.about__author-content .about__author-info-btn {
  margin: 30px 0;
  text-align: center;
}
.about__author-content .about__author-info-btn a {
  background-color: #000;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .about__info {
    margin-top: 40px;
  }
  .about__info .about__info-text-1,
  .about__info .about__info-text-2 {
    margin: 40px auto;
  }
  .about__author-content {
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .about__info {
    margin-top: 30px;
  }
  .about__info .about__info-text-1,
  .about__info .about__info-text-2 {
    max-width: 90%;
    margin: 30px auto;
  }
  .about__author-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .about__info {
    margin-top: 20px;
  }
  .about__info .about__info-text-1,
  .about__info .about__info-text-2 {
    max-width: 100%;
    margin: 20px auto;
  }
  .about__author-content {
    gap: 20px;
    margin-top: 20px;
  }
}
.contact {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact-header {
  margin-top: 64px;
  margin-bottom: 32px;
}
.contact .contact-header h1 {
  font-size: 36px;
  font-weight: 300;
}
.contact .contact-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 5fr) 48px minmax(0, 4fr);
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  gap: 48px;
}
.contact .contact-page .contact-form {
  width: 100%;
  margin-top: 32px;
}
.contact .contact-page .contact-form form .form-group {
  margin-bottom: 16px;
}
.contact .contact-page .contact-form form .form-group label {
  font-size: 16px;
  font-weight: 500;
}
.contact .contact-page .contact-form form .form-group input {
  padding: 8px;
  font-size: 16px;
  border: 2px solid #000;
  background-color: transparent;
  padding: 0 8px;
  height: 40px;
  border-radius: 12px;
  width: 100%;
}
.contact .contact-page .contact-form form .form-group input.input-sm {
  max-width: 320px;
}
.contact .contact-page .contact-form form .form-group input.input-lg {
  max-width: 480px;
}
.contact .contact-page .contact-form form button {
  height: 40px;
  padding: 0 18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 12px;
}
.contact .contact-page .contact-form form button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.contact .contact-page .contact-form form .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.contact .contact-page .contact-form form .checkbox-group .form-checkbox {
  width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.contact .contact-page .contact-form form .checkbox-group .form-checkbox input {
  width: 24px;
}
.contact .contact-page .contact-form form .form-privacy p {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 32px;
}
.contact .contact-page .contact-picture img {
  width: 100%;
}
@media (max-width: 1200px) {
  .contact .contact-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 50px 0;
  }
  .contact .contact-header h1 {
    font-size: 28px;
  }
  .contact .contact-page {
    gap: 24px;
  }
  .contact .contact-form form .form-group input.input-sm {
    width: 95% !important;
    max-width: 95%;
  }
  .contact .contact-form form .form-group input.input-lg {
    width: 95% !important;
    max-width: 95%;
  }
  .contact .contact-form form button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact .contact-header h1 {
    font-size: 24px;
  }
  .contact .contact-page {
    gap: 16px;
  }
  .contact .contact-form form .form-group label {
    font-size: 14px;
  }
  .contact .contact-form form .form-group input {
    font-size: 14px;
    height: 36px;
  }
  .contact .contact-form form button {
    font-size: 14px;
    height: 36px;
  }
  .contact .contact-form form .form-privacy p {
    font-size: 12px;
    line-height: 14px;
  }
}
.video-container video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}