.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.body {
  color: #fff;
  background-color: #050916;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.logo {
  width: 150px;
  height: 60px;
}

.navbar {
  width: 100%;
  height: 80px;
  background-color: #06000c;
  border: 1px #173d6a;
  border-bottom-style: solid;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.contact-link {
  display: none;
}

.nav-container {
  width: 95%;
  max-width: 1200px;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.hero-subtext {
  max-width: 450px;
  opacity: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  transition: opacity 2s;
}

.button {
  text-align: center;
  background-color: #06000c;
  border: 3px solid #fff;
  border-radius: 25px;
  padding: 12px 45px;
  font-size: 26px;
  font-weight: 600;
  transition: color .5s, border-color 1s, background-color 1s;
}

.button:hover {
  color: #06000c;
  background-color: #fff;
  border-color: #06000c;
}

.button.portfolio-button {
  border-width: 2px;
  border-radius: 5px;
  flex: 0 auto;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}

.button.contact-button {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
}

.button.nav-button {
  opacity: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 20px;
}

.button.hero-button {
  z-index: 1;
  opacity: 0;
  transition: opacity 2s, color .5s, border-color 1s, background-color 1s;
  position: relative;
}

.column-container {
  max-width: 630px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-container.hero-column {
  max-width: 600px;
}

.column-container.portfolio-column {
  max-width: 400px;
}

.base-container {
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.base-container.flex-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.base-container.portfolio-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-container.choose-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100vh;
  display: flex;
  position: relative;
}

.base-container.hero-container {
  display: flex;
}

.base-container.about-container {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 220px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.base-container.contact-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.hero-section {
  min-height: 80vh;
  background-image: radial-gradient(circle at 0 0, #1b6aa2, #173d6a 10%, rgba(0, 0, 0, 0) 26%), linear-gradient(225deg, #41015a 10%, #2c0143 14%, #050916 31%, #050916);
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 160px;
  display: flex;
}

.hero-icon {
  width: 100%;
  max-width: 80px;
  opacity: 0;
  transition: opacity 2s;
  display: block;
  position: absolute;
}

.hero-icon.css-icon {
  top: 220px;
  left: 27.5%;
}

.hero-icon.figma-icon {
  top: 220px;
  left: 62.5%;
}

.hero-icon.html-icon {
  top: 40px;
  left: 80%;
}

.hero-icon.js-icon {
  top: 40px;
  left: 45%;
}

.hero-icon.webflow-icon {
  top: 40px;
  left: 10%;
}

.services-icon {
  width: 50px;
  height: 50px;
}

.services-card {
  max-width: 360px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #06000c;
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
}

.services-card.blue-border {
  color: #fff;
  border: 1px solid #1b6aa2;
}

.services-card.pink-border {
  border: 1px solid #9c27b0;
}

.services-card.delay-scroll {
  width: 360px;
  opacity: 0;
  position: static;
}

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

.services-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 75vh;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100vh;
  display: flex;
}

.about-h2 {
  max-width: 630px;
  font-weight: 600;
  position: relative;
  bottom: 25vh;
}

.main {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  display: flex;
}

.about-speech {
  background-color: #06000c;
  border: 1px solid #9c27b0;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 0;
  box-shadow: 0 2px 100px #173d6a;
}

.about-speech.bubble-2 {
  border-color: #1b6aa2;
  top: 60px;
  right: -20px;
}

.about-speech.bubble-1 {
  top: -20px;
  right: 0;
  box-shadow: 0 2px 100px #173d6a;
}

.about-image {
  width: 100%;
  max-width: 411px;
  box-shadow: 0 2px 250px rgba(0, 0, 0, .2);
}

.portfolio-image {
  width: 60%;
  max-width: 70vh;
}

.portfolio-h3 {
  font-size: 32px;
  font-weight: 600;
}

.portfolio-tag-wrapper {
  max-width: 400px;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.portfolio-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.portfolio-tag-icon {
  width: 20px;
  height: 20px;
}

.portfolio-tag-text {
  font-weight: 600;
}

.portfolio-frame {
  height: 100%;
  flex-direction: row;
  margin-top: 10vh;
  display: flex;
}

.choose-card {
  max-width: 600px;
  min-height: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #06000c;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  box-shadow: 0 4px 20px #173d6a;
}

.choose-card.blue-border {
  box-shadow: none;
  border: 1px solid #1b6aa2;
}

.choose-card.pink-border {
  box-shadow: none;
  border: 1px solid #9c27b0;
}

.choose-card.delay-scroll {
  opacity: 0;
}

.choose-h2 {
  max-width: 400px;
  margin-top: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.choose-card-wrapper {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  flex-direction: column;
  margin-top: 100vh;
  display: flex;
}

.testimonial-card {
  max-width: 600px;
  min-height: 280px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #06000c;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 100px -9px #173d6a;
}

.testimonial-card.blue-border {
  box-shadow: none;
  border: 1px solid #1b6aa2;
}

.testimonial-card.pink-border {
  box-shadow: none;
  border: 1px solid #9c27b0;
}

.testimonial-link {
  color: #fff;
  text-decoration: underline;
}

.testimonial-link:visited {
  color: #fff;
}

.testimonial-link-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-image {
  border-radius: 360px;
}

.testimonial-image-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contact-h2 {
  max-width: 670px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  z-index: 1;
  height: 80px;
  background-color: #06000c;
  border-top: 1px solid #173d6a;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  padding-right: 20px;
  text-decoration: none;
}

.footer-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.footer-container {
  width: 95%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-icon-container {
  width: 100%;
  margin: 10px auto;
  position: relative;
}

.about-section {
  height: 200vh;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
}

.about-image-container {
  width: 95%;
  max-width: 411px;
  position: relative;
}

.choose-section {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-top: -100vh;
  padding-bottom: 320px;
  display: block;
}

.portfolio-camera {
  z-index: 1;
  width: 100%;
  height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.portfolio-item {
  width: 100vw;
  height: 80vh;
  flex: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-item.delay-scroll {
  width: 150vw;
  opacity: 0;
}

.portfolio-track {
  height: 325vw;
}

.testimonial-track {
  height: 350vw;
}

.testimonial-camera {
  width: 100%;
  height: 80vh;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.testimonial-frame {
  height: 80vw;
  flex-direction: row;
  display: flex;
}

.testimonial-item {
  width: 100vw;
  height: 80vh;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-item.delay-scroll {
  width: 150vw;
  opacity: 0;
}

.testimonial-h2 {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.contact-section {
  height: 200vh;
  min-height: 80svh;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 0 100%, #1b6aa2, #173d6a 5%, rgba(0, 0, 0, 0) 26%), radial-gradient(circle at 100% 100%, #41015a 6%, #2c0143 15%, #050916 25%, #050916);
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 160px;
  display: block;
  position: relative;
}

.portfolio-h2 {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.services-section {
  position: relative;
}

.services-h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.hero-h1-wrapper {
  width: 580px;
  height: 190px;
}

.testimonial-section {
  margin-top: -100vh;
  position: relative;
}

.about-wrapper {
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.portfolio-section {
  display: block;
  position: relative;
}

.choose-background {
  z-index: -1;
  width: 100%;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 0 100%, #1b6aa2, #173d6a 10%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0)), radial-gradient(circle at 100% 0, #41015a 12%, #2c0143 16%, #050916 30%);
  background-clip: padding-box;
  margin-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  display: block;
}

.services-background {
  z-index: -1;
  width: 100%;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 0 100%, #1b6aa2, #173d6a 11%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0)), radial-gradient(circle at 100% 100%, #41015a 12%, #2c0143 16%, #050916 30%);
  background-clip: padding-box;
  margin-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
}

.testimonial-background {
  z-index: -1;
  width: 100%;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 0 0, #41015a 7%, #2c0143 12%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0)), radial-gradient(circle at 100%, #1b6aa2, #173d6a 7%, #050916 30%);
  background-clip: padding-box;
  margin-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
}

.portfolio-background {
  z-index: -1;
  width: 100%;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 0 0, #1b6aa2, #173d6a 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0)), radial-gradient(circle at 100% 100%, #1b6aa2, #173d6a 7%, #050916 30%);
  background-clip: padding-box;
  margin-top: 80px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.about-background {
  z-index: -1;
  width: 100%;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 100% 0, #1b6aa2, #173d6a 12%, #050916 30%);
  background-clip: padding-box;
  margin-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
}

.anchor {
  position: absolute;
  top: 1000px;
}

.anchor.about-section {
  top: 250px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  .body {
    background-repeat: no-repeat;
    background-size: auto 10000px;
    background-attachment: scroll;
  }

  .nav-link {
    margin-left: 20px;
  }

  .nav-link.contact-link {
    display: block;
  }

  .nav-hamburger-icon {
    color: #fff;
    font-size: 52px;
  }

  .nav-hamburger {
    padding: 4px;
  }

  .nav-hamburger.w--open, .nav-menu {
    background-color: #06000c;
  }

  .button.nav-button {
    display: none;
  }

  .column-container.hero-column {
    max-width: 400px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-container.portfolio-column {
    max-width: 300px;
    padding-top: 60px;
  }

  .base-container.portfolio-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .base-container.choose-container {
    grid-column-gap: 360px;
    grid-row-gap: 360px;
    flex-direction: column;
    align-items: center;
  }

  .base-container.hero-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .base-container.about-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .hero-section {
    max-height: 960px;
    min-height: 90vh;
    margin-bottom: 0;
    position: relative;
  }

  .hero-icon {
    max-width: 70px;
  }

  .hero-icon.css-icon {
    top: 180px;
    left: 20%;
  }

  .hero-icon.figma-icon {
    top: 180px;
    left: 60%;
  }

  .hero-icon.js-icon {
    left: 40%;
  }

  .hero-icon.webflow-icon {
    left: 0%;
  }

  .services-card.delay-scroll {
    width: 360px;
  }

  .about-h2 {
    padding-bottom: 0;
    font-size: 32px;
    position: static;
  }

  .main {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .about-image {
    width: auto;
    height: 40svh;
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-image {
    width: 50%;
    max-width: 500px;
  }

  .portfolio-h3 {
    max-width: 300px;
    line-height: 1.3em;
  }

  .portfolio-tag-wrapper {
    max-width: 500px;
  }

  .portfolio-frame {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    margin-top: 0;
  }

  .choose-card {
    top: 40vh;
  }

  .choose-card.delay-scroll {
    opacity: 0;
    display: block;
  }

  .choose-h2, .testimonial-link {
    text-align: center;
  }

  .hero-icon-container {
    max-width: 400px;
    min-height: 350px;
    margin: 0 auto;
  }

  .about-section {
    height: 150vh;
  }

  .about-image-container {
    position: relative;
  }

  .portfolio-camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .portfolio-item {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-item.delay-scroll {
    display: none;
  }

  .portfolio-track, .testimonial-track {
    height: auto;
    padding-top: 50vh;
  }

  .testimonial-camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .testimonial-frame {
    height: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .testimonial-item {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-item.delay-scroll {
    display: none;
  }

  .testimonial-h2 {
    position: -webkit-sticky;
    position: sticky;
  }

  .contact-section {
    height: 100vh;
    margin-top: 50vh;
  }

  .portfolio-h2 {
    margin-bottom: 60px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 20vh;
  }

  .services-section {
    background-image: repeating-radial-gradient(circle at 0%, #1b6aa2, #173d6a 10%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0)), radial-gradient(circle at 100%, #41015a 3%, #2c0143 12%, #050916 18%);
  }

  .hero-h1-wrapper {
    width: auto;
    height: 210px;
    max-width: 300px;
  }

  .testimonial-section {
    height: auto;
    margin-top: 0;
  }

  .portfolio-section {
    height: auto;
    margin-top: 160px;
    margin-bottom: 160px;
    position: relative;
  }

  .testimonial-background, .portfolio-background {
    opacity: 0;
  }

  .about-background {
    background-image: radial-gradient(circle at 100% 0, #1b6aa2, #173d6a 12%, #050916 30%);
  }

  .anchor.about-section {
    top: 160px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .nav-link {
    margin-left: 10px;
  }

  .hero-subtext {
    font-size: 20px;
  }

  .button {
    padding: 10px 36px;
    font-size: 22px;
  }

  .button.contact-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .column-container.hero-column {
    max-width: 350px;
  }

  .column-container.portfolio-column {
    max-width: 350px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    padding-top: 0;
  }

  .base-container.portfolio-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .hero-icon {
    max-width: 60px;
  }

  .hero-icon.css-icon, .hero-icon.figma-icon {
    top: 180px;
  }

  .main {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .portfolio-image {
    width: 40vh;
    max-width: 400px;
  }

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

  .portfolio-tag-wrapper {
    justify-content: center;
  }

  .choose-card, .testimonial-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-link-wrapper {
    display: none;
  }

  .footer-container {
    justify-content: flex-end;
  }

  .hero-icon-container {
    max-width: 350px;
    min-height: 300px;
  }

  .services-section {
    margin-bottom: 160px;
  }

  .hero-h1-wrapper {
    height: 200px;
    max-width: 250px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  .body {
    background-position: 50% 0;
    background-size: auto 5000px;
    font-size: 16px;
  }

  .nav-link {
    margin-left: 10px;
  }

  .hero-subtext {
    max-width: 270px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .button {
    padding: 6px 28px;
    font-size: 18px;
  }

  .button.portfolio-button {
    font-size: 16px;
  }

  .button.contact-button {
    font-size: 20px;
  }

  .column-container.hero-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .column-container.portfolio-column {
    width: 90%;
    max-width: 350px;
  }

  .base-container.portfolio-container {
    height: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-section {
    height: 90svh;
    max-height: 800px;
    min-height: 600px;
    position: relative;
  }

  .hero-icon {
    max-width: 50px;
  }

  .hero-icon.css-icon {
    top: 140px;
    left: 20%;
  }

  .hero-icon.figma-icon {
    top: 140px;
    left: 60%;
  }

  .hero-icon.js-icon {
    left: 40%;
  }

  .hero-icon.webflow-icon {
    left: 0%;
  }

  .services-card {
    min-height: 310px;
    padding: 30px 20px 20px;
  }

  .services-card-wrapper {
    width: 95%;
    grid-column-gap: 10px;
  }

  .about-h2 {
    font-size: 26px;
  }

  .main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-speech {
    padding: 5px 10px;
    font-size: 16px;
  }

  .about-speech.bubble-2 {
    top: 30px;
    right: -10px;
  }

  .about-speech.bubble-1 {
    right: 0;
  }

  .about-image {
    max-height: 300px;
  }

  .portfolio-image {
    max-width: 100%;
  }

  .portfolio-h3 {
    font-size: 20px;
  }

  .choose-card {
    min-height: 280px;
    padding: 20px;
  }

  .testimonial-card {
    min-height: 240px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .testimonial-image {
    max-width: 70px;
  }

  .testimonial-image-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .hero-icon-container {
    width: 95%;
    max-width: 260px;
    min-height: 200px;
  }

  .about-image-container {
    max-width: 300px;
  }

  .testimonial-item {
    height: auto;
  }

  .services-section {
    margin-bottom: 280px;
  }

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

  .hero-h1-wrapper {
    height: 200px;
    max-width: 240px;
  }
}


@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}