@font-face {
  font-family: 'Open Sans';
  src: url('/asset/font/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('/asset/font/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('/asset/font/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: rgb(10, 13, 16);
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-y: scroll;
  height: 100%;
}
@media screen and (min-width: 1111px) {
  .content,
  .content-navbar,
  .content-swipe {
    width: 100%;
    max-width: 1110px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .plan {
    min-width: 326px;
  }
  .w-150 {
    min-width: 150px !important;
    width: 150px !important;
  }
  .swiper-slide {
    height: 490px !important;
  }
  .mobile {
    display: none !important;
  }
  .padded {
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background: white;
  }
  .comparison table {
    min-width: 700px;
  }
  .top {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 1110px) {
  .content {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .content-navbar {
    margin-right: 10px !important;
    margin-left: 16px !important;
  }
  .wide {
    display: none !important;
  }
  .plan {
    width: min(337px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .vertical {
    flex-direction: column;
  }
  .vertical-text-center {
    text-align: center;
  }
  .image {
    max-width: calc(100% - 34px) !important;
  }
  .padded {
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
  }
}
.distance {
  flex-grow: 1;
  min-width: 16px !important;
  min-height: 16px !important;
}
.h-56 {
  height: 56px !important;
}
.bold {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.semi {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.title {
  margin-top: 48px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: rgb(20, 23, 26);
}
.subtitle {
  margin-top: 36px;
  margin-bottom: 48px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: rgb(60, 63, 66);
}
.huge {
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(20, 23, 26);
}
.big {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: rgb(20, 23, 26);
}
.info {
  margin-top: 8px !important;
}
.emoji {
  font-size: 24px;
  margin-right: 8px;
}
.text-center {
  text-align: center;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 24px;
}
.mt-5 {
  margin-top: 48px;
}
.mt-6 {
  margin-top: 56px;
}
.mt-7 {
  margin-top: 96px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 16px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-3 {
  margin-bottom: 16px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 16px;
}
.logo {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-grow-1 {
  flex-grow: 1;
}
.min-h-100 {
  height: 100%;
  min-height: 100%;
}
.align-items-center {
  align-items: center !important;
}
.footer {
  background: rgb(240, 243, 246);
}
a {
  text-decoration: none;
  color: black !important;
}
.terms {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgb(20, 23, 26);
}
.link:hover {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.button {
  background: rgb(6, 6, 6);
  color: rgb(250, 253, 256);
  border-radius: 40px;
}
.pointer {
  cursor: pointer !important;
}
.add {
  margin-left: 44px;
  margin-right: 44px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.small {
  font-size: 14px;
  color: rgb(70, 77, 84);
}
.unavailable {
  font-size: 14px;
  color: rgb(170, 177, 184);
}
.testimonial {
  max-width: 590px;
}
.pricing {
  border: solid 1px rgb(220, 220, 220);
  border-radius: 4px;
}
.divider {
  border-top: 1px solid rgb(220, 220, 220);
}
.size-12 {
  font-size: 12px;
}
.size-14 {
  font-size: 14px;
}
.size-18 {
  font-size: 18px;
}
.size-28 {
  font-size: 28px;
}
.icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.inline-icon {
  margin-top: 4px !important;
  margin-bottom: -4px !important;
  pointer-events: none;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
.shadow {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
.red {
  color: red;
}
.green {
  color: green;
}
.pre {
  white-space: pre;
}
.nowrap {
  white-space: nowrap;
}
.email {
  border: 1px solid rgb(200, 200, 200) !important;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  font-size: 14px;
  height: 32px;
  margin: 0;
}
.subscribe {
  border: 1px solid rgb(200, 200, 200) !important;
  background: white;
  border-radius: 4px;
  height: 32px;
  color: rgb(20, 27, 32);
  transition: background 0.2s;
}
.subscribe:hover {
  background: rgb(240, 240, 240);
}
.installation {
  background: rgb(240, 240, 240);
  border-radius: 8px;
  padding: 16px;
  color: black;
  line-height: 1.5;
}
.name {
  transform: scale(0);
  width: 0;
  height: 0;
}
.none {
  display: none;
}
.bg1 {
  background: rgb(251, 246, 231);
}
.bg2 {
  background: rgb(231, 251, 231);
}
.bg3 {
  background: rgb(231, 246, 251);
}
.bg4 {
  background: rgb(231, 251, 246);
}
.bg5 {
  background: rgb(246, 231, 251);
}
.bg6 {
  background: rgb(231, 231, 251);
}
.border {
  border: 1px solid rgb(120, 123, 127);
}
.sub th {
  padding: 8px;
}
.sub td {
  border: 1px solid rgb(120, 123, 127);
  padding: 8px;
}
.sub table {
  border-collapse: collapse;
}
.triangle {
  font-family: swiper-icons;
  color: rgb(0, 122, 255);
  font-size: 22px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.9;
  margin-right: 10px;
  margin-left: 10px;
}
.swipe:hover {
  background: rgb(240, 240, 240);
}
.inactive {
  background: white !important;
  opacity: 0.35 !important;
  cursor: default !important;
}
.bullet {
  width: 8px;
  height: 8px;
  background: black;
  opacity: 0.2;
  margin: 8px;
  border-radius: 4px;
}
.active {
  background: rgb(0, 122, 255) !important;
  opacity: 0.9 !important;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.comparison table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.comparison th {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
}
.comparison td:first-child {
  text-align: left;
}
.comparison th,
.comparison td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgb(200, 203, 207);
  padding: 16px 0px 16px 0px;
}
.comparison .icon {
  margin: 0px;
}
.w-40 {
  width: 40px;
}
.hidden {
  visibility: hidden;
}
.top {
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: rgb(0, 122, 255);
  text-align: center;
}
