@font-face {
  font-family: proxima_nova_light;
  src: url(../assets/fonts/proxima-nova/ProximaNova-Light.otf);
  font-weight: 400;
}
@font-face {
  font-family: proxima_nova_regular;
  src: url(../assets/fonts/proxima-nova/ProximaNova-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: proxima_nova_semibold;
  src: url(../assets/fonts/proxima-nova/ProximaNova-Semibold.otf);
  font-weight: 400;
}
@font-face {
  font-family: proxima_nova_bold;
  src: url(../assets/fonts/proxima-nova/ProximaNova-Bold.otf);
  font-weight: 400;
}
@font-face {
  font-family: playfair_display;
  src: url(../assets/fonts/playfair-display/PlayfairDisplay-Regular.ttf);
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  font-family: sans-serif;
  font-family: proxima_nova_regular, sans-serif;
  font-weight: 400;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  color: white;
  background: #00AB67;
}

::selection {
  color: white;
  background: #00AB67;
}

::-webkit-scrollbar {
  display: none;
}

h1, h2 {
  font-family: playfair_display, serif;
}

h2 {
  max-width: 700px;
}

a, a:visited {
  text-decoration: none;
  color: #333333;
  display: block;
}

p {
  font-size: 15px;
  line-height: 120%;
  max-width: 700px;
  margin-bottom: 1rem;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

ul.square-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  ul.square-list li {
    margin-bottom: 12px;
  }
}
ul.square-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #00AB67;
}
ul.square-list li span {
  font-family: proxima_nova_semibold, sans-serif;
  font-weight: 600;
}
ul.square-list li a {
  display: inline;
  color: #00AB67;
  text-decoration: underline;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  border-bottom: solid 1px #333333;
  z-index: 10;
}

.nav-wrap {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 700px) {
  .nav-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.nav-wrap .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  padding: 5px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-wrap .logo img {
  height: 100%;
  padding: 0 10px;
}
.nav-wrap .logo-type {
  font-family: playfair_display, serif;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
}
.nav-wrap .nav-vertical-line {
  width: 1px;
  height: 100%;
  background-color: #333333;
}
.nav-wrap ul.menu {
  position: relative;
  height: 30px;
  width: 100%;
  border-top: solid 1px #333333;
  display: flex;
  justify-content: flex-start;
  padding: 5px;
}
@media (min-width: 700px) {
  .nav-wrap ul.menu {
    border-top: solid 0px #333333;
    justify-content: flex-end;
    height: 40px;
  }
}
.nav-wrap ul.menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  max-width: 700px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 700px) {
  .nav-wrap ul.menu li:hover a {
    color: #00AB67 !important;
  }
}
.nav-wrap ul.menu li:first-child {
  padding-left: 5px;
}
.nav-wrap ul.menu li:last-child {
  padding-right: 0;
}
@media (min-width: 700px) {
  .nav-wrap ul.menu li:last-child {
    padding-right: 10px;
  }
}
.nav-wrap ul.menu li .active {
  color: #00AB67;
  cursor: default;
}

