:root {
  --green-nl: #19c393;
  --lemon-nl: #fdfecc;
  --white: white;
  --green: #9febaa;
  --graydark: #333;
  --blue: #1d3d8a;
  --purpledark: #2a076d;
  --purplelight: #b987ea;
  --beige: #f2e3ce;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.home-header-mask {
  z-index: 0;
  background-image: url('../images/home_header_background.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 690px;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 36px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.navbar {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 10%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image {
  width: auto;
  height: 23px;
}

.image.landing-page {
  height: 1.5rem;
}

.navbar__link-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  flex: 0 auto;
  align-self: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  text-decoration: none;
}

.link:hover, .link.w--current {
  color: #9febaa;
}

.link.link__button {
  color: #fff;
  border: 2px solid #ffffff59;
  border-radius: 3px;
  padding: 20px 15px;
}

.link.link__button:hover {
  color: #9febaa;
  background-color: #0000;
  border-color: #9febaa;
}

.home-header-mask__title {
  color: #fff;
  text-align: center;
  font-family: Dokdo, sans-serif;
  font-size: 4.1rem;
  line-height: 4.2rem;
}

.paragraph, .paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.footer {
  background-color: #f5f5f5;
  height: 241px;
  margin-top: 0;
  padding-top: 75px;
  padding-left: 10%;
  padding-right: 10%;
}

.footer__top-container {
  justify-content: space-between;
  display: flex;
}

.footer__top-container__left-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 90px;
  display: flex;
}

.footer_logo {
  width: auto;
  height: 18px;
}

.footer__social-logo-container {
  justify-content: space-between;
  align-items: center;
  width: 90px;
  margin-top: 20px;
  display: flex;
}

.footer__social-link__logo {
  width: 21px;
  height: 21px;
}

