/*
	Project: Samuel Rizzo
	All rights reserved
*/
@import url("https://media.cdn-wiziup.net/eVdCd3FRT2IrQklZeXhUZXZtMlNlZz09/files/google-fonts.css");
@import url("https://media.cdn-wiziup.net/eVdCd3FRT2IrQklZeXhUZXZtMlNlZz09/files/bootstrap.min.css");
.animated-effect, .programs .program-box:after, .programs .program-box:before, footer.page-footer .nav-link, .sticky-header .navbar-nav .nav-item .nav-link, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.25s ease all;
}

.animated-long-effect, .programs .program-box span.program-box-effect, .programs .program-box img.program-image, .sticky-header {
  transition: 0.5s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active, footer.page-footer .nav-link:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .cursor-tracker, header.page-header .header-intro .candidate-image {
  user-select: none;
}

.disable-clicks, .cursor-tracker, header.page-header .header-intro .candidate-image {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Inter", sans-serif;
  position: relative;
}

header.page-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 0 4rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #040b18, #143d88);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header {
    padding-bottom: 2.5rem;
  }
}
header.page-header:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 200%;
  background: #1d5bcb;
  filter: blur(150px);
  opacity: 0.75;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  header.page-header:before {
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.45;
    filter: none;
  }
}
header.page-header .navbar-brand {
  position: relative;
  z-index: 3;
  margin: 0;
}
header.page-header .navbar-brand img {
  height: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar-brand img {
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar-brand img {
    height: 3rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar-brand img {
    height: 4rem;
  }
}
header.page-header .navbar {
  margin-top: 1.5rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    margin-top: 0;
    padding: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    margin-top: 1rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin: 0 0.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
  margin-left: 0.25rem;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}
header.page-header .navbar .navbar-toggler {
  filter: brightness(0) invert(1);
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 0.5rem;
}
header.page-header .header-intro {
  position: relative;
  z-index: 3;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  width: 100%;
}
@media (max-width: 767.9px) {
  header.page-header .header-intro {
    padding-top: 2rem;
    margin-top: 1rem;
  }
}
header.page-header .header-intro .intro-person {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
header.page-header .header-intro .intro-person img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.1);
}
header.page-header .header-intro .intro-person span {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
header.page-header .header-intro h1 {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 1.5rem 0;
  text-align: center;
  letter-spacing: -1px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .header-intro h1 {
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.9px) {
  header.page-header .header-intro h1 {
    font-size: 2.5rem;
  }
}
header.page-header .header-intro h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: -1rem 0 1rem 0;
}
header.page-header .header-intro .candidate-image {
  margin-bottom: -4rem;
  margin-top: -3rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.9px) {
  header.page-header .header-intro .candidate-image {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
    margin-bottom: 0;
    margin-top: 1rem;
    object-position: center top;
  }
  header.page-header .header-intro .candidate-image.v2 {
    margin-bottom: -4rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .header-intro.main-intro {
    padding-top: 0;
    margin-top: 0;
  }
}
header.page-header .header-intro.main-intro .container {
  position: relative;
  z-index: 10;
}
header.page-header .header-intro.main-intro h1 {
  font-size: 6rem;
  text-align: left;
  line-height: 1.1;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header.page-header .header-intro.main-intro h1 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .header-intro.main-intro h1 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .header-intro.main-intro h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .header-intro.main-intro h1 {
    text-align: center;
    font-size: 4rem;
  }
}
header.page-header .header-intro.main-intro h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header.page-header .header-intro.main-intro h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .header-intro.main-intro h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .header-intro.main-intro h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .header-intro.main-intro h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}
header.page-header .header-intro.main-intro p {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Playwrite CU", sans-serif;
  color: #fff;
  text-align: left;
}
@media (max-width: 767.9px) {
  header.page-header .header-intro.main-intro p {
    text-align: center;
    font-size: 1.25rem;
  }
}
header.page-header .header-intro.main-intro .parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% + 4rem);
  z-index: 0;
}
header.page-header .header-intro.main-intro .parallax-container h3.parallax-faded {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 35rem;
  font-weight: bold;
  letter-spacing: -3rem;
  color: rgba(255, 255, 255, 0.05);
  z-index: 5;
  line-height: 0.8;
  will-change: transform;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-faded {
    font-size: 25rem;
    letter-spacing: -1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-faded {
    font-size: 20rem;
    letter-spacing: -1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-faded {
    font-size: 20rem;
    letter-spacing: -0.5rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-faded {
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 50%;
    font-size: 20rem;
    letter-spacing: -1rem;
    color: rgba(255, 255, 255, 0.1);
  }
}
header.page-header .header-intro.main-intro .parallax-container h3.parallax-number {
  position: absolute;
  top: 7.5rem;
  left: 32.5%;
  margin: auto;
  font-size: 20rem;
  font-weight: bold;
  letter-spacing: -1rem;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  z-index: 5;
  line-height: 0.8;
  will-change: transform;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-number {
    font-size: 15rem;
    letter-spacing: -0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-number {
    font-size: 10rem;
    letter-spacing: -0.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-number {
    font-size: 10rem;
    letter-spacing: -0.25rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .header-intro.main-intro .parallax-container h3.parallax-number {
    display: none;
  }
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 101;
  background: #07152f;
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-105%);
}
@media (max-width: 767.9px) {
  .sticky-header {
    display: none;
  }
}
.sticky-header.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.sticky-header .container {
  display: flex;
  align-items: center;
}
.sticky-header .navbar-brand {
  position: relative;
  z-index: 3;
  margin: 0;
}
.sticky-header .navbar-brand img {
  height: 3rem;
}
.sticky-header .intro-person {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sticky-header .intro-person {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.sticky-header .intro-person img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.1);
}
.sticky-header .intro-person span {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sticky-header .intro-person span {
    display: none;
  }
}
.sticky-header .intro-person strong {
  border: 1px solid #fff;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  text-align: center;
  line-height: calc(2.5rem - 2px);
  border-radius: 50%;
}
.sticky-header .navbar-nav .nav-item {
  margin: 0 0 0 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sticky-header .navbar-nav .nav-item {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .sticky-header .navbar-nav .nav-item {
    margin-left: 1rem;
  }
}
.sticky-header .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .sticky-header .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sticky-header .navbar-nav .nav-item .nav-link {
    font-size: 0.8rem;
    font-weight: 600;
  }
}
.sticky-header .navbar-nav .nav-item .nav-link img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
  margin-left: 0.25rem;
}
.sticky-header .navbar-nav .nav-item .nav-link:hover, .sticky-header .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
}
.sticky-header .navbar-nav .nav-item .nav-link.active, .sticky-header .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

footer.page-footer {
  padding: 5rem 0;
  background: #07152f;
  position: relative;
  overflow: hidden;
}
footer.page-footer .container {
  position: relative;
  z-index: 3;
}
footer.page-footer .navbar-brand {
  position: relative;
  z-index: 3;
  margin: 0;
}
footer.page-footer .navbar-brand img {
  height: 10rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .navbar-brand img {
    height: 7.5rem;
  }
}
footer.page-footer .nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100% + 9rem);
  margin: -4.5rem 0;
  padding: 5rem 2.5rem;
  background: rgba(255, 255, 255, 0.025);
  border-radius: 0.75rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .nav-link {
    padding: 5rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .nav-link {
    margin: 0;
    border-radius: 0;
    padding: 1.5rem 1.5rem 1.5rem 6rem;
    height: auto;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .nav-link {
    margin: 0;
    height: auto;
    padding: 1.5rem;
  }
}
footer.page-footer .nav-link.v1 {
  background: #17479e;
}
footer.page-footer .nav-link.v2 {
  background: #00b2b0;
}
footer.page-footer .nav-link.v2 img {
  width: 6rem;
  height: 6rem;
}
footer.page-footer .nav-link.v3 {
  background: #ee3287;
}
footer.page-footer .nav-link:hover {
  background: rgba(255, 255, 255, 0.05);
}
footer.page-footer .nav-link:active {
  background: rgba(255, 255, 255, 0.1);
}
footer.page-footer .nav-link img {
  display: block;
  width: 3rem;
  height: 3rem;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .nav-link img {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
}
footer.page-footer .nav-link img.avatar {
  border-radius: 50%;
  filter: none;
}
footer.page-footer .nav-link span {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  margin: 1rem 0 0.5rem 0;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .nav-link span {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .nav-link span {
    font-size: 1.25rem;
    margin-top: 0;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .nav-link span {
    font-size: 1.5rem;
  }
}
footer.page-footer .nav-link strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: auto;
}
footer.page-footer p {
  color: white;
  padding: 1.25rem 0 0 0;
  font-size: 0.7rem;
}

.btn {
  font-weight: 700;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
}
.btn span {
  display: block;
}
.btn:hover span, .btn:focus span, .btn:not(:disabled):not(.disabled):active span {
  animation: tilt-in-bl 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.btn.btn-primary {
  background: #17479e;
  border-color: #17479e;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #1d5bcb;
  border-color: #1d5bcb;
}
.btn.btn-primary:active {
  background: #306fe1;
  border-color: #306fe1;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #061020;
}
.btn.btn-dark {
  background: #061020;
  border-color: #061020;
  color: #061020;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #17479e;
  color: #17479e;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #17479e;
  border-color: #17479e;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #306fe1;
  border-color: #306fe1;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #061020;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #17479e;
}
.btn.btn-outline-dark {
  border-color: #061020;
  color: #061020;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #061020;
  border-color: #061020;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #2366df;
}
.form-control {
  height: auto;
}
@keyframes tilt-in-bl {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.cursor-tracker {
  position: fixed;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease all;
  will-change: transform, opacity, visibility;
}
.cursor-tracker.active {
  opacity: 1;
  visibility: visible;
}
.cursor-tracker.active:before {
  opacity: 1;
  transform: none;
}
.cursor-tracker:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17479e;
  content: " ";
  z-index: 0;
  border-radius: 50%;
  transform-origin: center;
  transform: scale(0.25);
  opacity: 0;
  transition: 0.3s ease all;
}
.cursor-tracker span {
  position: relative;
  z-index: 1;
}

.programs {
  position: relative;
  padding: 1.5rem 0;
}
.programs .program-box {
  display: block;
  position: relative;
  width: 100%;
  height: 19.25rem;
  background: rgba(6, 16, 32, 0.05);
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .programs .program-box {
    height: 15.25rem;
  }
}
@media (max-width: 767.9px) {
  .programs .program-box {
    height: 20rem;
  }
}
.programs .program-box img.program-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
}
.programs .program-box span.program-box-effect {
  padding: 0 1.5rem;
  font-size: 15rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1rem;
  color: transparent;
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 0;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .programs .program-box span.program-box-effect {
    font-size: 12rem;
    letter-spacing: -0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .programs .program-box span.program-box-effect {
    font-size: 10rem;
    letter-spacing: -0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .programs .program-box span.program-box-effect {
    font-size: 10rem;
    letter-spacing: -0.5rem;
  }
}
.programs .program-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #061020;
  content: " ";
  z-index: 1;
  opacity: 0.5;
}
.programs .program-box:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #113371;
  content: " ";
  z-index: 2;
  margin: auto;
  opacity: 0;
}
.programs .program-box strong {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  z-index: 4;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .programs .program-box strong {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .programs .program-box strong {
    font-size: 1.5rem;
  }
}
.programs .program-box:hover img.program-image {
  transform-origin: center;
  transform: scale(1.35);
}
.programs .program-box:hover:after {
  opacity: 0.75;
  transform: translateY(-100%);
}
.programs .program-box:hover .program-box-effect {
  opacity: 0.25;
  transform: none;
}
.programs .program-box.box-large {
  height: 40rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .programs .program-box.box-large {
    height: 32rem;
  }
}
@media (max-width: 767.9px) {
  .programs .program-box.box-large {
    height: 20rem;
  }
}
.programs .program-box.box-large strong {
  font-size: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .programs .program-box.box-large strong {
    font-size: 1.5rem;
  }
}
.programs .program-box.box-large .program-box-effect {
  font-size: 25rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .programs .program-box.box-large .program-box-effect {
    font-size: 20rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .programs .program-box.box-large .program-box-effect {
    font-size: 20rem;
    letter-spacing: -0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .programs .program-box.box-large .program-box-effect {
    font-size: 20rem;
    letter-spacing: -0.5rem;
  }
}
@media (max-width: 767.9px) {
  .programs .program-box.box-large .program-box-effect {
    font-size: 15rem;
    letter-spacing: -1rem;
  }
}

.candidate {
  padding: 5rem 0;
  background: #0a1f45;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.candidate h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.candidate h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 2.5rem 0 1rem 0;
}

.reasons {
  padding: 5rem 0;
  background: #0a1f45;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.reasons .reason-entry {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.reasons .reason-entry + .reason-entry {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.reasons .reason-entry .reason-number {
  width: 10rem;
  flex-shrink: 0;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.9px) {
  .reasons .reason-entry .reason-number {
    width: 5rem;
    font-size: 3rem;
  }
}
.reasons .reason-entry .reason-info h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 1rem 0;
}
.reasons .reason-entry .reason-info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}

.chat {
  padding: 5rem 0;
  background: #0a1f45;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.chat .chat-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 30rem;
  background: rgba(255, 255, 255, 0.0125);
  border-radius: 0.75rem;
}

.program {
  padding: 5rem 0;
  background: #0a1f45;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.program .program-image {
  border-radius: 0.75rem;
}
.program .program-propositions {
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .program .program-propositions {
    padding-top: 3rem;
    margin-top: 2.5rem;
  }
}
.program h1 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .program h1 {
    font-size: 2rem;
  }
}
.program h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.program ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.program ul li {
  display: block;
  position: relative;
  margin-top: 1rem;
  padding-left: 2.5rem;
}
.program ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  content: " ";
  z-index: 0;
}
.program ul li:after {
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 0.7rem;
  height: 0.35rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  z-index: 1;
}

.error {
  padding: 5rem 0;
  background: #0a1f45;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.error .error-info h2 {
  font-size: 4.25rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 1rem 0;
}
.error .error-info h1 {
  color: #fff;
}
.error .error-info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}

.qr-code {
  margin-top: 1.5rem;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .qr-code {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .qr-code {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem -4rem -0.75rem;
    padding: 1.5rem 0.75rem;
    background: #061020;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.qr-code h4 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .qr-code h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .qr-code h4 {
    font-size: 0.9rem;
  }
}
.qr-code .qr-code-image {
  width: 8.5rem;
  padding: 0.5rem;
  background: #fff;
  margin-top: 2.5rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .qr-code .qr-code-image {
    width: 6rem;
  }
}
@media (max-width: 767.9px) {
  .qr-code .qr-code-image {
    width: 6rem;
    padding: 0.15rem;
    margin-top: -4.5rem;
    position: relative;
    z-index: 5;
  }
}

.contact {
  padding: 5rem 0;
  background: #0a1f45;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  height: calc(100vh - 587px);
  min-height: 50vh;
}
@media (max-width: 767.9px) {
  .contact {
    min-height: 100vh;
  }
}
.contact h3 {
  color: #fff;
}
.contact button {
  background: #17479e;
  border-color: #17479e;
  color: #fff;
}
.contact .btn-outline-primary {
  color: #fff;
}
.contact .btn-outline-primary:hover {
  color: #17479e;
  background: #0a1f45;
}
.contact input, .contact textarea {
  background: rgba(255, 255, 255, 0.05);
  border: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
}
.contact input:focus, .contact textarea:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.sent-page {
  padding: 7rem 0;
  background: #0a1f45;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
.sent-page .title {
  font-size: 2rem;
  font-weight: 300;
}
.sent-page a, .sent-page .title {
  color: #00b2b0;
}

/*# sourceMappingURL=style.css.map */
