@font-face {
  font-family: Source-Bold;
  src: url(/fonts/SourceSansPro-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Source-Regular;
  src: url(/fonts/SourceSansPro-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Source-Black;
  src: url(/fonts/SourceSansPro-Black.ttf);
  font-display: swap;
}

@font-face {
  font-family: Source-SemiBold;
  src: url(/fonts/SourceSansPro-SemiBold.ttf);
  font-display: swap;
}

:root {
  --bold-font: "Source-Bold";
  --regular-font: "Source-Regular";
  --black-font: "Source-Black";
  --semibold-font: "Source-Semibold";
}

body {
  box-sizing: border-box;
  margin: auto 0;
  font-family: var(--regular-font);
}

.lp-header {
  background-image: url(/img/bg_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0;
  height: 800px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin: auto;
  padding-bottom: 5rem;
}

.lang>a {
  text-decoration: none;
  color: black;
  padding: 0 0.4rem;
}

.active {
  font-family: var(--bold-font);
}

.black {
  font-family: var(--semibold-font);
}

.header-content {
  display: flex;
  justify-content: center;
}

.header-img {
  width: 30%;
}

.header-text {
  width: 35%;
}

.header-text>h1 {
  font-family: var(--black-font);
  font-size: 3.4rem;
}

.header-text>h2 {
  font-size: 1.75rem;
  font-weight: lighter;
  line-height: 1.5;
  width: 90%;
}

.btn-star-container {
  display: flex;
  align-items: center;
}

.btn-star-container>img {
  margin-left: 2rem;
}

.btn {
  text-decoration: none;
  color: white;
  background-color: #91ced9;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-family: var(--bold-font);
  text-align: center;
  letter-spacing: 0.5px;
}

.btn:hover {
  background-color: #446c8c;
}

.btn-container {
  display: flex;
  justify-content: center;
}

.header-text>h3 {
  font-size: 1.75rem;
  font-weight: lighter;
  margin-bottom: 1rem;
}

.header-text>p {
  font-size: 0.9rem;
  width: 70%;
  margin-top: 0;
}

.header-text>p>a {
  color: black;
}

.features {
  display: grid;
  width: 90%;
  margin: 4rem auto;
  gap: 50px;
  grid-template-columns: repeat(auto-fill, 590px);
  justify-content: center;
}

.features>div {
  width: 435px;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 346px;
}

.features-title {
  padding-left: 2rem;
}

.feature-title>h2 {
  font-size: 2.6rem;
  font-family: var(--bold-font);
  width: 65%;
}

.grey {
  background-color: #f8f8fb;
  border-radius: 2rem;
}

.grey>img,
.grey>h3,
.grey>p {
  margin-left: 2rem;
}

.features>div>h3 {
  font-size: 1.25rem;
  font-family: var(--bold-font);
  margin-bottom: 0;
}

.features>div>p {
  font-size: 1.25rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
  line-height: 1.6;
  min-height: 96px;
}

.feature-laptop {
  padding: 0 !important;
}

.benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  background-image: url(/img/bg_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1400px;
}

.benefit-img-container {
  width: 40%;
}

.benefit-text-container {
  width: 35%;
}

.benefit-text-container>h2 {
  font-size: 2.6rem;
  font-family: var(--bold-font);
}

.benefit-text-container>p {
  font-size: 1.25rem;
  width: 75%;
  line-height: 1.6;
}

.benefit-text-container>p:nth-child(odd) {
  margin: 2.5rem 0;
}

.benefit-text-container>p:last-child {
  font-size: 0.9rem;
  width: 70%;
}

.benefit-text-container>p>a {
  color: black;
}

.check-text {
  display: flex;
  align-items: baseline;
}

.check-text>p {
  margin: 1rem 0 0 1rem;
  font-family: var(--semibold-font);
  font-size: 1.25rem;
}

.benefit-text-container>h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps-img>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 206px;
}

.steps>h2 {
  font-size: 2.6rem;
  font-weight: lighter;
}

.steps-img {
  display: flex;
  justify-content: space-between;

  margin: auto;
}

.description-text {
  min-height: 50px;
}

.line {
  display: flex;
  align-items: center;
}

.step-text {
  font-family: var(--bold-font);
  font-size: 1.75rem;
}

.description-text {
  font-size: 1.25rem;
}

.btn-steps,
.btn-advantatge {
  margin: 3rem 0;
}

.convince {
  height: 1000px;
  margin-top: 4rem;
}

.convince-img {
  display: flex;
  justify-content: center;
}

.convince-text {
  width: 21%;
  position: relative;
  bottom: 80%;
  left: 50%;
}

.convince-text>h2 {
  width: 85%;
  font-size: 2.6rem;
  font-family: var(--bold-font);
  color: white;
}

.convince-text>p {
  width: 86%;
  margin-bottom: 4rem;
  font-size: 1.25rem;
  color: white;
  line-height: 1.6;
}

.btn-convince {
  padding: 0.8rem 3rem;
}

.btn-convince:hover {
  background-color: white;
  color: #446c8c;
}

.advantatge {
  background-image: url(/img/bg_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1400px;
}

.advantatge-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, 285px);
  margin: -14rem auto 0 auto;
  gap: 0px 140px;
  justify-content: center;
  padding: 20rem 0 0 0;
  width: 63%;
}

.advantatge-content>h2 {
  font-size: 2.6rem;
  font-family: var(--bold-font);
}

.advantatge-content>div>h3 {
  font-size: 1.75rem;
  font-family: var(--bold-font);
}

.advantatge-content>div>p {
  font-size: 1.25rem;
  line-height: 1.6;
}

/* carusel */

.carousel {
  margin-bottom: 13rem;
}

.carousel>h2 {
  text-align: center;
  font-size: 2.6rem;
  font-family: var(--bold-font);
  margin-bottom: 1rem;
}

.carousel>p {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 3rem 0;
}

#i1,
#i2 {
  display: none;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1090px;
  height: 330px;
  user-select: none;
  background-color: #f7f7fa;
  border-radius: 3rem;
}