.footer__top-container__text-container {
  width: 50%;
  padding-left: 20px;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-2 {
  margin-top: 5px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.footer__top-container__right-block {
  justify-content: space-between;
  width: 50%;
  padding-top: 3px;
  display: flex;
}

.footer__bottom-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer__bottom-container__left {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer_bottom-container__right {
  width: 50%;
}

.footer_link {
  color: #212121;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.text-block-3 {
  text-align: right;
  padding-right: 0;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.home-brand-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.home-brand-container.logo-container {
  display: flex;
}

.home-brand-container__title {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.home-brand-container__brand-logo-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.image-2, .image-3, .image-4 {
  filter: grayscale();
}

.text-block-4 {
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-5 {
  position: absolute;
  top: -70px;
  left: 152px;
}

.image-6 {
  margin-top: 80px;
}

.image-7 {
  position: absolute;
  top: -32px;
  right: 5%;
}

.text-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.inter-title {
  font-family: Inter, sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 60px;
}

.text-block-5 {
  font-family: Dokdo, sans-serif;
  font-size: 85px;
  line-height: 85px;
}

.paragraph-4 {
  text-align: center;
  width: 800px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/schedule.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 685px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-span-243 {
  font-family: Inter, sans-serif;
  font-size: 43px;
  font-weight: 700;
}

.text-block-6 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.heading {
  color: #fff;
  margin-top: 29px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 46.15px;
}

.profilepictureone {
  border-radius: 8px;
}

.nameone {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.jobone {
  font-family: Heebo, sans-serif;
  font-size: 12px;
}

.name-job {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.linkedinone {
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.profilepicturetwo {
  border-radius: 8px;
}

.nametwo {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.jobtwo {
  font-family: Heebo, sans-serif;
  font-size: 12px;
}

.linkedintwo {
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.div-block-8 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.subtext {
  color: #fff;
  margin-top: 75px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.profileone {
  display: flex;
}

.profiledescriptionone {
  color: #fff;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.profiletwo {
  display: flex;
}

.profiles {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}

.profiledescriptiontwo {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.partone {
  width: 60%;
  margin-top: 0;
}

.parttwo {
  align-self: center;
  width: 40%;
  padding-top: 85px;
}

.container-2 {
  padding-top: 100px;
  display: flex;
}

.quoteone {
  text-align: left;
  align-items: flex-start;
  font-size: 55px;
  font-weight: 700;
  line-height: 0;
  display: block;
  position: static;
  overflow: visible;
}

.quotetwo {
  text-align: right;
  margin-top: 15px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 0;
}

.mainsubtext {
  font-weight: 400;
}

.portfolio_block {
  flex-flow: column;
  place-content: stretch center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lineone, .linetwo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.lastnameinput {
  border-radius: 4px;
  height: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.firstnameinput {
  border-radius: 4px;
  height: 42px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.submit-button {
  background-color: #e09d00;
  border: 1px solid #e09d00;
  border-radius: 4px;
  width: 100%;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #5865f2;
  border-color: #5865f2;
}

.text-field, .phoneinput, .emailinput {
  border-radius: 4px;
  height: 42px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.textarea {
  border-radius: 4px;
  min-height: 114px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.green-arrow {
  position: absolute;
  top: -45%;
  right: 20%;
}

.photo-container-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  height: 328px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.image-8 {
  border-radius: 10px;
  flex: 0 auto;
  width: auto;
}

.image-9 {
  flex: 1;
  width: auto;
}

.image-10 {
  border-radius: 10px;
  flex: 0 auto;
  width: auto;
}

.image-11 {
  flex: 1;
  width: auto;
  overflow: visible;
}

.photo-container-2 {
  grid-column-gap: 8px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template: "." 96px
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: center;
  height: 335px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

.photo-container-2-box {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 158px;
  min-width: 166px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image-12, .image-13 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 49%;
}

.transparent-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #2a076d;
  border-radius: 0;
  width: 290px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.transparent-button:hover {
  color: #2a076d;
  border-color: #2a076d;
}

.transparent-button.white {
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  margin-top: 30px;
}

.transparent-button.mobile {
  display: none;
}

.body {
  font-size: 55px;
}

.method-container {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.image-14 {
  width: 90px;
}

.method-container__title {
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 60px;
}

.method-container_sub-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Dokdo, sans-serif;
  font-size: 85px;
  line-height: 85px;
}

.image-15 {
  position: absolute;
  inset: -17% 0% auto auto;
}

.image-16 {
  margin-top: 60px;
}

.method-container__step-container {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.method-container__step__container__block {
  width: 33%;
}

.method-container__step-container__block__title {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.method-container__step-container__block__content {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.home-portfolio-container {
  background-image: url('../images/home_portfolio_background_1home_portfolio_background.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 500px;
  max-height: 947px;
  margin-top: 150px;
  padding: 154px 10% 140px;
  display: flex;
}

.griff_purple {
  width: 246px;
}

.home-portfolio-container__title {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
}

.home-portfolio-container__sub-title {
  color: #fff;
  text-align: center;
  margin-top: 41px;
  font-family: Dokdo, sans-serif;
  font-size: 5rem;
  line-height: 80px;
}

.home-portfolio-container__list-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  display: none;
}

.home-portfolio-container__list-items__item {
  background-color: #fff;
  border: 6px solid #9febaa00;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 363px;
  display: flex;
  position: relative;
}

.home-portfolio-container__list-items__item:hover {
  border-color: #9febaa;
}

.home-portfolio-container__list-items__item.mobile {
  box-shadow: none;
}

.image-18 {
  width: 77%;
  height: auto;
  position: static;
}

.text-block-7 {
  color: #212121;
  text-align: center;
  width: 100%;
  height: 133px;
  min-height: 70px;
  margin-top: 40px;
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-block-8 {
  color: #212121;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 20px;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 3px 15px 2px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-9 {
  color: #000;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.image-19 {
  width: auto;
  height: auto;
  min-height: 30px;
  max-height: 50px;
}

.home-news-container {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 140px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.text-block-10 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-11 {
  margin-top: 5px;
  font-family: Dokdo, sans-serif;
  font-size: 89px;
  line-height: 105px;
}

.image-20 {
  width: 150px;
  position: absolute;
  top: 0;
  left: 10%;
}

.home-news-container__list-items {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.home-news-container__list-items__item {
  width: 100%;
}

.news-item-date {
  color: #000;
  margin-top: 7px;
  padding-bottom: 7px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.text-block-12 {
  font-size: 22px;
}

.text-block-13 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-14 {
  font-size: 24px;
}

.news-item-title {
  color: #000;
  min-height: 50px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}

.news-item-excerpt {
  color: #000;
  margin-top: 9px;
  font-family: Heebo, sans-serif;
  font-size: 1.1rem;
  line-height: 25px;
}

.home-video-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.home-video-container__title {
  font-family: Inter, sans-serif;
  line-height: 58px;
}

.text-block-15 {
  margin-top: 14px;
  font-family: Dokdo, sans-serif;
  font-size: 89px;
  line-height: 55px;
}

.youtube-container {
  width: 65%;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.image-21 {
  z-index: 0;
  width: 103px;
  position: absolute;
  bottom: -16px;
  left: auto;
  right: -7%;
}

.youtube {
  z-index: 10;
}

.image-22 {
  width: 117px;
  position: absolute;
  inset: 44% auto auto 3%;
}

.big-text-container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.big-text-container__line {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.big-text-container__line.bottom {
  padding-left: 60px;
}

.text-block-16 {
  font-family: Dokdo, sans-serif;
  font-size: 90px;
  line-height: 122px;
}

.image-23 {
  width: 35px;
}

.navbar-2, .mobil-navbar, .image-28, .photos-container-mobile, .home-slider-mobile-container {
  display: none;
}

.our_team_mask {
  background-image: url('../images/Mask-group.svg');
  background-position: 0 0;
  background-size: auto;
  height: 519px;
}

.eagle_emoj {
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
}

.line_emoj {
  justify-content: space-between;
  width: 418px;
  display: flex;
}

.bee_emoj, .rocket_emoji, .beetle_emoj, .dear_emoj, .elephant_emoj {
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
}

.gorilla_emoj {
  text-align: center;
  flex: 1;
  order: -1;
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
}

.subline {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 31px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.bubble_purple {
  position: absolute;
  top: 410px;
  left: 45px;
}

.bubble_darkpurple {
  position: absolute;
  inset: 465px 2% 0% auto;
}

.our_team_main_content {
  margin-top: 130px;
  margin-bottom: 160px;
  padding-left: 10%;
  padding-right: 10%;
}

.filter {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.allentrepreneurs_text {
  text-align: center;
  cursor: pointer;
  flex: none;
  margin-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.job_category_button {
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.advisors_text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.advisores_circle {
  background-color: #2a076d;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

._321team_button {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

._321team_text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

._321team_circle {
  background-color: #b987ea;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.startupteam_button {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.startupteam_text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.startupteam_circle {
  background-color: #9febaa;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.card_mosaic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: start;
  display: grid;
}

.card {
  flex-direction: column;
  display: flex;
}

.profil_picture {
  background-image: url('../images/patrick_amiel_1patrick_amiel.webp');
  background-position: 0 0;
  background-size: auto;
}

.card_profile_picture {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  max-width: 240px;
  max-height: 240px;
  font-size: 272px;
}

.card_profile_name {
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.card_profile_job {
  font-size: 13px;
}

.card_picture_circle {
  background-color: #e09d00;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 10px 10px;
}

.card_picture_circle:hover {
  display: block;
}

.startup_mask {
  background-image: url('../images/start_up__top_background_1start_up__top_background.webp');
  background-size: auto;
  height: 726px;
}

.portfolio_heading {
  color: #fff;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 56.8px;
  display: block;
  overflow: visible;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  width: 776px;
  margin-top: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
}

.portfolio_mosaic_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: "Area Area" 1fr
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  display: block;
}

.portfolio_card {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 450px;
  height: 650px;
  text-decoration: none;
  display: block;
  position: relative;
}

.portfolio_card:hover {
  border-width: 0;
  border-color: #89ca92;
}

.card_header {
  text-align: center;
  border-color: #e0e0e0;
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: none;
  border-left-width: 0;
  justify-content: center;
  align-items: center;
  height: 110px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.card_content {
  background-color: #fafafa;
  border-bottom: 0 #e0e0e0;
  border-left: 0 #e0e0e0;
  border-right: 0 #e0e0e0;
  border-radius: 0 0 13px 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.card_title {
  text-align: center;
  min-height: 60px;
  margin: 20px 0 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.card_description {
  min-height: 100px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.card_subline {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 49px;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.partner_text {
  color: #2a076d;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.partner_logo {
  width: 57px;
  max-width: 70px;
  height: auto;
  margin-left: 10px;
}

.tag_project {
  background-color: #e0e0e0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 3px 10px;
  display: flex;
}

.text-block-19 {
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.image-33 {
  border-radius: 15px;
  width: 100%;
  margin-top: 20px;
}

.portfolio_section {
  margin-top: -163px;
  margin-bottom: 220px;
  display: none;
}

.mobile-bullet-container {
  display: none;
}

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

.studycase_mask_section {
  background-image: url('../images/studyCase_mask.svg');
  background-position: 50% 46%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 115px;
}

.studycase_main_section {
  margin-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.studycase_return_button {
  justify-content: space-around;
  align-items: center;
  width: 90px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.studycase_return_button:hover {
  background-color: #f5f5f5;
  border-radius: 5px;
  text-decoration: none;
}

.return_text {
  color: #212121;
  margin-left: 10px;
  font-style: normal;
  text-decoration: none;
}

.return_text:hover {
  text-decoration: none;
}

.studycase_main_container {
  border: 1px #000;
  max-width: 1100px;
}

.studycase_description_block {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-top: 0;
  display: flex;
}

.studycase_content_block {
  width: 70%;
}

.studycase_block {
  border-bottom: 1px #9e9e9e;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 101px;
  display: flex;
}

.studycase_logo {
  width: 191px;
}

.studycase_block_year {
  margin-top: 50px;
}

.studycase_text_year {
  color: #212121;
}

.studycase_data_year {
  color: #212121;
  font-weight: 700;
}

.studycase_block_website {
  margin-top: 30px;
}

.studycase_text_website {
  color: #212121;
}

.studycase_data_website {
  font-weight: 700;
}

.studycase_block_partner {
  margin-top: 30px;
}

.studycase_text_partner {
  color: #212121;
}

.studycase_data_partner {
  color: #212121;
  font-weight: 700;
}

.studycase_block_status {
  margin-top: 30px;
}

.studycase_text_status {
  color: #212121;
}

.studycase_data_status {
  color: #212121;
  font-weight: 700;
}

.studycase_block_logo {
  justify-content: center;
  display: flex;
}

.studycase_heading {
  border-bottom: 1px solid #9e9e9e;
  margin-top: 0;
  padding-bottom: 50px;
  font-size: 43px;
  line-height: 55.2px;
}

.studycase_content {
  margin-top: 70px;
  position: relative;
}

.studycase_image {
  border-radius: 10px;
}

.studycase_problem_heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.studycase_content_problem {
  margin-top: 50px;
  display: none;
}

.studycase_problem_text {
  margin-top: 20px;
}

.studycase_content_solution {
  margin-top: 31px;
  display: none;
}

.studycase_solution_heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.studycase_solution_firstpart {
  margin-top: 20px;
}

.studycase_solution_list {
  margin-top: 30px;
  list-style-type: lower-roman;
}

.studycase_list_lineone {
  display: flex;
}

.studycase_list_linetwo, .studycase_list_linethree, .studycase_list_linefour {
  margin-top: 20px;
  display: flex;
}

.check_text_one, .text-block-20, .text-block-21, .text-block-22 {
  margin-left: 10px;
  font-weight: 600;
}

.studycase_solution_secondpart {
  margin-top: 30px;
}

.studycase_sepration_line {
  border-bottom: 1px solid #9e9e9e;
}

.studycase_second_container {
  max-width: 1110px;
  margin-bottom: 220px;
}

.studycase_sublline_heading {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 61.5px;
}

.studycase_secondheading {
  text-align: center;
  font-family: Dokdo, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 61.5px;
}

.studycase_secondheadbing_block {
  margin-top: 100px;
  margin-bottom: 60px;
}

.studycase_mosaic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

.blog_mask_section {
  width: 100%;
  height: 120px;
}

.blog_main_section {
  border: 0 #bdbdbd;
  border-radius: 4px;
  margin-top: 100px;
  margin-bottom: 200px;
  padding-left: 5%;
  padding-right: 5%;
}

.blog_main_block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 31px;
  display: flex;
}

.blog_search_tool {
  width: 30%;
}

.blog_mosaic_articles {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: none;
}

.blog_heading {
  margin-top: 0;
  font-family: Dokdo, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 49.7px;
}

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

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

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

.search_input_articles {
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 7px;
}

.search_button_articles {
  height: 38px;
  display: none;
}

.search_bar {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  margin-top: 30px;
  display: flex;
}

.blog_tags_mosaic {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: auto;
  margin-top: 30px;
  margin-right: 0;
  display: grid;
}

.tag_text {
  color: #212121;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Heebo, sans-serif;
  font-size: 11px;
}

.blog_card_article {
  height: 472px;
  display: block;
  overflow: visible;
}

.card_article_image {
  display: block;
}

.card_article_date {
  margin-top: 10px;
  font-family: Heebo, sans-serif;
}

.card_article_heading {
  min-height: 70px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.card_article_text {
  min-height: 162px;
  margin-top: 10px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.article_mask_section {
  background-image: url('../images/studyCase_mask.svg');
  background-position: 0 0;
  background-size: auto;
  height: 110px;
}

.article_main_section {
  margin-top: 50px;
  margin-bottom: 200px;
}

.article_main_container {
  max-width: 80%;
}

.article_main_block {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.article_content {
  width: 60%;
}

.article_author {
  width: 40%;
}

.article_heading {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.article_date_time {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.article_date {
  margin-right: 10px;
}

.article_time_one {
  margin-left: 10px;
}

.article_image {
  margin-top: 5px;
}

.article_summary_heading {
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.article_title_one {
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.article_headingtext_two {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
}

.article_title_three, .article_title_four {
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.article_headingtext_one {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.article_text_onepartone {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.quote_text {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 45px;
}

.article_quote {
  margin-top: 50px;
}

.quote_one {
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 0;
}

.quote_two {
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 0;
}

.quote_author {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.article_text_oneparttwo {
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.article_sub_two {
  margin-top: 20px;
}

.article_text_twopartone, .article_text_twoparttwo {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.article_tags_list {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.article_author_block {
  margin-top: 5px;
  margin-bottom: 60px;
}

.author_text {
  color: #212121;
  font-family: Heebo, sans-serif;
}

.author_content {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.author_image {
  border-radius: 10px;
  width: 90px;
  height: 90px;
}

.author_description {
  align-self: center;
  margin-left: 10px;
}

.author_name {
  font-family: Heebo, sans-serif;
  font-weight: 700;
}

.author_job {
  font-family: Heebo, sans-serif;
}

.socialmedia {
  justify-content: space-between;
  align-items: center;
  width: 132px;
  margin-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.twitter {
  width: 27px;
  margin-left: 20px;
}

.facebook {
  width: 27px;
}

.linkedin {
  width: 27px;
  margin-left: 20px;
}

.article_others {
  margin-top: 20px;
}

.article_others_heading {
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.article_others_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.article_other_card {
  justify-content: space-between;
  display: flex;
}

.other_card_title {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.other_card_datetime {
  justify-content: flex-start;
  width: 250px;
  margin-top: 5px;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.other_date {
  margin-left: 3px;
  margin-right: 3px;
}

.other_time_two {
  margin-left: 2px;
}

.other_card_content {
  width: 70%;
}

.other_card_image {
  width: 28%;
  margin-left: 20px;
}

.article_title_two {
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-23 {
  font-size: 45px;
  line-height: 45px;
}

.image-34 {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.body-2 {
  max-width: 1400px;
}

.image-35 {
  display: none;
}

.image-36 {
  flex: none;
  align-self: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.link-block-2 {
  color: #272727;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.link-block-3 {
  height: 45px;
  margin-bottom: 40px;
  text-decoration: none;
  display: none;
}

.div-block-9 {
  width: 27px;
  height: 27px;
}

.social-block-icon {
  background-image: url('../images/twiter.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.social-block-icon:hover {
  background-image: url('../images/purple_facebook.svg');
  background-position: 0 0;
  background-size: cover;
}

.social-block-icon.facebook {
  background-image: url('../images/facebook_1.svg');
  background-position: 0 0;
  background-size: cover;
}

.social-block-icon.facebook:hover {
  background-image: url('../images/purple_facebook.svg');
  background-position: 0 0;
  background-size: cover;
}

.social-block-icon.twitter {
  background-image: url('../images/twiter.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 27px;
}

.social-block-icon.twitter:hover {
  background-image: url('../images/purple_twitter.svg');
  background-position: 0 0;
  background-size: cover;
}

.social-block-icon.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.social-block-icon.linkedin:hover {
  background-image: url('../images/purple_linkedin.svg');
  background-position: 0 0;
  background-size: cover;
}

.facebook-icon {
  background-image: url('../images/footer_facebook.svg');
  background-position: 0 0;
  background-size: cover;
  width: 21px;
  height: 21px;
}

.facebook-icon:hover {
  background-image: url('../images/purple_facebook.svg');
  background-position: 0 0;
  background-size: cover;
}

.twitter-icon {
  background-image: url('../images/footer_twitter.svg');
  background-position: 0 0;
  background-size: cover;
  width: 24px;
  height: 21px;
}

.twitter-icon:hover {
  background-image: url('../images/purple_twitter.svg');
}

.linkedin-icon {
  background-image: url('../images/footer_linkedin.svg');
  background-position: 0 0;
  background-size: cover;
  width: 21px;
  height: 21px;
}

.linkedin-icon:hover {
  background-image: url('../images/purple_linkedin.svg');
}

.link-block-4 {
  margin-bottom: 40px;
  text-decoration: none;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

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

.collection-list {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-37 {
  width: 30%;
  max-width: 200px;
}

.collection-list-wrapper {
  margin-top: -148px;
  margin-bottom: 140px;
}

.pagination {
  margin-top: 60px;
  font-family: Inter, sans-serif;
}

.image-38 {
  margin-bottom: 2px;
  margin-left: 5px;
  transform: rotate(180deg);
}

.image-38.previous {
  margin-left: 0;
  margin-right: 5px;
  transform: none;
}

.text-block-24 {
  font-size: 17px;
  font-weight: 500;
}

.next {
  border-width: 0;
}

.next:hover {
  background-color: #f5f5f5;
}

.next.w--current {
  cursor: pointer;
  background-color: #f5f5f5;
  border-width: 0;
  border-radius: 5px;
}

.next.w--current:hover {
  background-color: #f5f5f5;
}

.text-block-25 {
  font-weight: 500;
}

.previous-2 {
  border-width: 0;
}

.previous-2:hover {
  background-color: #f5f5f5;
}

.collection-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}

.collection-item:hover {
  border-color: #89ca92;
}

.collection-list-2 {
  grid-column-gap: 25px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.collection-item-2 {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}

.collection-item-2:hover {
  border-color: #89ca92;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-7, .link-block-8 {
  color: #212121;
  text-decoration: none;
}

.collection-articles {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.blog-article {
  object-fit: fill;
  height: auto;
  display: block;
  overflow: visible;
}

.collection-blog-tags {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-tags {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100%;
  display: flex;
}

.link-blog-articles {
  color: #212121;
  text-decoration: none;
  display: inline-block;
}

.article_time_two {
  margin-left: 5px;
  margin-right: 5px;
}

.collection-item-4 {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.link-block-10, .link-block-11 {
  color: #212121;
  text-decoration: none;
}

.link-block-11:hover {
  text-decoration: underline;
}

.collection-list-wrapper-4 {
  flex-direction: row;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 20px;
}

.collection-list-5 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-5 {
  z-index: 3;
  width: 20%;
  min-width: 100px;
  position: relative;
}

.collection-item-5:hover {
  border-color: #9febaa;
  border-radius: 6px;
}

.blog-tag {
  flex: none;
}

.collection-blog-articles {
  width: 100%;
}

.div-block-10 {
  color: #05050552;
  background-color: #000;
  position: static;
}

.collection-list-8 {
  grid-column-gap: 26px;
  display: flex;
}

.collection-list-wrapper-7 {
  margin-top: 20px;
}

.collection-item-7 {
  width: 33%;
}

.pagination-2 {
  margin-top: 40px;
}

.image-40 {
  margin-bottom: 2px;
  margin-left: 5px;
  transform: rotate(180deg);
}

.text-block-26 {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.next-2 {
  background-color: #fafafa00;
  border-width: 0;
}

.next-2:hover {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.previous-3 {
  border-width: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.previous-3:hover {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.image-41 {
  margin-bottom: 2px;
  margin-right: 5px;
}

.form-block-2 {
  margin-top: 30px;
}

.text-field-5 {
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-11 {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-bottom: 40px;
  display: flex;
}

.previous {
  border-style: none;
  border-width: 0;
  font-size: 17px;
  font-weight: 500;
}

.empty-state {
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-items {
  justify-content: center;
  align-items: center;
}

.empty-state-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-27 {
  text-align: center;
  align-self: center;
  font-family: Heebo, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  display: flex;
}

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

.previous-4 {
  display: block;
}

.pagination-3 {
  margin-top: 60px;
}

.next-3, .previous-5 {
  border-width: 0;
  border-radius: 5px;
}

.image-42 {
  margin-bottom: 2px;
  margin-left: 5px;
  transform: rotate(180deg);
}

.text-block-28 {
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-43 {
  margin-bottom: 2px;
  margin-right: 5px;
}

.text-block-29 {
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-container {
  object-fit: contain;
  max-width: 250px;
  max-height: 250px;
  position: relative;
}

.picture-mask {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mask-title {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.mask-logo {
  width: 36px;
  margin-top: 20px;
}

.collection-list-wrapper-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-10 {
  grid-column-gap: 15px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.rich-text-block {
  max-height: 50px;
  margin-top: 5px;
  line-height: 7px;
}

.rich-text-block._321team_subtitle {
  line-height: 18px;
}

.html-embed, .html-embed-2 {
  display: block;
}

.text-block-30 {
  display: none;
}

.checkbox-label {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.checkbox {
  display: none;
}

.checkbox-field {
  border: 0 solid #0000;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 5px 12px;
  display: flex;
}

.checkbox-field.is-active {
  border: 2px solid #9febaa;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 3px 10px;
}

.checkbox-2 {
  display: none;
}

.checkbox-field-2 {
  background-color: #e0e0e0;
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.checkbox-field-2.is-active {
  border-color: #000;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.collection-list-wrapper-10 {
  display: none;
}

.text-block-31 {
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.social-icon-author {
  background-image: url('../images/Facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.social-icon-author:hover {
  background-image: url('../images/purple_facebook.svg');
  background-position: 0 0;
  background-size: cover;
}

.social-icon-author.facebook.news {
  background-image: url('../images/Vector-1_1Vector (1).webp');
  background-position: 50%;
  background-size: cover;
  width: 26px;
  height: 26px;
}

.social-icon-author.facebook.news:hover {
  background-image: url('../images/purple_facebook.svg');
  width: 26px;
  height: 26px;
}

.social-icon-author.twitter.news {
  background-image: url('../images/Vector-2_1Vector (2).webp');
  width: 30px;
  height: 25px;
  margin-left: 0;
}

.social-icon-author.twitter.news:hover {
  background-image: url('../images/purple_twitter.svg');
}

.social-icon-author.linkedin.news {
  background-image: url('../images/Vector-3_1Vector (3).webp');
  width: 26px;
  height: 26px;
  margin-left: 0;
}

.social-icon-author.linkedin.news:hover {
  background-image: url('../images/purple_linkedin.svg');
}

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

.image-44 {
  width: 72px;
  position: absolute;
  inset: 0% auto auto -12%;
}

.rich-text-block-2 {
  margin-top: 15px;
}

.form-block-3 {
  width: 100%;
}

.collection-item-10 {
  width: 23%;
}

.div-block-15 {
  border-bottom: 1px solid #eee;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-bottom: 20px;
  padding-left: 2%;
  padding-right: 3%;
  display: flex;
}

.section-2 {
  z-index: 1;
  margin: 120px 100px 100px;
  position: relative;
}

.section-2.first_section_margin_bottom {
  margin-top: 100px;
}

.section-2.relative {
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.section-2.slider {
  margin-left: 0;
  margin-right: 0;
  padding-left: 150px;
  padding-right: 150px;
}

.terms_container {
  padding: 40px 0;
}

.cookie-terms_rich_text {
  padding-left: 100px;
  padding-right: 100px;
}

.h2_span_absolute {
  z-index: 1;
  color: #2a076d;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Dokdo, sans-serif;
  font-size: 50px;
  position: relative;
}

.h2_span_absolute.violet {
  color: #8a7ee9;
  letter-spacing: -5px;
}

.citation_quotation_mark_left {
  margin-right: 20px;
}

.entrepreneurs_portrait_border_img {
  z-index: 0;
  position: absolute;
  inset: 0%;
  transform: scale(1.07);
}

.citation_h2_span_container {
  z-index: 1;
  flex: 0 auto;
  display: inline-block;
  position: relative;
}

.citation_text_container {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.citation_h2_span_circle {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 170%;
  position: absolute;
  inset: -30% 0% 0%;
}

.entrepreneurs_card {
  position: relative;
}

.entrepreneurs_card.entrepreneurs_card_citation {
  position: absolute;
  inset: auto -8% auto auto;
}

.entrepreneurs_card.slider_right {
  margin-right: -77px;
  transform: scale(3);
}

.entrepreneurs_card.slider_left {
  margin-left: -77px;
  transform: scale(3);
}

.citation_container {
  position: relative;
}

.citation_autor_fullname {
  color: #9febaa;
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraphe {
  color: #2a076d;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.h2 {
  z-index: 1;
  color: #2a076d;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.2em;
  display: inline;
  position: relative;
}

.h2.violet {
  color: #8a7ee9;
}

.entrepreneur-portrait-img {
  object-fit: cover;
  width: 154px;
  max-width: 154px;
  height: 152px;
  max-height: 152px;
  display: block;
}

.entrepreneur-portrait-img.portait_img {
  z-index: 2;
  filter: saturate(0%);
  position: relative;
}

.entrepreneur-portrait-img.portait_img.colors_on {
  filter: none;
}

.citation_text {
  text-align: center;
}

.citation_quotation_mark_right {
  margin-left: 20px;
}

.scalable_startup_title_svg {
  position: absolute;
  inset: -40% auto auto 0%;
}

.scalable_startup_illustration_right, .scalable_startup_illustration_left {
  width: 80px;
  height: 80px;
}

.scalable_startup_illustration_text {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Dokdo, sans-serif;
  font-size: 26px;
}

.scalable_startup_illustration_text.vert {
  z-index: 1;
  color: #9febaa;
  position: relative;
}

.scalable_startup_illustration_text.violet {
  z-index: 1;
  color: #b987ea;
  position: relative;
}

.scalable_startup_grid {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.h2_span {
  letter-spacing: -5px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Dokdo, sans-serif;
  font-size: 50px;
}

.h2_container {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.scalable_startup_title_container {
  position: relative;
}

.image-45 {
  height: 80%;
  position: absolute;
  inset: 0% -5% auto auto;
}

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

.scalable_startup_illustration_text_container {
  display: inline-block;
  position: relative;
}

.shape_bg_left {
  width: 15%;
  height: 100%;
  position: absolute;
  inset: 29% auto 0% 0%;
}

.scalable_startup_illustration_title {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.scalable_startup_illustration_title.founded {
  inset: 25px 0% 0%;
}

.scalable_startup_illustration_title.go-or-no-go {
  top: -7%;
}

.scalable_startup_illustration_title.make-or-buy-or-stop {
  z-index: 0;
  top: -49%;
}

.scalable_startup_container {
  margin-top: 70px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.scalable_stratup_line_illustration_container {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.scalable_startup_line_container {
  justify-content: center;
}

.scalable_startup_invisible_block {
  width: 80px;
  height: 80px;
}

.scalable_startup_title {
  color: #2a076d;
  letter-spacing: -5px;
  text-transform: uppercase;
  font-family: Dokdo, sans-serif;
  font-size: 50px;
  line-height: .8em;
}

.make_us_different_slash {
  align-items: center;
  display: flex;
}

.make_us_different_grid_container {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.h3 {
  z-index: 1;
  color: #2a076d;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.make_us_different_number {
  color: #9febaa;
  text-transform: uppercase;
  align-items: center;
  font-family: Dokdo, sans-serif;
  font-size: 40px;
  display: flex;
}

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

.make_us_different_title_container {
  color: #9febaa;
  justify-content: flex-start;
  display: flex;
}

.expertise_central_svg_anim {
  position: absolute;
  inset: 0% auto;
}

.expertise_container {
  position: relative;
}

.expertise_central_content {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.expertise_central_container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button_2 {
  align-self: center;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button_2_shape {
  background-color: #9febaa;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.html-embed-3 {
  padding-left: 12px;
}

.expertise_button_container.web3 {
  margin-left: 180px;
}

.expertise_button_container.justify_end {
  justify-content: flex-end;
  display: flex;
}

.expertise_button_container.justify_end.fintech {
  margin-right: 180px;
}

.expertise_button_container.justify_end.ai {
  margin-right: 0;
}

.expertise_button_container.justify_end.retailtech {
  margin-right: 200px;
}

.expertise_button_container.e-health {
  margin-left: 200px;
}

.expertise_button_container.marketplaces {
  margin-left: 0;
}

.expertise_central_shappe_bg {
  z-index: 0;
  width: 120%;
  height: 120%;
  margin-top: 22px;
  position: relative;
  transform: rotate(34deg);
}

.button_2_text {
  z-index: 1;
  color: #b987ea;
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
}

.expertise_grid {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
  margin-bottom: 150px;
  position: relative;
}

.slider_arrow_svg {
  position: absolute;
}

.slider_arrow_svg.slider_arrow_svg_left {
  inset: auto auto auto 0%;
}

.slider_arrow_svg.slider_arrow_svg_right {
  inset: auto 0% auto auto;
}

.slider_bg_shape_img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-mask {
  flex: 1;
  height: 100%;
  margin-left: -25%;
  margin-right: -25%;
}

.slider_nav {
  color: #b987ea;
  font-family: Dokdo, sans-serif;
  bottom: 100px;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fs-collection-wrapper {
  width: 100%;
  height: 100%;
}

.fs-slider {
  background-color: #ddd0;
  height: 500px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.slider_entrepreneurs_portrait_container_right {
  justify-content: flex-end;
  align-items: center;
  width: 22%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.slider_entrepreneurs_portrait_container_left {
  align-items: center;
  width: 22%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.left-arrow-2 {
  align-items: center;
  display: flex;
}

.button_1 {
  color: #b987ea;
  text-transform: uppercase;
  background-color: #2a076d;
  border: 1px solid #2a076d;
  border-radius: 30px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 8px 46px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: inline;
  position: relative;
}

.button_1:hover {
  color: #2a076d;
  background-color: #b987ea;
  border: 1px solid #b987ea;
}

.button_1.slider_button {
  margin-left: auto;
  margin-right: auto;
  padding-left: 46px;
  padding-right: 46px;
  position: absolute;
  inset: auto auto 0%;
}

.fs-slide {
  width: 100%;
  height: 100%;
}

.fs-collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider_title {
  color: #b987ea;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: -7px;
  font-family: Dokdo, sans-serif;
  font-size: 30px;
}

.fs-slide-content {
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.fs-collection-list.fs-dynamic-feed {
  display: none;
}

.slider_title_content {
  margin-bottom: 20px;
}

.slider_tags {
  color: #9febaa;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.slider-content_container {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px 80px;
  display: flex;
  position: relative;
}

.slider_subtitle {
  color: #b987ea;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.file {
  max-width: 50%;
  max-height: 200px;
  margin-top: 80px;
}

.photo-container-1-hidden {
  grid-column-gap: 8px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  justify-content: center;
  height: 328px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  overflow: hidden;
}

.text-block-32, .text-block-33 {
  line-height: 50px;
}

.div-block-17 {
  order: 0;
}

.div-block-18 {
  order: 1;
  position: static;
}

.landing-events-header_logo {
  z-index: 1;
  justify-content: center;
  width: 100%;
  margin-top: 5rem;
  display: flex;
  position: absolute;
}

.events-container_blue {
  background-color: #0000;
  background-image: url('../images/home_portfolio_background_1home_portfolio_background.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 500px;
  max-height: 947px;
  margin-top: 60px;
  padding: 140px 10%;
  display: flex;
}

.events-container_blue.footer {
  padding-bottom: 140px;
}

.events-container_blue_title {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.events-container_blue_two_columns {
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.events-container_blue_two_columns_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.events-container_blue_paragraph {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.events-container_blue_image {
  border-radius: 10px;
  height: 100%;
}

.events-section_container-key-figures {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  padding: 60px 10%;
  display: flex;
}

.events-grid_key-figures {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.events-grid_key-figures_wrapper {
  text-align: center;
}

.events-heading_2 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Dokdo, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
}

.events-heading_2.white-text {
  color: #fff;
}

.events-heading_2.white-text.centered-text {
  text-align: center;
}

.events-grid_key-figures_title {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.events-grid_key-figures_paragraph {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.events-container_blue_bottom {
  background-image: url('../images/Mask-group.svg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 200px;
  display: none;
}

.events-text-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.events-header-mask_title {
  color: #fff;
  text-align: center;
  font-family: Dokdo, sans-serif;
  font-size: 4.5rem;
  line-height: 4.2rem;
}

.events_sub-title {
  color: #333;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.events_sub-title.white-text {
  color: #fff;
  white-space: normal;
  object-fit: contain;
  font-size: 1.2rem;
}

.events-grid_four-blocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 60px;
  margin-bottom: 0;
}

.events-grid_four-blocks_title {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 40px;
}

.events-grid_four-blocks-wrapper_paragraph {
  color: #fff;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.events-grid_four-blocks-wrapper_title-wrapper {
  align-items: center;
  display: flex;
}

.events-grid_four-blocks_step {
  color: #9febab;
  text-align: left;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.round_expertise {
  width: 150px;
}

.events-method-container {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.events-contact-from_wrapper {
  margin-top: 60px;
}

.linesix {
  margin-top: 20px;
}

.checkbox-nft {
  color: #fff;
  font-family: Inter, sans-serif;
}

.events_sub-title_small {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1rem;
}

.events-brand-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.events-brand-container.logo-container {
  display: flex;
}

.events-header-mask {
  z-index: 0;
  background-image: url('../images/home_header_background.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 36px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.events-brand-container_title {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.events-grid_key-figures_image {
  width: 50px;
  margin-bottom: 20px;
}

.method-container_sub-title-copy {
  text-align: center;
  text-transform: uppercase;
  font-family: Dokdo, sans-serif;
  font-size: 85px;
  line-height: 85px;
}

.events-section-header_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.events-heading_upper {
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 60px;
}

.events-paragraph {
  text-align: center;
  width: 800px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.events-heading_1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Dokdo, sans-serif;
  font-size: 4.5rem;
  line-height: 4.2rem;
}

.section_newsletter {
  background-color: var(--green-nl);
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.is-btc {
  font-family: Roboto, sans-serif;
}

.text-size-small.is-btc.is-lemon {
  color: var(--lemon-nl);
}

.text-size-small.is-btc.is-lemon.is-medium {
  font-weight: 500;
}

.text-size-small.is-btc.is-bold {
  font-weight: 700;
}

.text-size-small.is-white {
  color: var(--white);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-align-right {
  text-align: right;
}

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.spacer-96 {
  width: 100%;
  padding-top: 6rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacer-large {
  padding-top: 3rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.is-btc {
  font-family: Roboto, sans-serif;
}

.text-size-medium.is-btc.is-lemon {
  color: var(--lemon-nl);
}

.text-size-medium.is-btc.is-lemon.is-bold {
  font-weight: 700;
}

.text-size-medium.is-btc.is-bold {
  font-weight: 500;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-align-left {
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.overflow-auto {
  overflow: auto;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  border-radius: 1rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  font-family: Roboto, sans-serif;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.button {
  background-color: var(--green-nl);
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.is-btc {
  font-family: Work Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.heading-style-h1.is-white {
  color: var(--white);
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.btc_form_component {
  max-width: 30rem;
  margin-bottom: 0;
}

.btc_image {
  width: 100%;
  height: 50vh;
  max-height: 60rem;
}

.btc_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.btc_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
}

.error-message {
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.btc_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.btc_image-wrapper {
  background-color: var(--green-nl);
  align-items: center;
  height: 100vh;
  display: flex;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-message.is-btc {
  background-color: #19c39333;
  border-radius: 1rem;
}

.btc_logo {
  height: 1rem;
}

.logo {
  text-align: left;
  justify-content: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.logoheader {
  text-align: left;
  width: 150px;
}

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

.maincontainer {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.title {
  color: #2a076d;
  align-self: flex-start;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.subtitle {
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.button-2 {
  background-color: #2a076d;
  padding: 20px 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.datablock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.datablockfigure {
  color: var(--green);
  font-family: Dokdo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}

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

.section-4.green {
  background-color: #9febaa;
}

.datablockdesc {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: inline-block;
}

.link-2 {
  color: #2a076d;
  font-weight: 400;
  display: flex;
}

.link-2:hover {
  color: #2a076d;
}

.datablocks {
  justify-content: space-between;
  display: flex;
}

.heading-3 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-3.h2 {
  color: #333;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
}

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

.heading-4 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-4.h2 {
  color: #333;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
}

.text-block-34 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.section-6.blue {
  background-color: #1d3d8a;
}

.text-block-35 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-35.whitefont {
  color: #fff;
}

.heading-5 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-5.h2 {
  color: #333;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
}

.heading-5.h2.whitefont {
  color: #fff;
}

.heading-6 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-6.h2 {
  color: #333;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
}

.text-block-36 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-dark {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-link {
  margin-left: 12px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copyright-center {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.modal-wrapper {
  z-index: 9999;
  background-image: linear-gradient(45deg, #1d3d8ae6, #9febaae6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.namelabel {
  color: #333;
}

.closemodalbutton {
  text-align: left;
  cursor: pointer;
  width: 40px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.positionlabel {
  color: #333;
}

.form-2 {
  text-align: left;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 600px;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 1px 1px 50px #0003;
}

.firstnamelabel {
  color: #333;
}

.form-block-4 {
  background-color: #fff;
  border-radius: 0;
}

.nameinput {
  border-radius: 0;
}

.emaillabel {
  color: #333;
}

.formtitle {
  color: #1d3d8a;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.positioninput {
  border-radius: 0;
}

.text-block-37 {
  color: #333;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

.formsubmit {
  background-color: var(--green);
  color: var(--graydark);
  text-align: center;
  border-radius: 0;
  width: 100%;
  font-weight: 700;
  overflow: visible;
}

.firstnameinput-2, .emailinput-2 {
  border-radius: 0;
}

.checkbox-label-3 {
  color: #333;
}

.button-3 {
  background-color: var(--green);
  color: var(--graydark);
  margin-top: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

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

.section-7.green {
  background-color: #9febaa;
}

.heading-7 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-7.h2 {
  color: var(--blue);
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  position: relative;
}

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

.heading-8 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-8.h2 {
  color: var(--blue);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
}

.text-block-38 {
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-9 {
  color: var(--graydark);
  background-color: #fff;
}

.section-9.blue {
  background-color: #1d3d8a;
}

.section-9.green {
  background-color: var(--green);
}

.text-block-39 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-39.whitefont {
  color: var(--graydark);
}

.heading-9 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-9.h2 {
  color: var(--blue);
  text-align: left;
  align-self: center;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
}

.heading-9.h2.whitefont {
  color: var(--blue);
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  color: var(--blue);
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-10.h2 {
  color: var(--blue);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
}

.text-block-40 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-block-5 {
  background-color: #fff;
  border-radius: 0;
}

.text-block-41 {
  color: #333;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

.emailinput-3 {
  border-radius: 0;
}

.checkbox-label-4 {
  color: #333;
}

.services {
  justify-content: space-between;
  display: flex;
}

.service {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.servicetitle {
  color: var(--blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.datablocksource {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.text-block-43 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.text-span-244 {
  text-transform: lowercase;
  margin-top: 20px;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
}

.text-block-44 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: none;
}

.steps {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.step {
  flex-direction: column;
  align-items: center;
  max-width: 25%;
  display: flex;
}

.text-block-45 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.stepicon {
  width: 50px;
}

.steptitle {
  color: var(--green);
  text-align: center;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.stepdesc {
  text-align: center;
  margin-top: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.exemple {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-46 {
  color: var(--green);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 61px;
}

.text-block-47 {
  text-align: center;
  max-width: 60%;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-span-245 {
  font-size: 12px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .paragraph-3 {
    line-height: 2.5rem;
  }

  .footer__top-container__text-container {
    padding-left: 30px;
  }

  .text-block {
    font-size: 15px;
  }

  .text-block-3 {
    padding-right: 0%;
  }

  .heading {
    font-family: Dokdo, sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 46.15px;
  }

  .portfolio_block {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    margin-top: 120px;
    display: flex;
  }

  .photo-container-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: 380px;
    overflow: hidden;
  }

  .image-8, .image-10 {
    border-radius: 10px;
    flex: 0 auto;
  }

  .photo-container-2 {
    width: auto;
    height: 385px;
    overflow: hidden;
  }

  .transparent-button.mobile, .navbar-2, .home-slider-mobile-container {
    display: none;
  }

  .main_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .eagle_emoj {
    font-family: Inter, sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 69px;
  }

  .line_emoj {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 418px;
    margin-bottom: 29px;
    display: flex;
  }

  .bee_emoj, .rocket_emoji, .beetle_emoj, .dear_emoj, .elephant_emoj, .gorilla_emoj {
    font-family: Inter, sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 69px;
  }

  .subline {
    color: #fff;
    text-align: center;
    width: 970px;
    margin-top: 31px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
  }

  .bubble_purple {
    position: absolute;
    inset: 403px auto 0 39px;
  }

  .bubble_darkpurple {
    top: 435px;
    right: 9%;
  }

  .portfolio_section {
    display: none;
  }

  .studycase_mask_section {
    background-repeat: repeat-x;
    background-size: contain;
  }

  .blog_mask_section {
    background-image: none;
    background-size: auto;
    width: auto;
    height: 134px;
    display: block;
  }

  .image-34 {
    flex: 1;
    align-self: flex-start;
    width: 100%;
    height: 100%;
  }

  .body-6 {
    max-width: 1400px;
  }

  .section-2 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .section-2.relative {
    padding-left: 120px;
    padding-right: 120px;
  }

  .terms_container {
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-terms_rich_text {
    padding-left: 100px;
    padding-right: 100px;
  }

  .citation_text_container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .entrepreneurs_card.entrepreneurs_card_citation {
    right: -6%;
  }

  .h2_container, .scalable_startup_container, .make_us_different_grid_container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .fs-mask {
    margin-left: -43%;
    margin-right: -43%;
  }

  .fs-slider {
    margin-left: 150px;
    margin-right: 150px;
  }

  .photo-container-1-hidden {
    width: auto;
    height: 380px;
    display: none;
    overflow: hidden;
  }

  .events_sub-title, .events_sub-title_small {
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    max-width: 1600px;
    padding-right: 140px;
    left: auto;
    right: auto;
  }

  .footer__top-container__text-container {
    width: auto;
  }

  .footer__top-container__right-block {
    justify-content: space-around;
  }

  .text-block-3 {
    padding-right: 0%;
  }

  .text-section-container {
    position: relative;
  }

  .container {
    display: block;
  }

  .section {
    background-image: url('../images/schedule.svg');
    background-position: 0 0;
    background-size: cover;
    justify-content: space-between;
    width: auto;
    height: 685px;
  }

  .columns {
    margin-top: 0;
    padding-top: 135px;
  }

  .text-span {
    color: #313030;
  }

  .text-span-2 {
    color: #333232;
  }

  .text-span-3 {
    color: #4d4b4b;
  }

  .text-span-4 {
    color: #636060;
  }

  .text-span-5 {
    color: #7e7b7b;
  }

  .text-span-6 {
    color: #9c9999;
  }

  .text-span-7 {
    color: #cac6c6;
  }

  .text-span-8 {
    color: #dbd6d6;
  }

  .text-span-9 {
    color: #e6e0e0;
  }

  .text-span-10 {
    color: #f1ecec;
  }

  .text-span-11, .text-span-12 {
    color: #f3eeee;
  }

  .text-span-13 {
    color: #f5efef;
  }

  .text-span-14 {
    color: #f8f4f4;
  }

  .text-span-15 {
    color: #fdfafa;
  }

  .text-span-16 {
    color: #fffcfc;
  }

  .text-span-17 {
    color: #fffdfd;
  }

  .text-span-18 {
    color: #fffefe;
  }

  .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37 {
    color: #fff;
  }

  .text-span-38 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .text-span-39 {
    font-family: Lato, sans-serif;
  }

  .text-span-40, .text-span-41 {
    font-family: Inter, sans-serif;
  }

  .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82, .text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122, .text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127, .text-span-128, .text-span-129, .text-span-130, .text-span-131, .text-span-132, .text-span-133, .text-span-134, .text-span-135, .text-span-136, .text-span-137, .text-span-138, .text-span-139, .text-span-140, .text-span-141, .text-span-142, .text-span-143, .text-span-144, .text-span-145, .text-span-146, .text-span-147, .text-span-148, .text-span-149, .text-span-150, .text-span-151, .text-span-152, .text-span-153, .text-span-154, .text-span-155, .text-span-156, .text-span-157, .text-span-158, .text-span-159, .text-span-160, .text-span-161, .text-span-162, .text-span-163, .text-span-164, .text-span-165, .text-span-166, .text-span-167, .text-span-168, .text-span-169, .text-span-170, .text-span-171, .text-span-172, .text-span-173, .text-span-174, .text-span-175, .text-span-176, .text-span-177, .text-span-178, .text-span-179, .text-span-180, .text-span-181, .text-span-182, .text-span-183, .text-span-184, .text-span-185, .text-span-186, .text-span-187, .text-span-188, .text-span-189, .text-span-190, .text-span-191, .text-span-192, .text-span-193, .text-span-194, .text-span-195, .text-span-196, .text-span-197, .text-span-198, .text-span-199, .text-span-200, .text-span-201, .text-span-202, .text-span-203, .text-span-204, .text-span-205, .text-span-206, .text-span-207, .text-span-208, .text-span-209, .text-span-210, .text-span-211, .text-span-212, .text-span-213, .text-span-214, .text-span-215, .text-span-216, .text-span-217, .text-span-218, .text-span-219, .text-span-220, .text-span-221, .text-span-222, .text-span-223, .text-span-224, .text-span-225, .text-span-226, .text-span-227, .text-span-228, .text-span-229, .text-span-230, .text-span-231, .text-span-232, .text-span-233, .text-span-234, .text-span-235, .text-span-236, .text-span-237, .text-span-238, .text-span-239, .text-span-240, .text-span-241, .text-span-242 {
    font-size: 0;
  }

  .text-span-243 {
    font-size: 46px;
  }

  .text-block-6 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .heading {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 46px;
  }

  .profilepictureone {
    border-radius: 10px;
    width: auto;
    height: auto;
  }

  .column {
    text-align: left;
    height: 103.5px;
  }

  .nameone {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .jobone {
    color: #fff;
    margin-bottom: 10px;
    font-family: Heebo, sans-serif;
  }

  .name-job {
    display: block;
  }

  .linkedinone {
    color: #fff;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .column-2 {
    align-items: center;
    height: 103.5px;
    display: flex;
  }

  .column-3, .column-4, .column-5 {
    display: flex;
  }

  .columns-2 {
    margin-top: 40px;
  }

  .profilepicturetwo {
    border-radius: 10px;
  }

  .nametwo {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .jobtwo {
    color: #fff;
    margin-bottom: 10px;
    font-family: Heebo, sans-serif;
  }

  .linkedintwo {
    color: #fff;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .column-6, .div-block, .div-block-2 {
    height: 103.5px;
  }

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

  .div-block-4, .div-block-5 {
    height: 103.5px;
  }

  .div-block-6 {
    height: auto;
    display: block;
  }

  .div-block-7 {
    display: flex;
  }

  .div-block-8 {
    display: block;
  }

  .column-7 {
    align-items: center;
    height: 103.5px;
    display: flex;
  }

  .block-quote {
    color: #fff;
  }

  .subtext {
    color: #fff;
    text-align: justify;
    letter-spacing: .25px;
    text-transform: none;
    font-size: 18px;
    font-style: italic;
    line-height: 27px;
  }

  .profileone {
    display: flex;
  }

  .profiledescriptionone {
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .profiletwo {
    display: flex;
  }

  .profiles {
    justify-content: space-between;
    display: flex;
  }

  .profiledescriptiontwo {
    margin-left: 10px;
  }

  .partone {
    width: 50%;
  }

  .parttwo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .container-2 {
    justify-content: flex-start;
    display: flex;
  }

  .quotetwo {
    margin-right: 8px;
  }

  .portfolio_block {
    justify-content: center;
    margin-top: 120px;
    padding-top: 0;
    display: flex;
  }

  .lineone, .linetwo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    display: flex;
  }

  .lastnameinput, .firstnameinput {
    color: #757575;
    border-radius: 4px;
    height: 48px;
    font-family: Heebo, sans-serif;
    font-size: 16px;
  }

  .submit-button {
    background-color: #e09d00;
    border-radius: 1px;
    width: 100%;
    margin-top: 0;
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .text-field, .phoneinput, .emailinput, .text-field-4 {
    color: #757575;
    border-radius: 4px;
    height: 48px;
    font-family: Heebo, sans-serif;
    font-size: 16px;
  }

  .textarea {
    color: #757575;
    border-radius: 4px;
    height: 97px;
    font-family: Heebo, sans-serif;
    font-size: 16px;
  }

  .form-block {
    justify-content: space-between;
    align-items: flex-end;
    display: block;
  }

  .green-arrow {
    position: absolute;
    inset: -50% 22% auto auto;
  }

  .photo-container-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 338px;
    margin-top: 40px;
    display: flex;
    overflow: hidden;
  }

  .image-8 {
    border-radius: 10px;
    flex: 0 auto;
    width: auto;
    height: 100%;
  }

  .image-9 {
    height: 100%;
  }

  .image-10 {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 10px;
    flex: 0 auto;
  }

  .photo-container-2 {
    height: 435px;
  }

  .photo-container-2-box {
    min-width: 180px;
  }

  .image-12 {
    object-fit: cover;
    flex: 0 auto;
    height: 49%;
  }

  .image-13 {
    object-fit: cover;
    height: 49%;
  }

  .transparent-button.mobile {
    display: none;
  }

  .body {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-portfolio-container {
    background-size: cover;
  }

  .image-18 {
    width: 70%;
  }

  .big-text-container {
    overflow: hidden;
  }

  .navbar-2, .image-28, .home-slider-mobile-container {
    display: none;
  }

  .our_team_mask {
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    max-width: 1600px;
    height: 570px;
    position: relative;
  }

  .bubble_purple {
    top: 440px;
    left: 5%;
  }

  .bubble_darkpurple {
    top: 520px;
    right: 8%;
  }

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

  .startup_mask {
    background-image: url('../images/start_up__top_background_1start_up__top_background.webp');
    background-repeat: repeat-x;
    background-size: cover;
  }

  .card_header {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .card_description {
    min-height: 80px;
  }

  .image-33 {
    order: 0;
  }

  .portfolio_section {
    margin-top: -125px;
  }

  .portfolio_mosaic {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .studycase_mask_section {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .studycase_block {
    grid-column-gap: 30px;
  }

  .blog_mask_section {
    height: 128px;
  }

  .blog_main_section {
    border-style: none;
    border-width: 0;
  }

  .blog_main_container {
    max-width: 1200px;
  }

  .text-block-23 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
  }

  .body-2, .body-3, .body-4 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-5 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .next {
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .previous-2 {
    font-family: Heebo, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .collection-articles {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .collection-list-5 {
    justify-content: center;
    align-items: center;
  }

  .body-7 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-8 {
    max-width: 1600px;
  }

  .image-container {
    object-fit: contain;
    align-self: flex-start;
    max-width: 250px;
    max-height: 250px;
  }

  .checkbox-field-2 {
    font-size: 14px;
  }

  .checkbox-label-2 {
    font-size: 16px;
  }

  .section-2 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .section-2.relative {
    padding-left: 140px;
    padding-right: 140px;
  }

  .terms_container {
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-terms_rich_text, .citation_text_container {
    padding-left: 140px;
    padding-right: 140px;
  }

  .scalable_startup_title_svg {
    top: -39%;
  }

  .h2_container, .scalable_startup_container, .make_us_different_grid_container {
    padding-left: 140px;
    padding-right: 140px;
  }

  .fs-mask {
    margin-left: auto;
    margin-right: auto;
  }

  .fs-slider {
    margin-left: 260px;
    margin-right: 260px;
  }

  .photo-container-1-hidden {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 338px;
    margin-top: 40px;
    display: none;
    overflow: hidden;
  }

  .events-container_blue, .events-section_container-key-figures {
    background-size: cover;
  }

  .events-text-section-container {
    position: relative;
  }

  .events-form {
    justify-content: space-between;
    align-items: flex-end;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .photo-container-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    align-items: stretch;
  }

  .image-8 {
    border-radius: 10px;
    flex: 0 auto;
  }

  .image-10 {
    object-fit: cover;
    border-radius: 10px;
    flex: 0 auto;
  }

  .image-container {
    max-width: 250px;
    max-height: 250px;
  }

  .section-2 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .section-2.relative {
    padding-left: 180px;
    padding-right: 180px;
  }

  .terms_container {
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-terms_rich_text, .citation_text_container {
    padding-left: 180px;
    padding-right: 180px;
  }

  .entrepreneurs_card.entrepreneurs_card_citation {
    right: -2%;
  }

  .scalable_startup_title_svg {
    top: -50%;
  }

  .h2_container, .scalable_startup_container, .make_us_different_grid_container {
    padding-left: 180px;
    padding-right: 180px;
  }

  .fs-slider {
    margin-left: 400px;
    margin-right: 400px;
  }

  .photo-container-1-hidden {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: space-around;
    align-items: stretch;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .home-header-mask {
    background-position: 50%;
    background-size: cover;
  }

  .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar__link-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-header-mask__title {
    font-size: 66px;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 28px;
  }

  .footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer__top-container__left-block {
    width: 50%;
  }

  .footer__top-container__text-container {
    padding-left: 10px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .footer__top-container__right-block {
    width: 60%;
  }

  .footer__bottom-container {
    margin-top: 20px;
  }

  .footer_link {
    font-size: 11px;
  }

  .text-block-3 {
    padding-right: 20px;
  }

  .image-5 {
    width: 76px;
    left: 28px;
  }

  .image-7 {
    width: 87px;
    top: -20px;
    right: 5px;
  }

  .section {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    background-size: cover;
    flex-direction: column;
    height: auto;
    padding: 100px 10% 60px;
  }

  .text-span-131 {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 700;
  }

  .text-block-6 {
    text-align: center;
  }

  .heading {
    text-align: center;
    font-size: 55px;
  }

  .nameone {
    font-size: 14px;
  }

  .jobone, .nametwo, .jobtwo {
    font-size: 12px;
  }

  .profileone, .profiletwo {
    align-self: center;
    width: 50%;
  }

  .profiles {
    align-items: center;
  }

  .partone, .parttwo {
    width: 100%;
  }

  .quotetwo {
    margin-top: 8px;
  }

  .mainsubtext {
    font-size: 16px;
  }

  .portfolio_block {
    margin-top: 100px;
  }

  .green-arrow {
    right: 12%;
  }

  .image-8, .image-10 {
    border-radius: 10px;
    flex: 0 auto;
  }

  .method-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .method-container__title {
    text-align: center;
    margin-top: 30px;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .method-container_sub-title {
    width: auto;
    margin-top: 25px;
    font-size: 4.9rem;
  }

  .image-15 {
    top: -20%;
  }

  .method-container__step-container {
    align-items: flex-start;
  }

  .method-container__step-container__block__content {
    font-size: 14px;
  }

  .home-portfolio-container {
    background-position: 50%;
    background-size: cover;
    max-height: 1200px;
    padding: 20% 10%;
  }

  .home-portfolio-container__list-items {
    flex-wrap: wrap;
    display: none;
  }

  .home-portfolio-container__list-items__item {
    flex-flow: column;
    place-content: stretch flex-start;
    height: 310px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-18 {
    width: 90%;
  }

  .text-block-7 {
    height: 80px;
    margin-top: 20px;
  }

  .text-block-8 {
    margin-bottom: 10px;
  }

  .home-news-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-20 {
    width: 125px;
    top: -10px;
    left: 10%;
  }

  .news-item-date {
    font-size: 13px;
  }

  .news-item-title {
    font-size: 18px;
  }

  .news-item-excerpt {
    font-size: 15px;
  }

  .image-21 {
    right: -12%;
  }

  .image-22 {
    width: 86px;
    top: 57%;
    left: 1%;
  }

  .big-text-container {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .big-text-container__line {
    overflow: hidden;
  }

  .big-text-container__line.bottom, .big-text-container__line.top {
    overflow: visible;
  }

  .text-block-16 {
    font-size: 90px;
  }

  .container-3 {
    width: 100%;
    position: absolute;
  }

  .navbar-2, .image-28, .photos-container-mobile, .home-slider-mobile-container {
    display: none;
  }

  .eagle_emoj, .bee_emoj, .rocket_emoji, .beetle_emoj, .dear_emoj, .elephant_emoj, .gorilla_emoj {
    font-size: 36px;
  }

  .subline {
    font-size: 17px;
  }

  .bubble_darkpurple {
    top: 493px;
  }

  .allentrepreneurs_text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .card_mosaic {
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card_profile_name {
    height: 21px;
    font-size: 12px;
  }

  .startup_mask {
    background-image: url('../images/start_up__top_background_1start_up__top_background.webp');
    background-size: auto;
  }

  .portfolio_heading {
    font-size: 17px;
    display: block;
  }

  .text-block-18 {
    width: auto;
    font-size: 20px;
  }

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

  .tag_project {
    height: auto;
  }

  .portfolio_section {
    margin-top: 60px;
  }

  .portfolio_mosaic {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .studycase_block {
    width: 100%;
  }

  .studycase_logo {
    width: 190px;
  }

  .studycase_heading {
    font-size: 36px;
    line-height: 45px;
  }

  .studycase_problem_heading {
    font-size: 27px;
  }

  .studycase_problem_text {
    font-size: 15px;
  }

  .studycase_solution_heading {
    font-size: 27px;
  }

  .studycase_solution_firstpart, .check_text_one, .text-block-20, .text-block-21, .text-block-22, .studycase_solution_secondpart {
    font-size: 15px;
  }

  .studycase_sublline_heading {
    font-size: 30px;
  }

  .studycase_secondheading {
    font-size: 60px;
  }

  .blog_main_container {
    max-width: 90%;
  }

  .blog_main_block {
    grid-column-gap: 29px;
    grid-row-gap: 20px;
  }

  .blog_heading {
    font-size: 39px;
  }

  .blog_tags_mosaic {
    place-content: space-around stretch;
    place-items: start center;
  }

  .tag_text {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 10px;
  }

  .article_main_container {
    max-width: 95%;
  }

  .article_author {
    width: 36%;
  }

  .collection-list-wrapper {
    margin-top: 40px;
  }

  .collection-tags {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    place-content: stretch space-around;
  }

  .collection-item-5 {
    width: 30%;
  }

  .collection-list-9 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rich-text-block {
    font-size: .8rem;
    line-height: .8rem;
  }

  .checkbox-label {
    font-size: .9rem;
  }

  .image-44 {
    width: 63px;
    left: -16%;
  }

  .section-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-2.first_section_margin_bottom {
    margin-top: 249px;
    margin-bottom: 235px;
  }

  .terms_container, .cookie-terms_rich_text {
    padding-left: 0;
    padding-right: 0;
  }

  .h2_span_absolute.violet {
    font-size: 40px;
  }

  .citation_text_container {
    padding-left: 0;
    padding-right: 0;
  }

  .entrepreneurs_card.entrepreneurs_card_citation {
    inset: auto auto -228px;
  }

  .entrepreneurs_card.slider_right {
    margin-right: -167px;
  }

  .entrepreneurs_card.slider_left {
    margin-left: -167px;
  }

  .citation_container {
    margin-top: 230px;
  }

  .h2.violet {
    font-size: 30px;
  }

  .scalable_startup_title_svg {
    top: -75%;
  }

  .h2_container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-45 {
    z-index: -1;
    right: -15%;
  }

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

  .shape_bg_left {
    width: 11%;
  }

  .scalable_startup_container {
    padding-left: 0;
    padding-right: 0;
  }

  .scalable_stratup_line_illustration_container {
    margin-top: 10px;
  }

  .make_us_different_grid_container {
    grid-row-gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .expertise_button_container.justify_end.ai {
    margin-right: 50px;
  }

  .expertise_button_container.justify_end.retailtech {
    margin-right: 150px;
  }

  .expertise_button_container.e-health {
    margin-left: 150px;
  }

  .expertise_button_container.marketplaces {
    margin-left: 50px;
  }

  .expertise_grid {
    grid-column-gap: 10px;
  }

  .right-arrow-2 {
    inset: 0% -50% 0% auto;
  }

  .slider_entrepreneurs_portrait_container_right, .slider_entrepreneurs_portrait_container_left {
    width: 18%;
  }

  .left-arrow-2 {
    inset: 0% auto 0% -50%;
  }

  .button_1.slider_button {
    bottom: 7%;
  }

  .slider-content_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .photo-container-1-hidden {
    display: none;
  }

  .events-container_blue, .events-section_container-key-figures {
    background-position: 50%;
    background-size: cover;
    max-height: 1200px;
    padding: 20% 10%;
  }

  .events-grid_key-figures_paragraph {
    font-size: 14px;
  }

  .events-header-mask_title {
    font-size: 66px;
  }

  .events_sub-title {
    text-align: center;
    font-size: 28px;
  }

  .events-method-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .events_sub-title_small {
    text-align: center;
    font-size: 28px;
  }

  .events-header-mask {
    background-position: 50%;
    background-size: cover;
  }

  .method-container_sub-title-copy {
    width: auto;
    margin-top: 25px;
    font-size: 4.9rem;
  }

  .events-heading_upper {
    text-align: center;
    margin-top: 30px;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .events-heading_1 {
    font-size: 66px;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .spacer-96 {
    padding: 5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .spacer-xxhuge {
    padding: 8rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xhuge {
    padding: 6rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium, .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .btc_image {
    height: auto;
    max-height: none;
  }

  .btc_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .btc_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .btc_image-wrapper {
    display: none;
  }

  .maincontainer {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .datablocks {
    max-width: none;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-7, .heading-7.h2, .section-8 {
    max-width: none;
  }

  .heading-9.h2 {
    text-align: center;
  }

  .text-block-43 {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .home-header-mask {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    display: none;
  }

  .home-header-mask__title {
    font-size: 64px;
    line-height: 68px;
  }

  .paragraph-3 {
    white-space: pre-wrap;
    width: 100%;
    font-size: 5vw;
    line-height: 7vw;
  }

  .footer {
    flex-direction: column;
    height: 363px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

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

  .footer__top-container__text-container {
    padding-left: 0;
  }

  .footer__top-container__right-block {
    width: 100%;
  }

  .home-brand-container__title {
    text-align: center;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .home-brand-container__brand-logo-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-5 {
    z-index: 2;
    display: none;
  }

  .image-5.mobile {
    height: 76px;
    margin-top: 0;
    margin-left: 40px;
    display: block;
    position: static;
  }

  .image-7 {
    z-index: 2;
    display: none;
  }

  .image-7.mobile {
    width: 98px;
    height: 47px;
    margin-top: 23px;
    margin-right: -13px;
    display: block;
    position: static;
  }

  .text-section-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .inter-title {
    font-size: 45px;
  }

  .text-block-5 {
    font-size: 61px;
  }

  .paragraph-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    background-image: url('../images/mobile_form_background_1mobile_form_background.webp');
    background-position: 0 0;
    background-size: cover;
    align-items: center;
    padding-top: 120px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span-131 {
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 46px;
    font-weight: 700;
  }

  .text-block-6 {
    text-align: left;
    font-size: 24px;
  }

  .heading {
    text-align: left;
    margin-top: 20px;
  }

  .partone, .parttwo {
    width: 90%;
  }

  .portfolio_block {
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .green-arrow, .photo-container-1, .photo-container-2 {
    display: none;
  }

  .transparent-button.mobile {
    display: block;
  }

  .method-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .method-container__title {
    text-align: center;
    margin-top: 40px;
    line-height: 2.6rem;
  }

  .method-container_sub-title {
    margin-top: 20px;
    font-size: 3.1rem;
    line-height: 4rem;
  }

  .image-15 {
    width: 104px;
    height: auto;
  }

  .image-16 {
    display: none;
  }

  .method-container__step-container {
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
  }

  .method-container__step__container__block.design, .method-container__step__container__block.build, .method-container__step__container__block.run {
    width: 100%;
  }

  .home-portfolio-container {
    display: none;
  }

  .home-portfolio-container__list-items__item.mobile {
    background-color: #fff0;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 7px;
    flex: none;
    width: 180px;
    height: auto;
    padding: 20px 0 0;
    box-shadow: 0 0 0 -20px #0000;
  }

  .image-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .text-block-8 {
    margin-bottom: 40px;
  }

  .image-19 {
    width: 48px;
    height: 25px;
  }

  .home-news-container {
    display: none;
  }

  .home-news-container__list-items__item.mobile {
    flex: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .news-item-date {
    color: #000;
  }

  .news-item-title {
    font-size: 1.3rem;
  }

  .news-item-excerpt {
    font-size: 1rem;
  }

  .home-video-container {
    padding-top: 40px;
  }

  .home-video-container__title {
    text-align: center;
    font-size: 48px;
  }

  .brand {
    margin-top: 40px;
    margin-left: 40px;
  }

  .navbar-2 {
    display: none;
  }

  .menu-button {
    width: auto;
    margin-top: 37px;
    margin-right: 40px;
    padding: 0;
  }

  .image-24 {
    width: 200px;
  }

  .image-25 {
    width: 50px;
  }

  .mobil-navbar {
    background-color: #0000;
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
  }

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

  .nav-menu {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .mobile-nav-link {
    color: #222;
    margin: 0;
    font-size: 23px;
  }

  .mobile-nav-link.button {
    border: 1px solid #000;
    width: auto;
    padding: 15px;
  }

  .mobile-nav-link-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 40px;
    display: flex;
  }

  .image-27 {
    display: none;
  }

  .link-block {
    position: absolute;
    top: 20px;
    right: 40px;
  }

  .method-block {
    flex-direction: row-reverse;
    align-items: stretch;
    display: flex;
  }

  .image-28 {
    align-self: center;
    width: auto;
    height: 256px;
    margin-top: 10px;
    padding-right: 20px;
    display: block;
  }

  .photos-container-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
  }

  .photos-mobile-line-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    display: flex;
  }

  .image-29, .image-30, .image-31 {
    width: 33%;
  }

  .photos-mobile-line-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
    width: 106%;
    margin-left: -2%;
    display: flex;
  }

  .home-mobile-photo {
    object-fit: cover;
    border-radius: 4px;
    width: 25%;
  }

  .home-slider-mobile-container {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-32 {
    width: 344px;
  }

  .text-block-17 {
    margin-bottom: 20px;
    line-height: 55px;
  }

  .home-slider-mobile-container__list-items {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
    margin-top: 60px;
    padding-left: 20px;
    display: flex;
    overflow: scroll;
  }

  .our_team_mask {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .subline {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .bubble_purple, .bubble_darkpurple {
    display: none;
  }

  .our_team_main_content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .filter {
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .allentrepreneurs_text {
    min-width: 165px;
  }

  .allentrepreneurs_button {
    align-self: center;
    min-width: 240px;
    line-height: 14px;
  }

  .advisors_text, .advisores_circle {
    flex: none;
  }

  .card_mosaic {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .card_profile_picture {
    height: auto;
  }

  .card_profile_name {
    min-height: 40px;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .startup_mask {
    background-image: url('../images/start_up__top_background_1start_up__top_background.webp');
  }

  .portfolio_heading {
    text-align: center;
    font-size: 12px;
  }

  .tag_project {
    height: auto;
  }

  .mobile-bullet-container {
    justify-content: space-between;
    height: 90px;
    margin-top: -51px;
    display: flex;
    overflow: hidden;
  }

  .box-shadow {
    border-top: 1px solid #e0e0e0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
    display: flex;
  }

  .portfolio_mosaic {
    grid-row-gap: 26px;
  }

  .studycase_main_section {
    margin-top: 60px;
  }

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

  .studycase_description_block {
    width: auto;
    display: block;
  }

  .studycase_content_block {
    width: auto;
    margin-top: 35px;
  }

  .studycase_block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .studycase_heading {
    border-bottom-style: none;
  }

  .studycase_content {
    margin-top: 20px;
  }

  .studycase_sepration_line, .studycase_second_container {
    display: none;
  }

  .blog_main_section {
    margin-top: 60px;
  }

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

  .blog_main_block {
    display: block;
  }

  .blog_search_tool {
    width: auto;
  }

  .blog_mosaic_articles {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog_heading {
    max-width: 400px;
    font-size: 60px;
  }

  .search_input_articles, .search_bar {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog_tags_mosaic {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .tag_text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 17px;
  }

  .card_article_image {
    width: 100%;
    display: inline-block;
  }

  .card_article_heading {
    margin-top: 0;
  }

  .article_main_container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .article_main_block {
    display: block;
  }

  .article_content {
    width: auto;
  }

  .article_author {
    width: auto;
    margin-top: 50px;
  }

  .article_tags_list {
    display: none;
  }

  .article_others {
    margin-top: 50px;
  }

  .article_others_list {
    margin-top: 20px;
  }

  .article_other_card {
    justify-content: flex-start;
  }

  .other_card_title {
    font-size: 23px;
  }

  .image-34 {
    display: none;
  }

  .image-35 {
    width: 100%;
    height: 146px;
    display: block;
  }

  .collection-articles {
    grid-template-columns: 1fr;
  }

  .collection-blog-tags {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-tags {
    grid-template-rows: auto;
    width: auto;
  }

  .collection-list-6 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
    display: flex;
    overflow: scroll;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .link-block-12 {
    color: #212121;
    text-decoration: none;
  }

  .collection-list-wrapper-6 {
    width: 100%;
    display: flex;
  }

  .collection-list-7 {
    grid-column-gap: 16px;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .collection-item-6 {
    width: 50%;
    min-width: 270px;
  }

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

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

  .empty-state-2 {
    min-height: 400px;
  }

  .div-block-12 {
    margin-top: 40px;
  }

  .collection-list-9 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .collection-list-10 {
    align-items: center;
    padding-bottom: 0;
  }

  .checkbox-label {
    flex: none;
  }

  .checkbox-field {
    width: 100%;
    margin-left: 0;
  }

  .checkbox-field.is-active {
    margin-left: 0;
  }

  .collection-item-8 {
    flex: none;
    margin-left: 20px;
  }

  .image-44 {
    display: none;
  }

  .collection-item-10 {
    width: 48%;
  }

  .section-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-2.relative {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2.slider {
    padding-left: 50px;
    padding-right: 50px;
  }

  .citation_quotation_mark_left {
    margin-right: 10px;
  }

  .citation_text_container {
    flex-direction: column;
  }

  .entrepreneurs_card.entrepreneurs_card_citation {
    bottom: -228px;
  }

  .entrepreneur-portrait-img {
    height: 350px;
  }

  .citation_quotation_mark_right {
    margin-top: 10px;
    margin-left: 10px;
  }

  .h2_container {
    display: block;
  }

  .image-45 {
    display: none;
  }

  .shape_bg_left {
    width: 16%;
  }

  .shape_bg_left.venture {
    display: none;
  }

  .scalable_startup_illustration_title.go-or-no-go {
    top: -30%;
  }

  .scalable_startup_illustration_title.make-or-buy-or-stop {
    top: -37%;
  }

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

  .expertise_central_container {
    margin-top: 80px;
  }

  .expertise_button_container.web3 {
    margin-left: 0;
  }

  .expertise_button_container.justify_end.fintech {
    margin-right: 0;
  }

  .expertise_button_container.justify_end.ai, .expertise_button_container.justify_end.retailtech {
    margin-left: 20px;
    margin-right: 0;
  }

  .expertise_button_container.e-health, .expertise_button_container.marketplaces {
    margin-left: 0;
  }

  .expertise_grid {
    grid-row-gap: 80px;
  }

  .right-arrow-2 {
    right: -43%;
  }

  .slider_entrepreneurs_portrait_container_right, .slider_entrepreneurs_portrait_container_left {
    display: none;
  }

  .left-arrow-2 {
    left: -43%;
  }

  .photo-container-1-hidden, .events-container_blue, .events-section_container-key-figures {
    display: none;
  }

  .events-heading_2 {
    font-size: 61px;
  }

  .events-text-section-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .events-header-mask_title {
    font-size: 64px;
    line-height: 68px;
  }

  .events_sub-title {
    white-space: pre-wrap;
    width: 100%;
    font-size: 5vw;
    line-height: 7vw;
  }

  .events-method-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .events_sub-title_small {
    white-space: pre-wrap;
    width: 100%;
    font-size: 5vw;
    line-height: 7vw;
  }

  .events-header-mask {
    padding-left: 5%;
    padding-right: 5%;
  }

  .events-brand-container_title {
    text-align: center;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .events-method-block {
    flex-direction: row-reverse;
    align-items: stretch;
    display: flex;
  }

  .method-container_sub-title-copy {
    margin-top: 20px;
    font-size: 3.1rem;
    line-height: 4rem;
  }

  .events-heading_upper {
    text-align: center;
    margin-top: 40px;
    line-height: 2.6rem;
  }

  .events-paragraph {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .events-heading_1 {
    font-size: 64px;
    line-height: 68px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .spacer-96 {
    padding: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .spacer-xxhuge {
    padding: 4.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xhuge {
    padding: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium {
    padding: 1.25rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .btc_component {
    padding-top: 4rem;
  }

  .maincontainer {
    flex-direction: column;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-block {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .home-header-mask {
    z-index: -2;
    height: 587px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    display: none;
  }

  .image.landing-page {
    height: 1rem;
  }

  .home-header-mask__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .paragraph-3 {
    white-space: normal;
    font-size: 5.5vw;
    line-height: 7vw;
  }

  .footer {
    flex-direction: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

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

  .footer__top-container__left-block {
    width: 100%;
  }

  .footer_logo {
    height: 22px;
  }

  .footer__social-logo-container {
    width: 121px;
  }

  .footer__top-container__text-container {
    width: 100%;
    padding-left: 0;
  }

  .text-block {
    font-size: 1.1rem;
  }

  .text-block-2 {
    font-size: .9rem;
    font-weight: 400;
  }

  .footer__top-container__right-block {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-direction: column;
    width: 100%;
  }

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

  .footer__bottom-container__left {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }

  .footer_bottom-container__right {
    width: 100%;
  }

  .footer_link {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-3 {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
  }

  .home-brand-container {
    object-fit: fill;
    margin-top: 80px;
  }

  .home-brand-container__title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .home-brand-container__brand-logo-container {
    flex-wrap: wrap;
    place-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    margin-top: 40px;
  }

  .image-5 {
    width: 59px;
    height: auto;
    display: none;
    top: -115px;
  }

  .image-5.mobile {
    flex: 0 auto;
    width: 71px;
    height: 77px;
    margin-top: 0;
    margin-left: 30px;
    display: block;
    position: static;
  }

  .image-6 {
    margin-top: 60px;
  }

  .image-7 {
    z-index: 1;
    height: auto;
    margin-right: -20px;
    display: none;
    top: -99px;
    right: 0;
    overflow: visible;
  }

  .image-7.mobile {
    z-index: 2;
    flex: 0 auto;
    width: 126px;
    height: 57px;
    margin-top: 23px;
    display: block;
    position: relative;
    inset: auto 0% -4% auto;
    overflow: visible;
  }

  .text-section-container {
    margin-top: 100px;
  }

  .inter-title {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .text-block-5 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .paragraph-4 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
  }

  .section {
    background-image: url('../images/mobile_form_background_1mobile_form_background.webp');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span-131 {
    text-align: left;
    font-size: 35px;
  }

  .text-block-6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 21px;
  }

  .heading {
    text-align: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 40px;
    font-weight: 400;
    line-height: 29.82px;
  }

  .nameone {
    font-size: 15px;
  }

  .jobone, .linkedinone {
    font-size: 13px;
    font-weight: 400;
  }

  .nametwo {
    font-size: 15px;
  }

  .jobtwo, .linkedintwo {
    font-size: 13px;
    font-weight: 400;
  }

  .profileone, .profiletwo {
    width: 100%;
  }

  .profiles {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-direction: column;
  }

  .partone, .parttwo {
    width: 100%;
  }

  .quotetwo {
    margin-top: 23px;
  }

  .mainsubtext {
    font-size: 16px;
  }

  .portfolio_block {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lineone, .linetwo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .lastnameinput, .firstnameinput, .text-field, .phoneinput, .emailinput, .textarea {
    font-weight: 400;
  }

  .green-arrow, .photo-container-1, .photo-container-2, .transparent-button {
    display: none;
  }

  .transparent-button.white {
    z-index: 1;
    display: block;
    position: relative;
  }

  .transparent-button.mobile {
    width: 244px;
    display: block;
  }

  .body {
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .method-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .method-container__title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .method-container_sub-title {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .image-15, .image-16 {
    display: none;
  }

  .method-container__step-container {
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    padding-right: 10px;
  }

  .method-container__step__container__block {
    width: 100%;
  }

  .method-container__step-container__block__title {
    font-size: 20px;
  }

  .method-container__step-container__block__content {
    font-size: 15px;
  }

  .home-portfolio-container {
    display: none;
  }

  .home-portfolio-container__list-items__item.mobile {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    flex-direction: column;
    flex: none;
    order: 0;
    width: 180px;
    height: auto;
    padding: 30px 0 0;
  }

  .image-18 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-block-9 {
    color: #2a076d;
    margin-top: 20px;
    font-weight: 400;
  }

  .image-19 {
    width: 57px;
  }

  .home-news-container, .image-20 {
    display: none;
  }

  .home-news-container__list-items__item.mobile {
    flex: none;
    width: 250px;
  }

  .news-item-date {
    font-weight: 400;
  }

  .news-item-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .news-item-excerpt {
    font-weight: 400;
  }

  .home-video-container {
    margin-top: 80px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-video-container__title {
    font-size: 28px;
  }

  .text-block-15 {
    display: none;
  }

  .youtube-container {
    width: 100%;
    margin-top: 20px;
  }

  .image-21, .image-22 {
    display: none;
  }

  .big-text-container {
    margin-top: 80px;
    margin-bottom: 140px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .big-text-container__line {
    width: 100%;
  }

  .big-text-container__line.bottom {
    overflow: visible;
  }

  .text-block-16 {
    font-size: 47px;
    line-height: 65px;
  }

  .container-3 {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 106px;
    display: flex;
  }

  .brand {
    align-items: center;
    padding-left: 20px;
    display: block;
  }

  .navbar-2 {
    align-items: center;
    width: 100%;
    display: block;
  }

  .menu-button {
    width: auto;
    margin-top: 35px;
    margin-right: 25px;
    padding: 0;
  }

  .image-24 {
    flex: none;
    width: 153px;
    margin-left: -30px;
  }

  .image-25 {
    width: 30px;
  }

  .mobil-navbar {
    height: 80px;
    display: block;
    position: absolute;
  }

  .nav {
    justify-content: space-between;
    height: 100%;
    max-height: 900px;
    display: block;
  }

  .nav-menu {
    z-index: 10000;
    background-color: #fff;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    position: fixed;
    overflow: auto;
  }

  .mobile-nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 500;
  }

  .mobile-nav-link.button {
    text-align: center;
    border: 1px solid #000;
    border-radius: 2px;
    width: 120px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-nav-link-container {
    width: 70%;
    display: block;
  }

  .image-26 {
    width: 100%;
    height: 100%;
    line-height: 41px;
    position: static;
    inset: 15px 30px auto auto;
  }

  .image-27 {
    z-index: 2000000;
    width: 100%;
    height: 55%;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .link-block {
    width: 50px;
    height: 50px;
    line-height: 37px;
    position: absolute;
    top: 20px;
    right: 25px;
  }

  .method-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: 410px;
    margin-top: 100px;
    display: flex;
  }

  .image-28 {
    align-self: flex-start;
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-bottom: 23%;
    display: block;
  }

  .photos-container-mobile {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "test"
                   "Area"
                   "."
                   / 1.5fr;
    grid-auto-flow: column dense;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .photos-mobile-line-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3px;
    display: flex;
  }

  .image-29, .image-30, .image-31 {
    width: 33%;
  }

  .photos-mobile-line-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .home-mobile-photo {
    width: 25%;
    height: 96px;
  }

  .home-slider-mobile-container {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 60px;
    display: flex;
  }

  .image-32 {
    width: 266px;
  }

  .text-block-17 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .home-slider-mobile-container__list-items {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    object-fit: fill;
    width: 100%;
    margin-top: 60px;
    padding: 20px;
    display: flex;
    overflow: scroll;
  }

  .our_team_mask {
    height: 550px;
  }

  .eagle_emoj {
    font-size: 30px;
    line-height: 48px;
  }

  .line_emoj {
    width: auto;
  }

  .bee_emoj, .rocket_emoji, .beetle_emoj, .dear_emoj, .elephant_emoj, .gorilla_emoj {
    font-size: 30px;
    line-height: 48px;
  }

  .subline {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 27px;
  }

  .bubble_purple, .bubble_darkpurple {
    display: none;
  }

  .our_team_main_content {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .filter {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .allentrepreneurs_text {
    width: 156px;
  }

  .job_category_button, .advisors_text, .advisores_circle, ._321team_button {
    flex: none;
  }

  .startupteam_button {
    flex: none;
    width: auto;
  }

  .card_mosaic {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .card_profile_name {
    height: auto;
    min-height: auto;
    font-size: 1.9rem;
    line-height: 1.9rem;
  }

  .startup_mask {
    background-size: cover;
    max-height: 580px;
  }

  .portfolio_heading {
    text-align: center;
    width: auto;
    font-size: 8px;
  }

  .text-block-18 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .portfolio_card {
    width: auto;
    height: auto;
  }

  .card_header {
    width: auto;
    height: 90px;
  }

  .card_content {
    border: 1px #000;
    height: auto;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .card_title {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .card_description {
    min-height: auto;
    line-height: 24px;
  }

  .card_subline {
    margin-top: 25px;
  }

  .image-33 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .portfolio_section {
    margin-bottom: 99px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-bullet-container {
    justify-content: space-between;
    height: 90px;
    margin-top: -43px;
    display: flex;
    overflow: hidden;
  }

  .box-shadow {
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 29px;
    display: flex;
    box-shadow: 0 5px 5px 1px #2121211c;
  }

  .portfolio_mosaic {
    grid-row-gap: 25px;
  }

  .studycase_main_section {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .studycase_main_container {
    padding-left: 0;
    padding-right: 0;
  }

  .studycase_description_block {
    margin-bottom: 40px;
  }

  .studycase_block {
    margin-top: 10px;
  }

  .studycase_heading {
    font-size: 33px;
    line-height: 38px;
  }

  .blog_main_section {
    border-width: 0;
    margin-top: 20px;
  }

  .blog_main_container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_heading {
    font-size: 50px;
  }

  .search_bar {
    width: 100%;
  }

  .blog_tags_mosaic {
    justify-items: center;
    height: auto;
  }

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

  .card_article_heading {
    margin-top: 0;
  }

  .article_main_section {
    margin-top: 20px;
  }

  .article_main_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article_heading {
    font-size: 35px;
    line-height: 40px;
  }

  .article_author_block {
    margin-bottom: 100px;
  }

  .other_card_title {
    font-size: 17px;
  }

  .other_card_datetime {
    width: 150px;
    font-size: 10px;
  }

  .image-35 {
    height: 100px;
  }

  .facebook-icon {
    width: 30px;
    height: 30px;
  }

  .twitter-icon {
    width: 36px;
    height: 30px;
  }

  .linkedin-icon {
    width: 30px;
    height: 30px;
  }

  .image-37 {
    width: 55%;
  }

  .collection-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-article {
    margin-bottom: 40px;
  }

  .collection-list-6 {
    margin-top: 20px;
  }

  .collection-list-7 {
    padding-bottom: 20px;
  }

  .link-block-13 {
    color: #212121;
    text-decoration: none;
  }

  .rich-text-block {
    font-size: 1rem;
    line-height: 1rem;
  }

  .collection-item-10 {
    width: 100%;
  }

  .section-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-2.first_section_margin_bottom {
    margin-top: 0;
  }

  .section-2.first_section_margin_bottom.service {
    margin-top: -180px;
    margin-bottom: 260px;
  }

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

  .h2_span_absolute {
    font-size: 40px;
  }

  .h2_span_absolute.violet {
    font-size: 30px;
    display: flex;
  }

  .citation_quotation_mark_left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .citation_h2_span_container {
    flex: 1;
  }

  .citation_text_container {
    align-self: auto;
  }

  .entrepreneurs_card.entrepreneurs_card_citation {
    bottom: -244px;
  }

  .citation_container {
    flex-direction: column;
    display: flex;
  }

  .h2 {
    font-size: 20px;
  }

  .h2.violet {
    justify-content: center;
    font-size: 20px;
  }

  .entrepreneur-portrait-img {
    object-fit: cover;
    height: 350px;
  }

  .citation_text {
    flex-direction: column;
    place-content: space-between center;
    align-items: center;
  }

  .scalable_startup_title_svg {
    top: -33px;
  }

  .scalable_startup_illustration_right, .scalable_startup_illustration_left {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .scalable_startup_grid {
    grid-row-gap: 64px;
  }

  .h2_span {
    font-size: 30px;
  }

  .h2_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .h2_container.mobile_verticla {
    flex-direction: column;
    display: flex;
  }

  .image-45 {
    display: none;
  }

  .shape_bg_left {
    z-index: -1;
    width: 50%;
  }

  .shape_bg_left.venture {
    display: none;
  }

  .scalable_startup_illustration_title.go-or-no-go {
    inset: -11% 0% 0%;
  }

  .scalable_startup_illustration_title.make-or-buy-or-stop {
    inset: -30% 0% 0%;
  }

  .scalable_startup_illustration_title.make-or-buy-or-stop.venturebuilding {
    top: 3%;
  }

  .scalable_startup_title {
    font-size: 30px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .make_us_different_grid_line {
    grid-template-columns: auto;
  }

  .expertise_central_content {
    margin-left: 164px;
  }

  .expertise_central_container {
    bottom: -18%;
    overflow: hidden;
  }

  .expertise_button_container.web3, .expertise_button_container.justify_end.fintech, .expertise_button_container.e-health, .expertise_button_container.marketplaces {
    margin-left: 20px;
  }

  .expertise_central_shappe_bg {
    width: 85%;
  }

  .expertise_grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .fs-mask {
    margin-left: -10%;
    margin-right: -10%;
  }

  .right-arrow-2 {
    right: -13%;
  }

  .fs-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow-2 {
    left: -12%;
  }

  .button_1.slider_button {
    bottom: 10%;
  }

  .slider_tags {
    line-height: 1.2em;
  }

  .slider-content_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .file {
    margin-top: 60px;
  }

  .photo-container-1-hidden {
    display: none;
  }

  .events-container_blue {
    background-position: 50%;
    max-height: none;
    padding-top: 30%;
    display: flex;
  }

  .events-container_blue.footer {
    padding-top: 100px;
    display: block;
  }

  .events-container_blue_title {
    text-align: center;
  }

  .events-container_blue_two_columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .events-container_blue_paragraph {
    text-align: center;
    font-size: 15px;
  }

  .events-section_container-key-figures {
    display: block;
  }

  .events-grid_key-figures {
    flex-direction: column;
    display: flex;
  }

  .events-heading_2 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .events-grid_key-figures_title {
    font-size: 20px;
  }

  .events-grid_key-figures_paragraph {
    font-size: 15px;
  }

  .events-container_blue_bottom {
    background-position: 0 100%;
    background-size: auto;
    position: relative;
    top: -25px;
  }

  .events-text-section-container {
    margin-top: 100px;
  }

  .events-header-mask_title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .events_sub-title {
    white-space: normal;
    font-size: 1rem;
    line-height: 7vw;
  }

  .events_sub-title.white-text {
    color: #fff;
  }

  .events-grid_four-blocks {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .events-grid_four-blocks_title {
    text-align: center;
  }

  .events-grid_four-blocks-wrapper_paragraph {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .events-grid_four-blocks-wrapper_title-wrapper {
    flex-direction: column;
  }

  .events-grid_four-blocks_step {
    margin-right: 0;
  }

  .events-method-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .events_sub-title_small {
    white-space: normal;
    font-size: .75rem;
    line-height: 1rem;
  }

  .events-brand-container {
    object-fit: fill;
    margin-top: 80px;
  }

  .events-header-mask {
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .events-brand-container_title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .italic-text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .events-grid_key-figures_image {
    width: 30px;
  }

  .events-method-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: 600px;
    margin-top: 100px;
    display: flex;
  }

  .method-container_sub-title-copy {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .events-section-header_wrapper {
    margin-top: 40px;
  }

  .events-heading_upper {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .events-paragraph {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
  }

  .events-heading_1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1.is-btc {
    font-size: 2rem;
  }

  .btc_component {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 5rem;
  }

  .btc_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .maincontainer {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .title {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .button-2 {
    text-align: center;
  }

  .datablock {
    flex: 0 auto;
    width: 100%;
  }

  .datablocks {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .modal-wrapper {
    background-image: linear-gradient(45deg, #1d3d8ae6, #9febaae6);
    min-width: 0;
    display: none;
  }

  .form-2 {
    min-width: 0;
  }

  .heading-7.h2 {
    text-align: left;
  }

  .heading-9.h2 {
    color: var(--blue);
    text-align: left;
    align-self: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .heading-10 {
    color: var(--blue);
    text-transform: uppercase;
    align-self: flex-start;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .services {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service {
    width: 100%;
  }

  .text-block-42 {
    flex-wrap: wrap;
    align-content: stretch;
    font-family: Ubuntu, Helvetica, sans-serif;
    display: flex;
  }

  .text-block-43 {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
  }

  .text-block-44 {
    font-size: 22px;
    line-height: 30px;
  }

  .steps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .step {
    max-width: none;
  }
}

#w-node-_7f60d5f6-ed23-b4de-c9ed-bad60b287909-09f18e1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_71d293ea-1ec1-7e14-5cfe-66ee6555dc0a-09f18e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8680ea5f-0cc0-6d4a-8422-90655d8a9f72-09f18e1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8680ea5f-0cc0-6d4a-8422-90655d8a9f73-09f18e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63614a9f-7cfc-d344-20d5-49352405bc8b-09f18e1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_63614a9f-7cfc-d344-20d5-49352405bc8c-09f18e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9474e0ba-3f97-3edb-74a0-351d000846f3-09f18e20 {
  justify-self: end;
}

#w-node-_7b82e721-470c-9a6d-48ea-a76a9edddee3-09f18e22, #w-node-_7b82e721-470c-9a6d-48ea-a76a9edddeed-09f18e22, #w-node-_7b82e721-470c-9a6d-48ea-a76a9edddef7-09f18e22, #w-node-_7b82e721-470c-9a6d-48ea-a76a9edddf03-09f18e22, #w-node-_7b82e721-470c-9a6d-48ea-a76a9edddf0e-09f18e22 {
  align-self: start;
}

#w-node-b6cd289d-e9ab-30a8-df46-9e2faf0703c6-09f18e23, #w-node-_86346cef-23f8-9da0-52ac-c058d379da6b-09f18e23, #w-node-bbfb5e15-c74d-52fb-e2e5-b76724fbb731-09f18e23, #w-node-_04c1b912-a066-e463-6bcf-5e33ff6b39e2-09f18e23, #w-node-_830e46d2-b6eb-de44-40e9-9108124208d2-09f18e23, #w-node-_97d89321-a870-648d-4147-5b32cee34499-09f18e23, #w-node-f6bc3831-d3d0-b007-48ef-fa92f893355d-09f18e23, #w-node-_56777e69-af7b-477a-ad91-bdaf6c69b610-09f18e23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb103217-f212-b82c-fe5d-56a5f0c69d77-f0c69d77 {
  place-self: center;
}

#w-node-_22309b13-1ede-433c-4e2d-ab627ef939be-09f18e2b, #w-node-_22309b13-1ede-433c-4e2d-ab627ef939c8-09f18e2b, #w-node-_22309b13-1ede-433c-4e2d-ab627ef939d4-09f18e2b, #w-node-_22309b13-1ede-433c-4e2d-ab627ef939e0-09f18e2b, #w-node-_22309b13-1ede-433c-4e2d-ab627ef939ea-09f18e2b {
  align-self: start;
}

#w-node-_1aea4ddd-47e0-e90f-4980-9d526a752ffe-09f18e2d, #w-node-_6c586472-de86-c80d-dba5-3e3607403f78-09f18e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2d9d3e-185f-34ff-9883-d404150a3c44-09f18e31, #w-node-cc2d9d3e-185f-34ff-9883-d404150a3c4e-09f18e31, #w-node-cc2d9d3e-185f-34ff-9883-d404150a3c5a-09f18e31, #w-node-cc2d9d3e-185f-34ff-9883-d404150a3c66-09f18e31, #w-node-cc2d9d3e-185f-34ff-9883-d404150a3c70-09f18e31 {
  align-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893121-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893126-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289312b-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893130-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893136-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289313c-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893142-09f18e33 {
  justify-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a289324f-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893268-09f18e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a289326b-09f18e33 {
  justify-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a289326d-09f18e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893270-09f18e33 {
  justify-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a28932d9-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28932e3-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28932e4-09f18e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893352-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893357-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289335c-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893361-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893366-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289336b-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893375-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289337a-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289337f-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893384-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893389-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289338e-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893393-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893398-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289339d-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933a2-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933a7-09f18e33 {
  justify-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933ab-09f18e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933ac-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933b1-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933b6-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933bb-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933d0-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933d5-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933da-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933df-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933e4-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933e9-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933f3-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933f8-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a28933fd-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893402-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893407-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289340c-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893411-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893416-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289341b-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893420-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893425-09f18e33 {
  justify-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893429-09f18e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a289342a-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289342f-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893434-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893439-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289344b-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893450-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893455-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289345a-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289345f-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893464-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893469-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a289346e-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893473-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893478-09f18e33 {
  justify-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a289347c-09f18e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a289347d-09f18e33 {
  justify-self: start;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893480-09f18e33, #w-node-_1bb0712e-6262-bfb3-fb7b-b170a2893503-09f18e33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bb0712e-6262-bfb3-fb7b-b170a289355f-09f18e33 {
  justify-self: start;
}

#w-node-_3803339a-169e-32fb-ef97-41b0df06433e-09f18e36, #w-node-_3803339a-169e-32fb-ef97-41b0df064348-09f18e36, #w-node-_3803339a-169e-32fb-ef97-41b0df064354-09f18e36, #w-node-_3803339a-169e-32fb-ef97-41b0df064360-09f18e36, #w-node-_3803339a-169e-32fb-ef97-41b0df06436a-09f18e36, #w-node-_0945fa46-8320-aeb6-6644-8875d1058078-09f18e37, #w-node-_0945fa46-8320-aeb6-6644-8875d1058084-09f18e37, #w-node-_0945fa46-8320-aeb6-6644-8875d1058090-09f18e37, #w-node-_0945fa46-8320-aeb6-6644-8875d105809b-09f18e37, #w-node-_0945fa46-8320-aeb6-6644-8875d10580a7-09f18e37 {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_592c12e9-2357-cd62-2499-19bf7ba75060-09f18e2d {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9474e0ba-3f97-3edb-74a0-351d000846f3-09f18e20 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bca7-09f18e22 {
    justify-self: start;
  }

  #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcad-09f18e22 {
    justify-self: end;
  }

  #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcb3-09f18e22 {
    justify-self: start;
  }

  #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcb9-09f18e22 {
    justify-self: end;
  }

  #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcbf-09f18e22 {
    justify-self: start;
  }

  #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcc5-09f18e22 {
    justify-self: end;
  }

  #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946c3-09f18e2b {
    justify-self: start;
  }

  #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946c9-09f18e2b {
    justify-self: end;
  }

  #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946cf-09f18e2b {
    justify-self: start;
  }

  #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946d5-09f18e2b {
    justify-self: end;
  }

  #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946db-09f18e2b {
    justify-self: start;
  }

  #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946e1-09f18e2b {
    justify-self: end;
  }

  #w-node-a93fc30c-439b-7fac-01fc-f4b877ff9754-09f18e31 {
    justify-self: start;
  }

  #w-node-a93fc30c-439b-7fac-01fc-f4b877ff975a-09f18e31 {
    justify-self: end;
  }

  #w-node-a93fc30c-439b-7fac-01fc-f4b877ff9760-09f18e31 {
    justify-self: start;
  }

  #w-node-a93fc30c-439b-7fac-01fc-f4b877ff9766-09f18e31 {
    justify-self: end;
  }

  #w-node-a93fc30c-439b-7fac-01fc-f4b877ff976c-09f18e31 {
    justify-self: start;
  }

  #w-node-a93fc30c-439b-7fac-01fc-f4b877ff9772-09f18e31 {
    justify-self: end;
  }

  #w-node-fdec29c6-8342-db6e-ff92-bf3115bac98d-09f18e36 {
    justify-self: start;
  }

  #w-node-fdec29c6-8342-db6e-ff92-bf3115bac993-09f18e36 {
    justify-self: end;
  }

  #w-node-fdec29c6-8342-db6e-ff92-bf3115bac999-09f18e36 {
    justify-self: start;
  }

  #w-node-fdec29c6-8342-db6e-ff92-bf3115bac99f-09f18e36 {
    justify-self: end;
  }

  #w-node-fdec29c6-8342-db6e-ff92-bf3115bac9a5-09f18e36 {
    justify-self: start;
  }

  #w-node-fdec29c6-8342-db6e-ff92-bf3115bac9ab-09f18e36 {
    justify-self: end;
  }

  #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91daa9-09f18e37 {
    justify-self: start;
  }

  #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91daaf-09f18e37 {
    justify-self: end;
  }

  #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91dab5-09f18e37 {
    justify-self: start;
  }

  #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91dabb-09f18e37 {
    justify-self: end;
  }

  #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91dac1-09f18e37 {
    justify-self: start;
  }

  #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91dac7-09f18e37 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcad-09f18e22, #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcb9-09f18e22, #w-node-_4e76e39e-5c8b-a0d9-4677-f92b7c64bcc5-09f18e22, #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946c9-09f18e2b, #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946d5-09f18e2b, #w-node-_2b8f737a-e3be-48f5-0db5-13a792b946e1-09f18e2b, #w-node-a93fc30c-439b-7fac-01fc-f4b877ff975a-09f18e31, #w-node-a93fc30c-439b-7fac-01fc-f4b877ff9766-09f18e31, #w-node-a93fc30c-439b-7fac-01fc-f4b877ff9772-09f18e31, #w-node-fdec29c6-8342-db6e-ff92-bf3115bac993-09f18e36, #w-node-fdec29c6-8342-db6e-ff92-bf3115bac99f-09f18e36, #w-node-fdec29c6-8342-db6e-ff92-bf3115bac9ab-09f18e36, #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91daaf-09f18e37, #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91dabb-09f18e37, #w-node-c496eb4f-ffff-15e3-fc3d-3767fa91dac7-09f18e37 {
    justify-self: start;
  }
}


