* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid {
  margin: 0 auto;
  max-width: 1352px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  padding: 0 16px;
}
.grid .grid {
  margin: 0;
}

.grid--full {
  max-width: 100%;
  margin: 0 24px;
}

.column-1 {
  grid-column: span 1;
}

.column-2 {
  grid-column: span 2;
}

.column-3 {
  grid-column: span 3;
}

.column-4 {
  grid-column: span 4;
}

.column-5 {
  grid-column: span 5;
}

.column-6 {
  grid-column: span 6;
}

.column-7 {
  grid-column: span 7;
}

.column-8 {
  grid-column: span 8;
}

.column-9 {
  grid-column: span 9;
}

.column-10 {
  grid-column: span 10;
}

.column-11 {
  grid-column: span 11;
}

.column-12 {
  grid-column: span 12;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Instrument Sans", sans-serif;
  font-variation-settings: "wdth" 100;
  font-weight: 450;
  color: #0f172a;
}

section {
  padding: 100px 0;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

p {
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
}

.sectionHeader {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  font-variation-settings: "wdth" 90;
  letter-spacing: 0.96px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sectionHeader::before {
  content: " ";
  width: 6px;
  height: 6px;
  background: #1a56db;
}

.sticky {
  position: sticky;
  top: 40px;
}

.mobile-hide {
  display: inline;
}

.mobile-show {
  display: none;
}

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline;
  }
}
.article__info {
  grid-column-start: 2;
  grid-column-end: 12;
  text-align: center;
  padding: 100px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.article__info h1 {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -1.28px;
}

.article__featuredImage {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  margin-top: 40px;
}

.article__meta {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
}

.article__title {
  margin-top: -12px;
}

.article__category {
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
}

.article__author {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.article__authorAvatar {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.article__content {
  grid-column-start: 3;
  grid-column-end: 11;
  font-size: 18px;
  line-height: 32px;
  font-weight: 450;
  padding-bottom: 72px;
}

.article__content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 28px;
}
.article__content p:first-of-type {
  font-size: 28px;
  line-height: 44px;
  font-weight: 500;
}

.article__content h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}

.article__content table {
  margin-bottom: 28px;
}
.article__content table th, .article__content table td {
  padding: 8px 8px;
  background-color: #ebf5ff;
  text-align: left;
}
.article__content table th {
  background: #1a56db;
  color: white;
}

.article__content ul {
  margin-bottom: 28px;
  padding-left: 32px;
  list-style-type: square;
}
.article__content ul ul {
  margin-bottom: 8px;
}

.article__content a {
  color: #1a56db;
}

.article__content img {
  width: 100%;
}

.article__content .float--right {
  float: right;
  margin-left: 28px;
}

.table--big table {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 28px;
}
.table--big table th, .table--big table td {
  padding: 8px 8px;
  background-color: #ebf5ff;
}
.table--big table th {
  background: #1a56db;
  color: white;
}
.table--big table th:nth-of-type(2) {
  width: 340px;
}

table .table__academicHeader td {
  background: #c3ddfd;
}

table .table__researchHeader td {
  background: #22c55e;
}

table .table__research td {
  background: #dcfce7;
}

table .table__professionalHeader td {
  background: #f97316;
}

table .table__professional td {
  background: #ffedd5;
}

@media screen and (max-width: 600px) {
  .article__info, .article__content {
    grid-column: span 12;
    padding-left: 16px;
    padding-right: 16px;
  }
  .article__info h1 {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1.1px;
  }
  .article__meta {
    flex-direction: column;
  }
}
.silo {
  padding: 0 0 40px 0;
  height: calc(100vh - 68px);
}

.silo .column {
  height: 100%;
}

.silo__hero {
  position: relative;
}

.silo__image {
  width: 100%;
  border-radius: 32px;
  object-fit: cover;
  height: calc(100vh - 92px);
}

.silo__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 30%, rgb(15, 23, 42) 100%);
}

.silo__hero h1 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 1;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -1.28px;
  color: white;
}

.silo__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 0 40px;
}

.silo__para {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 24px;
}

.silo__post {
  margin-top: 40px;
  padding: 12px 12px 12px 20px;
  border-radius: 24px;
  background: #ebf5ff;
  text-decoration: none;
  color: #0f172a;
}
.silo__post .grid {
  padding: 0;
}

.silo__postDetails {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
}