.container .slide_img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.prev,
.next {
  width: 12%;
  height: inherit;
  position: absolute;
  top: 0;
  color: #91ced9;
  z-index: 99;
  transition: 0.45s;
  cursor: pointer;
  text-align: center;
}

.next {
  right: 15px;
}

.prev {
  left: 0;
}

label span {
  position: absolute;
  font-size: 3rem;
  font-family: var(--bold-font);
  top: 50%;
  transform: translateY(-50%);
}

.next:hover,
.prev:hover {
  color: #446c8c;
}

.container #nav_slide {
  width: 100%;
  bottom: -15%;
  height: 11px;
  position: absolute;
  text-align: center;
  z-index: 99;
  cursor: default;

  scroll-behavior: smooth;
}

#nav_slide .dots {
  top: -5px;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgb(88 88 88 / 60%);
  transition: 0.4s;
}

#nav_slide .dots:hover {
  cursor: pointer;
  background-color: rgba(175, 175, 175, 0.6);
  transition: 0.25s;
}

.slide_img {
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide_img>div {
  width: 62%;
  font-size: 1.25rem;
}

.slide_img>div>div>p {
  font-family: var(--bold-font);
  margin: 0 1rem 0 0;
}

.slide_img>div>div {
  display: flex;
  align-items: center;
}

.slide_img>div>p {
  margin-top: 0;
}

#i1:checked~#one,
#i2:checked~#two {
  z-index: 9;
  animation: opacity 1s ease-in-out;
}

#i1:checked~#nav_slide #dot1,
#i2:checked~#nav_slide #dot2 {
  background-color: #446c8c;
}

footer {
  background-color: #f8f8fb;
  padding: 3rem 0;
}

footer>div {
  display: flex;
  width: 60%;
  margin: auto;
  justify-content: space-between;
}

footer>div>div>ul {
  padding-left: 1rem;
}

footer>div>div>h4 {
  margin-bottom: 2rem;
}

.links {
  display: flex;
  flex-direction: column;
}

.links>a {
  text-decoration: none;
  color: black;
}

.btn-xs {
  display: none;
}



/* legal pages */

.legal-header {
  width: 60%;
  margin: 3rem auto 5rem auto;
}

.legal-main {
  width: 60%;
  margin: auto;
}

.legal-main>h1 {
  font-size: 2.4rem;
  width: 70%;
  margin-bottom: 4rem;
}

.legal-main>p,
.legal-main>ul>li {
  font-size: 1.2rem;
  width: 95%;
  line-height: 1.5;
}

.btn-back {
  text-decoration: none;
  font-family: var(--semibold-font);
  font-size: 1.2rem;
  color: #91ced9;
  cursor: pointer;
}

.back-container {
  width: 60%;
  margin: 7rem auto 5rem auto;
}

.back-container-start {
  margin: 3rem auto 5rem auto;
}

.legal-footer {
  position: relative;
  width: 100%;
  bottom: 0;
}

.symbol {
  margin-right: 1rem;
}

.privacy-list {
  list-style: none;
  padding-left: 0;
}

.privacy-list>li {
  margin-bottom: 2rem;
}

.legal-main>h2 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.legal-main>h3 {
  font-size: 1.25rem;
  margin: 2rem 0;
}

.header-danke {
  align-items: center;
}

.danke-h1 {
  font-size: 3rem !important;
}

.danke-h2 {
  margin-bottom: 3rem;
}

.danke-header {
  margin-bottom: 5rem;
}

/* install & uninstall */

.install-menu {
  width: 65%;
}

.install-steps {
  width: 65%;
  margin: auto;
}

.install-title {
  font-size: 2.4rem;
}

.install-subtitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.tab {
  float: left;
  width: 40%;
  margin-right: 2rem;
}

.tab button {
  display: flex;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5;
  border-bottom: 1px #91ced9 solid;
}

.opacity {
  opacity: 1 !important;
}

.tabcontent {
  width: 100%;
}

.tabcontent>div {
  display: flex;
  align-items: center;
}

.tab-content {
  display: flex;
}

.tablinks>p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.tablinks>p:nth-child(even) {
  width: 77%;
}

.tablinks>p:nth-child(odd) {
  width: 20%;
}

.tab button:nth-child(3) {
  border: none;
}

.btn-container-install {
  margin-top: 3rem;
}

.install-main {
  width: 65%;
  margin: auto;
}

.back-install {
  width: 65%;
}

.install-header {
  height: 800px !important;
  margin-bottom: 5rem;
}

/* install slider */
.csslider {
  text-align: left;
  position: relative;
  margin: 4rem 0;
}

.csslider>input {
  display: none;
}

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
  margin-left: -180%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
  margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
  margin-left: 0%;
}

.csslider>ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 2rem;
  padding: 2rem;
}

.csslider>ul>li {
  position: relative;
  display: inline-flex;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  background-size: cover;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
  box-shadow: 0px 0px 35px 0px rgba(213, 213, 213, 0.75);
  border-radius: 2rem;
  padding: 2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-height: 735px;
  width: 550px;
  margin-right: 3rem;
}

.csslider>ul>li>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 91%;
  margin: 0.5rem auto 0 auto;
}

.csslider>ul>li>div>p {
  font-size: 1.2rem;
  margin-top: 0;
}

.csslider>ul>li>img {
  width: 100%;
  height: auto;
}

.csslider>.navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -25px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  user-select: none;
}

.csslider>.navigation>div {
  margin-left: -100%;
}

.csslider>.navigation label,
.xs-slider>.navigation-xs label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #47789a;
}

.csslider>.navigation label:hover:after,
.xs-slider>.navigation-xs label:hover:after {
  opacity: 1;
}

