@import url("normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css");

/* ----------------------------------------------------
MAIN
---------------------------------------------------- */
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100dvh;
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

#format-widescreen {
  display: none !important;
}
#format-mobile {
  display: flex !important;
}
body {
  font-family: 'Inter', sans-serif;
}

/* widescreen */
@media only screen and (min-width: 1140px) {
  #format-widescreen {
    display: flex !important;
  }
  #format-mobile {
    display: none !important;
  }
}

.content {
  flex-grow: 1;
  padding: var(--xxl);
  min-height: 900px;
}
@media screen and (max-width: 480px) {
  .content {
    padding: var(--l);
  }
}
.appcontent {
  display: flex;
  flex-direction: column;
  flex-grow: 1 !important;
  flex-shrink: 1;
  min-height: 1px;
  padding: 0;
}
.wrapper--home .content,
.wrapper--home .appcontent {
  min-height: 100vh;
  flex-grow: 0;
  padding-bottom: 120px;
}
.wrapper--home .appcontent {
  padding-bottom: 0;
}

img.logo,
img.logo {
  width: 220px;
  transition: 0.25s all ease-in-out;
}
a:hover > img.logo {
  transform: translateY(-4px);
}
.wrapper--home .content img.logo {
  margin-bottom: var(--xxl);
}
.margin img.logo {
  margin-bottom: var(--xl);
}

.margin .authors {
  margin-top: var(--s);
  text-transform: uppercase;
  font-size: var(--s);
  line-height: var(--m);
}
.margin .date {
  display: block;
  margin-top: var(--m);
  font-size: var(--s);
  font-weight: 600;
  line-height: var(--m);
}
.margin .length {
  display: block;
  font-size: var(--s);
  opacity: 0.75;
}

.wrapper--home .content > img.banner {
  max-width: 360px;
  margin-bottom: var(--xxl);
}

.wrapper--home .content {
  background-image: url("../images/phone-banner-fade1.png");
  background-repeat: no-repeat;
  background-position: center 240px;
  background-origin: padding-box;
  background-size: 360px;
}
@media screen and (min-width: 1140px) {
  .wrapper--home .content {
    background-position: center 240px;
    background-origin: padding-box;
    background-size: 360px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper--home .content {
    background-position: center 240px;
    background-origin: padding-box;
    background-size: 280px;
  }
}

.wrapper--home .content .banner-text {
  margin-top: 320px;
}

.wrapper--blog {
  align-items: center;
}

.wrapper--blog .columns {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1280px;
  width: 100%;
}

.columns > .margin {
  position: sticky;
  top: 0;
  padding: var(--xxl);
  padding-bottom: 0;
}

@media screen and (max-width: 480px) {
  .columns > .margin {
    padding: var(--l) !important;
    padding-bottom: 0 !important;
  }
  .columns > .margin img.logo {
    margin-bottom: var(--ml) !important;
  }
}

@media screen and (max-width: 960px) {
  .wrapper--blog .columns {
    flex-direction: column !important;
  }
  .columns > .margin {
    position: relative;
  }
}

.leadline {
  margin-top: var(--xl);
  margin-bottom: var(--xxl);
  color: var(--grey8);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.wrapper--home .leadline {
  margin-top: var(--s);
  margin-bottom: 0;
  font-size: 28px;
  background: linear-gradient(45deg, #646464, #202020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.wrapper--home .leadline.color {
  margin-top: 0;
  font-size: 38px;
  background: linear-gradient(45deg, var(--component), var(--card), var(--query), var(--data));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1140px) {
  .wrapper--home .leadline {
    font-size: 22px;
  }
  .wrapper--home .leadline.color {
    font-size: 28px;
  }
}
.wrapper--blog .leadline,
.wrapper--document .leadline {
  font-size: 24px;
}

.wrapper--blog .leadline {
  margin-top: var(--xs);
  text-align: initial;
  font-size: 32px;
  letter-spacing: 0;
}

.info {
  max-width: 960px;
}
.info h2 {
  margin-top: var(--xl);
  font-weight: 600;
}
.info h3 {
  margin-top: var(--xl);
  font-weight: 600;
}
.info p,
.info span,
.info li {
  font-size: var(--sm);
  line-height: var(--ml);
}

.imagebox {
  display: flex;
  flex-direction: column;
  border-radius: var(--l);
  overflow: hidden;
}
.imagebox img {
  max-width: 100%;
}

.imagebox.left {
  align-self: flex-start;
  max-width: 292px;
}

.imagebox.left img {
  max-width: 260px;
  align-self: flex-start;
  border-radius: var(--s);
}
.imagebox.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
  grid-column-gap: 2%;
  grid-row-gap: var(--m);
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  .imagebox.gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-column-gap: 5%;
    grid-row-gap: var(--sm);
  }
}

.imagebox.gallery.large {
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-column-gap: 5%;
}
@media screen and (max-width: 760px) {
  .imagebox.gallery.large {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-row-gap: var(--sm);
  }
}

.imagebox.gallery .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: var(--sm);
  border-radius: var(--m);
  background-color: var(--grey8);
}

