.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #111a2f;
}

.section.bestatjob {
  background-color: #0f766e;
}

.section.jobadvising {
  background-color: #2563eb;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.container.jobadvising {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading {
  color: #0b1220;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 52px;
}

.section-2 {
  background-color: #fff;
}

.container-2 {
  padding: 30px 10px;
}

.heading-2 {
  color: #0b1220;
  text-align: left;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph {
  color: #0b1220;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-3 {
  background-color: #e9eef7;
}

.container-3 {
  padding: 30px 10px;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.section-4 {
  background-color: #fff;
}

.container-4 {
  padding: 30px 10px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  color: #0b1220;
  text-align: center;
  background-color: #e9eef7;
  border: 1px #fff;
  border-radius: 6px;
  width: 18%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-2 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cell {
  background-color: #111a2f;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.heading-3 {
  color: #00e0b8;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-5 {
  background-color: #e9eef7;
}

.container-5 {
  padding: 30px 10px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
}

.paragraph-3 {
  color: #0b1220;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image {
  margin-right: 10px;
}

.paragraph-4 {
  color: #0b1220;
  margin-top: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-6 {
  background-color: #fff;
}

.container-6 {
  padding: 30px 10px;
}

.section-7 {
  background-color: #e9eef7;
}

.container-7 {
  padding: 30px 10px;
}

.paragraph-5 {
  color: #0b1220;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.section-8 {
  background-color: #111a2f;
}

.section-8.bestatjob {
  background-color: #0f766e;
}

.section-8.jobadvising {
  background-color: #2563eb;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-3 {
  border-top: .5px solid #0b1220;
  margin-top: 20px;
}

.paragraph-6 {
  color: #0b1220;
  margin-top: 20px;
  font-family: Inter Tight, sans-serif;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.paragraph-7 {
  color: #0b1220;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-5 {
  color: #0b1220;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
}

.list {
  margin-bottom: 20px;
}

.container-9 {
  padding: 10px;
}

.paragraph-8 {
  color: #0b1220;
  margin-bottom: 60px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
}

.quick-stack-3, .quick-stack-4 {
  margin-bottom: 20px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.image-2 {
  border: 2px solid #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.heading-6 {
  color: #0b1220;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.container-10 {
  padding: 20px 10px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-9 {
  background-color: #0f766e;
}

.button-2 {
  color: #0b1220;
  text-align: center;
  background-color: #a7f3d0;
  border-radius: 6px;
  width: 18%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  box-shadow: 0 2px 5px #0003;
}

.button-2.jobadvising {
  background-color: #93c5fd;
}

.section-10, .section-11, .section-12 {
  background-color: #f8faf9;
}

.cell-7 {
  background-color: #0f766e;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.cell-7.jobadvising {
  background-color: #2563eb;
}

.heading-7 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.section-13 {
  background-color: #0f766e;
}

.section-13.jobadvising, .section-14 {
  background-color: #2563eb;
}

#w-node-eae853e1-5c41-1c43-ff43-49304593db44-1cbcf381 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9edb9a2-1909-5bc9-a0b4-8aeef57f6548-1cbcf381 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_57db24a2-5d1d-c35d-222d-45769f0dc53b-1cbcf381 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-_4bfa5096-e1d4-ac48-8676-803741955dd0-1cbcf381, #w-node-_4bfa5096-e1d4-ac48-8676-803741955dd0-adfe5bad, #w-node-_4bfa5096-e1d4-ac48-8676-803741955dd0-63a9f6f4, #w-node-_339483b8-c2ec-1492-8d26-8ba1ef0fe16a-abcc96ff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dee9c588-567d-52db-52ca-87c7d08e14bd-abcc96ff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_57db24a2-5d1d-c35d-222d-45769f0dc53b-abcc96ff {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-_0072a8cb-5f35-03c3-7c20-d10b6104181f-abcc96ff, #w-node-_339483b8-c2ec-1492-8d26-8ba1ef0fe16a-a96abff5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dee9c588-567d-52db-52ca-87c7d08e14bd-a96abff5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_57db24a2-5d1d-c35d-222d-45769f0dc53b-a96abff5 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-_0072a8cb-5f35-03c3-7c20-d10b6104181f-a96abff5, #w-node-_4bfa5096-e1d4-ac48-8676-803741955dd0-7049cb2f, #w-node-_4bfa5096-e1d4-ac48-8676-803741955dd0-7ee681b5, #w-node-_4bfa5096-e1d4-ac48-8676-803741955dd0-4ab53c82, #w-node-_4bfa5096-e1d4-ac48-8676-803741955dd0-c82d18e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