.csslider>.navigation label:after,
.xs-slider>.navigation-xs label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #91ced9;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}

.csslider>.arrows {
  user-select: none;
}

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}

.csslider.inside .navigation label,
.xs-slider.inside .navigation-xs label {
  border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after,
.csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
  opacity: 1;
}

.csslider>.arrows {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  box-sizing: content-box;
}

.csslider>.arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #47789a;
  cursor: pointer;
  transition: 0.15s;
}

.csslider>.arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #91ced9;
  margin: 0 0;
}

.csslider>.arrows label:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.csslider.infinity>input:first-of-type:checked~.arrows label:last-of-type,
.csslider>input:nth-of-type(1):checked~.arrows label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows label:nth-of-type(2),
.csslider>input:nth-of-type(4):checked~.arrows label:nth-of-type(3),
.csslider>input:nth-of-type(5):checked~.arrows label:nth-of-type(4),
.csslider>input:nth-of-type(6):checked~.arrows label:nth-of-type(5),
.csslider>input:nth-of-type(7):checked~.arrows label:nth-of-type(6),
.csslider>input:nth-of-type(8):checked~.arrows label:nth-of-type(7),
.csslider>input:nth-of-type(9):checked~.arrows label:nth-of-type(8),
.csslider>input:nth-of-type(10):checked~.arrows label:nth-of-type(9),
.csslider>input:nth-of-type(11):checked~.arrows label:nth-of-type(10) {
  display: block;
  left: 0;
  transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label:first-of-type,
.csslider>input:nth-of-type(1):checked~.arrows label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows label:nth-of-type(3),
.csslider>input:nth-of-type(3):checked~.arrows label:nth-of-type(4),
.csslider>input:nth-of-type(4):checked~.arrows label:nth-of-type(5),
.csslider>input:nth-of-type(5):checked~.arrows label:nth-of-type(6),
.csslider>input:nth-of-type(6):checked~.arrows label:nth-of-type(7),
.csslider>input:nth-of-type(7):checked~.arrows label:nth-of-type(8),
.csslider>input:nth-of-type(8):checked~.arrows label:nth-of-type(9),
.csslider>input:nth-of-type(9):checked~.arrows label:nth-of-type(10),
.csslider>input:nth-of-type(10):checked~.arrows label:nth-of-type(11),
.csslider>input:nth-of-type(11):checked~.arrows label:nth-of-type(12) {
  display: block;
  right: 0;
  transform: rotate(225deg);
}

.tab-xs,
.xs-slider {
  display: none;
}

.uninstall-img {
  margin-left: 2rem;
}

/* pop up modal */

.modal {
  width: 100%;
  height: 100vh;
  background: rgba(151, 151, 151, 0.479);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  animation: modal 1s 1.5s forwards;
  visibility: hidden;
  opacity: 0;
}

.modal-container {
  margin: auto;
  width: 95%;
  height: 95%;
  background: #fffffff3;
  border-radius: 3px;
}

#close {
  display: none;
}

#close+label {
  position: relative;
  color: #8e8e8e;
  font-size: 1.1rem;
  font-weight: 600;
  z-index: 50;
  top: 95%;
  left: 85%;
  cursor: pointer;
  animation: modal 1s 1.5s forwards;
  visibility: hidden;
  opacity: 0;
}

.modal-container>label>span {
  font-size: 0.8rem;
  margin-right: 0.3rem;
  display: contents;
}

#close:checked+label,
#close:checked~.modal-content,
#close:checked~.modal {
  display: none;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  height: 90vh;
}

.modal-content>p {
  color: black !important;
}

.modal-title {
  color: black;
  font-size: 2.4rem !important;
  width: 100% !important;
  max-width: none !important;
  text-align: center;
  margin: 1rem auto 0 auto;
}

.modal-img {
  width: 28% !important;
  margin-top: 1rem;
}

.btn-modal {
  text-decoration: none;
  color: white;
  background-color: #446C8C;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  margin: 0 auto 1rem auto;
}

.btn-modal:hover {
  background-color: #48D0BE;
}

.question-modal {
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 0;
}

.link-modal {
  width: 21%;
  text-align: center;
  font-size: 0.9rem !important;
}

.link-modal>a {
  color: #446C8C;
  text-decoration: underline;
}

.link-modal>a:hover {
  color: #48D0BE;
}

.modal-div-links {
  display: flex;
  width: 95%;
}

.modal-div-links > a {
  padding: 0 0.5rem;
  font-size: 0.8rem !important;
  color: #8e8e8e;
  font-weight: 300;
  text-decoration: none;
}

.modal-content > p {
  font-size: 0.9rem !important;
  margin: 0;
}

.link-modal {
  margin-top: -1rem !important;
}

.modal-content {
  justify-content: space-around;
}

.modal-div-links > a:hover {
  color: #446C8C;
}

