html {
  scroll-behavior: smooth;
  zoom: normal;
  overflow-y: scroll;
}


body {
  font-size: 100%;
}


.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  overflow: hidden
}

body.glightbox-open {
  overflow: scroll !important;
  padding-right: 0 !important;
}


.email-link {
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
  padding: 0px 0px;
  border-radius: 5px;
  font-size: 3rem;
  font-weight: 300;
  transition: background-color 0.3s ease;
}

.email-link:hover {
  text-decoration: none;
}

.white_text_box {
  background-color: white;
  color: #000000;
  border-radius: 10px;
  max-width: 100%;
  margin: 10px 0;
  overflow-wrap: break-word;
  margin-right: 20rem;
  margin-left: 20rem;
  font-weight: 300;
  font-size: 2.75rem;
  padding: 1rem;
}

.white_text_box h1 {
  font-weight: normal;
  font-size: 4rem;
}

.white_text_box p {
  text-align: justify;
}

.stacked_tiles {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-color: rgb(19, 19, 19);
}

.tile_title_article {
  color: rgb(255, 255, 255);
  white-space: normal;
  overflow-wrap: break-word;
  padding: 1rem;
}

.tile_title_article h1 {
  font-size: 4rem !important;
  font-weight: bold !important;
}

.tile_title_article p {
  font-weight: normal !important;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header-icons {
  display: flex;
  gap: 15px;
}

.icon-link {
  color: #000000;
  font-size: 6rcap;
  transition: color 0.2s;
}

.icon-link:hover {
  color: #0072b1;
}


@media screen and (min-width: 1670px) {

  .tile_title_article h1,
  .white_text_box h1 {
    font-size: 2.75rem !important;
  }

  .tile_title_article p,
  .white_text_box p {
    font-size: 1.75rem !important;
  }

  .white_text_box {
    margin: 0px 16.5rem;
  }

  .tile_title_article {
    margin: 1rem;
  }

  .white_text_box h2 {
    font-size: 2.5rem;
  }

  .email-link {
    font-size: 1.75rem
  }
}

@media screen and (min-width: 2400px) {
  .wrapper {
    max-width: 65%;
  }
}

@media screen and (min-width: 1650px) and (max-width: 2100px) {
  .white_text_box {
    margin: 0px 22rem;
  }

  .tile_title_article {
    margin: 1rem;
  }
}

@media screen and (min-width: 2100px) and (max-width: 2400px) {
  .white_text_box {
    margin: 0px 30.5rem;
  }
}

@media screen and (max-width: 1670px) {

  .tile_title_article h1,
  .white_text_box h1 {
    font-size: 2.25rem !important;
  }

  .tile_title_article p,
  .white_text_box p {
    font-size: 1.5rem !important;
  }

  /* .tile.image_tile {
    flex: 1;
  } */

  .white_text_box {
    margin: 0px 15rem;
  }

  .tile_title_article {
    margin: 1rem;
  }

  .white_text_box h2 {
    font-size: 2rem;
  }

  .email-link {
    font-size: 1.5rem
  }
}

@media screen and (max-width: 1450px) {

  .tile_title_article p,
  .white_text_box p {
    font-size: 1.25rem !important;
  }

  .white_text_box {
    margin: 0px 10.5rem;
  }

  .white_text_box h2 {
    font-size: 1.75rem;
  }

  .tile_title_article h1,
  .white_text_box h1 {
    font-size: 2rem !important;
  }

  .email-link {
    font-size: 1.25rem
  }

  .icon-link {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1210px) {
  .stacked_tiles {
    flex-direction: column;
  }

  .tile_title_article,
  .white_text_box {
    margin: 0px 10rem;
  }
}

@media screen and (max-width: 900px) {

  .tile_title_article h1,
  .white_text_box h1 {
    font-size: 1.75rem !important;
  }

  .tile_title_article p,
  .white_text_box p {
    font-size: 1rem !important;
  }

  .tile_title_article,
  .white_text_box {
    margin: 0px 7rem;
  }

  .white_text_box h2 {
    font-size: 1.5rem;
  }

  .email-link {
    font-size: 1rem
  }

  .icon-link {
    font-size: 2rem;
  }
}

@media screen and (max-width: 769px) {
  .image-map-container {
    flex-direction: column;
  }

  .tile.image_tile {
    padding: 0;
  }

  .tile_title_article h1,
  .white_text_box h1 {
    font-size: 1.7rem !important;
  }

  .tile_title_article p,
  .white_text_box p {
    font-size: 1rem !important;
  }

  .tile_title_article,
  .white_text_box {
    margin: 0px 5rem;
  }

  .white_text_box h2 {
    font-size: 1.5rem;
  }

  .email-link {
    font-size: 1rem
  }

  ;
}

@media screen and (max-width: 550px) {

  .tile_title_article h1,
  .white_text_box h1 {
    font-size: 1.5rem !important;
  }

  .tile_title_article p,
  .white_text_box p {
    font-size: 1rem !important;
  }

  .tile_title_article,
  .white_text_box {
    margin: 0px 2.25rem;
  }

  .white_text_box h2 {
    font-size: 1.35rem;
  }

  .email-link {
    font-size: 1rem
  }

  .icon-link {
    font-size: 1.5rem;
  }

  .header-row {
    gap: 10px;
  }

  .header-icons {
    gap: 10px;
  }
}

@media screen and (max-width: 400px) {

  .tile_title_article h1,
  .white_text_box h1 {
    font-size: 1.3rem !important;
  }

  .tile_title_article p,
  .white_text_box p {
    font-size: 0.8rem !important;
  }

  .tile_title_article,
  .white_text_box {
    margin: 0px 1.25rem;
  }

  .white_text_box h2 {
    font-size: 1.1rem;
  }

  .email-link {
    font-size: 0.8rem
  }

  .icon-link {
    font-size: 1.25rem;
  }
}




/* Container for the images/videos (Chips)*/
.media-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 0rem;
  gap: 0.25rem;
  margin-bottom: -24rem;
}

/* Container for the images/videos (Real Time)*/
.media-container-alt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  margin-bottom: -24rem;
}

