body {
  font-family: sans-serif;
}
.container {
  max-width: 828px;
}
.section {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 641px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 641px) {
  .container, .container-sm {
      /* padding-left: 24px;
      padding-right: 24px; */
  }
}
.site-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 641px) {
  .hero-inner {
      display: flex;
      justify-content: space-between;
  }
}
h1, h2, .h1, .h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}
h1 {
  font-size: 58px;
  line-height: 70px;
  letter-spacing: -2px;
}
h2 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0px;
}
@media (min-width: 641px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0px;
  }
}
h3 {
  font-size: 24px; 
  line-height: 40px; 
  letter-spacing: -0.1px;
  margin-bottom: 0px;
}
h4 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 4px;
}
@media (min-width: 641px) {
  h4 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-bottom: 4px;
    margin-top: 24px;
  }
}
h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
  clear: both;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}
h3 {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}  
@media (min-width: 641px) {
  p {
    font-size: 22px;
    line-height: 26px;
    margin-top: 8px;
  }  
  }
.text-center {
  text-align: center;
} 
.background-gradient {
  background-image: linear-gradient(#FFD913, #FFB930);
}
.feature-container {
  margin: auto;
  width: 80%;
  max-width: 600px;
}
.features-header {
  flex: 50%; 
  max-width: 704px; 
  padding-left: 0px; 
  padding-right: 11px;
}
/* @media (max-width: 1000px) {
  .features-header {
    flex: 50%; 
    max-width: 300px; 
    padding-left: 120px; 
    padding-right: 147px;
  }
} */

.feature-card {
  position: relative;
  width: 321px;
  height: 172px;
  background: rgba(246, 246, 250, 0.85);
  border-radius: 35px;
  transition: top ease 1s;
}
.feature-card:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 641px) {
  .feature-card {
    margin: auto; 
    margin-bottom: 15px;
  }
}
.feature-card #title {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;  
  text-shadow: 2px 5px 10px rgba(255, 255, 255, 0.8);
}
.feature-card #image {
  
}
.feature-card #image-container {
  margin: auto;
}
.feature-card #description {
  /* position: absolute; */
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  bottom: 0px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;  
  color: rgba(0, 0, 0, 0.8);
}
.feature-card strong {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
}
.feature-img {
  width: 160px; display: block
}
.header-container {
  display: flex; 
  flex-wrap: wrap; 
  padding-left: 48px; 
  padding-right: 48px;
}
header {
  padding-top: 32px
}
.hide-on-mobile {
  display: block;
}
.show-on-mobile {
  display: none;
}
/* CSS */

/* Rectangle 81 */



.button-75 {
  align-items: center;
  /* background-image: linear-gradient(170deg, #4634e9 40%, #7d53e6); */

  background: linear-gradient(180deg, rgba(55, 0, 255, 0.73) 0%, rgba(77, 28, 255, 0.73) 100%);
  border: 2px solid #6D38C1;
  border-radius: 33px;
  box-sizing: border-box;

  color: #fff;
  cursor: pointer;
  /* display: flex;
  flex-direction: column; */
  font-family: "Codec cold",sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: .4px;
  line-height: 1;
  /* max-width: 100%; */
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 3px;
  display: inline-flex;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 240px;
}
.button-75 img {
  margin-left: 10px; 
  width: 15px; 
  height: 15x; 
  padding-bottom: 2px;
}
.button-75:active {
  outline: 0;
}
.button-75:hover {
  background-image: linear-gradient(170deg, #3225aa 40%, #5c3daa);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
  .button-75 span {
  transition: all 200ms;
}
.button-75:hover span {
  transform: scale(.9);
  opacity: .75;
}
@media screen and (max-width: 991px) {
  .button-75 {
      font-size: 18px;
      height: 50px;
  }
  .button-75 span {
      line-height: 50px;
  }
}

.button-secondary {
  align-items: center;
  /* background-image: linear-gradient(170deg, #4634e9 40%, #7d53e6); */

  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 33px;
  box-sizing: border-box;

  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  /* display: flex;
  flex-direction: column; */
  font-family: "Codec cold",sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  letter-spacing: .4px;
  line-height: 1;
  /* max-width: 100%; */
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  display: inline-flex;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 200px; */
}
.button-secondary img {
  margin-left: 10px; 
  width: 15px; 
  height: 15x; 
  padding-bottom: 2px;
}
.button-secondary:active {
  outline: 0;
}
.button-secondary:hover {
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.button-secondary span {
  transition: all 200ms;
}
.button-secondary:hover span {
  transform: scale(.9);
  opacity: .75;
}
/* @media screen and (max-width: 991px) {
  .button-secondary {
      font-size: 18px;
      height: 50px;
  }
  .button-secondary span {
      line-height: 50px;
  }
} */



@media (max-width: 641px) {
  .feature-container {
      width: 100%;
  }
  .feature-img {
      width: 100px;
      padding-right: 10px;
  }
  h3 {
      margin-top: 10px;
  }
  header {
      padding-top: 16px
  }
  .header-container {
      display: flex; 
      flex-wrap: wrap; 
      padding-left: 4px; 
      padding-right: 4px;
  } 
  .hide-on-mobile {
      display: none;
  }
  .show-on-mobile {
      display: block;
  }
}


.active {
  opacity: 1;
}


.site-footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  background: #F97646;
  color: rgba(255, 255, 255, 0.6);  
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 641px) {
  .site-footer-inner {
      justify-content: space-between;
      padding-top: 72px;
      padding-bottom: 72px;
      padding-left: 64px;
      padding-right: 64px;
  }
}
.site-footer-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.site-footer a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.screenshot-image {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 641px) {
  .screenshot-image {
      width: 100%;
      max-width: 100%;
      margin: auto;
      display: block;
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
