:root {
  --white-000: #ffffff;
  --black-000: #202020;
  --green-000: #17bfa6;
  --green-100: #e5f8f4;
  --green-200: #cbf4eb;
  --green-300: #d2ede7;
  --yellow-000: #ffcc59;
  --yellow-100: #fdb629;
  --gray-100: #3D3D3D;
}

/* ProximaNova
-------------------------------------------------------------*/
@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova__400.woff2") format("woff2");
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova__500.woff2") format("woff2");
}

@font-face {
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova__600.woff2") format("woff2");
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova__700.woff2") format("woff2");
}

@font-face {
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova__800.woff2") format("woff2");
}

/* global
-------------------------------------------------------------*/
*,
::after,
::before {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

:active {
  -webkit-tap-highlight-color: transparent;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  text-size-adjust: none;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overscroll-behavior: none;
}

img {
  flex: none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

img:not([src]) {
  visibility: hidden;
}

svg {
  width: 1em;
  height: 1em;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  user-select: none;
  fill: currentColor;
  pointer-events: none;
  display: inline-flex;
}

a {
  text-decoration: none;
}

[href^="tel"] {
  @media (pointer: fine) {
    pointer-events: none;
  }
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

input,
select,
button,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  font-size: inherit;
  font-family: inherit;
  vertical-align: bottom;
  background-color: transparent;
}

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

/* .app
-------------------------------------------------------------*/
.app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.app__pricing {
  background-image: linear-gradient(
    72.85deg,
    var(--yellow-100) 0%,
    var(--yellow-000) 100%
  );
}

/* .header
-------------------------------------------------------------*/
.header {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  position: fixed;
}

@media (max-width: 767px) {
  .header {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .header {
    padding: 1rem 2rem;
    background-color: var(--white-000);
  }
}

@media (min-width: 1200px) {
  .header {
    padding: 1rem 4rem;
  }
}

@media (min-width: 1600px) {
  .header {
    padding: 1rem 7rem;
  }
}

/* .main
-------------------------------------------------------------*/
.main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* .section
-------------------------------------------------------------*/
.section {
  position: relative;
}

@media (max-width: 767px) {
  .section {
    border-bottom: 0.5rem solid var(--green-000);
  }

  .section:last-of-type {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 4rem 2rem;
  }
}

@media (min-width: 1200px) {
  .section {
    padding: 8rem 4rem;
  }
}

@media (min-width: 1600px) {
  .section {
    padding: 8rem 7rem;
  }
}

.section__1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: linear-gradient(
    72.85deg,
    var(--yellow-100) 0%,
    var(--yellow-000) 100%
  );
}

@media (min-width: 768px) {
  .section__1 {
    margin-top: 4.5rem;
    min-height: calc(100vh - 4.5rem);
  }
}

.section__1::before {
  content: "";
  inset: 0;
  position: absolute;
  isolation: isolate;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-image: url(images/section__1.png);
}

@media (max-height: 375px) {
  .section__1::before {
    background-size: contain;
    background-position: 100% -4rem;
  }
}

@media (min-width: 992px) {
  .section__1::before {
    background-size: contain;
    background-position: 100% -6rem;
  }
}

@media (max-width: 767px) and (min-height: 376px) {
  .section__1 {
    padding: 4rem 1rem;
  }
}

.section__2 {
  background-color: var(--white-000);
}

.section__3,
.section__5,
.section__7,
.section__9 {
  background-image: linear-gradient(
    72.85deg,
    var(--yellow-100) 0%,
    var(--yellow-000) 100%
  );
}

/* .logo
-------------------------------------------------------------*/
.logo {
  display: flex;
}

.logo svg {
  width: calc(142.1em / 100);
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  .logo svg {
    font-size: 2.5rem;
  }
}

/* .nav
-------------------------------------------------------------*/
.nav {
  display: flex;
}

@media (max-width: 991px) {
  .nav {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    position: fixed;
    pointer-events: none;
  }
}

#nav:checked ~ * .nav {
  pointer-events: all;
}

#nav:checked ~ * .nav__bg {
  opacity: 1;
}