/* Container for the images/videos (Quantum)*/
.single-media-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  margin-bottom: -30rem;
  margin-top: 5rem;
}



/* Container for the images (Hello worlds / Connect)*/
.quote-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0rem;
  margin: 3rem 0;
}

.quote-container .white_text_box p {
  text-align: left;
}

.quote-image {
  padding-right: 1rem;
}

.quote-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.founders-image {
  padding-right: 1rem;
  width: 100%;
}

.founders-image img {
  width: 100%;
  height: auto;
}



/* Each media item (Real Time)*/
.media-item {
  width: 33%;
  margin: 0;
  position: relative;
}

/* Each media item (Chips)*/
.media-item-alt {
  width: 45%;
  margin: 0;
  position: relative;
  margin-bottom: 20rem;
}

/* Each media item (Quantum)*/
.single-media-item {
  width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 20rem;
}


/* Media (video) styling (Real Time)*/
.media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

/* Media (video) styling (Chips)*/
.media-alt {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

/* Media (video) styling (Quantum)*/
.single-media {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2 
}



/* Media styling (Easter egg pages)*/
.egg_image {
  width: 50%;
}

.egg_container {
  display: flex;
  flex-direction: row;
}

.egg_container_alt {
  display: flex;
  flex-direction: row;
}


/* For the carousel on Connect  */
.swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.mousewheel-control {
  overscroll-behavior: contain;
}

.mousewheel-control:hover {
  pointer-events: all;
}

.swiper-wrapper-outer {
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.single-team-media {
  aspect-ratio: 3 / 2;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: rgb(0, 0, 0);
  transform: scale(1);
}

.swiper-button-next {
  right: -40px;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-pagination {
  bottom: 10px !important;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #c4c4c4;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}


@media screen and (min-width: 1600px) and (max-width: 2300px) {
  .media-container {
    margin-bottom: -22.5rem;
    margin-right: -7rem;
    gap: 0.5rem;
  }

  .media-container-alt {
    margin-bottom: -1rem;
  }

  .media-item-alt {
    margin-bottom: 22rem;
  }

  .single-media-container {
    margin-bottom: -19rem;
  }
}

@media screen and (min-width: 1651px) {
  .media-container {
    margin-bottom: -23rem;
    margin-right: -6rem;
    gap: 0.5rem;
  }

  .media-container-alt {
    margin-bottom: -2rem;
  }
}

@media screen and (min-width: 2100px) and (max-width:2300px) {
  .media-container {
    margin-bottom: -22rem;
    margin-right: -7rem;
  }

  .media-container-alt {
    margin-bottom: -2rem;
  }
}

@media screen and (min-width: 2300px) and (max-width: 2400px) {
  .media-container {
    margin-bottom: -30rem;
    margin-right: -8.5rem;
  }

  .media-container-alt {
    margin-bottom: -2rem;
  }

  .media-item-alt {
    margin-bottom: 30rem;
  }

  .single-media-container {
    margin-bottom: -20rem;
  }
}

@media screen and (min-width: 2400px) and (max-width:3400px) {
  .media-container {
    margin-bottom: -17rem;
    margin-right: -6.5rem;
  }

  .media-container-alt {
    margin-bottom: -2rem;
  }

  .media-item-alt {
    margin-bottom: 16rem;
  }

  .single-media-container {
    margin-bottom: -20rem;
  }
}

@media screen and (min-width: 3000px) {
  .media-container {
    margin-right: -9rem;
  }
}

@media screen and (min-width: 3400px) {
  .single-media-container {
    margin-bottom: -21rem;
    margin-top: 7rem;
  }

  .media-container {
    margin-bottom: -20rem;
    margin-right: -11rem;
  }

  .media-container-alt {
    margin-bottom: -3rem;
  }
}

@media screen and (max-width: 1600px) {
  .media-container {
    margin-bottom: -10rem;
    margin-right: -5.5rem;
  }

  .media-container-alt {
    margin-bottom: -1rem;
  }

  .media-item-alt {
    margin-bottom: 10rem;
  }

  .single-media-container {
    margin-bottom: -19rem;
  }
}

@media screen and (max-width: 1450px) {
  .media-item-alt {
    margin-bottom: 9rem;
  }
}

@media screen and (max-width: 1350px) {
  .media-container {
    margin-bottom: -8rem;
  }

  .media-container-alt {
    margin-bottom: -1rem;
  }

  .media-item-alt {
    margin-bottom: 7.5rem;
  }

  .single-media-container {
    margin-bottom: -20rem;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    transform: scale(0.75);
  }

  .swiper-container {
    padding: 2rem 0;
  }

  .egg_image {
    width: 50%;
  }

  .egg_container {
    /* display: flex; */
    flex-direction: column;
  }

  .egg_container_alt {
    /* display: flex; */
    flex-direction: column-reverse;
  }
}

@media (min-width:1150px) and (max-width:1250px) {
  .media-container {
    margin-right: -5.5rem;
  }

  .TE-media-container {
    margin-right: -12rem;
  }
}

@media (min-width:1080px) and (max-width:1150px) {
  .media-container {
    margin-right: -4.5rem;
  }
}

@media (min-width:1000px) and (max-width:1080px) {
  .media-container {
    margin-right: -4rem;
  }
}

@media (max-width: 1100px) {
  .quote-container {
    margin: 1rem 0;
    flex-direction: column;
  }

  .quote-image {
    /* width: 150%; */
    padding-right: 0rem;
    padding-top: 1rem;
  }

  .founders-image {
    width: 65%;
    padding-right: 0rem;
  }

  .quote-container .white_text_box p {
    text-align: justify;
    margin-bottom: 0rem;
  }
}

@media (max-width: 950px) {
  .quote-container {
    text-align: center;
    margin: 2rem 0;
  }

  .white_text_box blockquote {
    margin: 1rem;
  }
}

@media (min-width:900px) and (max-width:1000px) {
  .media-container {
    margin-right: -3.5rem;
  }
}

@media (min-width:825px) and (max-width:900px) {
  .media-container {
    margin-right: -3.5rem;
  }
}

@media (min-width:769px) and (max-width:825px) {
  .media-container {
    margin-right: -3.25rem;
  }
}

@media screen and (max-width: 769px) {
  .media-container {
    margin-bottom: 0rem;
    margin-left: -24%;
    margin-right: 0rem;
    flex-direction: column;
    /* justify-content: ; */
    align-content: start;
    width: calc(155%);
  }

  .media-alt {
    width: calc(222%);
    height: auto;
    display: block;
  }

  .founders-image {
    width: 90%;
    padding-right: 0rem;
  }

  /*   
  .quote-image {
    width: 148%;
  } */

  .media-item-alt {
    margin-bottom: 0rem;
  }

  .media-container-alt {
    margin-bottom: -1rem;
    margin-top: -2rem;
    gap: 0.1rem;
  }

  .media-item {
    width: 49%;
    margin: 0;
    position: relative;
  }

  .single-media-container {
    /* position: relative; */
    /* left: 50%; */
    /* right: 50%; */

    margin-top: 2rem;
    margin-left: -14vw;
    margin-right: -14vw;
    /* margin-  right: 0rem; */
    flex-direction: column;
    align-content: start;
    max-width: none;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    transform: scale(0.5);
  }
}

@media screen and (max-width: 680px) {

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    transform: scale(0.5);
  }

  .swiper-pagination {
    bottom: -10px !important;
  }

  .single-media-container {
    margin-left: -18vw;
    margin-right: -18vw;
  }
}

@media screen and (max-width: 550px) {

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    transform: scale(0.4);
  }

  .swiper-pagination {
    bottom: -10px !important;
  }

  .single-media-container {
    margin-left: -13vw;
    margin-right: -13vw;
  }
}

@media screen and (max-width: 450px) {
  .media-container {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 400px) {
  .media-container-alt {
    margin-top: -3rem;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    transform: scale(0.3);
  }

  .swiper-button-next {
    right: -30px;
  }

  .swiper-button-prev {
    left: -30px;
  }

  .swiper-pagination {
    bottom: -2rem !important;
  }

  .swiper-container {
    padding: 0.5rem 0;
  }

  .single-media-container {
    margin-left: -12vw;
    margin-right: -12vw;
  }
}

@media screen and (max-width:350px) {
  .white_text_box h1 {
    font-size: 1.1rem;
  }
}