:root {
  --color-base: #3D3D3D;
  --color-yellow: #FFDF2C;
  --color-green: #01A569;
  --color-blue: #1B4C89;
  --color-white: #ffffff;
  --color-grey: #f4f4f4;
}


html {
  scroll-behavior: smooth;
  font-size: 16px; }
  @media (max-width: 991px) {
    html {
      font-size: 12px; } }
  html * {
    letter-spacing: 0px; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #3D3D3D; }

p:last-of-type {
  margin-bottom: 0; }

.section-container {
  width: 100%;
  position: relative; }
  .section-container.yellow {
    background-color: #FFDF2C; }
  .section-container.green {
    background-color: #01A569; }
  .section-container.grey {
    background-color: #f4f4f4; }
  .section-container.mobile {
    display: none; }
    @media (max-width: 767px) {
      .section-container.mobile {
        display: block; } }

.video_16_9 {
  width: 100%;
  aspect-ratio: 16/9; }

.video_full {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  max-height: 100vh !important; }
  .video_full .video_cta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .video_full .video_cta h2 {
      font-weight: 700;
      font-size: 2.8rem;
      text-align: center; }
      @media (max-width: 767px) {
        .video_full .video_cta h2 {
          font-size: 2.4rem;
          line-height: 1.2; } }

/* .bl-top .hs-video-wrapper{
    width: 100vw!important;
    height: 70vh!important;
    padding-bottom: 0!important;
}
.bl-top .hs-video-wrapper iframe.long{
    left: 50%!important;
    transform: translateX(-50%)!important;
}
.bl-top .hs-video-wrapper iframe.wide{
    top: 50%!important;
    transform: translateY(-50%)!important;
} */
.section-1360 {
  width: 100%;
  max-width: 1424px;
  margin: auto;
  padding: 4rem 2rem; }
  @media (max-width: 991px) {
    .section-1360 {
      padding: 3rem 2rem; } }

.section-1240 {
  width: 100%;
  max-width: 1302px;
  margin: auto;
  padding: 4rem 2rem; }
  @media (max-width: 991px) {
    .section-1240 {
      padding: 3rem 2rem; }
      .section-1240.nopad-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .section-1240.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .section-1240.nopadall {
    padding: 0 !important; }

.bl-top {
  width: 100%;
  /* height: 70vh; */
  position: relative;
  background-color: #3D3D3D;
  overflow: hidden; }
  .bl-top .bl-hero {
    position: relative;
    z-index: 0; }
  .bl-top .bl-logo {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1;
    width: 250px;
    height: 246px;
    background-repeat: no-repeat;
    background-size: contain; }
    .bl-top .bl-logo img {
      position: absolute;
      left: 25px;
      top: 25px;
      width: 150px; }
    @media (max-width: 767px) {
      .bl-top .bl-logo {
        width: 156px;
        height: 152px; }
        .bl-top .bl-logo img {
          width: 70px;
          left: 10px;
          top: 10px; } }

.bl-headers {
  /* position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 1; */ }
  .bl-headers h1 {
    font-weight: 700;
    font-size: 2.8rem;
    color: #fff;
    background-color: #01A569;
    position: relative;
    padding: 0 75px 0px 25px;
    margin: 0;
    width: 95vw;
    height: 132px;
    display: flex;
    align-items: center;
    line-height: 1; }
    .bl-headers h1 .h_text {
      max-width: 1000px; }
    @media (max-width: 330px) {
      .bl-headers h1 {
        height: auto !important;
        padding: 20px !important; } }
  .bl-headers h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #3D3D3D;
    background-color: #FFDF2C;
    position: relative;
    padding: 0 75px 0px 25px;
    margin: 0;
    width: 85vw;
    height: 132px;
    display: flex;
    align-items: center;
    line-height: 1; }
    .bl-headers h2 span {
      display: inline-block;
      line-height: 1;
      font-weight: 400;
      font-size: 1.8rem; }
  .bl-headers h1 .puzzle, .bl-headers h2 .puzzle {
    position: absolute;
    height: 100%;
    right: -55px;
    top: 0;
    z-index: -1; }
  @media (max-width: 1700px) {
    .bl-headers h1 {
      width: 90vw; } }
  @media (max-height: 900px) {
    .bl-headers {
      bottom: 0px; }
      .bl-headers h1 {
        font-size: 2.1rem;
        line-height: 1.4;
        padding: 20px;
        height: auto; }
      .bl-headers h2 {
        padding: 20px;
        font-size: 1.9rem;
        line-height: 1.4;
        height: auto; }
        .bl-headers h2 span {
          font-size: 1.4rem;
          line-height: 1.4; } }
  @media (max-width: 767px) {
    .bl-headers {
      position: relative;
      bottom: 0px;
      top: -1rem; }
      .bl-headers h1 {
        max-width: 80vw;
        padding: 0 20px;
        font-size: 1.6rem;
        line-height: 1.4;
        height: 100px;
        position: relative;
        top: 1rem;
        z-index: 2; }
      .bl-headers h2 {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 20px;
        font-size: 1.5rem;
        line-height: 1.4; }
        .bl-headers h2 .puzzle {
          display: none; }
        .bl-headers h2 span {
          font-size: 1.4rem;
          line-height: 1.4; } }

.principal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem; }
  .principal h3 {
    color: #01A569;
    padding: 0;
    margin: 0 0 1rem;
    font-size: 3.2rem;
    line-height: 1.2; }
  .principal .principal-img {
    width: 30%; }
    .principal .principal-img h3 {
      display: none; }
    .principal .principal-img img {
      width: 100%;
      border-radius: 50%;
      box-shadow: 0px 0px 6px #00000029; }
  .principal .principal-text {
    flex: 1; }
    .principal .principal-text h3 {
      display: block; }
    .principal .principal-text p {
      font-size: 1.9rem;
      font-weight: 300; }
      .principal .principal-text p.role {
        font-size: 1.25rem; }
  @media (max-width: 767px) {
    .principal {
      flex-direction: column;
      gap: 3rem; }
      .principal h3 {
        font-size: 2.4rem; }
      .principal .principal-img {
        width: 100%; }
        .principal .principal-img h3 {
          display: block;
          margin: 0 0 3rem; }
      .principal .principal-text h3 {
        display: none; }
      .principal .principal-text p {
        font-size: 2rem; }
        .principal .principal-text p.role {
          font-size: 1.5rem; } }

.approach-top {
  width: 100%;
  padding: 13rem 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  text-align: center; }
  .approach-top .black {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 0; }
  .approach-top h3 {
    font-size: 2.8rem;
    padding: 0;
    margin: 0 0 1rem;
    position: relative;
    z-index: 1; }
  .approach-top p {
    font-size: 1.5rem;
    position: relative;
    z-index: 1; }
  @media (max-width: 767px) {
    .approach-top {
      background-image: none !important;
      padding: 0rem 0 5rem;
      color: #3D3D3D;
      text-align: left; }
      .approach-top .black {
        display: none; }
      .approach-top h3 {
        font-size: 2.4rem;
        color: #01A569; }
      .approach-top p {
        font-size: 1.7rem; } }

.approach-cards-container {
  width: 100%;
  position: relative;
  z-index: 2; }
  .approach-cards-container .yellow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFDF2C;
    z-index: 0; }
  .approach-cards-container .section-1240 {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .approach-cards-container .approach-cards {
    position: relative;
    top: -4rem; }
    .approach-cards-container .approach-cards .approach-cards-flex {
      padding-bottom: 2rem;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      gap: 4rem; }
      .approach-cards-container .approach-cards .approach-cards-flex .approach-card {
        width: 50%; }
        .approach-cards-container .approach-cards .approach-cards-flex .approach-card .approach-card-img {
          width: 100%;
          height: 356px;
          overflow: hidden;
          border: 2px solid #fff;
          border-radius: 24px; }
          .approach-cards-container .approach-cards .approach-cards-flex .approach-card .approach-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .approach-cards-container .approach-cards .approach-cards-flex .approach-card .approach-card-text {
          padding-top: 2rem;
          font-size: 1.5rem; }
  .approach-cards-container.cards_3 .approach-cards-flex {
    gap: 3rem !important; }
  @media (max-width: 767px) {
    .approach-cards-container .yellow {
      height: 65%; }
    .approach-cards-container .approach-cards .approach-cards-flex {
      flex-direction: column;
      gap: 4rem; }
      .approach-cards-container .approach-cards .approach-cards-flex .approach-card {
        width: 100%; }
        .approach-cards-container .approach-cards .approach-cards-flex .approach-card .approach-card-img {
          height: 272px; }
        .approach-cards-container .approach-cards .approach-cards-flex .approach-card .approach-card-text {
          font-size: 1.7rem; }
    .approach-cards-container.cards_3 .yellow {
      height: 80%; }
    .approach-cards-container.cards_3 .approach-cards-flex {
      gap: 2rem !important; } }

.benefits {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 0px 12px #00000052;
  position: relative; }
  .benefits .puzzle {
    position: absolute;
    top: 50%;
    right: -150px;
    width: 150px;
    transform: translateY(-50%); }
    @media (max-width: 1560px) {
      .benefits .puzzle {
        right: -100px;
        width: 100px; } }
    @media (max-width: 1440px) {
      .benefits .puzzle {
        display: none; } }
  .benefits .benefits-img {
    width: 40%; }
    .benefits .benefits-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
  .benefits .benefits-text {
    background-color: #01A569;
    flex: 1;
    padding: 2rem 4rem;
    color: #fff; }
    .benefits .benefits-text h3 {
      color: #fff;
      padding: 0;
      margin: 0 0 1rem;
      font-size: 2.2rem;
      line-height: 1.5; }
    .benefits .benefits-text .benefits-list {
      width: 100%; }
    .benefits .benefits-text .benefits-row {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 2rem;
      padding: 1rem 0;
      border-bottom: 1px solid #fff; }
      .benefits .benefits-text .benefits-row:last-child {
        border-bottom: none; }
      .benefits .benefits-text .benefits-row .benefits-key {
        flex: 1;
        font-size: 1.5rem;
        padding-right: 2rem; }
  @media (max-width: 767px) {
    .benefits .benefits-img {
      display: none; }
    .benefits .benefits-text {
      width: 100%;
      padding: 4rem 0 2rem 2rem; }
      .benefits .benefits-text h3 {
        padding-right: 2rem; } }

.affordable {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .affordable.small {
    align-items: center; }
  .affordable > .btn-bl {
    display: none; }
    @media (max-width: 767px) {
      .affordable > .btn-bl {
        display: inline-block; } }
  .affordable .affordable-types {
    width: 45%; }
    .affordable .affordable-types .affordable-row {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 1rem 0;
      border-bottom: 1px solid #DFE4E9; }
      .affordable .affordable-types .affordable-row:first-child {
        border-top: 1px solid #DFE4E9; }
      .affordable .affordable-types .affordable-row .affordable-img-container {
        width: 36%;
        text-align: center; }
        .affordable .affordable-types .affordable-row .affordable-img-container .affordable-img {
          display: inline-block;
          width: 146px;
          height: 146px;
          max-width: 100%; }
          @media (max-width: 767px) {
            .affordable .affordable-types .affordable-row .affordable-img-container .affordable-img {
              width: 104px;
              height: 104px; } }
          .affordable .affordable-types .affordable-row .affordable-img-container .affordable-img img {
            border-radius: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
      .affordable .affordable-types .affordable-row .affordable-grade {
        flex: 1;
        font-size: 1.4rem;
        font-weight: 700; }
        .affordable .affordable-types .affordable-row .affordable-grade h4 {
          color: #1B4C89;
          font-size: 1.8rem;
          margin: 0;
          padding: 0; }
  .affordable .affordable-text {
    width: 40%; }
    .affordable .affordable-text > .btn-bl {
      display: inline-block; }
      @media (max-width: 767px) {
        .affordable .affordable-text > .btn-bl {
          display: none; } }
    .affordable .affordable-text h3 {
      color: #01A569;
      padding: 0;
      margin: 0 0 2rem;
      font-size: 2.8rem;
      line-height: 1.2; }
    .affordable .affordable-text p {
      font-size: 1.4rem; }
  @media (max-width: 991px) {
    .affordable .affordable-types {
      width: 60%; }
    .affordable .affordable-text {
      width: 35%;
      padding: 0 2rem; } }
  @media (max-width: 767px) {
    .affordable {
      flex-wrap: wrap; }
      .affordable .affordable-types {
        width: 100%;
        padding: 2rem 0; }
      .affordable .affordable-text {
        width: 100%; }
        .affordable .affordable-text h3 {
          font-size: 2.4rem;
          line-height: 1.2; }
        .affordable .affordable-text p {
          font-size: 1.6rem; } }

.frame-1 {
  height: 77px;
  background-repeat: repeat-x;
  background-size: contain;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .frame-1 {
      margin-bottom: 0; } }

.frame-2 {
  height: 104px;
  background-color: #F4F4F4;
  background-repeat: repeat-x;
  background-size: contain;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .frame-2 {
      margin-bottom: 0; } }

.facilities {
  width: 100%; }
  .facilities .facilities-text {
    width: 100%; }
    .facilities .facilities-text h3 {
      color: #01A569;
      padding: 0;
      margin: 0 0 1rem;
      font-size: 2.8rem;
      line-height: 1.2;
      text-align: center; }
    .facilities .facilities-text p {
      font-size: 1.4rem; }
    @media (max-width: 767px) {
      .facilities .facilities-text h3 {
        font-size: 2.4rem;
        margin: 0 0 2rem;
        line-height: 1.2; }
      .facilities .facilities-text p {
        font-size: 1.6rem; } }

.facilities-btns {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-right: 2rem; }
  .facilities-btns img {
    cursor: pointer; }
  @media (max-width: 767px) {
    .facilities-btns {
      display: none; } }

.facilities-swiper {
  overflow: hidden;
  padding: 2rem 0 1rem; }
  .facilities-swiper .swiper-slide {
    width: 380px;
    border-radius: 25px;
    box-shadow: 0px 0px 8px #020202B5;
    overflow: hidden; }
    .facilities-swiper .swiper-slide .facilities-img {
      width: 100%;
      aspect-ratio: 1/1; }
      .facilities-swiper .swiper-slide .facilities-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .facilities-swiper .swiper-slide .facilities-text {
      background-color: #fff;
      text-align: center;
      padding: 1rem;
      color: #003581;
      font-size: 1.8rem;
      font-weight: 700; }
  @media (min-width: 768px) {
    .facilities-swiper .swiper-pagination {
      display: none; } }

.testimonial-swiper {
  width: 100%;
  max-width: 994px;
  margin: auto;
  padding: 4rem 2rem; }
  .testimonial-swiper h3 {
    color: #01A569;
    padding: 0;
    margin: 0 0 2rem;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center; }
  @media (max-width: 767px) {
    .testimonial-swiper {
      padding: 3rem 2rem; }
      .testimonial-swiper h3 {
        display: block;
        text-align: center;
        color: #01A569;
        padding: 0;
        margin: 0 0 2rem;
        font-size: 2.4rem;
        line-height: 1.2; } }
  .testimonial-swiper .swiper-container {
    overflow: hidden; }
  .testimonial-swiper .testimonial-slide {
    background-color: #fff;
    padding: 6rem 4rem 4rem;
    position: relative;
    text-align: center; }
    .testimonial-swiper .testimonial-slide .virgolette {
      position: absolute;
      top: 2rem;
      left: 2rem;
      transform: rotate(180deg); }
      .testimonial-swiper .testimonial-slide .virgolette.down {
        top: auto;
        left: auto;
        bottom: 2rem;
        right: 2rem;
        transform: rotate(0deg); }
    .testimonial-swiper .testimonial-slide p {
      font-size: 1.1rem;
      color: #666;
      font-style: italic; }
    .testimonial-swiper .testimonial-slide .name {
      font-size: 1.1rem;
      padding-top: 2rem; }
    @media (max-width: 767px) {
      .testimonial-swiper .testimonial-slide {
        padding: 7rem 1.5rem 1.5rem; }
        .testimonial-swiper .testimonial-slide p {
          font-size: 1.4rem; }
        .testimonial-swiper .testimonial-slide .name {
          font-size: 1.4rem; } }

.spaces {
  width: 100%;
  text-align: center; }
  .spaces .text-center {
    display: none; }
  @media (max-width: 767px) {
    .spaces .text-center {
      display: block; } }
  .spaces .spaces-text {
    width: 100%;
    color: #fff;
    padding: 2rem 0; }
    .spaces .spaces-text h3 {
      padding: 0;
      margin: 0 0 1rem;
      font-size: 2.2rem;
      line-height: 1.2; }
    .spaces .spaces-text p {
      font-size: 1.4rem; }
    @media (max-width: 767px) {
      .spaces .spaces-text h3 {
        font-size: 2.2rem;
        margin: 0 0 2rem;
        line-height: 1.2; }
      .spaces .spaces-text p {
        font-size: 1.6rem; } }

.swiper-pagination {
  margin: 2rem 0 0 !important; }

.swiper-pagination-bullets {
  position: static !important;
  margin-top: 1rem; }

.swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  background: #fff !important;
  border: 1px solid #01A569 !important;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background: #01A569 !important; }

.text-center {
  text-align: center; }

.btn-bl {
  display: inline-block;
  background: #1B4C89;
  color: #fff;
  border-radius: 33px;
  border: none !important;
  padding: 1rem 4.5rem;
  margin-top: 1.2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.5rem;
  max-width: 100%;
  position: relative;
  z-index: 1; }
  .btn-bl.mt2 {
    margin-top: 2.4rem; }
  .btn-bl.mx2 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .btn-bl.inv {
    background: #fff;
    color: #1B4C89; }
  .btn-bl.max {
    width: 100%;
    padding: 1rem 0; }
  @media (max-width: 767px) {
    .btn-bl {
      font-weight: 400;
      font-size: 1.7rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .btn-bl.max-mobile {
        width: 100%;
        padding: 1rem 0; } 
}
.btn-top {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 33px;
  padding: 1rem 4.5rem;
  margin-top: 1.2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.5rem;
  max-width: 100%;
  position: relative;
  z-index: 1; }
  }
  @media (max-width: 767px) {
    .btn-top {
      font-weight: 400;
      font-size: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem; } }

@media(hover:any-hover) {
  .btn-bl:hover {
    background: #fff;
    color: #1B4C89;
  }
  .btn-bl.inv:hover {
    background: #1B4C89;
    color: #fff;
  }
  .btn-top:hover {
    background: #fff;
    color: #1B4C89; 
  }
}

.close-alumni {
  position: absolute;
  right: 0;
  top: -4px;
  width: 39px;
  height: 39px;
  background-color: #01A569;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.bl-form {
  width: 100%;
  max-width: 964px;
  margin: auto;
  padding: 4rem 2rem; }
  .bl-form .form-header {
    padding-bottom: 2rem;
    text-align: center; }
  .bl-form h3 {
    padding: 0;
    color: #003581;
    margin: 0 0 1rem;
    font-size: 2.2rem;
    line-height: 1.2; }
  .bl-form h4 {
    padding: 0;
    color: #003581;
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.2; }
  .bl-form p {
    font-size: 1.25rem; }
  @media (max-width: 767px) {
    .bl-form {
      padding: 4rem 2rem 0; }
      .bl-form .form-header {
        text-align: left; }
      .bl-form h3 {
        font-size: 2rem;
        margin: 0 0 1rem;
        line-height: 1.2; }
      .bl-form h4 {
        font-size: 1.5rem;
        margin: 0 0 1rem;
        line-height: 1.2; }
      .bl-form p {
        font-size: 1.25rem; } }
  .bl-form .obbl {
    color: #a2a2a2;
    font-size: 1.1rem;
    display: inline-block;
    margin-bottom: 1rem; }
  .bl-form .hs-form-required {
    color: #000 !important; }
  .bl-form .hs-dependent-field {
    width: 100% !important; }
  .bl-form label {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    display: flex !important;
    text-transform: unset !important;
    align-items: flex-start !important;
    line-height: 1 !important; }
  .bl-form fieldset {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 3rem !important; }
  .bl-form .hs-form-field {
    float: none !important;
    width: 100% !important;
    margin-bottom: 2rem !important; }
    .bl-form .hs-form-field .input {
      margin: 0 !important; }
  .bl-form .hs-error-msg {
    font-size: 0.9rem !important;
    color: #029686 !important; }
  .bl-form input[type="text"], .bl-form input[type="email"], .bl-form input[type="tel"], .bl-form select {
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 10px !important;
    height: 55px !important;
    border: 1px solid #CCCCCC !important; }
  .bl-form .hs-button {
    width: auto !important;
    letter-spacing: 0px !important; }
  .bl-form .hs-main-font-element {
    display: none !important; }
  .bl-form textarea {
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 10px !important;
    height: 185px !important;
    border: 1px solid #CCCCCC !important; }
  .bl-form .legal-consent-container {
    font-size: 1rem !important; }
    .bl-form .legal-consent-container a {
      color: #029686 !important; }
    .bl-form .legal-consent-container p {
      font-size: 1rem !important;
      margin: 0 !important; }
    .bl-form .legal-consent-container .hs-form-field {
      margin-bottom: 0 !important; }
  .bl-form .hs-richtext {
    margin: 0 !important; }
  .bl-form .actions {
    padding-bottom: 1rem !important;
    text-align: center !important; }
  @media (max-width: 767px) {
    .bl-form label {
      font-size: 1.2rem !important;
      font-weight: 700 !important;
      margin-bottom: 0.6rem !important; }
    .bl-form fieldset {
      display: block !important; }
    .bl-form .hs-form-field {
      width: 100% !important; }
    .bl-form input[type="text"], .bl-form input[type="email"], .bl-form input[type="tel"], .bl-form select {
      padding: 0 5px !important;
      height: 44px !important; }
    .bl-form textarea {
      padding: 0 5px !important;
      height: 105px !important; }
    .bl-form .hs-button {
      width: 100% !important; }
    .bl-form .actions {
      text-align: center !important; } }

#bl-form .close-alumni {
  display: none; }
@media (max-width: 767px) {
  #bl-form {
    display: none;
    border-top: 4px solid #01A569;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
    padding-bottom: 2rem; }
    #bl-form.open {
      display: block; }
    #bl-form .section-content {
      height: 100%;
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      /* Firefox */ }
      #bl-form .section-content::-webkit-scrollbar {
        width: 0 !important; }
    #bl-form .close-alumni {
      display: flex;
      z-index: 5; } }

.typ-green {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-color: #01A569; }
  @media (max-width: 767px) {
    .typ-green {
      display: none; } }

.typ-section {
  width: 100%;
  max-width: 855px;
  margin: auto;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
  .typ-section .close-alumni {
    display: none; }
  .typ-section .typ-section-text {
    width: 100%;
    padding: 2rem 4rem;
    text-align: center; }
    .typ-section .typ-section-text h3 {
      padding: 0;
      color: #01A569;
      margin: 2rem 0;
      font-size: 2.2rem;
      line-height: 1.2; }
    .typ-section .typ-section-text p {
      font-size: 1.4rem; }
    .typ-section .typ-social {
      display: flex;
    justify-content: center;
      padding-top: 2rem;
      text-align: center; }
      .typ-section .typ-social img {
        display: inline-block;
        vertical-align: middle;
        margin: 0.5rem;
        height: 30px; }
    .typ-section .typ-section-text .btn-bl {
      font-size: 1.1rem; }
    @media (max-width: 767px) {
      .typ-section .typ-section-text h3 {
        font-size: 2rem;
        color: #1B4C89;
        margin: 1rem 0;
        line-height: 1.2; }
      .typ-section .typ-section-text p {
        font-size: 1.2rem; }
      .typ-section .typ-section-text .btn-bl {
        font-size: 1.5rem; } }
  .typ-section .bg {
    width: 100%;
    display: block; }
  @media (max-width: 767px) {
    .typ-section {
      border-top: 4px solid #01A569; }
      .typ-section .close-alumni {
        display: flex; }
      .typ-section .typ-section-text {
        padding: 4rem 2rem 2rem; }
        .typ-section .typ-section-text .logo {
          display: none; } }

footer {
  padding: 3rem;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid #01A569; }
  @media (max-width: 767px) {
    footer {
      font-size: 1.5rem; } }

.footer_typ {
  position: relative; }
  .footer_typ img {
    display: block;
    width: 100%; }

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