@charset "UTF-8";
.first-section {
  margin-bottom: 20px;
  background: rgb(var(--v-theme-surface));
  min-height: calc(100vh - 712px + 200px);
  display: flex;
  align-items: center;
}
.first-section .sologo-subtitle-1 {
  color: rgb(var(--v-theme-gray));
  margin: 0px 50px 70px;
}
.first-section .content {
  width: 90%;
}

@media (max-width: 959.98px) {
  .first-section {
    text-align: center;
  }
  .first-section .content {
    width: auto;
  }
}
@media (max-width: 599.98px) {
  .first-section {
    margin: 0;
  }
  .first-section .sologo-h1 {
    padding: 0 10px !important;
    font-size: 2.875rem;
    line-height: 1.3;
  }
  .first-section .sologo-subtitle-1 {
    margin: 0 0 70px;
    font-size: 1.25rem;
  }
  .first-section .search-area .sologo-btn .v-btn__append {
    margin-left: 10px;
  }
  .v-breadcrumbs-item {
    font-size: 0.8rem;
  }
}
.howitworks-section {
  background: rgb(var(--v-theme-surface));
  overflow: hidden;
  margin-top: 20px;
}
.howitworks-section .info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.howitworks-section .info .key-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(var(--v-theme-gray));
}
.howitworks-section .info .key-list .panel-title {
  padding: 28px 0 12px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}
.howitworks-section .info .key-list .panel-title.v-expansion-panel-title--active {
  font-weight: 700;
}
.howitworks-section .info .key-list .panel-text {
  padding: 0px;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(var(--v-theme-gray));
}
.howitworks-section .info .key-list .panel-text .v-expansion-panel-text__wrapper {
  padding: 0px;
}
.howitworks-section .info .key-list li {
  display: flex;
  align-items: center;
}
.howitworks-section .info .key-list li::before {
  content: "•";
  font-size: 0.8em;
  margin-left: 0.4em;
  margin-right: 0.7em;
}
.howitworks-section .info .key-list .v-expansion-panel::after {
  opacity: 0;
}
.howitworks-section .info .key-list .v-expansion-panel-title__overlay {
  background: transparent !important;
  display: none;
}
.howitworks-section .info dl.features dt {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 6px 0;
}
.howitworks-section .info dl.features dt h3 {
  font-size: 1em;
}
.howitworks-section .info dl.features dd {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6e6e6e;
  margin: 6px 0;
}
.howitworks-section .banner {
  padding: 20px 0 30px;
  aspect-ratio: 1216/728;
}
.howitworks-section-sm .info, .howitworks-section-xs .info {
  padding-bottom: 0px;
}
.howitworks-section.parallax {
  height: 820px;
}
.howitworks-section.parallax.reverse .col-1 {
  order: 100;
}
.howitworks-section.parallax.reverse .col-2 {
  order: -100;
}
.howitworks-section.parallax .info {
  padding-top: 60px;
}

.second-section {
  background: rgb(var(--v-theme-surface));
  height: 740px;
  margin-top: 20px;
  overflow: hidden;
}
.second-section.reverse .col-1 {
  order: 100;
}
.second-section.reverse .col-2 {
  order: -100;
}
.second-section .info {
  padding-top: 40px;
  padding-bottom: 40px;
}
.second-section .info .key-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(var(--v-theme-gray));
}
.second-section .info .key-list .panel-title {
  padding: 20px;
  padding-left: 0px;
  padding-top: 18px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.second-section .info .key-list .panel-text {
  padding: 0px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.second-section .info .key-list .panel-text .v-expansion-panel-text__wrapper {
  padding: 0px;
}
.second-section .info .key-list li {
  display: flex;
  align-items: center;
}
.second-section .info .key-list li::before {
  content: "•";
  font-size: 0.8em;
  margin-left: 0.4em;
  margin-right: 0.7em;
}
.second-section .info .key-list .v-expansion-panel::after {
  opacity: 0;
}
.second-section .info .key-list .v-expansion-panel-title__overlay {
  background: transparent !important;
  display: none;
}
.second-section .info dl.features dt {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 6px 0;
}
.second-section .info dl.features dt h3 {
  font-size: 1em;
}
.second-section .info dl.features dd {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6e6e6e;
  margin: 6px 0;
}

@media (max-width: 959.98px) {
  .howitworks-section .info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .second-section {
    height: auto;
  }
  .second-section.reverse .col-1 {
    order: -100;
  }
  .second-section.reverse .col-2 {
    order: 100;
  }
  .second-section .info {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .second-section .sologo-parallax {
    height: 60vh !important;
  }
}
.faq-section {
  margin-top: 20px;
  background: rgb(var(--v-theme-surface));
}
.faq-section .v-expansion-panels .v-expansion-panel-title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 30px 0px;
}
.faq-section .v-expansion-panels .v-expansion-panel-text__wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  color: #6e6e6e;
}
.faq-section .v-expansion-panels .v-expansion-panel__shadow {
  display: none;
}
.faq-section .v-expansion-panels .v-expansion-panel-title__overlay {
  display: none;
}
.faq-section .v-expansion-panels .v-expansion-panel:not(:first-child):after {
  opacity: 1 !important;
}

.brandkit-card {
  width: 100%;
  height: 100%;
  position: relative;
}
.brandkit-card .text {
  position: relative;
  width: 40%;
  height: 100%;
  padding: 28px 0px 16px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-wrap: pretty;
  color: #ffffff;
}
.brandkit-card .text h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.brandkit-card .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

@media (max-width: 1279.98px) {
  .brandkit-card .text {
    padding: 24px 0px 12px 24px;
  }
  .brandkit-card .text h3 {
    font-size: 18px;
  }
}/*# sourceMappingURL=index.css.map */