.silo__postTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.silo__postBlurb {
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.silo__postImage {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.silo__postCategory {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid #c3ddfd;
  font-size: 12px;
}

@media screen and (max-width: 980px) {
  .silo {
    height: auto;
  }
  .silo .silo__hero {
    grid-column: span 12;
    height: 320px;
  }
  .silo .silo__hero .silo__image {
    height: 100%;
  }
  .silo__content {
    grid-column: span 12;
  }
}
@media screen and (max-width: 600px) {
  .silo__content {
    padding: 0;
  }
}
@media screen and (max-width: 996px) {
  .interviews__text, .interviews__products {
    grid-column: span 12;
  }
  .interviews__text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 740px) {
  .interviews__card {
    grid-column: span 12;
  }
}
.nav {
  padding: 16px 0;
}

.nav__logo {
  display: flex;
  gap: 4px;
  align-items: center;
}

.nav__logoImage {
  display: block;
}

.nav__switcher {
  display: inline-flex;
  padding: 9px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 18px;
  cursor: pointer;
  transition: 0.2s;
  list-style-type: none;
}
.nav__switcher:hover {
  background: #ebf5ff;
}

.nav__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  list-style-type: none;
}

.nav__menuItem {
  display: flex;
  padding: 8px 10px 8px 12px;
  align-items: center;
  border-radius: 18px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: 0.2s;
  cursor: pointer;
  gap: 4px;
  position: relative;
}
.nav__menuItem a {
  text-decoration: none;
  color: #0f172a;
}
.nav__menuItem:hover {
  background: #ebf5ff;
}

.nav__menuItem--dropdown:hover .nav__menuDropdown {
  display: flex;
}

.nav__menuDropdown {
  list-style-type: none;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #ebf5ff;
  top: 100%;
  left: -8px;
  background-color: white;
  display: none;
  flex-direction: column;
  min-width: 228px;
  padding: 8px;
  z-index: 1;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.nav__menuDropdown li a {
  display: flex;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: 0.2s;
  font-weight: 500;
}
.nav__menuDropdown li a:hover {
  background-color: #ebf5ff;
}

.nav__flag {
  width: 28px;
}

.nav__menuDropdown--mega {
  right: 0;
  left: auto;
  min-width: 510px;
}
.nav__menuDropdown--mega li {
  width: 242px;
}

.nav__menuFeature {
  position: absolute;
  width: 242px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  background-image: url("../assets/img/bg--feature.jpg");
  background-size: 102%;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: white;
  transition: 0.2s;
  font-weight: 700 !important;
  line-height: 16px;
  padding: 12px !important;
  gap: 6px !important;
  border-radius: 8px;
}
.nav__menuFeature:hover {
  background-image: url("../assets/img/bg--feature.jpg");
  background-size: 108%;
}

.nav__menuFeatureImage {
  height: 28px;
}

.nav__menuFeatureContent {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}

.footer {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}
.footer a {
  text-decoration: none;
  color: #0f172a;
  transition: 0.2s;
}
.footer a:hover {
  opacity: 0.8;
}

.footer__top {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.footer__cpd {
  height: 72px;
  width: 72px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__links {
  width: 100%;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2e8f0;
  line-height: 28px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}

@media screen and (max-width: 780px) {
  .footer__links {
    grid-auto-flow: row;
  }
  .footer__links li {
    grid-column: span 4;
  }
  .footer__main, .footer__bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__bottom .footer__legals, .footer__bottom span {
    width: 100%;
  }
  .footer__socials {
    flex-wrap: wrap;
    gap: 4px;
  }
  .footer__socials span {
    width: 100%;
    text-align: right;
  }
}
.hero {
  background: #ebf5ff;
  border-radius: 32px;
  margin: 0 12px;
  padding: 100px 0 140px;
}

.hero__title {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -1.28px;
}

.hero__underlined {
  position: relative;
  text-shadow: 0px 4px 0px #eff6ff, 4px 0px 0px #eff6ff, -4px 0px 0px #eff6ff;
}
.hero__underlined span {
  position: relative;
}
.hero__underlined::before {
  content: " ";
  height: 10px;
  width: calc(100% + 12px);
  background: url("../assets/img/underline.svg");
  position: absolute;
  bottom: 2px;
  left: -4px;
  background-size: 100%;
  z-index: 0;
  background-repeat: no-repeat;
}

.hero__content {
  display: flex;
  align-items: flex-end;
}
.hero__content p {
  font-size: 20px;
  font-weight: 450;
  line-height: 32px;
  padding-bottom: 16px;
}

@media screen and (max-width: 780px) {
  .hero__left, .hero__content {
    grid-column: span 12;
  }
}
@media screen and (max-width: 600px) {
  .hero__title {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1.1px;
  }
  .hero__underlined::before {
    bottom: 0px;
  }
}
.banner {
  margin-top: -76px;
  border-radius: 16px;
  padding: 12px 24px;
  background: #00724B;
  background: linear-gradient(90deg, rgb(0, 114, 75) 1%, rgb(0, 154, 102) 100%);
  color: white;
}

.banner__image {
  width: 104px;
}

.banner__content {
  display: flex;
  align-items: center;
  gap: 32px;
}

.banner__contentText {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.banner__buttons {
  grid-column-start: 10;
  grid-column-end: 13;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.24px;
  margin-bottom: 0;
}

.banner__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 451;
  line-height: 24px; /* 150% */
}

.testimonial {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testimonial__quote {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.testimonial__cite {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.card {
  border-radius: 16px;
  padding: 24px;
  position: relative;
  height: 480px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
.card:hover .card__bg {
  width: 110%;
  height: 110%;
}
.card .card__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s;
}
.card .card__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 30%, rgb(15, 23, 42) 100%);
}
.card .card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card .card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.24px;
}
.card .card__blurb {
  font-size: 16px;
  font-weight: 450;
  line-height: 24px; /* 150% */
}
.card .card__details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .card__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.24px;
}

.button {
  display: flex;
  padding: 11px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 35px;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration: none;
  transition: 0.2s;
}
.button:hover {
  opacity: 0.8;
}

.button__icon {
  width: 20px;
}

.button-link {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.button-link::after {
  content: " ";
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-image: url("../assets/img/icon--arrowRightCircle--white.svg");
}
.button-link:hover {
  opacity: 0.8;
}

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