#nav:checked ~ * .nav__list {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 991px) {
  .nav__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
  }
}

.nav__list {
  gap: 2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-width: 18rem;
    padding: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background-color: var(--white-000);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s;
  }
}

.nav__link {
  color: var(--black-000);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}

.nav__link::after {
  content: "";
  top: -0.25rem;
  left: -0.75rem;
  right: -0.75rem;
  bottom: -0.25rem;
  z-index: -1;
  position: absolute;
  border-radius: 100vw;
  background-color: var(--green-000);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.3s;
  will-change: transform;
}

.nav__linkActive::after,
.nav__link:hover::after {
  opacity: 1;
  transform: scale(1);
}

.nav__linkActive,
.nav__link:hover {
  color: var(--white-000);
}

.nav__close {
  display: inline-flex;
  align-self: flex-end;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
}

@media (min-width: 992px) {
  .nav__close {
    display: none;
  }
}

.nav__close:after,
.nav__close:before {
  inset: 0;
  content: "";
  margin: auto;
  position: absolute;
  height: 0.125rem;
  border-radius: 100vw;
  background-color: currentcolor;
}

.nav__close:after {
  transform: rotate(45deg);
}

.nav__close:before {
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .nav__burger {
    display: flex;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    position: relative;
  }

  .nav__burger::before {
    content: "";
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    position: absolute;
    border-radius: 100vw;
    background-image: linear-gradient(
      72.85deg,
      var(--yellow-100) 0%,
      var(--yellow-000) 100%
    );
  }
}

@media (min-width: 992px) {
  .nav__burger {
    display: none;
  }
}

.nav__burgerLines,
.nav__burgerLines::after,
.nav__burgerLines::before {
  display: flex;
  width: 100%;
  height: 0.156rem;
  position: absolute;
  border-radius: 100vw;
  background-color: currentcolor;
}

.nav__burgerLines::after,
.nav__burgerLines::before {
  content: "";
}

.nav__burgerLines::after {
  bottom: -0.25rem;
  transform: translateY(100%);
}

.nav__burgerLines::before {
  top: -0.25rem;
  transform: translateY(-100%);
}

/* .demo
-------------------------------------------------------------*/
.demo {
  display: flex;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  transform: translateY(50%);
  transition: transform 0.1s;
}

@media (max-width: 767px) {
  .demo {
    right: 1rem;
    bottom: 50vh;
    font-size: 6rem;
  }
}

@media (min-width: 390px) and (max-width: 440px) {
  .demo {
    bottom: 44vh;
  }
}

@media (max-height: 375px) {
  .demo {
    bottom: 20vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .demo {
    right: 2rem;
    bottom: 34vh;
    font-size: 12rem;
  }
}

@media (min-width: 992px) {
  .demo {
    right: 7rem;
    bottom: 1.6rem;
    font-size: 15.625rem;
    transform: translateY(0%);
  }
}

.demo__circle {
  fill: var(--green-000);
  transition: fill 0.3s;
}

.demo__circle path:nth-child(1) {
  fill: none;
  stroke-width: 1;
  stroke: var(--green-000);
  transition: stroke 0.3s, stroke-width 0.3s;
}

.demo__circle path:nth-child(3) {
  fill: var(--white-000);
}

.demo__hand {
  left: 0;
  right: 0;
  bottom: 25%;
  margin: auto;
  fill: var(--white-000);
  font-size: 0.14em;
  position: absolute;
  animation: demo__hand 3s linear infinite;
}

@keyframes demo__hand {
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(00%);
  }
}

.demo:hover .demo__circle {
  fill: var(--black-000);
}

.demo:hover .demo__circle path:nth-child(1) {
  stroke: var(--black-000);
}

@media (min-width: 1200px) {
  .demo:active {
    transform: scale(0.96);
  }
}

/* .description
-------------------------------------------------------------*/
.description {
  gap: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(-16%);
}

@media (min-width: 1200px) {
  .description {
    justify-content: center;
    transform: translateY(-8%);
  }
}

.description__title {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 7.8vw;
  font-weight: 700;
}