.style-Chrome {
  position: absolute;
  left: 22%;
  top: 40%;
  width: min-content;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Chrome>p {
  width: 235px;
  color: black !important;
  margin: 0;
}

.style-Firefox {
  position: absolute;
  left: 64%;
  top: 35%;
  width: min-content;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Firefox>p {
  color: black !important;
  width: 300px;
  margin: 0;
}

.style-Edge {
  position: absolute;
  left: 60%;
  top: 46%;
  width: min-content;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Edge>p {
  color: black !important;
  width: 280px;
  margin: 0;
}

.style-Opera>p:nth-child(even) {
  position: absolute;
  left: 23%;
  top: 30%;
  margin-right: 1rem;
  color: black !important;
  width: 240px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Opera>p:nth-child(odd) {
  width: 350px;
  position: absolute;
  left: 63%;
  top: 35%;
  margin-left: 1rem;
  color: black !important;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.886);
}

.image-down {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: 10vh;
  left: 10vw;
  animation: bounce 1.2s;
  transform: translateY(60vh);
  animation-iteration-count: infinite;
}

.image-up {
  width: 80px;
  height: auto;
  position: absolute;
  top: 10vh;
  right: 8vw;
  animation: bounce 1.2s;
  transform: translateY(10vh);
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  50% {
    top: 100px;
    height: 100px;
    -webkit-animation-timing-function: ease-out;
  }

  55% {
    top: 120px;
    height: 80px;
    -webkit-animation-timing-function: ease-in;
  }

  65% {
    top: 80px;
    height: 100px;
    -webkit-animation-timing-function: ease-out;
  }

  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

@media (min-width: 2250px) {
  .modal-title {
    font-size: 3.5rem !important;
  }

  .question-modal {
    font-size: 2rem !important;
  }

  .autodown-modal,
  .link-modal,
  .modal-content>p:nth-child(2) {
    font-size: 1.5rem !important;
  }

  .btn-modal {
    padding: 1rem 3rem;
    margin: 2rem auto 1rem auto;
    font-size: 1.7rem !important;
  }

  .modal-img {
    width: 35% !important;
  }

  .image-down,
  .image-up {
    width: 150px;
  }

  .style-Chrome>p {
    font-size: 1.5rem;
    width: 400px;
    line-height: 1.6;
  }

  .style-Chrome {
    left: 16%;
  }

  .style-Firefox>p {
    font-size: 1.5rem;
    width: 380px;
    line-height: 1.6;
  }

  .style-Firefox {
    left: 68%;
  }

  .style-Opera>p:nth-child(even) {
    left: 13%;
    top: 30%;
    width: 500px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .style-Opera>p:nth-child(odd) {
    left: 67%;
    width: 500px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .style-Edge>p {
    font-size: 1.5rem;
    line-height: 1.6;
    width: 450px;
  }

  #close+label {
    font-size: 2rem;
    left: 88%;
  }

  .modal-container>label>span {
    font-size: 1.5rem;
  }
}

@media (max-width: 1800px) {
  .header-text {
    width: 40%;
  }

  .header-img {
    width: 35%;
  }

  .menu>a>img {
    width: 160px;
    height: auto;
  }

  .benefit-img-container>img {
    width: 570px;
    height: auto;
  }

  .benefit-text-container>p {
    width: 90%;
  }

  .benefit-text-container {
    width: 40%;
  }

  .advantatge-content {
    width: 82%;
  }

  .csslider>ul>li {
    width: 400px !important;
  }

  .csslider>ul>li>div {
    width: 100%;
    margin: 1rem auto;
  }

  .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -80%;
  }

  .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -165%;
  }
}

@media (max-width: 1600px) {
  .header-img>img {
    width: 380px;
    height: auto;
  }

  .header-text>h1 {
    font-size: 3rem;
  }

  .header-text>h2,
  .header-text>h3 {
    font-size: 1.5rem;
  }

  .lp-header {
    height: 700px;
  }

  .header-img {
    width: 28%;
  }

  .features {
    grid-template-columns: repeat(auto-fill, 560px);
  }

  .feature-title>h2 {
    font-size: 2rem;
    width: 85%;
  }

  .benefit-img-container>img {
    width: 500px;
  }

  .benefits {
    height: 1200px;
  }

  .benefit-text-container>h2,
  .steps>h2 {
    font-size: 2rem;
  }

  .benefit-img-container {
    width: 40%;
  }

  .benefit-text-container {
    width: 50%;
  }

  .convince-img>img {
    width: 650px;
    height: auto;
  }

  .convince-text>h2,
  .advantatge-content>h2,
  .carousel>h2 {
    font-size: 2rem;
  }

  .convince-text>p {
    width: 90%;
    margin-bottom: 3.5rem;
  }

  .convince-text {
    bottom: 83%;
  }

  .btn-convince {
    padding: 0.8rem 2rem;
  }

  .features>div {
    width: 430px;
    padding: 0 2rem;
    min-height: 300px;
  }

  .feature-laptop>img {
    width: 500px;
    height: auto;
  }

  .convince {
    height: 810px;
    margin-top: 3rem;
  }

  .advantatge {
    height: 1300px;
  }

  .carousel {
    margin-bottom: 10rem;
    margin-top: -5rem;
  }

  .steps {
    margin-top: -3rem;
  }

  .steps-img>div>img {
    width: 120px;
    height: auto;
  }

  .install-steps,
  .install-menu,
  .install-main,
  .back-install {
    width: 85%;
  }

  .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -65%;
  }

  .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -135%;
  }
}

@media (max-width: 1440px) {

  /* modal responsive */
  .link-modal {
    width: 55%;
  }

  #close+label {
    left: 87%;
    top: 93%;
  }

  .modal-title {
    font-size: 1.6rem !important;
  }

  .modal-img {
    width: 22% !important;
    margin-top: 0;
  }

  .image-down {
    transform: translateY(50vh);
  }

  .question-modal {
    font-size: 1rem;
  }

  .btn-modal {
    padding: 0.6rem 2rem;
    margin: 0 auto;
    font-size: 0.9rem !important;
  }

  .style-Chrome {
    left: 54%;
  }

  .style-Firefox {
    left: 22%;
  }

  .style-Edge {
    left: 57%;
    top: 44%;
  }

  .style-Chrome>p,
  .style-Edge>p,
  .style-Firefox>p,
  .style-Opera>p {
    font-size: 0.9rem !important;
    line-height: 1.4;
  }

  .style-Firefox>p {
    width: 230px;
  }

  .style-Opera>p:nth-child(odd) {
    width: 285px;
    left: 60%;
    top: 38%;
  }

  .style-Opera>p:nth-child(even) {
    left: 20%;
  }



}

