@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.default-page {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.install-page .page-section {
  padding-top: 16vmin;
  padding-bottom: 26vmin;
}
.install-page .page-section .section-title {
  font-size: 8vmin;
  max-width: 120vmin;
}
.install-page .page-section .subtitle {
  margin-top: 1vmin;
  line-height: 1.8;
  font-size: 2.5vmin;
  max-width: 140vmin;
}

.uninstall-page .page-section .section-title {
  font-size: 6vmin;
  max-width: 130vmin;
}
.uninstall-page .page-section .subtitle {
  margin-top: 1vmin;
  line-height: 1.8;
  font-size: 2.5vmin;
  max-width: 140vmin;
}
.uninstall-page .page-section .row {
  display: flex;
  gap: 6vmin;
  margin-top: 6vmin;
}
.uninstall-page .page-section .button {
  font-size: 2vmin;
  padding-right: 5vmin;
  padding-left: 5vmin;
  gap: 1.2vmin;
  height: 8vmin;
  border-radius: 9999px;
}

.page-illustration-section {
  margin-top: 10vmin;
  margin-bottom: 10vmin;
  display: grid;
  grid-template-columns: 2.6fr 1fr;
  gap: 6vmin;
  align-items: center;
}
.page-illustration-section .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-illustration-section .main h1 {
  font-size: 10.5vmin;
  line-height: 1.3;
  margin-top: -5vmin;
  color: #333639;
}
.page-illustration-section .main p {
  font-size: 2vmin;
  margin-top: 2vmin;
  line-height: 2;
  max-width: 70vmin;
}
.page-illustration-section .main .install {
  margin-top: 4vmin;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 2vmin;
  padding-right: 6vmin;
  padding-left: 6vmin;
  gap: 1.2vmin;
  height: 10vmin;
  grid-area: 1/1;
  justify-self: end;
}
.page-illustration-section .illustration {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5vmin;
  position: relative;
  height: 100%;
}
.page-illustration-section .illustration .wrapper {
  position: absolute;
  width: 160%;
  height: 100%;
  top: 0;
  right: 0;
  display: grid;
  gap: 3vmin;
  grid-template-columns: 1fr 1fr;
}
.page-illustration-section .illustration .col {
  display: flex;
  gap: inherit;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.page-illustration-section .illustration .image {
  background: white;
  width: 100%;
  border-radius: 3vmin;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}
.page-illustration-section .illustration .image img {
  width: 100%;
  height: auto;
}
.page-illustration-section .illustration .image.tall {
  aspect-ratio: 0.7;
}
.page-illustration-section .illustration .image.image-1 {
  background-image: url("/assets/images/image-1.jpeg");
}
.page-illustration-section .illustration .image.image-2 {
  background-image: url("/assets/images/image-2.png");
}
.page-illustration-section .illustration .image.image-3 {
  background-image: url("/assets/images/image-3.png");
}

.page-section {
  padding-top: 18vmin;
  padding-bottom: 2vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-section.pb {
  padding-bottom: 20vmin;
}
.page-section.lighten {
  background: #f0f0f0;
}
.page-section.filled {
  background: #FFFFFF;
}
.page-section .section-title {
  font-size: 5vmin;
  max-width: 130vmin;
  text-align: center;
  font-weight: 600;
}
.page-section .subtitle {
  margin-top: 1vmin;
  color: lab(44 0 0);
  text-align: center;
  line-height: 1;
  font-size: 1.8vmin;
  max-width: 120vmin;
}
.page-section .button {
  font-size: 2vmin;
  padding-right: 5vmin;
  padding-left: 5vmin;
  gap: 1.2vmin;
  height: 7vmin;
  border-radius: 9999px;
}
.page-section .row {
  display: flex;
  gap: 2vmin;
  margin-top: 3vmin;
}
.page-section .features-blocks {
  padding-top: 6vmin;
  display: grid;
  gap: 2vmin;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  counter-reset: features;
  max-width: 190vmin;
}
.page-section .features-blocks .feature-block {
  padding: 3vmin 2vmin;
  display: flex;
  flex-direction: column;
  gap: 1vmin;
  transition: 0.3s ease;
  align-items: center;
}
.page-section .features-blocks .feature-block .icon {
  border-radius: 2vmin;
  width: 7vmin;
  height: 7vmin;
  background: #E9F4FF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vmin;
}
.page-section .features-blocks .feature-block .icon svg, .page-section .features-blocks .feature-block .icon img {
  height: 50%;
  width: auto;
  color: #00A3FF;
}
.page-section .features-blocks .feature-block h3 {
  font-size: 3vmin;
  text-align: center;
  font-weight: 600;
}
.page-section .features-blocks .feature-block p {
  color: lab(24 0 0);
  font-size: 1.6vmin;
  line-height: 1.7;
  text-align: center;
}
.page-section .steps-section {
  display: flex;
  flex-direction: column;
  gap: 7vmin;
  max-width: 120vmin;
  margin: 0 auto;
  margin-top: 10vmin;
  counter-reset: item;
}
.page-section .steps-section .step-item {
  display: flex;
  gap: 6vmin;
}
.page-section .steps-section .step-item .step-count {
  flex-shrink: 0;
  margin-top: 0vmin;
  border-radius: 50%;
  height: 8vmin;
  width: 8vmin;
  background: #FF4B4B;
  position: relative;
}
.page-section .steps-section .step-item .step-count:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vmin;
  font-weight: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  counter-increment: item;
  content: counters(item, ".") " ";
}
.page-section .steps-section .step-item .step-count:after {
  content: "";
  position: absolute;
  top: calc(100% + 2vmin);
  left: calc(50% - 0.1vmin);
  width: 0.2vmin;
  height: 6vmin;
  background: #FF4B4B;
}
.page-section .steps-section .step-item:last-child .step-count:after {
  display: none;
}
.page-section .steps-section .step-item .step-content {
  display: flex;
  flex-direction: column;
  gap: 1vmin;
}
.page-section .steps-section .step-item .step-content h3 {
  color: #FF4B4B;
  font-weight: 600;
}
.page-section .steps-section .step-item .step-content p {
  font-size: 2vmin;
  line-height: 1.8;
  color: #FFFFFF;
}
.page-section .questions {
  margin-top: 6vmin;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vmin;
}
.page-section .questions .question-block {
  background: white;
  padding: 3vmin;
  border-radius: 3vmin;
  display: flex;
  gap: 2vmin;
  transition: 0.3s ease;
}
.page-section .questions .question-block .badge {
  background: #E9F4FF;
  border-radius: 1.6vmin;
  height: 5vmin;
  width: 5vmin;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-section .questions .question-block .badge svg {
  height: 2vmin;
  width: auto;
  color: #00A3FF;
}
.page-section .questions .question-block .question {
  display: flex;
  flex-direction: column;
  gap: 1vmin;
}
.page-section .questions .question-block .question p {
  color: var(--color-neutral-400);
  font-size: 1.8vmin;
  line-height: 1.7;
}
.page-section .contact-block {
  margin-top: 4vmin;
  background: #262626;
  border: 0.1vmin solid #444444;
  padding: 4vmin 7vmin;
  padding-bottom: 5vmin;
  border-radius: 4vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vmin;
  transition: 0.3s ease;
}
.page-section .contact-block h3 {
  font-size: 3vmin;
  font-weight: 600;
}
.page-section .contact-block p {
  color: var(--color-neutral-400);
  font-size: 1.8vmin;
  line-height: 1.8;
}
.page-section .contact-block .button {
  padding: 2vmin 5vmin;
  margin-top: 2vmin;
}
.page-section .button.install {
  margin-top: 4vmin;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 1.6vmin;
  padding-right: 6vmin;
  padding-left: 6vmin;
  gap: 1.2vmin;
  height: 8vmin;
  grid-area: 1/1;
  justify-self: end;
}

.install-section .section-title {
  font-size: 7vmin;
  max-width: 100vmin;
  text-align: center;
}
.install-section .button.install {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 1.8vmin;
  padding-right: 5vmin;
  padding-left: 5vmin;
  gap: 1.2vmin;
  height: 8vmin;
  grid-area: 1/1;
  justify-self: end;
}

.contact-block {
  padding-top: 2vmin;
  padding-bottom: 0;
}
.contact-block .text-content {
  background: white;
  padding: 5vmin;
  border-radius: 4.5vmin;
  margin-top: 5vmin;
  width: 140vmin;
}
.contact-block p {
  margin: 2vmin 0;
}
.contact-block form {
  margin-top: 0vmin;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 3vmin;
}
.contact-block form .row {
  display: flex;
  align-items: center;
  gap: 2vmin;
  width: 100%;
}
.contact-block form textarea {
  font-family: Poppins, sans-serif;
  width: 100%;
  background: #F2F8FF;
  resize: none;
  box-sizing: border-box;
  outline: none;
  padding: 3vmin 3vmin;
  color: black;
  height: 20vmin;
  font-size: 1.7vmin;
  line-height: 2.4vmin;
  border-radius: 2.2vmin;
}
.contact-block form .input {
  width: 100%;
  background: #F2F8FF;
  color: black;
  border-radius: 1.4vmin;
  font-size: 1.7vmin;
  padding: 2.2vmin 3vmin;
  box-sizing: border-box;
  outline: none;
  font-family: Poppins, sans-serif;
}
.contact-block form .primary {
  padding: 1.2vmin;
  margin-top: 1vmin;
  border: none;
  border-radius: 1.7vmin;
  font-size: 1.8vmin;
  height: 8vmin;
  width: 100%;
}

.text-section {
  padding-top: 2vmin;
  padding-bottom: 15vmin;
}
.text-section .text-block {
  background: white;
  padding: 5vmin;
  border-radius: 4.5vmin;
  margin-top: 5vmin;
}
.text-section .text-block h1 {
  margin-top: 0vmin;
  font-size: 7vmin;
  margin-bottom: 1vmin;
}
.text-section .text-block h2 {
  margin-top: 5vmin;
  font-size: 4.5vmin;
  margin-bottom: 1vmin;
}
.text-section .text-block h3 {
  margin-top: 5vmin;
  font-size: 3.5vmin;
  margin-bottom: 1vmin;
}
.text-section .text-block h4 {
  margin-top: 4vmin;
  font-size: 2.6vmin;
  margin-bottom: 1vmin;
}
.text-section .text-block p {
  margin: 1vmin 0;
  line-height: 2;
  font-size: 2vmin;
}
.text-section .text-block p .icon {
  height: 2vmin;
  width: auto;
  margin-bottom: -0.2vmin;
}
.text-section .text-block .install {
  margin-top: 4vmin;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 2vmin;
  padding-right: 6vmin;
  padding-left: 6vmin;
  gap: 1.2vmin;
  height: 10vmin;
  text-decoration: none;
  justify-self: start;
}
.text-section .text-block a {
  text-decoration: underline;
}
.text-section .text-block a:hover {
  text-decoration: none;
}
.text-section .text-block ul {
  margin: 1vmin 0;
  line-height: 1.8;
  font-size: 1.7vmin;
}
.text-section .text-block ul li {
  margin: 1vmin 0;
  line-height: 1.8;
  font-size: 2vmin;
  padding-left: 3vmin;
  position: relative;
  list-style: none;
}
.text-section .text-block ul li:before {
  content: "";
  display: block;
  width: 1vmin;
  height: 1vmin;
  background: currentColor;
  border-radius: 1vmin;
  position: absolute;
  left: 0;
  top: 35%;
}

.side-blocks {
  background: white;
  overflow: hidden;
}
.side-blocks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0vmin;
}
.side-blocks h2 {
  text-align: center;
  font-size: 8vmin;
  margin: 10vmin 0;
  max-width: 90vmin;
}
.side-blocks .blocks {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10vmin;
}
.side-blocks .blocks .block {
  display: grid;
  gap: 12vmin;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.side-blocks .blocks .block .block-info {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.side-blocks .blocks .block .block-info .block-icon {
  border-radius: 50%;
  width: 9vmin;
  height: 9vmin;
}
.side-blocks .blocks .block .block-info .block-icon img {
  max-width: 100%;
}
.side-blocks .blocks .block .block-info h3 {
  margin: 0;
  font-size: 8vmin;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2vmin;
}
.side-blocks .blocks .block .block-info p {
  margin: 0;
  margin-top: 1vmin;
  font-size: 1.8vmin;
  line-height: 1.9;
}
.side-blocks .blocks .block .block-info .button {
  margin-top: 3vmin;
  width: 26vmin;
  height: 8.5vmin;
}
.side-blocks .blocks .block .block-info .button {
  background: #3AABFF !important;
  color: white !important;
}
.side-blocks .blocks .block .block-info .button:hover {
  background: #44afff !important;
}
.side-blocks .blocks .block .block-pane {
  background: #F1F8FF;
  height: 70vmin;
  padding: 8vmin;
  display: flex;
  position: relative;
}
.side-blocks .blocks .block .block-pane img {
  height: calc(100% - 16vmin);
  width: auto;
  max-width: 100%;
  border-radius: 2vmin;
  position: absolute;
  left: 8vmin;
}
.side-blocks .blocks .block .block-pane:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: inherit;
  width: 100%;
}
.side-blocks .blocks .block:nth-child(2n+1) .block-pane {
  justify-content: flex-start;
  border-top-left-radius: 9vmin;
  border-bottom-left-radius: 9vmin;
}
.side-blocks .blocks .block:nth-child(2n+1) .block-pane:before {
  left: 100%;
}
.side-blocks .blocks .block:nth-child(2n) .block-info {
  order: 2;
  align-items: end;
}
.side-blocks .blocks .block:nth-child(2n) .block-info h3, .side-blocks .blocks .block:nth-child(2n) .block-info p {
  text-align: right;
}
.side-blocks .blocks .block:nth-child(2n) .block-pane {
  order: 1;
  border-top-right-radius: 9vmin;
  border-bottom-right-radius: 9vmin;
  justify-content: flex-end;
}
.side-blocks .blocks .block:nth-child(2n) .block-pane:before {
  right: 100%;
}
.side-blocks .blocks .block:nth-child(2n) .block-pane img {
  left: unset;
  right: 8vmin;
}

section.faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.faq.pb {
  padding-bottom: 20vmin;
}

.faq-section {
  display: flex;
  flex-direction: column;
  gap: 2vmin;
  margin-top: 6vmin;
  width: 100%;
}
.faq-section.light .faq-item {
  background: white;
}
.faq-section label input {
  display: none;
}
.faq-section label input:checked + .faq-item .answer {
  display: none;
}
.faq-section label input:checked + .faq-item::after {
  content: "+";
}
.faq-section label .faq-item {
  border-radius: 3vmin;
  padding: 4.5vmin;
  background: #E9F4FF;
  cursor: pointer;
  position: relative;
}
.faq-section label .faq-item::after {
  content: "-";
  position: absolute;
  color: #3AABFF;
  top: 5vmin;
  font-size: 6vmin;
  right: 5vmin;
  z-index: 1;
  width: 3vmin;
  height: 3vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-section label .faq-item .question {
  font-weight: 600;
  font-size: 2.5vmin;
}
.faq-section label .faq-item .answer {
  margin-top: 3vmin;
  font-size: 2vmin;
  line-height: 2;
}

.install-section .text-block {
  background: white;
  padding: 10vmin;
  border-radius: 4.5vmin;
  margin-top: 5vmin;
}
.install-section .text-block .install {
  margin-top: 4vmin;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 2vmin;
  padding-right: 8vmin;
  padding-left: 8vmin;
  gap: 1.2vmin;
  height: 8vmin;
  text-decoration: none;
  justify-self: start;
}
.install-section h1 {
  margin-top: 0vmin;
  font-size: 8vmin;
  margin-bottom: 3vmin;
}

.app-header {
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.5vmin 0;
}
.app-header .container {
  display: grid;
  align-items: center;
}
.app-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1;
  justify-self: start;
  gap: 1.5vmin;
  font-size: 2.7vmin;
  text-decoration: none;
  font-weight: 600;
}
.app-header .logo img {
  height: 6vmin;
  width: auto;
}
.app-header .menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1;
  justify-self: center;
  padding-left: 0;
  margin: 0;
  background: white;
  border-radius: 10vmin;
  padding: 1vmin;
  gap: 1vmin;
}
.app-header .menu li {
  display: flex;
}
.app-header .menu .link {
  text-decoration: none;
  font-size: 1.6vmin;
  box-sizing: border-box;
  border-radius: 10vmin;
  padding: 1.4vmin 6vmin;
}
.app-header .menu .link:hover {
  background: #fbfcfc;
}
.app-header .menu .link.active {
  background: #F2F8FF;
}
.app-header .button.install {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 1.6vmin;
  padding-right: 5vmin;
  padding-left: 5vmin;
  gap: 1.2vmin;
  height: 7vmin;
  grid-area: 1/1;
  justify-self: end;
}
.app-header .install.button {
  grid-area: 1/1;
  justify-self: end;
}
.app-header.light {
  color: white;
}
.app-header.light .menu .link {
  color: white;
}
.app-header.light .search input {
  border-color: white;
}

.app-footer {
  flex-shrink: 0;
  width: 100%;
  padding-top: 10vmin;
}
.app-footer a {
  text-decoration: none;
  font-size: 1.7vmin;
}
.app-footer .wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding-bottom: 4vmin;
}
.app-footer .wrapper .info .info-header {
  display: flex;
  align-items: center;
  gap: 2vmin;
  font-size: 1.8vmin;
  justify-self: start;
}
.app-footer .wrapper .info .info-header .logo {
  height: 5vmin;
  width: auto;
}
.app-footer .wrapper .info .info-header span {
  margin-top: 0.5vmin;
  font-size: 2.5vmin;
  font-weight: 600;
}
.app-footer .wrapper .info .info-text {
  margin-top: 1.5vmin;
  max-width: 60vmin;
  font-size: 1.8vmin;
  line-height: 1.8;
}
.app-footer .wrapper .menu {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 3.5vmin;
}
.app-footer .wrapper .menu .menu-column .menu-column-title {
  font-weight: 400;
  margin-bottom: 3vmin;
  font-size: 2.2vmin;
}
.app-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6vmin 0;
  font-size: 1.6vmin;
}
.app-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-footer ul li {
  margin-top: 2vmin;
}

