.education {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left {
  background-color: #60e700e6;
  border: 1px solid #4db802;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin-left: 56px;
  margin-right: 56px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.text {
  color: #3153ff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pano, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.hero-no-image {
  grid-row-gap: 80px;
  background-color: #5fe700;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.split-word {
  color: #3152ff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 102px;
  font-family: Roboto, sans-serif;
  font-size: 69px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

.text-2 {
  color: #cacaca;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  position: absolute;
  top: 139px;
  left: 32px;
}

.footer {
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55vh;
  margin-bottom: 0;
  padding: 40px 24px 7px;
  text-decoration: none;
  display: flex;
}

.columns {
  grid-column-gap: 460px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pano, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.small-columns {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pano, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 500;
}

.code-embed {
  width: 20%;
  height: 5%;
}

.image {
  width: 22%;
  position: absolute;
}

.link-2 {
  pointer-events: auto;
  color: #212121;
  text-decoration: none;
}

.link-3, .link-4, .link-5, .link-6 {
  color: #212121;
  text-decoration: none;
}

.text-block {
  font-family: Pano, sans-serif;
  font-size: 15px;
}

.dropdown-toggle {
  color: #3153ff;
}

.dropdown-link {
  color: #212121;
  font-family: Pano, sans-serif;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  font-family: Pano, sans-serif;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .column, .content-2, .footer-links {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    align-self: center;
    padding-left: 0;
  }

  .navbar-brand {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .hero-no-image {
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-container {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .content {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .split-word {
    aspect-ratio: auto;
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 90px;
    font-size: 30px;
    display: block;
    overflow: visible;
  }

  .footer {
    height: 85vh;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .image {
    width: 100%;
    margin-top: 140px;
  }
}


@font-face {
  font-family: 'Pano';
  src: url('../fonts/Pano-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pano';
  src: url('../fonts/Pano-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pano';
  src: url('../fonts/Pano-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pano';
  src: url('../fonts/Pano-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pano';
  src: url('../fonts/Pano-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pano';
  src: url('../fonts/Pano-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}