:root {
  --zoranoblue3: #0cf;
  --zoranoblue2: #0080cc;
  --zoranoblue1: #039;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

img {
  display: inline-block;
}

.page-wrapper {
  width: 100%;
  min-height: 90vh;
  position: relative;
}

.section {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.home {
  min-width: 100%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section.home.careerstartsection {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Bildschirmfoto-2024-02-17-um-17.26.21.png');
  background-size: cover;
}

.section.home.studystartsection {
  background-image: url('../images/Bildschirmfoto-2024-01-17-um-20.26.10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.home.contactstartsection {
  background-image: url('../images/hack-capital-uv5_bsypFUM-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.home.jobstartsection {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Untitled-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section.home {
  min-width: 100%;
  background-image: url('../images/markus-spiske-TaKB-4F58ek-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box._500px {
  max-width: 500px;
}

.container {
  width: 100%;
  max-width: 1824px;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container.home {
  height: 70vh;
  max-width: 1230px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container.home.careerstartcontainer {
  height: 40vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: row;
  display: flex;
}

.container.home.studycontainer {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.container.home.contactstartcontainer {
  height: 30vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.container.home.jobstartcontainer {
  height: 20vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: row;
  display: flex;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--zoranoblue3);
}

.nav-link:active {
  color: var(--zoranoblue2);
}

.nav-link.w--current {
  color: #1d1d1d;
}

.nav-link.cta-button {
  color: #fff;
  background-color: #003396;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
}

.nav-link.cta-button:hover {
  background-color: #000;
}

.nav-link.cta-button:active {
  background-color: #434344;
  transform: translate(0, 1px);
  box-shadow: 0 0 #e7ecf0;
}

.paragraph {
  color: #fff;
}

.paragraph.large {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph.large.pagestart {
  color: #fff;
}

.paragraph.small {
  opacity: .75;
  color: #000;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.small.whitetext {
  color: #fff;
}

.paragraph.whitetext {
  color: #fff;
  display: none;
}

.paragraph.whitetext.servicebox {
  margin-top: 20px;
  display: block;
}

.paragraph.blacktext {
  color: #fff;
  display: none;
}

.paragraph.blacktext.servicebox {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.menu-button.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-menu {
  text-align: right;
  margin-right: 20px;
}

.logo-div {
  width: 11.2rem;
  height: 3rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.25em;
}

.heading.h1.pagestart {
  color: #fff;
  text-align: center;
}

.heading.h3 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}

.heading.h3.box-header {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 18px;
}

.nav-bar {
  z-index: 300;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f5f6f7;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -6vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.logo {
  position: absolute;
  top: 25%;
  bottom: auto;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.nav-logo.w--current {
  width: 11.2rem;
  height: 3rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #003396;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px rgba(32, 32, 32, .05);
}

.button:hover {
  background-color: #33383f;
}

.button:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 rgba(32, 32, 32, 0);
}

.hero-grid {
  height: 50vh;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  justify-items: start;
}

.hero-illustration {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacer {
  height: 48px;
  background-color: #e7ecf0;
}

.spacer._16 {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-container {
  width: 100%;
  height: 6vh;
  max-width: 1230px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.div-block {
  width: 50vw;
  height: 100%;
  flex-direction: row;
  align-items: center;
  margin: auto 0;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.div-block.careerhomeimage {
  align-items: flex-end;
}

.div-block.homesection {
  width: 100%;
  max-width: 1824px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block.studyhomesection, .div-block.contactmaindiv, .div-block.careerstartheader, .div-block.jobstartheader {
  padding-left: 0;
}

.div-block.jobstartimagecontainer {
  align-items: flex-end;
}

.h1.whitetext, .h1.whitetext.mobile {
  color: #fff;
}

.h3.whitetext {
  color: #fff;
  color: #fff;
  margin-top: -3px;
  margin-bottom: -6px;
  font-weight: 400;
}

.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.container-2 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.image-3 {
  width: 2rem;
  display: block;
}

.grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  background-color: #f5f6f7;
  border-radius: 4px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.grid-item.cloud-interest {
  background-color: #f5f6f7;
  border-color: #f5f6f7;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-item.service-item {
  height: 15vh;
  background-image: url('../images/Bildschirmfoto-2024-01-13-um-23.44.23.png'), url('../images/Bildschirmfoto-2024-01-13-um-23.44.57.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.grid-item.service-item.image1 {
  height: auto;
  max-height: 550px;
  grid-row-gap: 0rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: .5px solid rgba(163, 163, 163, .55);
  border-radius: 0;
  align-items: stretch;
  padding: 0;
}

.grid-item.service-item.image2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom: 15px #fff;
  border-left: 15px #fff;
  border-radius: 0;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-item.service-item.image3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom: 15px #fff;
  border-right: 15px #fff;
  border-radius: 0;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-item.service-item.image4 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom: 15px #fff;
  border-left: 15px #fff;
  border-right: 1px #000;
  border-radius: 0;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.button-2 {
  height: 10vh;
  color: #fff;
  background-color: #003396;
  border-radius: 12px;
  display: block;
}

.button-2:hover {
  color: #007dc6;
  background-color: #fff;
  border: 2px solid #003396;
  transform: translate(0);
}

.item-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.blacksection {
  background-color: #000;
}

.section-3.calltoaction {
  background-image: url('../images/5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-3.impressum {
  margin-top: 0;
}

.section-3.careerbenefitsection, .section-3.studyapproachsection {
  background-color: #000;
}

.section-3.technology {
  display: block;
}

.section-3.introfooter {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  width: 3.6rem;
}

.item-cover-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: flex-start;
  align-items: baseline;
  display: flex;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.container-interest {
  margin-top: 0;
}

.grid.services {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
}

.item-link.cloud-interest {
  width: 99%;
  align-self: flex-start;
  display: block;
}

.section-top {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.section-top.cloud-interest {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-top.impressum {
  text-align: left;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  display: flex;
}

.section-top.careerbenefitgrid {
  display: block;
}

.section-top.challengetitlesection {
  text-align: left;
  display: flex;
}

.section-top.contactsectiontop {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-top.technologygridelement {
  display: block;
}

.containertitle {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 25px;
}

.containertitle.whitetext {
  color: #fff;
  margin-bottom: 10px;
}

.containertitle.benefitgridtitle {
  color: #fff;
}

.containertitle.technologygridtitle {
  color: #000;
  text-align: center;
  display: block;
}

.containertitletext {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.containertitletext.whitetext {
  width: 100%;
  color: #fff;
}

.containertitletext.benefitgridtext {
  color: #fff;
  text-align: left;
}

.containertitletext.technologygridtext {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.containertitletext.contact {
  margin-bottom: 0;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: var(--zoranoblue3);
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-block {
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-header {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.footer {
  z-index: 0;
  background-color: #000;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.collection-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.large-3-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.study-box {
  width: 100%;
  height: 100%;
  color: #1d1d1d;
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.study-box:hover {
  transform: translate(0, -3px);
}

.div-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px #d3d3d3;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-3.studychallengesection, .div-block-3.studyapproachsection, .div-block-3.studychallengesection-copy, .div-block-3.studyinfluencediv {
  align-items: center;
}

.pagination {
  margin-top: 2vh;
}

.div-block-4 {
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.actionbox {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
}

.div-block-5 {
  width: 1px;
  min-height: 8vh;
  background-color: #fff;
}

.paragraph-2 {
  text-align: justify;
}

.nav-bar-copy {
  z-index: 300;
  width: 100%;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -6vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.nav-bar-copy.white {
  background-color: #fff;
}

.nav-logo-copy {
  transition: opacity .2s;
  display: none;
}

.nav-logo-copy:hover {
  opacity: .75;
}

.nav-menu-copy {
  text-align: right;
  margin-right: 20px;
  display: none;
}

.nav-link-copy {
  color: var(--zoranoblue1);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link-copy:hover {
  color: var(--zoranoblue3);
}

.nav-link-copy:active {
  color: var(--zoranoblue2);
}

.nav-link-copy.cta-button {
  color: #fff;
  background-color: #003396;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
}

.nav-link-copy.cta-button:hover {
  background-color: #33383f;
}

.nav-link-copy.cta-button:active {
  background-color: #626a72;
  transform: translate(0, 1px);
  box-shadow: 0 0 #e7ecf0;
}

.nav-bar-copy-white {
  z-index: 300;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -6vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.nav-bar-copy-white.white {
  background-color: #fff;
}

.moreinfobutton {
  background-color: var(--zoranoblue1);
  text-decoration: none;
}

.heading-3 {
  font-size: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  z-index: 0;
  width: 100%;
  height: 12vh;
  background-color: #fff;
  display: block;
  position: static;
}

.image-5 {
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-6 {
  width: 46px;
  margin-right: 10px;
}

.div-block-7 {
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.div-block-8 {
  align-items: flex-end;
  display: block;
}

.collection-list-wrapper-2 {
  margin-left: 0;
  margin-right: 0;
}

.collection-list {
  width: 100%;
  height: 100%;
}

.collection-item {
  height: 10vh;
  background-color: rgba(0, 197, 247, 0);
  align-items: center;
  margin-bottom: 22px;
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.career-item {
  width: 20%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 12px;
  display: flex;
}

.career-item.title {
  width: 30vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.heading-4 {
  font-weight: 600;
  display: block;
}

.heading-4.h5 {
  color: #33383f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-4.h5.job-title {
  color: #000;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
}

.heading-4.h3 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 1.4em;
}

.heading-4.h3.job {
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.heading-4.h1 {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.25em;
}

.job-listing-text-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-listing-text-image {
  width: 20px;
  min-width: 20px;
  margin-top: 0;
  margin-bottom: auto;
}

.job-listing-text {
  color: #99a4af;
  font-size: 15px;
}

.link-block {
  text-decoration: none;
}

.rich-text-block-career.job-rt {
  display: block;
}

.rich-text-block-career.ds-block {
  font-weight: 400;
}

.rich-text-block-career li {
  font-size: 16px;
}

.approachtitle {
  width: 100%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
}

.approachtitle.whitetext {
  color: #fff;
  margin-bottom: 20px;
}

.approachtitle.benefitgridtitle {
  color: #fff;
}

.rich-text-block-career-copy.job-rt {
  display: block;
}

.rich-text-block-career-copy.ds-block {
  font-weight: 400;
}

.rich-text-block-career-copy li {
  font-size: 16px;
}

.rich-text-block-career-copy.approachrichtext {
  color: #fff;
}

.rich-text-block-approach.job-rt {
  display: block;
}

.rich-text-block-approach.ds-block {
  font-weight: 400;
}

.rich-text-block-approach li {
  font-size: 16px;
}

.rich-text-block-approach.approachrichtext {
  color: #fff;
}

.rich-text-block-influence.job-rt {
  display: block;
}

.rich-text-block-influence.ds-block {
  font-weight: 400;
}

.rich-text-block-influence li {
  font-size: 16px;
}

.image-7 {
  width: 40vw;
}

.studyimage {
  width: 40vw;
  max-width: 500px;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.field-label-5 {
  color: #000;
}

.text-area {
  min-height: 120px;
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-area::-ms-input-placeholder {
  color: #cbd5df;
}

.text-area::placeholder {
  color: #cbd5df;
}

.text-field {
  height: 44px;
  min-width: 120px;
  color: #1d1d1d;
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: #33383f;
}

.text-field::-ms-input-placeholder {
  color: #cbd5df;
}

.text-field::placeholder {
  color: #cbd5df;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.contact-button {
  background-color: var(--zoranoblue1);
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-success {
  width: 100%;
  color: #33383f;
  background-color: #e7ecf0;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-error {
  color: #1d1d1d;
  background-color: #e7ecf0;
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

.form-card {
  color: #1d1d1d;
  text-align: left;
  border-radius: 12px;
  padding: 40px 0;
}

.div-block-9 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-content-copy {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.nav-menu-copy {
  text-align: right;
  margin-right: 20px;
}

.menu-button-copy.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-container-copy {
  width: 100%;
  height: 6vh;
  max-width: 1230px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.logo-div-copy {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.logo-white {
  position: absolute;
  top: 25%;
  bottom: auto;
}

.div-block-10 {
  flex-direction: row;
  display: flex;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-list {
  flex-direction: row;
  display: flex;
}

.slider-item {
  margin-right: 20px;
}

.link-block-2 {
  width: 20rem;
}

.tab-link-tab-1 {
  width: 33%;
  height: auto;
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, .2);
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.tab-link-tab-1.w--current {
  width: 33%;
  height: auto;
  background-color: var(--zoranoblue1);
  color: #fff;
  margin-right: 1px;
}

.text-block {
  text-align: center;
  font-size: 18px;
}

.text-block-2 {
  color: #fff;
}

.text-block-3, .text-block-4 {
  text-align: center;
  font-size: 18px;
}

.tab-link-tab-2 {
  background-color: #000;
  margin-right: 1px;
}

.tab-link-tab-2.w--current {
  background-color: var(--zoranoblue1);
}

.tab-link-tab-3 {
  width: 33%;
  height: auto;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, .2);
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.tab-link-tab-3.w--current {
  width: 33%;
  background-color: var(--zoranoblue1);
  color: #fff;
  font-size: 20px;
}

.tab-link-tab-4 {
  width: 33%;
  height: auto;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, .2);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.tab-link-tab-4.w--current {
  background-color: var(--zoranoblue1);
  color: #fff;
}

.grid-3 {
  grid-template-columns: 1fr 1fr;
}

.grid-3.technologygrid {
  width: 100%;
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.technologygridelement {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.technologygridimage {
  width: 7vh;
  height: 5vh;
  max-height: 200px;
  max-width: 300px;
  margin-bottom: 15px;
}

.image-8 {
  height: 60vh;
  max-width: 100%;
  flex: 1;
}

.bold-text {
  -webkit-text-stroke-color: #000;
}

.image-9 {
  width: 40vw;
  max-width: 500px;
  flex: 1;
}

.typing-text {
  color: #fff;
}

.text-block-5, .text-block-6, .icon, .icon-2 {
  display: none;
}

.next, .previous {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.paginatorimage {
  width: 20px;
}

.container-3 {
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.job-listing-text-image-2 {
  width: 10%;
  margin-top: 0;
  margin-bottom: auto;
}

.job-detail-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.button-4 {
  border-radius: 10px;
}

.job-card {
  border: 1px solid #03c5f9;
  border-radius: 20px;
  padding: 20px;
}

.paragraph-3 {
  font-weight: 700;
}

.career-item-2 {
  width: 13vw;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  margin-right: 12px;
  display: flex;
}

.career-item-2.job-detailed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.job-labels-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 45px;
  display: flex;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section-4.light-color-gradient {
  height: 50vh;
  background-image: none;
  background-size: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.section-4.light-color-gradient.job {
  height: auto;
}

.image-10 {
  width: 5vw;
  margin-bottom: 20px;
}

.job-title {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-sticky {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.job-description {
  margin-top: 25px;
}

.job-description-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-sticky-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #03c5f9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: block;
}

.div-block-79 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-left {
  width: 72%;
}

.job-listing-text-div-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider {
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.slide {
  width: 100vw;
  background-image: url('../images/Bildschirmfoto-2024-01-22-um-20.46.30.png'), url('../images/Bildschirmfoto-2024-01-17-um-20.26.10.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, contain;
}

.slide-2 {
  width: 100vw;
  background-image: url('../images/svgviewer-output-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs-menu {
  max-width: 1140px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.standard-tab {
  width: 280px;
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.load-bar {
  width: 0%;
  height: 4px;
  background-color: #fff;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.slider-background {
  background-image: url('../images/taylor-vick-M5tzZtFCOfs-unsplash.jpg'), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/maarten-van-den-heuvel-_pc8aMbI9UQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-background.background-02 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/my-name-is-yanick-rcrYhAP2d_w-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-background.background-04 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/riccardo-annandale-7e2pe9wjL9M-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-span {
  color: rgba(255, 255, 255, .6);
}

.tabs {
  width: 100%;
}

.tabs-content {
  overflow: visible;
}

.load-bar-base {
  height: 4px;
  max-width: 220px;
  background-color: rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-section-copy {
  width: 100vw;
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-base {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-heading {
  z-index: 9;
  width: 100%;
  max-width: 1230px;
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  margin-left: 100px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.div-block-80 {
  width: 50vw;
  height: 100%;
  flex-direction: row;
  align-items: center;
  margin: auto 0;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.div-block-80.homesection {
  width: 100%;
  max-width: 1824px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block-81 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.container-4 {
  width: 100%;
  max-width: 1824px;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container-4.home {
  height: 70vh;
  max-width: 1230px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.div-block-82 {
  height: 1vh;
  background-image: url('../images/Untitled-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-83 {
  height: 40%;
  background-image: url('../images/premium_photo-1688678097425-00bba1629e32.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-83.img1 {
  height: 160px;
  background-image: url('../images/eberhard-grossgasteiger-_uAVHAMjGYA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-83.img2 {
  height: 160px;
  background-image: url('../images/kaleidico-26MJGnCM0Wc-unsplash-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-83.img3 {
  height: 160px;
  background-image: url('../images/arpad-czapp-H424WdcQN4Y-unsplash-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-5 {
  background-color: var(--zoranoblue1);
  padding-top: 6px;
  padding-bottom: 6px;
}

.heading-5 {
  color: #fff;
}

.div-block-84 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.grid-4-contact {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}

.heading-5-contact {
  font-size: 18px;
  font-weight: 400;
}

.tabs-2 {
  margin-top: 50px;
}

.div-block-86 {
  flex-direction: column;
  display: flex;
}

.image-11, .image-12, .image-13 {
  width: 2rem;
}

.containertitle-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
}

.containertitle-copy.whitetext {
  color: #fff;
  margin-bottom: 20px;
}

.containertitle-copy.benefitgridtitle {
  color: #fff;
}

.containertitle-copy.technologygridtitle {
  color: #000;
  text-align: center;
  display: block;
}

.bold-text-2 {
  font-weight: 300;
}

.text-span-2 {
  color: var(--zoranoblue1);
}

.heading-6 {
  font-size: 18px;
}

.introfooterdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.introfooterdiv.studychallengesection, .introfooterdiv.studyapproachsection, .introfooterdiv.studychallengesection-copy, .introfooterdiv.studyinfluencediv {
  align-items: center;
}

.introfootercontainer {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.div-block-88 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-14 {
  width: 1rem;
  filter: invert();
  margin-top: 2px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
}

.link-2 {
  color: #cabcbc;
  text-decoration: underline;
}

.sectionheader {
  margin-top: 0;
  margin-bottom: 0;
}

.sectionheader.white {
  color: #fff;
}

.text-span-3, .text-span-4 {
  color: var(--zoranoblue1);
}

.div-block-89 {
  height: 130px;
  margin-bottom: 20px;
}

.div-block-90 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-91, .div-block-92 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-93 {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/israel-andrade-YI_9SivVt_s-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.div-block-94 {
  width: 50%;
}

.div-block-95 {
  width: 100%;
}

.div-block-96 {
  width: 50%;
  height: 100%;
}

.div-block-97 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-98 {
  width: 50%;
  background-image: url('../images/redd-f-5U_28ojjgms-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-99 {
  width: 50%;
}

@media screen and (min-width: 1280px) {
  .div-block.homesection {
    align-items: flex-start;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .item-cover-icon {
    max-width: 56px;
  }

  .section-4.light-color-gradient {
    height: 100vh;
  }
}

@media screen and (min-width: 1920px) {
  .container.home {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block.careerstartheader, .div-block.jobstartheader {
    padding-left: 0;
  }

  .nav-bar-copy-white {
    display: flex;
  }

  .logo-white {
    display: inline-block;
  }

  .image-8 {
    height: 40vh;
  }

  .div-block-97 {
    width: 100%;
  }

  .div-block-98 {
    background-image: url('../images/redd-f-5U_28ojjgms-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .container, .container.home.careerstartcontainer, .container.home.studycontainer, .container.home.contactstartcontainer, .container.home.jobstartcontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-div {
    flex: 0 auto;
  }

  .heading.h1 {
    font-size: 40px;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .nav-logo {
    flex: 1;
  }

  .button {
    position: relative;
  }

  .nav-container, .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-item.service-item.image1 {
    background-image: none;
  }

  .grid-item.service-item.image2 {
    height: 290px;
    background-image: none;
  }

  .grid-item.service-item.image3, .grid-item.service-item.image4 {
    height: 290px;
  }

  .section-3, .section-3.introsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid.container-interest {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid.services {
    background-image: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-top.contactsectiontop {
    width: 100%;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    height: auto;
    flex-direction: column-reverse;
  }

  .nav-logo-copy {
    flex: 1;
  }

  .nav-link-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
  }

  .nav-link-copy.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-4.h1 {
    font-size: 40px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
  }

  .nav-content-copy {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .menu-button-copy.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-container-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-div-copy {
    flex: 0 auto;
  }

  .menu-icon-copy {
    color: #096ad0;
  }

  .tab-link-tab-1.w--current {
    width: 33%;
  }

  .text-block, .text-block-3, .text-block-4 {
    font-size: 18px;
  }

  .tab-link-tab-3, .tab-link-tab-4 {
    width: 33%;
  }

  .grid-3.technologygrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .technologygridimage {
    width: 10%;
  }

  .container-3, .container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .introfooterdiv {
    flex-direction: column;
  }

  .introfootercontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-89 {
    height: auto;
  }

  .div-block-93 {
    width: 100%;
    height: 30vh;
    align-self: flex-start;
  }

  .div-block-94, .div-block-95, .div-block-96 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container.home {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.home.careerstartcontainer, .container.home.studycontainer, .container.home.contactstartcontainer, .container.home.jobstartcontainer {
    flex-direction: column;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.whitetext.servicebox, .paragraph.blacktext.servicebox {
    display: block;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .logo-div {
    margin-right: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .nav-content {
    background-color: #fff;
    border-top: 1px solid #e7ecf0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

  .spacer {
    height: 32px;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block {
    padding-left: 0;
  }

  .div-block.careerhomeimage {
    display: none;
  }

  .div-block.homesection {
    padding-left: 0;
  }

  .div-block.jobstartimagecontainer {
    display: none;
  }

  .grid-item.service-item.image1 {
    border-right-style: none;
  }

  .grid-item.service-item.image2 {
    border-left-style: none;
  }

  .grid-item.service-item.image3 {
    border-right-style: none;
  }

  .grid-item.service-item.image4 {
    border-left-style: none;
  }

  .grid.container-interest {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid.services {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-size: cover;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

  .footer-container {
    flex-direction: column;
  }

  .large-3-grid {
    grid-template-columns: 1fr;
  }

  .nav-bar-copy {
    border: 1px #000;
  }

  .nav-menu-copy {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link-copy {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link-copy:hover {
    transform: none;
  }

  .nav-bar-copy-white {
    border: 1px #000;
  }

  .body {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-4.h1 {
    font-size: 35px;
  }

  .field-block {
    min-height: auto;
  }

  .nav-content-copy {
    background-color: #fff;
    border-top: 1px solid #e7ecf0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

  .nav-menu-copy {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-button-copy {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-container-copy {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-div-copy {
    margin-right: auto;
  }

  .image-8 {
    height: 50vh;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-80, .div-block-80.homesection {
    padding-left: 0;
  }

  .container-4.home {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-88 {
    justify-content: flex-start;
  }

  .div-block-97 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .div-block-98 {
    width: 100%;
    height: 20vh;
  }

  .div-block-99 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.home, .container.home.careerstartcontainer, .container.home.studycontainer, .container.home.contactstartcontainer, .container.home.jobstartcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.whitetext.servicebox, .paragraph.blacktext.servicebox {
    display: block;
  }

  .menu-button {
    flex: 0 auto;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .nav-container {
    padding: 2px 20px;
  }

  .h1.whitetext.mobile {
    font-size: 25px;
  }

  .h3.whitetext {
    font-size: 15px;
  }

  .link {
    font-size: 12px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-item.service-item.image2, .grid-item.service-item.image3, .grid-item.service-item.image4 {
    height: 350px;
  }

  .containertitle {
    font-size: 14px;
    line-height: 20px;
  }

  .containertitletext {
    font-size: 12px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2, .button-3, .paragraph-2 {
    font-size: 12px;
  }

  .nav-bar-copy-white {
    display: block;
  }

  .heading-3 {
    font-size: 15px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .career-item {
    display: none;
  }

  .career-item.title {
    width: 100vw;
  }

  .approachtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .form-2-grid {
    grid-template-columns: 1fr;
  }

  .text-area, .text-field {
    width: 100%;
  }

  .form-card {
    padding: 24px;
  }

  .nav-content-copy {
    background-color: #da1313;
  }

  .menu-button-copy {
    flex: 0 auto;
  }

  .nav-container-copy {
    padding: 2px 20px;
  }

  .menu-icon-copy {
    filter: brightness(200%);
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-3, .tab-link-tab-3.w--current, .tab-link-tab-4 {
    width: 100%;
  }

  .technologygridimage {
    width: 20%;
  }

  .image-8 {
    height: 40vh;
  }

  .typing-text {
    font-size: 25px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .container-4, .container-4.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .containertitle-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .introfootercontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_29580780-a7fa-bde7-5565-4d37c03668ce-719e1eeb, #w-node-b318ef00-8707-e4b8-3806-90aa21bcdb23-719e1eeb, #w-node-_04206003-4385-c782-f06e-4379d416ad4b-719e1eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: baseline;
  justify-self: auto;
}

#w-node-_1a4c408a-1ee1-1289-fb0c-b388da28341c-719e1eeb, #w-node-_92a0baa1-c776-5dbc-581c-3abc9e5ae43e-719e1eeb, #w-node-_34b13f64-61a9-8363-b8aa-c490132fd5c7-719e1eeb, #w-node-_34dc2a72-cd0a-e4aa-90d2-eb0dacb456d3-719e1eeb, #w-node-_34dc2a72-cd0a-e4aa-90d2-eb0dacb456d9-719e1eeb, #w-node-_34dc2a72-cd0a-e4aa-90d2-eb0dacb456df-719e1eeb, #w-node-_1e1842fd-e374-2d0c-1f5e-0b76238a8480-719e1eeb, #w-node-_1e1842fd-e374-2d0c-1f5e-0b76238a8486-719e1eeb, #w-node-_1e1842fd-e374-2d0c-1f5e-0b76238a848c-719e1eeb {
  align-self: auto;
  justify-self: auto;
}

#w-node-_31764169-9544-3768-0feb-2148828bb5b1-719e1eeb, #w-node-_178e340d-65a6-e95e-26a3-a979f052d89c-719e1eeb, #w-node-a1ae7642-e027-8f8c-2e9b-196ca3532dc1-719e1eeb, #w-node-fc89df61-55e9-cd30-86c1-ac5d702841c7-719e1eeb, #w-node-d22de140-5b70-6ef7-3ca3-1c47b5000678-719e1eeb, #w-node-d22de140-5b70-6ef7-3ca3-1c47b500067c-719e1eeb, #w-node-d22de140-5b70-6ef7-3ca3-1c47b5000680-719e1eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5c9b8536-0a33-64d3-0ce1-035c17aa5c7c-17aa5c79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}