.button {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  border: none;
  color: #fff;
}

.button {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  border: none;
  color: #fff;
  font-size: 1.8vmin;
  border-radius: 1.4vmin;
  padding: 1.4vmin 1.1vmin;
}
.button .icon {
  margin-right: 1vmin;
  height: 2.4vmin;
  width: auto;
}
.button .icon + span {
  margin-right: 0.8vmin;
}
.button.primary {
  background: #00A3FF;
  color: white;
}
.button.primary:hover {
  background: #0aa7ff;
}
.button.secondary {
  background: var(--modal-secondary-button-bg);
  color: var(--secondary-button-text);
}
.button.secondary:hover {
  background: var(--modal-secondary-button-bg-hover);
}

.t-button {
  background: #191919;
}
.t-button:hover {
  background: #1c1c1c;
}
.t-button:active {
  background: #1e1e1e;
}

.install {
  padding-left: 5vmin;
  padding-right: 5vmin;
}

.rect-button {
  color: white;
  background: #5426ff;
  cursor: pointer;
  box-shadow: -4px 4px 0px 0px black;
  padding: 5px 15px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.rect-button.rect-button-l {
  padding: 22px 25px;
  box-shadow: -7px 7px 0px 0px black;
}

html {
  color: white;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 1.6vmin;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: black;
  height: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  --color-neutral-200: lab(90.952% 0 -0.0000119209);
  --color-neutral-300: lab(84.92% 0 -0.0000119209);
  --color-neutral-400: lab(66.128% -0.0000298023 0.0000119209);
  --color-neutral-500: lab(48.496% 0 0);
  --color-neutral-600: lab(34.924% 0 0);
  --color-neutral-700: lab(27.036% 0 0);
  --color-neutral-800: lab(15.204% 0 -0.00000596046);
  --color-neutral-900: lab(7.78201% -0.0000149012 0);
  --color-neutral-950: lab(2.75381% 0 0);
}
body .default-page.dots {
  --dot-bg: #E9F4FF;
  --dot-color: #C3D4E5;
  --dot-size: 0.1vmin;
  --dot-space: 1.2vmin;
  background: linear-gradient(90deg, #F2F8FF calc(var(--dot-space) - var(--dot-size)), transparent 1%) center/var(--dot-space) var(--dot-space), linear-gradient(#F2F8FF calc(var(--dot-space) - var(--dot-size)), transparent 1%) center/var(--dot-space) var(--dot-space), var(--dot-color);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 160vmin;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3vmin;
  box-sizing: border-box;
  width: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

.policy-page {
  padding: 6vmin 6vmin 10vmin 15vmin;
  max-width: 60%;
}
.policy-page p, .policy-page li, .policy-page h3 {
  margin: 0.5vmin 0;
}
.policy-page *,
.policy-page :after,
.policy-page :before {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}
.policy-page ul {
  margin-left: 2vmin;
}

.install-page h1 {
  padding: 6vmin 6vmin 0vmin 15vmin;
  max-width: 65%;
  font-size: 8vmin;
}
.install-page p {
  padding: 0vmin 6vmin 0vmin 15vmin;
  max-width: 60%;
  font-size: 4vmin;
  line-height: 1.6;
}

.uninstall-page h1 {
  text-align: center;
  font-size: 8vmin;
  padding: 5vmin 10vmin;
}
.uninstall-page a {
  color: inherit;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
