html{
  width: 100vw;
  overflow-x: hidden;
}
body{
  width: 100vw;
  overflow-x: hidden;
}
.overflow-hidden{
  overflow: hidden;
}
.absolute{
  position: absolute;
}
.text-center{
  text-align: center;
}
.center-contents{
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.border-top-purple{
  border-top: 1px solid var(--purple)
}
.text-decoration-none{
  text-decoration: none;
}
.wrap-text-820{
  width: 820px;
}
.wrap-text-1240{
  width: 1240px;
}
h1{
  font-family: 'SafiroSemibold';
  font-size: 56px;
  line-height: 68px;
  letter-spacing: 0.5px;
}
h2{
  font-family: 'SafiroSemibold';
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0.5px;
}
h3{
  font-family: 'SafiroSemibold';
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
}
h4{
  font-family: 'SafiroSemibold';
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.5px;
}
p{
  font-family: 'SafiroMedium';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
button{
  font-family: 'SafiroBold';
  font-size: 18px;
  letter-spacing: calc(18px * 0.02);
  border-radius: 23.5px;
  padding: 10px 40px;
  border-style: none;
  cursor: pointer;
  width: fit-content;
}
label{
  font-family: 'SafiroMedium';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
input, textarea, select{
  font-family: 'SafiroMedium';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding: 8px;
  border: white;
  border-radius: var(--border-radius);
}
input:focus{
  outline-color: var(--turquoise);
  outline-width: 2px;
}
/* XL 1280 AND UP */
.section{
  width: 100vw;
  height: auto;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.section p:has(+ h3){
  font-family: 'SafiroSemibold';
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  margin: 0px 0px 20px 0px;
  color: var(--blueishgrey);
}
.section p{
  margin: 30px 0px 40px 0px;
}
.section img{
  margin: 40px 0px 0px 0px;
}
.section h3 + a > button{
  margin: 40px auto 0px auto;
}
.section .highlighted h3{
  font-family: 'SafiroBold';
  font-size: 80px;
  line-height: 95px;
}
.section .highlighted p{
  font-family: 'SafiroSemibold';
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--darkblue);
}
.start-section{
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
  background-image: url('/imgs/start_background.png');
  background-position: 0px 0px;
  background-repeat: none;
  background-size: cover;
}
.button-down {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: end;
}
.start-section img{
  width: 102px;
}
.start-section h1{
  width: 880px;
  align-self: center;
  color: var(--lightergrey);
}
.start-section p{
  color: var(--lightergrey);
  width: 830px;
  align-self:center;
  margin-top: 30px
}
.start-section button{
  margin-top: 40px;
  align-self: center;
}
.start-section .content-wrap{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 182px);
  padding: 182px 0px 0px 0px;
}
.legal-section{
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
}
.legal-section .content-wrap{
  padding: 182px 0px 0px 0px;
  width: 1240px;
}
.legal-section h1{
  margin-bottom: 20px;
}
.legal-section h2{
  margin: 40px 0px 20px 0px
}
.legal-section h3{
  margin-bottom: 20px
}
.legal-section p{
  margin-bottom: 20px
}
.legal-section ul{
  list-style-position: inside;
}
.legal-section li{
  font-family: 'SafiroMedium';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 20px 0px;
}
.start-section .content-wrap{
  padding: 182px 0px 0px 0px;
}
.sub-footer-section{
  width: calc(100vw - 40px);
  padding: 20px 20px;
}
.nav{
  width: 100vw;
  padding: 42px 0px;
  top: 0px;
  left: 0px;
}
.nav-wrap{
  max-width: 1240px;
  display: flex;
  align-items: center;
  margin: 0px auto;
  flex-direction: row;
}
.nav-wrap > div:first-child{
  flex: 0 1 0;
  display: flex;
  justify-content: flex-start;
}
.nav-wrap > div:last-child{
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
}
.nav-wrap > div:last-child > div:first-child{
  display: flex;
  align-items: center;
}
.nav-wrap > div:last-child > div:first-child > a{
  text-decoration: none;
  font-family: 'SafiroMedium';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: var(--lightergrey);
}
.nav-wrap > div:last-child > div:first-child > a:last-child{
  margin: 0px 40px 0px 25px;
}
.nav-wrap img{
  cursor: pointer;
}
.nav-overlay{
  transition: opacity 200ms;
  width:100vw;
  height:100vh;
  backdrop-filter:blur(25px);
}
.nav-overlay-wrap{
  background: linear-gradient(90deg, rgba(0,0,0,0) 58%, var(--turquoise) 42%);
  width: 100%;
  height: 100%;
  display: flex; 
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.nav-overlay-buttons{
  width:1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 0px;
  margin-bottom: 25px
}
.nav-overlay-links{
  width: 1240px;
  padding: 40px 0px 0px 0px;
  text-align: right;
}
.nav-overlay-links a{
  font-family: 'SafiroSemibold';
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  color: var(--darkblue);
}
.nav-overlay-links ul{
  list-style-type: none;
}
.nav-overlay-links ul li ul li a{
  font-family: 'SafiroSemibold';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--darkblue);
  text-decoration: none;
}
.nav-overlay-links ul li ul li{
  margin: 5px 0px 5px 0px;
}
.content-fixed{
  margin: auto;
  width: 1240px;
  height: auto
}
.content-wrap{
  max-width: 1240px;
  height: auto
}
.content-full{
  min-width: 100vw;
  height: auto
}
.reset-section{
  margin-top: -40px;
  padding: 0px 0px 40px 0px;
  display: flex;
  justify-content: center;
}
.slider.content-wrap{
  width: 1240px;
}
.slider{
  /*transition: translate 0.2s;*/
  position: relative;
  display: flex;
  width: fit-content;
}
.slider-tile{
  padding: 21px 30px 24px 30px;
  background-color: var(--lightergrey);
  color: var(--darkblue);
  margin: 10px;
  border-radius: var(--border-radius);
  width: 295px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  flex-shrink: 0;
}
.slider-tile-clickaction{
  font-family: 'SafiroSemibold';
  font-size: 18px;
  line-height: 25px;
  letter-spacing: calc(18px * 0.02);
  margin-top: auto;
}
.slider-tile p{
  margin: 0px
}
.slider-tile h4{
  font-family: 'SafiroSemibold';
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  height: 3lh;
}
.slider-tile p{
  font-family: 'SafiroMedium';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.slider-tile p{
  margin: 0px 0px 24px 0px;
}
.slider-tile h4:nth-child(1)::before{
  content: "#";
}
/* TILE OUT */
/* SHOW INITAL */
.slider-tile.animateTileOut h4:nth-child(3){
  display: none;
}
.slider-tile.animateTileOut p:nth-child(4){
  display: none;
}
.slider-tile.animateTileOut h4:nth-child(1){
  display: initial;
}
.slider-tile.animateTileOut p:nth-child(2){
  display: initial;
}
/* SHOW HIDDEN */
.slider-tile.animateTileIn h4:nth-child(3){
  display: initial;
}
.slider-tile.animateTileIn p:nth-child(4){
  display: initial;
}
.slider-tile.animateTileIn h4:nth-child(1){
  display: none;
}
.slider-tile.animateTileIn p:nth-child(2){
  display: none;
}
@keyframes turnTileIn {
  0% {
    transform: scaleX(1);
    background-color: var(--lightergrey);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    background-color: var(--turquoise);
    transform: scaleX(1);
  }
}
@keyframes turnTileOut {
  0% {
    transform: scaleX(1);
    background-color: var(--turquoise);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    background-color: var(--lightergrey);
    transform: scaleX(1);
  }
}
.slider-nav{
  display: flex;
}
.slider-nav img{
  cursor: pointer;
}
.card-content{
  width: 1240px;
  display: flex;
  gap: 20px;
}
.card-content.card-shadow .card{
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.cards-team .card{
  padding: 22px 30px 0px 30px;
}
.card{
  flex: 1 1 0;
  width: 0;
  background-color: var(--lightergrey);
  padding: 22px 30px 30px 30px;
  border-radius: var(--border-radius);
}
.hide{
  display: none;
}
.card h4{
  font-family: 'SafiroSemibold';
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  height: 2lh;
}
.card h4:nth-child(4){
  margin-top: 83px;
}
.card p{
  font-family: 'SafiroMedium';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  height: 9lh;
}
.card .card-carrier{
  height: auto;
  padding-bottom: 15px;
}
.card img{
  margin: 40px 0px;
}
.card .card-name p{
  height: 3lh;
}
.card .card-img img{
  margin: 0px;
}
.card li{
  font-family: 'SafiroMedium';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.card ul{
  margin-top: 22px;
  list-style-type: square;
  list-style-position: outside;
  padding-left: 18px;
}
.bordered-tiles-content{
  color: var(--darkblue);
  border-top: 1px solid var(--lightgrey);
  border-bottom: 1px solid var(--lightgrey);
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.bordered-tiles-content-wrap{
  width: 1240px;
  display: flex;
}
.bordered-tile{
  flex: 1 1 0;
  width: 0;
  padding: 30px 20px;
  border-left: 1px solid var(--lightgrey);
}
.bordered-tile:first-child{
  border-left: none;
}
.bordered-tile:last-child{
  border-right: none;
}
.bordered-tile h3{
  font-family: 'SafiroBold';
  font-size: 200px;
  line-height: 220px;
  letter-spacing: calc((200px * 0.04)*-1);
}
.bordered-tile h4{
  font-family: 'SafiroSemibold';
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.bordered-tile p{
  font-family: 'SafiroMedium';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.large-image-content{
  display: flex;
  flex-wrap: wrap;
}
.large-image-content h3{
  width: calc(45% - 40px);
}
.large-image-content p:nth-child(2){
  width: calc(55% - 40px);
  margin: 0px;
  padding-left: 40px;
}
.large-image-content video{
  display: block;
  margin-top: 40px;
  width: 100%;
}
.founder-introduction{
  display: flex;
}
.founder-introduction div{
  padding-left: 125px;
}
.founder-introduction img{
  margin: 0px
}
@keyframes interactive-tile-show {
  from {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  to {
    height: auto;
    aspect-ratio: auto;
  }
}
@keyframes interactive-tile-img-show {
  from {
    height: 145px;
    width: 145px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  to {
    height: 50px;
    width: 50px;
    transform: translate(-50%, 0);
    left: calc(100% - 20px);
    top: 0;
  }
}
@keyframes interactive-tile-p-first-show {
  from {
    height: calc(100% - 40px - 30px - 20px - 15px);
  }
  to {
    height: 50px;
  }
}
@keyframes interactive-tile-p-third-show {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: auto;
  }
}
@keyframes interactive-tile-img-fourth-show {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes interactive-tile-hidden {
  from {
    height: auto;
    aspect-ratio: auto;
  }
  to {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@keyframes interactive-tile-img-hidden {
  from {
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    left: calc(100% - 20px);
    top: 50%;
  }
  to {
    height: 145px;
    width: 145px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}
@keyframes interactive-tile-p-first-hidden {
  from {
    height: 50px;
  }
  to {
    height: calc(100% - 40px - 30px - 20px - 15px);
  }
}
@keyframes interactive-tile-p-third-hidden {
  from {
    opacity: 1;
    height: auto;
  }
  to {
    opacity: 0;
    height: 0;
  }
}
@keyframes interactive-tile-img-fourth-hidden {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.interactive-tile-content{
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  gap: 20px;
}
.interactive-tile.interactive-tile-shown{
  height: auto;
  animation: interactive-tile-show 100ms ease 200ms forwards;
}
.interactive-tile.interactive-tile-hidden{
  animation: interactive-tile-hiden 100ms ease 0ms forwards;
}
.interactive-tile{
  background-color: var(--lightergrey);
  flex: 1 0 calc(33% - 60px);
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: var(--border-radius);
}
.interactive-tile div:first-child{
  width: 100%;
  height: 100%;
  padding: 20px;
}
.interactive-tile.interactive-tile-shown p:first-child{
  animation: interactive-tile-p-first-show 200ms ease 130ms forwards;
}
.interactive-tile.interactive-tile-hidden p:first-child{
  animation: interactive-tile-p-first-hidden 200ms ease 0ms forwards;
}
.interactive-tile p:first-child{
  width: calc(100% - 40px);
  height: calc(100% - 40px - 30px - 20px - 15px);
}
.interactive-tile.interactive-tile-shown p:first-child img{
  animation: interactive-tile-img-show 200ms ease 130ms forwards;
}
.interactive-tile.interactive-tile-hidden p:first-child img{
  animation: interactive-tile-img-hidden 200ms ease 0ms forwards;
}
.interactive-tile p:first-child img{
  height: 145px;
  width: 145px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: relative;
}
.interactive-tile h3{
  font-family: 'SafiroSemibold';
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: var(--darkblue);
  height: 1lh;
  margin-bottom: 15px;
}
.interactive-tile.interactive-tile-shown p:nth-child(3){
  animation: interactive-tile-p-third-show 500ms ease 500ms forwards;
}
.interactive-tile.interactive-tile-hidden p:nth-child(3){
  animation: interactive-tile-p-third-hidden 100ms ease 0ms forwards;
  height: 0px;
}
.interactive-tile p:nth-child(3){
  width: calc(100% - 40px);
  opacity: 0;
  overflow: hidden;
  height: 0px;
}
.interactive-tile div:nth-child(4){
  width: calc(100% - 40px);
}
.interactive-tile.interactive-tile-shown div:nth-child(4) img{
  animation: interactive-tile-img-fourth-show 100ms ease 0ms forwards;
}
.interactive-tile.interactive-tile-hidden div:nth-child(4) img{
  animation: interactive-tile-img-fourth-hidden 100ms ease 0ms forwards;
}
.interactive-tile div:nth-child(4) img{
  width: 50px;
  height: 20px;
  margin-left: calc(100% - 40px);
}
.interactive-tile-content.card-shadow .interactive-tile{
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.footer{
  margin-top: 40px;
  display: flex;
}
.footer.content-wrap{
  width: 1240px;
}
.footer img{
  margin: 0px;
}
.footer .links{
  margin-left: 124px;
  display: flex;
  gap: 20px;
  width: 295px;
  flex: 1 1 0;
}
.footer .links div{
  flex: 1 1 0;
}
.footer .links ul{
  list-style-type: none;
}
.footer .links li{
  padding: 20px 0px;
  border-top: 1px solid var(--purple)
}
.footer .links a{
  font-family: 'SafiroSemibold';
  font-size: 18px;
  line-height: 25px;
  letter-spacing: calc(18px * 0.02);
  color: var(--turquoise);
  text-decoration: none;
}
.footer .links li:last-child{
  border-bottom: 1px solid var(--purple)
}

@media screen and (max-width: 1240px) {
  /* KLEINER ALS 1240px */
  .nav-overlay-wrap{
    background: var(--turquoise);
    width: 100vw;
  }
  .nav-overlay-buttons{
    padding-top: 25px;
    width: calc(100vw - 40px)
  }
  .nav-overlay-buttons img:nth-child(1){
    opacity: 0;
  }
  .nav-overlay-links{
    width: calc(100vw - 40px);
  }
  .wrap-text-820{
    width: calc(100vw - 40px);
  }
  .wrap-text-1240{
    width: calc(100vw - 40px);
  }
  .content-fixed{
    width: 100%;
  }
  .content-wrap{
    width: calc(100vw - 40px);
  }
  .legal-section{
    width: 100vw;
  }
  .legal-section .content-wrap {
    width: calc(100vw - 40px);
  }
  .legal-section li{
    font-family: 'SafiroMedium';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .start-section{
    min-height: auto;
    height: fit-content;
  }
  .start-section .content-wrap{
    min-height: auto;
    height: auto;
  }
  .start-section{
    padding: 0px 20px;
    width: calc(100vw - 40px);
  }
  .start-section h1{
    width: calc(100vw - 40px);
  }
  .start-section p{
    width: calc(100vw - 40px);
  }
  .section{
    padding: 80px 20px;
    width: calc(100vw - 40px);
  }
  .nav{
    padding: 25px 20px;
    width: calc(100vw - 40px);
  }
  .nav-wrap{
    width: 100%;
  }
  .card-content{
    width: calc(100vw - 40px);
    display: block;
  }
  .card-content .card{
    width: calc(100% - 60px);
    flex: none;
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 30px auto auto auto;
  }
  .card-content .card h4:nth-child(1){ /* HEADLINE */
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: 1;
    height: auto;
  }
  .card-content .card p:nth-child(2){ /* IMG */
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    height: auto;
  }
  .card-content .card p:nth-child(3){ /* TEXT */
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: span 2;
    margin-top: 40px;
  }
  .card-content .card h4:nth-child(4){ /* PRICE */
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
    height: auto;
    margin-top: 40px;
  }
  .card-content .card button{ /* BUTTON */
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 4;
    height: auto;
    margin-top: 20px;
  }
  .founder-introduction p:first-child img{
    width: 291px;
    height: 291px;
  }
  .founder-introduction div {
    padding-left: 82px;
  }
  .bordered-tiles-content-wrap {
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .bordered-tile {
    flex: 1 0;
    flex-basis: 33%;
    padding: 30px 20px;
    border-left: 1px solid var(--lightgrey);
  }
  .bordered-tile:nth-child(3) {
    border-left: none
  }
  .section .highlighted h3 {
    font-family: 'SafiroBold';
    font-size: 65px;
    line-height: 80px;
  }
  .interactive-tile-content {
    width: calc(100vw - 40px);
  }
  .interactive-tile {
    flex: 1 0 calc(50% - 60px);
    aspect-ratio: 1 / 1;
  }
  .large-image-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .large-image-content h3 {
    width: 100%;
  }
  .large-image-content p:nth-child(2) {
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding-left: 0px;
  }
  .large-image-content img {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
  .footer {
    margin-top: 40px;
    display: block;
  }
  .footer .links {
    margin-top: 40px;
    margin-left: 0px;
    display: flex;
    gap: 20px;
    width: 100%;
    flex: 1 1 0;
  }
  .sub-footer-section{
    width: calc(100vw - 40px);
    padding: 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  /* KLEINER ALS 768px */
  h1 {
    font-family: 'SafiroSemibold';
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  p {
    font-family: 'SafiroMedium';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  h3 {
    font-family: 'SafiroSemibold';
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .nav-wrap > div:last-child > div:first-child > a{
    text-decoration: none;
    font-family: 'SafiroMedium';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  .nav-wrap > div:last-child > div:first-child > a:last-child{
    margin: 0px 20px 0px 15px;
  }
  .nav-overlay-links {
    padding: 0px 20px 0px 0px;
  }
  .start-section{
    min-height: auto;
    height: fit-content;
  }
  .start-section .content-wrap{
    min-height: auto;
    height: auto;
  }
  .card-content.cards-team .card{
    padding-bottom: 0px;
  }
  .card-content .card {
    width: calc(100% - 60px);
    flex: none;
    margin: 20px 0px;
    display: block;
    height: fit-content;
    padding-bottom: 20px
  }
  .card p {
    font-family: 'SafiroMedium';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    height: auto;
    margin-top: 0px !important;
  }
  .card img {
    margin: 30px 0px 37px 0px;
  }
  .founder-introduction {
    display: block;
  }
  .founder-introduction div {
    padding-left: 0px;
  }
  .bordered-tiles-content-wrap {
    width: 100vw;
    padding: 0px 0px;
    display: block;
  }
  .bordered-tile {
    width: calc(100vw - 40px);
    padding: 30px 20px;
    border-bottom: 1px solid var(--lightgrey);
  }
  .bordered-tile:last-child {
    border-bottom: none;
  }
  .bordered-tile p {
    font-family: 'SafiroMedium';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .section .highlighted p {
    font-family: 'SafiroSemibold';
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .section .highlighted h3 {
    font-family: 'SafiroBold';
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .interactive-tile-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .interactive-tile {
    flex: 1 1 auto;
  }
  .section img {
    margin: 40px 0px 0px 0px;
    width: 100%;
  }
  .founder-introduction p:nth-child(3) img {
    width: 152px;
  }
  .footer img{
    width: 190px;
  }
}