@media (max-width: 1400px) {
  .lp-header {
    padding: 2rem 0;
    height: 600px;
  }

  .menu {
    padding-bottom: 3.5rem;
    width: 70%;
  }

  .menu>a>img {
    width: 150px;
    height: auto;
  }

  .header-text {
    width: 52%;
  }

  .header-img>img {
    width: 300px;
  }

  .header-text>h1 {
    font-size: 2.2rem;
  }

  .header-text>h2,
  .header-text>h3,
  .benefit-text-container>h2,
  .benefit-text-container>h3,
  .steps>h2,
  .advantatge-content>div>h3,
  .carousel>h2 {
    font-size: 1.2rem;
  }

  .features {
    grid-template-columns: repeat(auto-fill, 400px);
    gap: 40px;
  }

  .features>div {
    width: 300px;
    min-height: 260px;
  }

  .features>div>p,
  .features>div>h3,
  .advantatge-content>div>p,
  .carousel>p,
  .slide_img>div {
    font-size: 1rem;
  }

  .feature-title>h2 {
    font-size: 1.5rem;
    width: 100%;
  }

  .grey>img {
    width: 50px;
    height: auto;
  }

  .feature-laptop>img {
    width: 350px;
  }

  .grey>img,
  .grey>h3,
  .grey>p {
    margin-left: 1rem;
  }

  .benefit-text-container>p,
  .check-text>p {
    font-size: 1rem;
  }

  .check-text>p {
    margin: 0.5rem 0 0 1rem;
  }

  .benefit-text-container>p:nth-child(odd) {
    margin: 1.5rem 0;
  }

  .benefit-img-container>img {
    width: 380px;
  }

  .benefit-text-container {
    width: 50%;
  }

  .benefit-img-container {
    width: 37%;
  }

  .benefit-text-container>p:last-child {
    font-size: 0.8rem;
    width: 90%;
  }

  .btn-star-container>img {
    width: 150px;
    height: auto;
  }

  .benefits {
    height: 1000px;
  }

  .step-text,
  .description-text {
    font-size: 1rem;
  }

  .convince-img>img {
    width: 500px;
  }

  .convince-text>p {
    margin-bottom: 3rem;
    font-size: 1rem;
    width: 100%;
  }

  .convince-text {
    bottom: 74%;
    left: 49%;
    width: 19%;
  }

  .btn-convince {
    padding: 0.8rem 0.8rem;
    font-size: 0.9rem;
  }

  .convince-text>h2 {
    font-size: 1.5rem;
    width: 89%;
  }

  .convince {
    height: 700px;
  }

  .advantatge-content>h2 {
    font-size: 1.5rem;
  }

  .advantatge-content {
    grid-template-columns: repeat(auto-fill, 210px);
    margin: -14rem auto 0 auto;
    gap: 0px 120px;
    padding: 13rem 0 0 0;
    width: 81%;
  }

  .advantatge {
    height: 980px;
  }

  .container {
    width: 800px;
    height: 250px;
  }

  footer>div {
    width: 80%;
  }

  .btn-advantatge {
    margin: 2rem 0;
  }

  .steps {
    margin-top: 0;
  }

  #nav_slide .dots {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }

  .steps-img {
    width: 80%;
  }

  .description-text {
    min-height: 40px;
  }

  .legal-main,
  .back-container,
  .legal-header {
    width: 80%;
  }

  .legal-main,
  .back-container,
  .legal-header {
    width: 90%;
  }

  .install-menu {
    width: 85%;
  }

  .install-title {
    font-size: 2rem;
  }

  .install-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .tabcontent>div>img:nth-child(odd) {
    width: 20px;
    height: auto;
  }

  .tabcontent>div>img:nth-child(even) {
    width: 550px;
    height: auto;
  }

  .tablinks>p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .tab {
    width: 45%;
  }

  .install-header {
    height: 700px !important;
  }

  .csslider>ul>li>div>h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
  }

  .csslider>ul>li>div>p {
    font-size: 0.9rem;
  }

  .csslider>ul>li {
    width: 300px !important;
    min-height: 520px;
    padding-bottom: 0;
    margin-right: 2rem;
  }

  .csslider {
    margin: 2rem 0px;
  }

  .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -30%;
  }

  .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -80%;
  }

  .features>div>p {
    min-height: 26px;
  }
}

@media (max-width: 1200px) {
  .menu {
    width: 80%;
  }

  .header-text {
    width: 44%;
  }

  .header-text>h1 {
    font-size: 1.7rem;
  }

  .header-img {
    width: 35%;
  }

  .btn {
    padding: 0.8rem 0.8rem;
    font-size: 1rem;
  }

  .btn-star-container>img {
    margin-left: 0.5rem;
  }

  .header-text>p {
    font-size: 0.8rem;
  }

  .header-text>h2 {
    font-size: 1rem;
  }

  .lp-header {
    height: 500px;
  }

  .feature-title>h2 {
    font-size: 1.1rem;
  }

  .features {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, 380px);
  }

  .benefits {
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 2rem;
  }

  .benefit-text-container {
    width: 80%;
    position: relative;
    z-index: 2;
    padding-top: 7rem;
  }

  .benefit-img-container>img {
    width: 350px;
  }

  .benefit-img-container {
    position: relative;
    right: -20%;
    bottom: 45%;
    z-index: 1;
  }

  .benefit-text-container>p:nth-child(odd) {
    width: 40%;
  }

  .benefit-text-container>p:nth-child(2) {
    width: 100%;
  }

  .benefit-text-container>p:nth-child(4) {
    width: 40%;
  }

  .btn-steps {
    margin: 2rem 0;
  }

  .steps {
    margin-top: -70px;
  }

  .convince-text {
    bottom: 74%;
    left: 49%;
    width: 40%;
  }

  .convince-text>h2 {
    width: 39%;
    font-size: 1.3rem;
  }

  .convince-text>p {
    font-size: 0.9rem;
    width: 53%;
  }

  .advantatge-content>h2 {
    font-size: 1.2rem;
  }

  .advantatge-content>div>h3 {
    font-size: 1rem;
  }

  .advantatge-content>div>p {
    font-size: 0.9rem;
  }

  .advantatge-content {
    grid-template-columns: repeat(auto-fill, 187px);
    gap: 0px 80px;
  }

  .advantatge {
    height: 880px;
  }

  .carousel {
    margin-bottom: 7rem;
    margin-top: -4rem;
  }

  .steps-img {
    width: 85%;
  }

  .install-menu {
    width: 85%;
  }

  .tabcontent>div>img:nth-child(even) {
    width: 450px;
  }

  .tabcontent>div>img:nth-child(odd) {
    width: 17px;
  }

  .tab {
    width: 50%;
  }

  .tablinks>p:nth-child(even) {
    width: 85%;
  }

  .tablinks>p {
    font-size: 0.9rem;
  }

  .install-header {
    height: 600px !important;
  }

  .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -50%;
  }

  .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -115%;
  }
}

