@font-face {
  font-family: "Sf compact display";
  src: url("/Assets/fonts/sf-compact-display-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sf compact display";
  src: url("/Assets/fonts/sf-compact-display-bold.otf") format("opentype");
  font-weight: 500 700;
  font-style: normal;
}

:root {
  --bg: #f2f2f6;
  --text: #232323;
  --muted: #6e6e73;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(242, 242, 246, 0.7);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  min-height: 55px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  position: sticky;
  top: 0;
}

.body {
  background-color: var(--bg);
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.section-2 {
  width: 90vw;
  max-width: 1200px;
}

.div-block-2 {
  z-index: 2;
  background-color: #fff;
  background-image: url("/Assets/homepage/stream-on-mac.jpg");
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 700px;
  margin-bottom: 50px;
  padding: 60px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2.car-copy {
  background-image: url("/Assets/homepage/ipad-in-the-car-2.jpg");
  background-position: 50% 100%;
  background-size: auto 110%;
}

.div-block-2.car-copy.carplaynew {
  background-image: url("/Assets/homepage/website-post-thumbnail.jpg");
}

.div-block-2.phone {
  background-image: url("/Assets/homepage/balance-life-beyond-social-media.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
}

.div-block-2.stream {
  color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-10 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 80%);
  border-radius: 0 0 25px 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  display: flex;
}

.div-block-10.car {
  min-height: 200px;
}

.div-block-10.phone {
  min-height: 300px;
}

.div-block-10.stream {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
}

.div-block-10.stream.bottom {
  justify-content: center;
}

.heading-2 {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: "Sf compact display", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 49px;
}

.heading-2.carplay {
  margin-bottom: 20px;
  font-size: 50px;
}

.heading-2.socials,
.heading-2.carplay2.new {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  max-width: 60%;
  margin-bottom: 0;
  font-family: "Sf compact display", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-3.description {
  color: #333;
  text-align: left;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.paragraph-3.description.home {
  color: #fff;
  text-align: center;
}

.paragraph-3.description.home.social {
  width: 400px;
}

.paragraph-4 {
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}

.paragraph-4.white {
  font-size: 19px;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  display: flex;
}

.link-block._3d {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 250px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: "Sf compact display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: background-color 0.2s;
  display: flex;
}

.link-block._3d.white.home {
  border-width: 0;
  margin-bottom: 50px;
}

.link-block._3d.black {
  color: #fff;
  background-color: #000;
  padding: 10px 15px;
  font-size: 19px;
}

.link-block._3d.black.home {
  border-style: none;
  margin-bottom: 50px;
}

.section-3 {
  min-width: 90vw;
  min-height: 50px;
  margin-top: 100px;
}

.container-3 {
  border-top: 1px solid #d2d2d7;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link,
.text-block-2 {
  color: var(--muted);
  font-family: "Sf compact display", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.link {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.link.footer {
  padding-right: 0;
}

.text-block-2 {
  text-align: left;
  flex: 1;
}

.image-7 {
  display: block;
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
}

.image-8 {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .div-block-2.car-copy {
    background-size: cover;
    min-height: 600px;
  }

  .div-block-2.phone {
    background-image: url("/Assets/homepage/stop-being-slave-mobile.webp");
    background-position: 50%;
    background-size: cover;
  }

  .heading-2 {
    min-width: 100%;
  }

  .heading-2.socials {
    background-image: url("/Assets/homepage/stop-being-slave-text-block.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100px;
    line-height: 60px;
    position: absolute;
    top: 45%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-bottom: 40px;
  }

  .div-block-2 {
    width: 90vw;
    max-width: 800px;
    padding: 20px;
  }

  .div-block-2.car-copy,
  .div-block-2.car-copy.carplaynew {
    background-position: 50% 100%;
    background-size: cover;
    border-radius: 25px;
    min-height: 400px;
    margin-bottom: 25px;
    padding: 30px 0 0;
  }

  .div-block-2.phone {
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .div-block-2.stream {
    background-size: contain;
    min-height: 400px;
    padding: 0;
  }

  .section-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-2.carplay {
    min-width: 90%;
    font-size: 35px;
  }

  .heading-2.socials {
    background-image: url("/Assets/homepage/stop-being-slave-text-block.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 80%;
    height: 60px;
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    top: auto;
    position: static;
  }

  .heading-2.carplay2 {
    min-width: 90%;
    max-width: 90%;
    line-height: 35px;
  }

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

  .paragraph-3.description.home,
  .paragraph-3.description.home.social {
    max-width: 80%;
    display: none;
  }

  .paragraph-3.description.home.social {
    font-size: 14px;
    line-height: 17px;
  }

  .link-block._3d {
    background-color: transparent;
    width: 100%;
    max-width: 250px;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .link-block._3d.white.home,
  .link-block._3d.black.home {
    width: auto;
    margin-bottom: 25px;
  }

  .div-block-10.car {
    min-height: 0;
  }

  .div-block-10.phone {
    min-height: 150px;
  }

  .image-7 {
    padding-top: 30px;
  }

  .container-3 {
    gap: 12px;
  }
}