.imagebox.gallery .tile > img {
  align-self: center;
  width: 32px;
  height: 32px;
}

.imagebox.gallery .tile > span {
  display: block;
  margin-top: var(--s);
  color: var(--white);
  font-size: var(--s);
  font-weight: 600;
  text-align: center;
}

.imagebox.gallery .imagebox {
  justify-content: space-between;
  background-color: var(--white);
}
ul.image-bullets li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 var(--l) 0;
}

ul li .bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  padding: var(--s);
  margin-right: var(--sm);
  border-radius: 100%;
  background-color: var(--grey8);
}
ul li .bullet > img {
  align-self: center;
  width: 20px;
  height: 20px;
}
ul li > span {
  display: inline-block;
  position: relative;
  top: var(--xs);
}

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

.boxes > .imagebox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: var(--white);
  margin-bottom: var(--m);
}
.boxes > .imagebox img {
  max-width: 50%;
}
.boxes > .imagebox span {
  padding: var(--l);
}
@media screen and (max-width: 480px) {
  .boxes > .imagebox {
    flex-direction: column;
    align-items: stretch;
  }
  .boxes > .imagebox img {
    max-width: 100%;
  }
  .boxes > .imagebox span {
    padding: var(--ml);
  }
}

.stub {
  display: flex;
  flex-direction: row;
  color: var(--grey8) !important;
}

.stub .imagebox {
  align-self: flex-start;
  max-width: 320px;
  min-width: 320px;
  margin-right: var(--l);
  background-color: var(--grey8);
}

.stub .info .leadline {
  margin-top: 0;
  margin-bottom: var(--ml);
  font-size: 20px;
  text-align: left;
}
.stub .info h2 {
  margin-top: var(--m);
  font-size: var(--m);
}
.stub .info h3 {
  margin-top: var(--m);
}
.stub .info p,
.stub .info ul li,
.stub .info ol li {
  font-size: var(--s);
  line-height: var(--m);
}

@media screen and (max-width: 1140px) {
  .stub {
    flex-direction: column;
  }
  .stub .imagebox {
    align-self: stretch;
    max-width: 100%;
    width: auto;
    margin-right: 0;
    margin-bottom: var(--l);
  }
  .stub .info {
    padding: var(--m);
    padding-top: 0;
  }
}

.tagline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 var(--s);
  border: 1px solid var(--grey3);
  border-radius: 12px;
  color: var(--grey6);
  font-size: 12px;
  cursor: wait;
}

.signup {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 var(--l);
  margin-top: 64px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 21px;
  color: var(--purewhite);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  z-index: 10;
}

.spinner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  z-index: -1;
}

.footer {
  flex-shrink: 0;
  padding: var(--xl);
}

.footer__menu {
  position: relative;
  min-height: 44px;
  margin-bottom: var(--l);
  color: var(--grey6);
  line-height: 20px;
}

.footer__menu ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  .footer__menu ul {
    flex-direction: column;
  }
}

.footer__menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--m);
  color: var(--grey6);
  text-transform: uppercase;
  font-size: var(--s);
  transition: 0.25s all ease-in-out;
}
.footer__menu li a:hover {
  color: var(--grey8);
  transform: translateY(-2px);
}

.copy {
  font-size: var(--s);
  color: var(--grey5);
  text-align: center;
}