@media (max-width: 1100px) {
  .convince-text {
    bottom: 70%;

    width: 25%;
  }

  .convince-text>h2 {
    width: 95%;
    font-size: 1.2rem;
  }

  .convince-text>p {
    width: 95%;
  }

  .tab,
  .tabcontent {
    display: none;
  }

  /* xs tb */

  .tab-xs {
    display: inline;
  }

  .label-xs {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
  }

  .tab-label {
    display: flex;
    cursor: pointer;
    align-items: center;
  }

  .input-line:checked+.tab-label {
    background: var(--second-color);
  }

  .info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: auto;
  }

  .input-line {
    display: none;
  }

  .tab-line+.tab-label {
    display: inline-block;
  }

  .tab {
    margin-right: 0;
  }

  #tab1:checked~.tab.content1,
  #tab2:checked~.tab.content2,
  #tab3:checked~.tab.content3 {
    display: block;
    -webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    animation-name: example;
    animation-duration: 1s;

    width: 100%;
  }

  .install-subtitle {
    margin-bottom: 1rem;
  }

  .info-container>p {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    min-height: 35px;
    min-width: 100%;
  }

  .info-container>img {
    width: 100%;
    height: auto;
  }

  .install-title {
    font-size: 1.5rem;
  }

  .install-menu {
    padding-bottom: 3rem;
  }

  .install-subtitle {
    margin-bottom: 0.9rem;
  }

  .install-header {
    height: 800px !important;
  }

  /* modal responsive */

  #close+label {
    left: 84%;
  }

  .style-Chrome>p,
  .style-Edge>p,
  .style-Firefox>p,
  .style-Opera>p {
    font-size: 0.8rem !important;
    line-height: 1.4;
  }

  .style-Firefox {
    left: 15%;
  }

  .style-Edge>p {
    width: 160px;
  }

  .style-Edge {
    left: 58%;
    top: 37%;
  }

  .style-Opera>p:nth-child(odd) {
    width: 200px;
    left: 60%;
    top: 33%;
  }

  .style-Opera>p:nth-child(even) {
    left: 15%;
  }

}

@media (max-width: 950px) {
  .lp-header {
    height: 750px;
    background-size: 110% 70%;
  }

  .header-content {
    flex-direction: column;
    align-items: center;
  }

  .header-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header-text {
    width: 95%;
  }

  .menu {
    padding-bottom: 3rem;
  }

  .header-text>h1 {
    font-size: 2rem;
    text-align: center;
  }

  .header-text>h2 .header-text>p {
    width: 100%;
  }

  .features {
    width: 95%;
    gap: 20px 50px;
    grid-template-columns: repeat(auto-fill, 330px);
  }

  .btn-star-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-star-container>img {
    margin-top: 0.5rem;
  }

  .convince-text {
    width: 30%;
  }

  .advantatge-content {
    grid-template-columns: repeat(auto-fill, 280px);
    gap: 0px 60px;
    width: 95%;
  }

  .advantatge {
    background-size: 100% 87%;
    height: 1000px;
  }

  .carousel {
    margin-top: -8rem;
  }

  label span {
    font-size: 2rem;
  }

  .container {
    width: 95%;
    height: 220px;
  }

  .prev,
  .next {
    width: 9%;
  }

  .slide_img>div {
    width: 75%;
  }

  .benefit-img-container {
    bottom: 50%;
  }

  footer>div {
    width: 90%;
  }

  footer>div>div>h4,
  footer>div>div>p,
  footer>div>div>a,
  footer>div>div>ul>li {
    font-size: 0.9rem;
  }

  .features>div {
    width: 285px;
    padding: 0 1.5rem;
  }

  .benefits {
    height: 1050px;
  }

  .steps-img>div>img {
    width: 95px;
  }

  .line {
    margin: 0;
  }

  .line>img {
    width: 40px;
    margin: auto;
  }

  .steps-img {
    width: 90%;
  }

  .legal-main>h1 {
    font-size: 2rem;
    width: 100%;
  }

  .legal-main>p,
  .legal-main>ul>li {
    font-size: 1rem;
    width: 100%;
  }

  .legal-main>ul {
    padding-left: 1rem;
  }

  .privacy-list {
    padding-left: 0 !important;
  }

  .danke-h1 {
    font-size: 2rem !important;
    text-align: start !important;
    margin-bottom: 0.5rem;
  }

  .danke-header {
    margin-bottom: 0;
  }

  .info-container,
  .label-xs {
    width: 100%;
  }

  .install-header {
    height: 760px !important;
    background-size: 110% 90% !important;
    margin-bottom: 0;
  }

  .install-main {
    margin-top: 6rem !important;
  }

  .install-steps,
  .install-menu,
  .install-main,
  .back-install {
    width: 90%;
  }

  .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -80%;
  }

  .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -160%;
  }

  .csslider>.arrows {
    left: -20px;
    width: 95%;
  }

  .csslider>ul,
  .ul-xs {
    padding-left: 1rem;
  }

  .modal {
    display: none;
  }

}

