body {
  color: #161616; }

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0; }

.heading-1, .join h1, .meet h1, .get-started .content-wrapper h1 {
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.192px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .heading-1, .join h1, .meet h1, .get-started .content-wrapper h1 {
      font-size: 32px;
      line-height: 41px; } }
  @media (min-width: 992px) {
    .heading-1, .join h1, .meet h1, .get-started .content-wrapper h1 {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 1366px) {
    .heading-1, .join h1, .meet h1, .get-started .content-wrapper h1 {
      font-size: 34px;
      line-height: 43px; } }
  @media (min-width: 1905px) {
    .heading-1, .join h1, .meet h1, .get-started .content-wrapper h1 {
      font-size: 48px;
      line-height: 56px; } }

.heading-2, .varto-intro h2 {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.144px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .heading-2, .varto-intro h2 {
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 992px) {
    .heading-2, .varto-intro h2 {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1366px) {
    .heading-2, .varto-intro h2 {
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 1905px) {
    .heading-2, .varto-intro h2 {
      font-size: 28px;
      line-height: 36px; } }

.common-text, p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.064px; }
  @media (min-width: 768px) {
    .common-text, p {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.064px; } }
  @media (min-width: 992px) {
    .common-text, p {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.048px; } }
  @media (min-width: 1366px) {
    .common-text, p {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.064px; } }
  @media (min-width: 1905px) {
    .common-text, p {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 0.088px; } }

.c-btn {
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.064px;
  text-transform: uppercase;
  padding: 14px 0;
  width: 300px;
  color: #fff;
  background: #161616;
  border-radius: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    .c-btn {
      width: 224px;
      padding: 12px 0;
      font-size: 12px;
      line-height: 16px; } }
  @media (min-width: 1366px) {
    .c-btn {
      width: 306px;
      padding: 14px 0;
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 1905px) {
    .c-btn {
      width: 425px;
      padding: 16px 0;
      font-size: 22px;
      line-height: 30px; } }
  .c-btn:hover {
    text-decoration: none;
    background: #C4F85E;
    color: #161616; }

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 0;
  width: 100%; }
  @media (min-width: 992px) {
    .header-wrapper {
      padding: 25px 0; } }
  @media (min-width: 1366px) {
    .header-wrapper {
      padding: 34px 0; } }
  @media (min-width: 1905px) {
    .header-wrapper {
      padding: 48px 0; } }
  .header-wrapper .company {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.064px;
    text-transform: uppercase; }
    .header-wrapper .company a {
      color: #161616;
      padding: 0 10px;
      transition: all .3s ease; }
      @media (min-width: 992px) {
        .header-wrapper .company a {
          padding: 0 8px; } }
      @media (min-width: 1905px) {
        .header-wrapper .company a {
          padding: 0 12px; } }
      @media (min-width: 1905px) {
        .header-wrapper .company a {
          padding: 0 16px; } }
      .header-wrapper .company a:hover {
        text-decoration: none;
        background: #C4F85E; }

.varto-intro {
  position: relative;
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .varto-intro {
      padding-bottom: 0; } }
  .varto-intro .top-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .varto-intro .phone {
    display: block;
    margin-left: auto;
    margin-right: calc((100vw / -12) + 1px);
    width: calc(100vw / (24 / 18));
    margin-top: -15px; }
    @media (min-width: 768px) {
      .varto-intro .phone {
        width: calc(100vw / (24 / 12));
        margin-right: 0;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .varto-intro .phone {
        margin: 0;
        width: calc(100vw / (24 / 9)); } }
  @media (min-width: 992px) {
    .varto-intro .content-wrapper {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between; } }
  .varto-intro h2 {
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .varto-intro h2 {
        width: calc(100vw / (24 / 13));
        margin-top: -20px; } }
    @media (min-width: 992px) {
      .varto-intro h2 {
        margin-bottom: 30px;
        padding-top: 150px;
        width: calc(100vw / (24 / 8)); } }
    @media (min-width: 1366px) {
      .varto-intro h2 {
        margin-bottom: 42px; } }
    @media (min-width: 1905px) {
      .varto-intro h2 {
        margin-bottom: 60px; } }
  .varto-intro .intro-text a img {
    width: 135px; }
    @media (min-width: 768px) {
      .varto-intro .intro-text a img {
        width: 220px; } }
    @media (min-width: 992px) {
      .varto-intro .intro-text a img {
        width: 124px; } }
    @media (min-width: 1366px) {
      .varto-intro .intro-text a img {
        width: 171px; } }
    @media (min-width: 1905px) {
      .varto-intro .intro-text a img {
        width: 242px; } }

.join {
  position: relative;
  height: 100vh; }
  .join > picture img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    padding-top: 50px;
    padding-bottom: 50px; }
  .join .container-fluid, .join .row {
    height: 100%; }
  .join .content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .join .content-wrapper {
        width: 382px; } }
    @media (min-width: 992px) {
      .join .content-wrapper {
        width: 373px; } }
    @media (min-width: 1366px) {
      .join .content-wrapper {
        width: 513px; } }
    @media (min-width: 1905px) {
      .join .content-wrapper {
        width: 720px; } }
  .join h1 {
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .join h1 {
        margin-bottom: 12px; } }
    @media (min-width: 1366px) {
      .join h1 {
        margin-bottom: 18px; } }
    @media (min-width: 1905px) {
      .join h1 {
        margin-bottom: 24px; } }
  .join p {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .join p {
        margin-bottom: 8px; } }
    @media (min-width: 1366px) {
      .join p {
        margin-bottom: 12px; } }
    @media (min-width: 1905px) {
      .join p {
        margin-bottom: 16px; } }

.meet {
  position: relative;
  overflow: hidden;
  background: #C4F85E;
  margin-bottom: 50px; }
  @media (min-width: 1366px) {
    .meet {
      margin-bottom: 65px; } }
  @media (min-width: 1905px) {
    .meet {
      margin-bottom: 90px; } }
  .meet h1 {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .meet h1 {
        padding-right: calc(100vw / 24); } }
    @media (min-width: 992px) {
      .meet h1 {
        padding-right: calc(100vw / 12);
        width: calc(100vw / (24 / 10));
        margin-bottom: 65px; } }
  .meet picture {
    flex: 0 0 auto; }
  .meet img {
    width: 100%; }
    @media (min-width: 768px) {
      .meet img {
        width: calc(100vw / (24 / 7)); } }
    @media (min-width: 992px) {
      .meet img {
        position: absolute;
        top: 50%;
        right: 0;
        width: calc(100vw / (24 / 9)); } }
  .meet .content-wrapper {
    padding-top: 56px; }
    @media (min-width: 768px) {
      .meet .content-wrapper {
        padding-top: 0;
        display: flex;
        align-items: center; } }
    @media (min-width: 992px) {
      .meet .content-wrapper {
        padding-top: 229px;
        padding-bottom: 195px; } }
    @media (min-width: 1366px) {
      .meet .content-wrapper {
        padding-top: 298px;
        padding-bottom: 298px; } }
    @media (min-width: 1905px) {
      .meet .content-wrapper {
        padding-top: 437px;
        padding-bottom: 418px; } }

.benefits .benefit-item {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .benefits .benefit-item {
      display: flex;
      align-items: center;
      gap: 0 calc(100vw / 12); } }
  @media (min-width: 1366px) {
    .benefits .benefit-item {
      padding: 65px 0; } }
  @media (min-width: 1905px) {
    .benefits .benefit-item {
      padding: 90px 0; } }
  .benefits .benefit-item img {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .benefits .benefit-item img {
        margin-bottom: 0;
        flex: 1 1 auto;
        width: calc(100vw / 3); } }
    @media (min-width: 992px) {
      .benefits .benefit-item img {
        width: calc(100vw / 4); } }
  .benefits .benefit-item .heading-1, .benefits .benefit-item .join h1, .join .benefits .benefit-item h1, .benefits .benefit-item .meet h1, .meet .benefits .benefit-item h1, .benefits .benefit-item .get-started .content-wrapper h1, .get-started .content-wrapper .benefits .benefit-item h1 {
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .benefits .benefit-item .heading-1, .benefits .benefit-item .join h1, .join .benefits .benefit-item h1, .benefits .benefit-item .meet h1, .meet .benefits .benefit-item h1, .benefits .benefit-item .get-started .content-wrapper h1, .get-started .content-wrapper .benefits .benefit-item h1 {
        margin-bottom: 12px; } }
  .benefits .benefit-item p:not(:last-child) {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .benefits .benefit-item p:not(:last-child) {
        margin-bottom: 8px; } }
  .benefits .benefit-item:nth-child(even) {
    flex-direction: row-reverse; }

.get-started {
  position: relative;
  padding: 20px 0 100px;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 768px) {
    .get-started {
      padding: 5px 0 100px; } }
  @media (min-width: 992px) {
    .get-started {
      padding: 59px 0 94px; } }
  @media (min-width: 1366px) {
    .get-started {
      padding: 20px 0 130px; } }
  @media (min-width: 1905px) {
    .get-started {
      padding: 20px 0 180px; } }
  .get-started .pretty {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    display: block; }
    @media (min-width: 992px) {
      .get-started .pretty {
        top: 200px; } }
    @media (min-width: 1366px) {
      .get-started .pretty {
        top: 280px; } }
  .get-started .content-wrapper img {
    margin-bottom: 40px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (min-width: 768px) {
      .get-started .content-wrapper img {
        width: calc(100vw / (24 / 8));
        margin-bottom: 5px; } }
  .get-started .content-wrapper h1 {
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .get-started .content-wrapper h1 {
        margin-bottom: 23px; } }
    @media (min-width: 992px) {
      .get-started .content-wrapper h1 {
        margin-bottom: 30px; } }
    @media (min-width: 1366px) {
      .get-started .content-wrapper h1 {
        margin-bottom: 42px; } }
    @media (min-width: 1905px) {
      .get-started .content-wrapper h1 {
        margin-bottom: 60px; } }

footer {
  background: #C4F85E;
  border-radius: 25px 25px 0 0; }
  footer .logo {
    width: 90px;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      footer .logo {
        width: 96px; } }
    @media (min-width: 992px) {
      footer .logo {
        width: 83px;
        margin-bottom: 20px; } }
    @media (min-width: 1366px) {
      footer .logo {
        width: 114px;
        margin-bottom: 28px; } }
    @media (min-width: 1905px) {
      footer .logo {
        width: 160px;
        margin-bottom: 40px; } }
  footer .g-play {
    width: 135px; }
    @media (min-width: 768px) {
      footer .g-play {
        width: 156px; } }
    @media (min-width: 992px) {
      footer .g-play {
        width: 113px; } }
    @media (min-width: 1366px) {
      footer .g-play {
        width: 221px; } }
    @media (min-width: 1905px) {
      footer .g-play {
        width: 242px; } }
  footer .top-footer {
    padding: 26px 0 40px; }
    @media (min-width: 768px) {
      footer .top-footer {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
    @media (min-width: 992px) {
      footer .top-footer {
        padding: 30px 0 50px; } }
    @media (min-width: 1366px) {
      footer .top-footer {
        padding: 42px 0 70px; } }
    @media (min-width: 1905px) {
      footer .top-footer {
        padding: 60px 0 100px; } }
  footer .bot-footer {
    background: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.02em;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 8.33333%;
    border-radius: 25px 25px 0 0;   }
    footer .bot-footer div{
      margin-top: 10px;
    }
    @media (min-width: 768px) {
      footer .bot-footer {
        font-size: 12px;
        line-height: 14px;
        padding-top: 15px;
        padding-bottom: 13px;
        padding-right: 12.5%; } }
    @media (min-width: 992px) {
      footer .bot-footer {
        font-size: 9px;
        line-height: 12px;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-right: 16.66667%; } }
    @media (min-width: 1366px) {
      footer .bot-footer {
        font-size: 12px;
        line-height: 18px;
        padding-top: 26px;
        padding-bottom: 26px; } }
    @media (min-width: 1905px) {
      footer .bot-footer {
        font-size: 18px;
        line-height: 24px;
        padding-top: 38px;
        padding-bottom: 37px; } }
  footer ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    margin-bottom: 18px; }
    @media (min-width: 992px) {
      footer ul {
        gap: 4px 0;
        margin-bottom: 0; } }
    @media (min-width: 1366px) {
      footer ul {
        gap: 6px 0; } }
    @media (min-width: 1905px) {
      footer ul {
        gap: 8px 0; } }
    footer ul li {
      font-family: "Mulish", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0.02em; }
      @media (min-width: 768px) {
        footer ul li {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 992px) {
        footer ul li {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 1366px) {
        footer ul li {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1905px) {
        footer ul li {
          font-size: 22px;
          line-height: 30px; } }
      footer ul li a, footer ul li a:hover {
        color: #161616; }




.top-footer .badges{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer{
  a{
    color: inherit;
    text-decoration: underline;
  }
}