@media (max-height: 375px) {
  .description__title {
    font-size: 6vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .description__title {
    font-size: 7.4vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .description__title {
    font-size: 6vw;
  }
}

@media (min-width: 1200px) {
  .description__title {
    font-size: 4.8vw;
    line-height: 1.2;
  }
}

.description__title span {
  overflow: hidden;
}

.description__title span:nth-of-type(2) {
  color: var(--green-000);
}

.description__title span i {
  display: flex;
  font-style: normal;
  animation: title 0.6s linear;
}

@keyframes title {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.description__text {
  margin: 0;
  font-size: 4vw;
  font-weight: 400;
}

@media (max-height: 375px) {
  .description__text {
    font-size: 2.5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .description__text {
    font-size: 3vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .description__text {
    font-size: 2.4vw;
  }
}

@media (min-width: 1200px) {
  .description__text {
    font-size: 2vw;
  }
}

/* .tagline
-------------------------------------------------------------*/
.tagline {
  font-weight: 600;
  font-size: 6vw;
}

@media (max-height: 375px) {
  .tagline {
    font-size: 4vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tagline {
    font-size: 4.2vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tagline {
    font-size: 3.8vw;
  }
}

@media (min-width: 1200px) {
  .tagline {
    font-size: 3.2vw;
  }
}

/* .form
-------------------------------------------------------------*/
.form {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  z-index: 9999;
  position: fixed;
  pointer-events: none;
}

#form:checked ~ .form {
  pointer-events: all;
}

#form:checked ~ * .form__bg {
  opacity: 1;
}

#form:checked ~ * .form__content {
  opacity: 1;
  transform: scale(1);
}

.form__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

.form__content {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  padding: 2rem;
  position: relative;
  border-radius: 0.5rem;
  background-color: var(--white-000);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.3s, transform 0.3s;
}

.form__header {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.form__close {
  display: inline-flex;
  align-self: flex-end;
  top: -1rem;
  right: -1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: absolute;
  transition: transform 0.3s;
}

.form__close:hover {
  transform: rotate(90deg);
}

.form__close:after,
.form__close:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  height: 0.125rem;
  border-radius: 100vw;
  background-color: currentcolor;
}

.form__close:after {
  transform: rotate(45deg);
}

.form__close:before {
  transform: rotate(-45deg);
}

.form__main {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}

.form__label {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.form__label::before {
  content: attr(data-title);
  font-size: 1rem;
  font-weight: 600;
}

.form__label input {
  width: 100%;
  max-width: 27.5rem;
  height: 3rem;
  font-weight: 500;
  padding: 0 1rem;
  border-radius: 0.5rem;
  border: 0.063rem solid var(--gray-100);
  transition: border-color 0.3s;
}

.form__label input:focus {
  border-color: var(--black-000);
}

.form__submit {
  display: inline-flex;
  align-self: center;
  align-items: center;
  height: 3rem;
  color: var(--white-000);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0 2.5rem;
  border-radius: 0.5rem;
  background-color: var(--green-000);
  transition: background-color 0.3s;
}

.form__submit:hover {
  background-color: var(--black-000);
}

/* .solution
-------------------------------------------------------------*/
.solution {
  display: grid;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .solution {
    gap: 4vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .solution__img img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .solution__img img {
    border-radius: 0.25vw;
  }
}

.solution__info {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .solution__info {
    padding: 1.75rem 1rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .solution__info {
    text-align: right;
  }
}

.solution__title {
  color: var(--green-000);
  font-size: clamp(1.5rem, 2.8vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .solution__title {
    line-height: 1.2;
  }
}

.solution__text {
  font-size: clamp(1.125rem, 1.6vw, 1.75rem);
}

@media (min-width: 768px) {
  .solution__reverse .solution__img {
    order: 1;
  }
}

@media (min-width: 768px) {
  .solution__reverse .solution__info {
    text-align: left;
  }
}

/* .shape
-------------------------------------------------------------*/
.shape {
  display: none;
}

@media (min-width: 1200px) {
  .shape {
    display: flex;
    position: absolute;
  }
}

.shape__1 {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shape__2 {
  top: 7%;
  left: 8%;
  z-index: 2;
}

.shape__3 {
  bottom: 0;
  left: -5%;
  z-index: 2;
  transform: translateY(50%);
}

.shape__4 {
  top: -0.0625rem;
  left: 50%;
  right: 0;
  margin: auto;
  transform: rotate(0.4deg) translateX(-5%);
}

.shape__5 {
  left: 0;
  right: 0;
  bottom: 5%;
  z-index: 2;
  margin: auto;
  transform: translateX(100%);
}

.shape__6 {
  left: 0;
  right: 4vw;
  bottom: 16%;
  z-index: 2;
  margin: auto;
}

.shape__7 {
  left: 4%;
  top: 10%;
  z-index: 2;
}

.shape__8 {
  left: 15%;
  bottom: 12%;
  z-index: 2;
}

.shape__9 {
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-25%);
}

.shape__10 {
  left: 0;
  right: 50%;
  bottom: -0.0625rem;
  margin: auto;
  transform: rotate(0.4deg) translateX(5%);
}

.shape__11 {
  left: 5%;
  bottom: 10%;
  z-index: 2;
}

.shape__12 {
  top: 8%;
  left: 34%;
  z-index: 2;
}

.shape__13 {
  top: 8%;
  right: 10%;
  z-index: 2;
}

.shape__14 {
  left: 0;
  right: 0;
  bottom: 10%;
  z-index: 2;
  margin: auto;
  transform: translateX(50%);
}

.shape__15 {
  bottom: 0;
  left: -5%;
  z-index: 2;
  transform: translateY(75%);
}

.shape__16 {
  left: 0;
  right: 4vw;
  bottom: 8%;
  z-index: 2;
  margin: auto;
}

.shape__17 {
  top: 2%;
  right: 2%;
  z-index: 2;
}

.shape__18 {
  left: 6vw;
  right: 0;
  bottom: 8%;
  z-index: 2;
  margin: auto;
}

/* .pricing
-------------------------------------------------------------*/
.pricing {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 75rem;
}

@media (max-width: 767px) {
  .pricing {
    padding: 4rem 1rem;
  }
}

@media (min-width: 768px) {
  .pricing {
    gap: 2rem;
    padding: 7rem 2rem;
  }
}

@media (min-width: 1200px) {
  .pricing {
    padding: 8rem 2rem;
  }
}

@media (min-width: 1600px) {
  .pricing {
    padding: 8rem 2rem;
  }
}

.pricing h1 {
  font-size: clamp(1.5rem, 2.8vw, 3rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05vw;
}

.pricing__table {
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 767px) {
  .pricing__table {
    margin-inline: -1rem;
  }
}

@media (min-width: 768px) {
  .pricing table {
    overflow: hidden;
    border-radius: 0.5rem;
  }
}

.pricing th,
.pricing td {
  padding-inline: 0.75rem;
}

@media (min-width: 768px) {
  .pricing th,
  .pricing td {
    padding: 1.25rem;
  }
}

.pricing th {
  width: 20%;
  color: var(--white-000);
  font-size: clamp(1rem, 2vw, 1.625rem);
  font-weight: 700;
  padding-block: 1rem;
  background-color: var(--green-000);
}

.pricing th:first-of-type {
  width: auto;
  text-align: left;
}

.pricing td {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border: 0.0625rem solid var(--green-300);
}

@media (max-width: 767px) {
  .pricing td {
    height: 3.375rem;
    padding-block: 0.5rem;
  }
}

@media (min-width: 768px) {
  .pricing td {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .pricing td {
    font-size: 1rem;
  }
}

.pricing td:first-of-type {
  font-weight: 600;
  text-align: left;
}

.pricing tr {
  background-color: var(--green-100);
  transition: background-color 0.3s;
}

.pricing tr:nth-child(even) {
  background-color: var(--white-000);
}

.pricing__note {
  font-weight: 500;
}

.footer {
  background-color: var(--gray-100);
  padding: 2rem;
  display: flex;
  flex-direction: row;
}

.footer .list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .list li {
  margin-bottom: 1rem;
}

.footer .list .nav__link {
  color: var(--white-000);
}

.footer .list .nav__link:hover {
  text-decoration: underline;
}