@media (max-width: 850px) {
  .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -75%;
  }

  .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -150%;
  }

  .csslider>ul>li>div>h2 {
    font-size: 1rem;
  }

  .csslider>ul>li {
    min-height: 525px;
    width: 250px !important;
  }
}

@media (max-width: 750px) {
  .features {
    grid-template-columns: repeat(auto-fill, 100%);
    margin-top: 0 auto;
  }

  .features>div {
    width: 100%;
  }

  .features>div {
    min-height: 200px;
    padding: 0;
  }

  .feature-laptop>img {
    width: 90%;
    margin: 2rem auto 0;
  }

  .benefit-img-container {
    position: initial;
  }

  .benefit-text-container>p:nth-child(odd),
  .benefit-text-container>p:last-child {
    width: 100%;
  }

  .btn-star-container {
    flex-direction: row;
  }

  .benefit-text-container {
    width: 95%;
    position: initial;
    padding-top: 4rem;
  }

  .checks-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-text-container>p:nth-child(4) {
    width: 100%;
    margin-top: 3rem;
  }

  .benefit-text-container>h3 {
    font-size: 1.1rem;
    margin-top: 1rem;
  }

  .benefits {
    margin-top: 4rem;
    background-size: 190% 90%;
    height: 1200px;
  }

  .benefit-img-container {
    width: 70%;
  }

  .convince-img>img {
    width: 95%;
  }

  .convince-text {
    width: 43%;
    bottom: 80%;
  }

  .advantatge-content {
    padding: 21rem 0 0 0;
  }

  footer>div {
    flex-wrap: wrap;
  }

  footer {
    padding: 2rem 0;
  }

  .advantatge-content {
    grid-template-columns: repeat(auto-fill, 100%);
  }

  .advantatge {
    background-size: 100% 87%;
    height: 1150px;
  }

  .carousel {
    margin-top: -5rem;
  }

  .benefit-img-container>img {
    width: 100%;
  }

  .steps-img {
    width: 75%;
  }

  .steps {
    margin-top: 9rem;
  }

  .steps>div:nth-child(even) {
    width: 100%;
  }

  .description-text {
    min-height: 60px;
  }

  .install-main {
    margin-top: 0 !important;
  }

  .csslider>ul>li {
    margin-right: 1rem;
  }

  .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -90%;
  }

  .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -165%;
  }

  .csslider>ul>li {
    padding: 1.5rem;
  }
}

@media (max-width: 600px) {
  .convince-text {
    bottom: 72%;
  }

  .btn-xs {
    display: inline;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #91ced9;
    border-radius: 50%;
    padding: 0.7rem 1.5rem;
    font-size: 1.5rem;
  }

  .btn-convince {
    display: none;
  }

  .btn-xs:hover {
    background-color: white;
    color: #446c8c;
  }

  .convince-text {
    text-align: center;
  }

  .steps-img>div>img {
    width: 85px;
  }

  .line>img {
    width: 60px !important;
  }

  .steps-img {
    width: 93%;
  }

  .steps {
    margin-top: 3rem;
  }

  .info-container>p {
    min-height: 65px;
  }

  .install-steps,
  .install-menu,
  .back-install {
    width: 90%;
  }

  .install-main {
    width: 100%;
    padding-top: 6rem;
  }

  .title-xs {
    width: 90%;
    margin: 1rem auto;
  }

  .csslider {
    display: none;
  }

  .xs-slider {
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 3rem;
    width: 100%;
  }

  .xs-slider>input {
    display: none;
  }

  .xs-slider>input:nth-of-type(10):checked~ul li:first-of-type {
    margin-left: -900%;
  }

  .xs-slider>input:nth-of-type(9):checked~ul li:first-of-type {
    margin-left: -800%;
  }

  .xs-slider>input:nth-of-type(8):checked~ul li:first-of-type {
    margin-left: -700%;
  }

  .xs-slider>input:nth-of-type(7):checked~ul li:first-of-type {
    margin-left: -600%;
  }

  .xs-slider>input:nth-of-type(6):checked~ul li:first-of-type {
    margin-left: -500%;
  }

  .xs-slider>input:nth-of-type(5):checked~ul li:first-of-type {
    margin-left: -400%;
  }

  .xs-slider>input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%;
  }

  .xs-slider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%;
  }

  .xs-slider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%;
  }

  .xs-slider>input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0%;
  }

  .xs-slider>ul>li>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 91%;
    margin: auto;
  }

  .xs-slider>ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2rem;
    padding: 1rem 3rem 3rem;
  }

  .xs-slider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    background-size: cover;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;

    box-shadow: 0px 0px 35px 0px rgba(213, 213, 213, 0.75);
    border-radius: 2rem;
    padding: 1rem;
    min-height: 535px;
    margin-right: 0.5rem;
  }

  .csslider>.navigation label,
  .xs-slider>.navigation-xs label {
    margin: 0 7px;
    padding: 5px;
  }

  .xs-slider>ul>li>img {
    width: 100%;
    height: auto;
  }

  .xs-slider>ul>li>div>h2,
  .xs-slider>ul>li>div>p {
    font-size: 0.9rem;
  }

  .xs-slider>.navigation-xs {
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    user-select: none;
  }

  .xs-slider>.navigation-xs>div {
    margin-left: -100%;
  }

  .xs-slider.inside .navigation-xs {
    bottom: 10px;
    margin-bottom: 10px;
  }

  .xs-slider>input:nth-of-type(1):checked~.navigation-xs label:nth-of-type(1):after,
  .xs-slider>input:nth-of-type(2):checked~.navigation-xs label:nth-of-type(2):after,
  .xs-slider>input:nth-of-type(3):checked~.navigation-xs label:nth-of-type(3):after,
  .xs-slider>input:nth-of-type(4):checked~.navigation-xs label:nth-of-type(4):after,
  .xs-slider>input:nth-of-type(5):checked~.navigation-xs label:nth-of-type(5):after,
  .xs-slider>input:nth-of-type(6):checked~.navigation-xs label:nth-of-type(6):after,
  .xs-slider>input:nth-of-type(7):checked~.navigation-xs label:nth-of-type(7):after,
  .xs-slider>input:nth-of-type(8):checked~.navigation-xs label:nth-of-type(8):after,
  .xs-slider>input:nth-of-type(9):checked~.navigation-xs label:nth-of-type(9):after,
  .xs-slider>input:nth-of-type(10):checked~.navigation-xs label:nth-of-type(10):after,
  .xs-slider>input:nth-of-type(11):checked~.navigation-xs label:nth-of-type(11):after {
    opacity: 1;
  }

  .install-header {
    height: 630px !important;
  }
}