section.hero {
  max-width: 100%;
  background-color: #00AB67;
  margin: 80px 10px 10px 10px;
  padding: 10px;
  border-top: none;
  border-bottom: none;
}
section.hero ::-moz-selection {
  color: #00AB67;
  background: white;
}
section.hero ::selection {
  color: #00AB67;
  background: white;
}
@media (min-width: 700px) {
  section.hero {
    margin: 50px 10px 0 10px;
    padding: 20px 20px;
  }
}
section.hero h1, section.hero p {
  color: white;
}
section.hero h1 {
  font-size: 36px;
  line-height: 105%;
  border-bottom: solid 1px white;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  section.hero h1 {
    font-size: 64px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  section.hero h1 {
    font-size: 80px;
  }
}
section.hero p {
  font-size: 20px;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 0;
  max-width: 700px;
}
@media (min-width: 700px) {
  section.hero p {
    font-size: 25px;
  }
}
@media (min-width: 1000px) {
  section.hero p {
    font-size: 35px;
    max-width: 1000px;
    margin-bottom: 5px;
  }
}
section.hero p.homepage {
  font-size: 30px;
  font-weight: 300;
  line-height: 105%;
  margin-bottom: 0;
  max-width: 700px;
}
@media (min-width: 700px) {
  section.hero p.homepage {
    font-size: 56px;
  }
}
@media (min-width: 1000px) {
  section.hero p.homepage {
    font-size: 70px;
    max-width: 900px;
    margin-bottom: 10px;
  }
}

.hero-wrap {
  max-width: 1920px;
  margin: 0 auto;
}

section {
  max-width: 1920px;
  margin: 10px 10px;
  padding: 10px 0;
  border-top: solid 1px #333333;
}
@media (min-width: 700px) {
  section {
    padding: 40px 20px;
  }
}
@media (min-width: 1920px) {
  section {
    margin: 20px auto 0 auto;
  }
}
section::last-child {
  border-bottom: solid 0px #333333;
}
section.feature {
  padding: 80px 0 10px 0;
}
@media (min-width: 700px) {
  section.feature {
    padding: 50px 20px;
  }
}

p.section-title {
  color: #00AB67;
  margin-bottom: 5px;
}

h2 {
  font-size: 32px;
  font-family: playfair_display, serif;
  line-height: 105%;
  margin-bottom: 20px;
}

.btns-section {
  padding-bottom: 0;
}
@media (min-width: 700px) {
  .btns-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.btns-containers {
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .btns-containers {
    flex-direction: row;
    justify-content: space-between;
  }
}
.btns-containers a {
  display: flex;
  width: 100%;
  background-color: #00AB67;
}
.btns-containers a:first-child {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .btns-containers a:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 700px) {
  .btns-containers a {
    width: calc(50% - 10px);
  }
  .btns-containers a:hover {
    transition: all 150ms ease-in-out;
    background-color: #33C178;
  }
}
.btns-containers a.btn-large {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .btns-containers a.btn-large {
    width: 100%;
  }
}

.btn-box {
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.btn-box ::-moz-selection {
  color: #00AB67;
  background: white;
}
.btn-box ::selection {
  color: #00AB67;
  background: white;
}
.btn-box img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn-box .btn-title {
  color: white;
  font-size: 25px;
  font-family: proxima_nova_light, sans-serif;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 800px) {
  .btn-box .btn-title {
    font-size: 40px;
    line-height: 105%;
  }
}

footer {
  padding: 10px 0;
  border-top: solid 1px #333333;
}
footer p {
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 0;
}

section.goal {
  padding: 20px 0;
}
@media (min-width: 700px) {
  section.goal {
    padding: 20px 20px;
  }
}

.goal-text {
  margin-top: 20px;
  font-size: 25px;
}
@media (min-width: 700px) {
  .goal-text {
    font-size: 30px;
    line-height: 110%;
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .goal-text {
    max-width: 80%;
  }
}

.homepage-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 900px) {
  .homepage-container {
    margin-top: 40px;
    flex-direction: row;
  }
}
.homepage-container img {
  width: 100%;
}
@media (min-width: 900px) {
  .homepage-container img {
    width: 70%;
    margin: 0 auto;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 20px;
  }
}

.homepage-list {
  padding-top: 40px;
  padding-right: 10px;
}
.homepage-list .list-item {
  display: flex;
  margin-bottom: 20px;
}
.homepage-list .list-item .list-text {
  font-family: proxima_nova_semibold, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.homepage-list .list-item .list-text:hover {
  transition: all 150ms ease-in-out;
  color: #00AB67;
}
.homepage-list .list-numb {
  width: 20px;
  height: 20px;
  background-color: #00AB67;
  color: white;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: relative;
}
.homepage-list .list-numb::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 9px;
  right: -22px;
  background-color: #333333;
}
.homepage-list .list-text {
  width: calc(100% - 40px);
  margin-left: 30px;
  max-width: 500px;
}

.persona-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 700px) {
  .persona-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.persona-container img {
  width: 100%;
}
@media (min-width: 700px) {
  .persona-container img {
    width: calc(30% - 10px);
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 70px;
  }
}
@media (min-width: 700px) {
  .persona-container .persona-content {
    width: calc(70% - 10px);
  }
}

.persona-section {
  padding-bottom: 10px;
}
@media (min-width: 700px) {
  .persona-section:first-child h3 {
    margin-top: 0;
  }
}
.persona-section p.persona-car {
  font-family: proxima_nova_semibold, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  margin-left: 20px;
}
.persona-section p.persona-car::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #333333;
  top: 8px;
  left: -20px;
}
.persona-section ul {
  margin-bottom: 15px;
  margin-left: 20px;
}

h3.persona-title {
  color: #00AB67;
  font-size: 25px;
  margin: 20px 0;
  font-weight: 400;
}

p.persona-desc {
  margin-bottom: 40px;
}

.sliders-descs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sliders-descs p {
  font-family: proxima_nova_semibold, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.sliders-container {
  max-width: 600px;
  margin-top: 20px;
  border-top: solid 1px #333333;
}

.slider-bar {
  margin-bottom: 30px;
  position: relative;
}

.slider-line {
  width: 100%;
  height: 1px;
  background-color: #00AB67;
}

.slider-square {
  width: 20px;
  height: 20px;
  background-color: #00AB67;
  transform: translateY(10px) rotate(45deg);
}

.square-1 {
  margin-left: 80%;
}

.square-2 {
  margin-left: 60%;
}

.square-3 {
  margin-left: 20%;
}

.square-4 {
  margin-left: 10%;
}

.square-5 {
  margin-left: 90%;
}

.square-6 {
  margin-left: 20%;
}

.square-7 {
  margin-left: 70%;
}

.section-why {
  padding-top: 0;
}
@media (min-width: 700px) {
  .section-why {
    padding-bottom: 10px;
  }
}

.why-containers {
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .why-containers {
    flex-direction: row;
    justify-content: space-between;
  }
}

.why-box {
  border: solid 1px #00AB67;
  background-color: #F4FFF6;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .why-box {
    width: calc(50% - 10px);
    padding: 20px;
    margin-bottom: 0;
  }
}

.why-title {
  color: #00AB67;
  font-size: 20px;
  margin-bottom: 20px;
}

.section-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .section-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-container img.mobile {
  width: 100%;
  margin: 40px 0;
}
@media (min-width: 700px) {
  .section-container img.mobile {
    width: 40%;
    margin: 0 0 0 40px;
  }
}
.section-container img.mobile-2 {
  width: 100%;
  margin: 40px auto;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 700px) {
  .section-container img.mobile-2 {
    width: 40%;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1100px) {
  .section-container img.mobile-2 {
    width: 30%;
  }
}

img.desktop {
  width: 100%;
  margin: 80px 0 10px 0;
}
@media (min-width: 700px) {
  img.desktop {
    width: 60%;
    margin: 80px auto 10px auto;
  }
}

ul.modules-list {
  position: relative;
  margin-bottom: 20px;
}
ul.modules-list li {
  font-size: 20px;
  max-width: 750px;
  border-bottom: solid 1px #333333;
  position: relative;
  padding: 20px 30px;
}
ul.modules-list li:last-child {
  border-bottom: none;
}
ul.modules-list li span {
  color: #00AB67;
}
ul.modules-list li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-color: #00AB67;
}

.courses-container {
  display: flex;
  flex-direction: column;
  margin: 80px 0 40px 0;
}
@media (min-width: 700px) {
  .courses-container {
    flex-direction: row;
    justify-content: center;
  }
}

.popup_main {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .popup_main {
    margin-bottom: 0;
  }
}

.open_popup {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  width: 90%;
  max-width: 350px;
  margin: 0 auto 10px auto;
  background-color: white;
  padding: 10px;
  border: solid 1px #333333;
}
@media (min-width: 700px) {
  .open_popup:hover {
    transition: all 150ms ease-in-out;
    background-color: #F4FFF6;
  }
}
.open_popup h4 {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 25px;
  border-bottom: solid 1px #333333;
}
.open_popup img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.open_popup .learn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.open_popup .learn-more p {
  margin-bottom: 0;
}
.open_popup .learn-more img {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 6;
  pointer-events: all;
}

.popup_body_show {
  display: flex;
  z-index: 6;
}

.popup_back {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  animation: back_opacity 80ms ease-in;
  cursor: pointer;
}

@keyframes back_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
.popup_contain img {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  padding: 0;
  border: solid 1px #333333;
  background-color: white;
}
@media (min-width: 700px) {
  .popup_contain img {
    padding: 20px;
    width: 90%;
    margin: 0 auto;
  }
}

.logos-container {
  margin: 40px 0 20px 0;
}

.logo-partner {
  display: inline-block;
  margin: 0 10px;
}

.logo-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-type img {
  width: 100px;
  margin-bottom: 20px;
}

.uni-type {
  color: #BEBEBE;
  font-size: 12px;
  text-align: center;
  width: 120px;
}

.unis-desc {
  margin-bottom: 80px;
}

.council-alison {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 700px) {
  .council-alison {
    flex-direction: row;
    justify-content: space-between;
  }
}

.council, .alison {
  width: 100%;
  position: relative;
}
.council img, .alison img {
  width: 100%;
  max-width: 400px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px 0 20px 0;
  padding: 10px;
}
@media (min-width: 700px) {
  .council img, .alison img {
    height: 170px;
  }
}
@media (min-width: 700px) {
  .council, .alison {
    width: calc(50% - 10px);
  }
}

.alison {
  margin-top: 40px;
}
@media (min-width: 700px) {
  .alison {
    margin-top: 0;
  }
}

.arrow {
  width: 10px;
  height: 10px;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  transform: rotate(-45deg);
}

.dropdown-box {
  width: 100%;
  max-width: 700px;
  border: 1px solid black;
  overflow: hidden;
  margin: 10px 0;
  font-family: sans-serif;
  transition: all 250ms ease-in;
}

.dropdown-header {
  padding: 10px 10px;
  background-color: white;
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-header p {
  margin: 0;
  font-size: 20px;
  width: calc(100% - 20px);
}
@media (min-width: 700px) {
  .dropdown-header:hover p {
    color: #00AB67;
  }
}

.dropdown-header.rotate .arrow {
  transform: rotate(-225deg);
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  background-color: white;
  transition: max-height 250ms ease-in, padding 250ms ease-in;
}
.dropdown-content h4 {
  font-family: proxima_nova_semibold, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.dropdown-content.open {
  max-height: 5000px; /* A large value to allow content to expand smoothly */
  padding: 20px 10px;
}

.dropdown-heading {
  color: #00AB67;
  font-size: 13px;
  margin-bottom: 10px;
  border-top: solid 1px #333333;
  padding-top: 20px;
}

.dropdown-data-title {
  margin-top: 20px;
  font-family: proxima_nova_semibold, sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.potential-partners a, .potential-partners a:visited {
  text-decoration: underline;
  color: #00AB67;
  display: block;
  display: inline;
}/*# sourceMappingURL=style.css.map */