@media (max-width: 500px) {
  .header-text>p {
    width: 100%;
  }

  .header-text>h2 {
    width: 100%;
  }

  .checks-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .steps {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .steps-img>div:nth-child(even) {
    width: 25px !important;
  }

  .convince-text {
    width: 50%;
    bottom: 52%;
    left: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }

  .convince-text>p {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }

  .convince-text>h2 {
    width: 95%;
    margin-bottom: 0;
    font-size: 0.9rem;
  }

  .header-text>h1 {
    font-size: 1.8rem;
    text-align: start;
  }

  .menu {
    padding-bottom: 3rem;
  }

  .header-img>img {
    width: 250px;
  }

  .features {
    margin-top: 2rem;
  }

  .description-text {
    font-size: 0.8rem;
  }

  .advantatge {
    background-size: cover;
    height: 1150px;
    margin-top: -30rem;
  }

  .carousel {
    margin-top: 4rem;
  }

  .slide_img>div>p {
    font-size: 0.9rem;
  }

  .grey>img {
    margin: 0 auto 0.5rem;
    width: 40px;
  }

  .grey {
    text-align: center;
  }

  .features>div>h3 {
    margin: 0 auto 0.5rem;
  }

  .features>div>p {
    margin: 0 auto;
    line-height: 1.2;
  }

  .features>div {
    min-height: 180px;
  }

  .grey>p {
    width: 95%;
  }

  .btn-star-container {
    flex-direction: column;
  }

  .btn {
    width: -webkit-fill-available;
  }

  .btn-container {
    width: 95%;
    margin: auto;
  }

  .carousel>p {
    margin: 0 auto 2rem;
    width: 93%;
  }

  .carousel {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  footer>div>div>h4 {
    margin-bottom: 1rem;
  }

  .btn-steps {
    margin-top: 1rem;
  }

  label span {
    font-size: 1.2rem;
  }

  .container {
    height: 250px;
  }

  footer>div>div {
    margin-right: 2rem;
  }

  .container #nav_slide {
    bottom: -10%;
  }

  .steps-img {
    width: 90%;
  }

  .steps-img>div>img {
    width: 70px;
  }

  .line>img {
    width: 25px !important;
    margin-bottom: 7.5rem;
  }

  .back-container {
    margin: 3rem auto 5rem auto;
  }

  .legal-header>a>img {
    width: 150px;
    height: auto;
  }

  .legal-header {
    margin: 3rem auto 3rem auto;
  }

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

  .install-header {
    height: 595px !important;
  }

  .info-container>img:nth-child(3) {
    margin-bottom: 1rem;
  }

  .header-text>h1 {
    font-size: 2rem !important;
    text-align: center;
  }

  .header-text>h2 {
    width: 100%;
    text-align: center;
  }

  .steps>div:nth-child(even) {
    width: 90%;
  }

  .btn-advantatge {
    margin-top: 1rem;
  }

  .benefit-img-container {
    margin-top: 2rem;
  }

  .danke-h1 {
    text-align: center !important;
  }
}

@media (max-width: 400px) {
  .advantatge-content {
    padding: 16rem 0 0 0;
  }

  .install-header {
    height: 550px !important;
  }

  .header-text>h1 {
    font-size: 1.8rem !important;
  }

  .btn-star-container {
    margin-top: 2rem;
  }

  .features {
    margin-top: 4rem;
  }

  .steps {
    margin-top: 7rem;
  }

  .advantatge {
    height: 1100px;
  }

  .carousel {
    margin-top: 1rem;
  }

  .carousel>p {
    width: 89%;
  }
}

@media (max-width: 350px) {
  .convince-text {
    width: 50%;
    bottom: 47%;
    left: 20%;
  }

  .convince-text>p {
    font-size: 0.75rem;
  }

  .convince-text>h2 {
    font-size: 0.75rem;
  }

  .menu>a>img {
    width: 100px;
  }

  .features {
    margin-top: 2.5rem;
  }

  .container {
    height: 300px;
  }

  .steps-img>div>img {
    width: 55px;
  }

  .legal-main>h1 {
    font-size: 1.5rem;
  }

  .info-container>p {
    min-height: 85px;
  }

  .install-title {
    font-size: 1.2rem;
  }

  .title-xs {
    width: 90%;
    margin: 1rem auto;
  }

  .install-header {
    height: 535px !important;
  }

  .header-text>h1 {
    font-size: 1.5rem !important;
  }

  .header-text>h2 {
    font-size: 0.9rem;
  }

  .advantatge-content {
    padding: 13rem 0 0 0;
  }

  .advantatge {
    height: 1100px;
  }

  .steps {
    margin-top: 5rem;
  }
}

/* animations */

/* carrusel opacity  */
@keyframes opacity {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

/*  image appears */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animation-1 {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-2 {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

.animation-3 {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) 4s both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) 4s both;
}

/* lines */
@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

.line-1 {
  -webkit-animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.line-2 {
  -webkit-animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
  animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
}