/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Rubik;src:url(/latestVPN/assets/font/Rubik-VariableFont_wght.ttf) format("truetype")}:root{--font-family: "Rubik";--color-white: #fff;--color-primary: #f53855;--color-secondary: #0b132a;--color-tertiary: #4f5665;--color-quaternary: #dddddd}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:62.5%}body{min-width:32rem;font-size:1.6rem;line-height:1.5;font-family:var(--font-family);background-color:#f5f5f5}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;overflow-wrap:break-word;text-wrap:balance}p{overflow-wrap:break-word}a{text-decoration:none}ul,ol{list-style:none}img,picture,video,iframe,svg{height:auto;display:block}input,button,textarea,select{outline:none;font:inherit}button{border:none}button:hover{cursor:pointer}[class*=-container]{width:min(95%,120rem);margin-inline:auto}.header{padding-block:1.6rem}.header .header__content{display:flex;justify-content:space-between;align-items:center}.header .header__logo{display:flex;align-items:center;gap:.4rem}.header .header__logo-text{font-size:1.6rem;font-weight:500;color:var(--color-secondary)}.nav{display:none}@media screen and (min-width: 768px){.nav{display:flex;gap:1.6rem}}@media screen and (min-width: 1024px){.nav{gap:2.4rem}}.nav .nav__link{font-size:1.6rem;color:var(--color-tertiary);transition:color .3s ease}.nav .nav__link:hover{color:var(--color-primary)}.nav .nav__link--active{font-weight:500;color:var(--color-primary)}.login{display:none}@media screen and (min-width: 768px){.login{display:flex;align-items:center;gap:2.4rem}}.login .login__sign-in{font-size:1.6rem;font-weight:500;color:var(--color-secondary)}.login .login__sign-up{padding:1.4rem 4rem;font-size:1.6rem;font-weight:500;border:1px solid var(--color-primary);border-radius:32rem;color:var(--color-primary)}@media screen and (min-width: 768px){.hamburger{display:none}}.hero{padding-block:4rem}@media screen and (min-width: 1024px){.hero{padding-block:8rem}}.hero .hero__content{display:grid;gap:2.4rem}@media screen and (min-width: 768px){.hero .hero__content{max-width:unset;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.hero .hero__content{align-items:center}}.hero .hero__info{display:flex;flex-direction:column;gap:2.4rem}.hero .hero__text{max-width:48.6rem;display:flex;flex-direction:column;gap:.8rem}.hero .hero__title{font-size:3.2rem;font-weight:600}@media screen and (min-width: 768px){.hero .hero__title{font-size:3.6rem}}@media screen and (min-width: 1024px){.hero .hero__title{font-size:4rem}}.hero .hero__subtitle{color:var(--color-tertiary)}.hero .hero__button{padding:1.4rem 4rem;display:block;font-size:1.6rem;font-weight:700;text-align:center;border-radius:.4rem;color:var(--color-white);background-color:var(--color-primary);box-shadow:0 .4rem 2.4rem #f5383852;transition:box-shadow .3s ease}.hero .hero__button:hover{box-shadow:0 .4rem 2.4rem #f5383899}@media screen and (min-width: 768px){.hero .hero__button{width:fit-content}}.hero .hero__img{width:100%}.tags{padding-block:4rem}.tags .tags__content{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (min-width: 768px){.tags .tags__content{justify-items:center}}.tags .tags__tag{display:flex;flex-direction:column;align-items:center;gap:.8rem}@media screen and (min-width: 768px){.tags .tags__tag{flex-direction:row;gap:1.6rem}}.tags .tags__icon{width:5.2rem;height:5.2rem;display:grid;place-items:center;border-radius:50%;background-color:#ffecec}.tags .tags__text{display:flex;flex-direction:column;align-items:center;gap:.4rem}@media screen and (min-width: 768px){.tags .tags__text{gap:0}}.tags .tags__title{font-size:2.4rem;font-weight:700;color:var(--color-secondary)}@media screen and (min-width: 1024px){.tags .tags__title{font-size:3.2rem}}.tags .tags__subtitle{font-size:1.6rem;color:var(--color-tertiary)}.about{padding-block:4rem}@media screen and (min-width: 768px){.about{padding-block:8rem}}.about .about__content{display:grid;gap:2.4rem}@media screen and (min-width: 768px){.about .about__content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.about .about__content{align-items:center}}.about .about__info{display:flex;flex-direction:column;gap:2.4rem}.about .about__text{max-width:48.6rem;display:flex;flex-direction:column;gap:.8rem}.about .about__title{font-size:2.8rem;font-weight:600;color:var(--color-secondary)}@media screen and (min-width: 768px){.about .about__title{font-size:3.2rem}}@media screen and (min-width: 1024px){.about .about__title{font-size:3.6rem}}.about .about__subtitle{color:var(--color-tertiary)}.about .about__list{display:flex;flex-direction:column;gap:1.2rem}.about .about__item{display:flex;align-items:center;gap:1.2rem}.about .about__text{font-size:1.4rem;color:var(--color-tertiary)}@media screen and (min-width: 768px){.about .about__text{font-size:1.6rem}}.about .about__img{width:100%}@media screen and (min-width: 768px){.about .about__img{order:-1}}.plan{padding-block:4rem}@media screen and (min-width: 768px){.plan{padding-block:8rem}}.plan .plan__content{display:flex;flex-direction:column;gap:2.4rem}@media screen and (min-width: 768px){.plan .plan__content{align-items:center}}.plan .plan__text{display:flex;flex-direction:column;gap:.8rem;text-align:center}@media screen and (min-width: 768px){.plan .plan__text{max-width:34.8rem}}.plan .plan__title{font-size:2.8rem;font-weight:600;color:var(--color-secondary)}@media screen and (min-width: 768px){.plan .plan__title{font-size:3.2rem}}@media screen and (min-width: 1024px){.plan .plan__title{font-size:3.6rem}}.plan .plan__subtitle{color:var(--color-tertiary)}.plan .plan__cards{width:100%;display:grid;gap:2.4rem}@media screen and (min-width: 768px){.plan .plan__cards{grid-template-columns:repeat(3,1fr)}}.plan .plan__card{position:relative;padding:4.8rem 2.4rem;display:flex;flex-direction:column;align-items:center;gap:3.2rem;border-radius:.8rem;border:1px solid var(--color-quaternary)}.plan .plan__img{width:100%;max-width:14.7rem}.plan .plan__card-title{font-size:1.8rem;font-weight:600;color:var(--color-secondary)}.plan .plan__list{display:flex;flex-direction:column;gap:1.2rem}.plan .plan__item{display:flex;align-items:center;gap:.8rem}.plan .plan__text{font-size:1.4rem;color:var(--color-tertiary)}.plan .plan__price-wrapper{width:100%;padding:0 2.4rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}@media screen and (min-width: 768px){.plan .plan__price-wrapper{position:absolute;bottom:4.8rem}}@media screen and (min-width: 768px){.plan .plan__price-wrapper--noposition{position:unset;padding:unset}}.plan .plan__price{font-size:1.8rem;font-weight:600;color:var(--color-secondary)}.plan .plan__span{color:var(--color-tertiary)}.plan .plan__button{width:100%;padding:1.4rem 4rem;display:block;font-size:1.6rem;font-weight:500;text-align:center;border:1px solid var(--color-primary);border-radius:32rem;color:var(--color-primary);transition:color .5s ease,background-color .5s ease}.plan .plan__button.plan__button--active,.plan .plan__button:hover{color:var(--color-white);background-color:var(--color-primary)}.testimonials{padding-block:4rem}@media screen and (min-width: 1024px){.testimonials{padding-block:8rem}}.testimonials .testimonials__content{display:flex;flex-direction:column;align-items:center;gap:3.2rem}.testimonials .testimonials__text{max-width:48.6rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.testimonials .testimonials__title{font-size:2.8rem;font-weight:600}@media screen and (min-width: 768px){.testimonials .testimonials__title{font-size:3.2rem}}@media screen and (min-width: 1024px){.testimonials .testimonials__title{font-size:3.6rem}}.testimonials .testimonials__subtitle{color:var(--color-tertiary)}.testimonials .testimonials__cards{width:100%;display:flex;gap:2.4rem}.testimonials .testimonials__card{width:40rem;padding:3.2rem 2.4rem;flex-shrink:0;display:flex;flex-direction:column;gap:2.4rem;background-color:var(--color-white);border:1px solid var(--color-primary);border-radius:.8rem}.testimonials .testimonials__header{display:flex;justify-content:space-between;align-items:center;gap:2.4rem}.testimonials .testimonials__user{display:flex;align-items:center;gap:1.6rem}.testimonials .testimonials__img-user{width:5rem;height:5rem;border-radius:50%}.testimonials .testimonials__data{display:flex;flex-direction:column}.testimonials .testimonials__name{font-size:1.8rem;font-weight:500;color:var(--color-secondary)}.testimonials .testimonials__country{font-size:1.4rem;color:var(--color-tertiary)}.testimonials .testimonials__wrapper{display:flex;align-items:center;gap:.4rem}.testimonials .testimonials__rate{font-size:1.4rem;color:var(--color-tertiary)}.testimonials .testimonials__comment{color:var(--color-secondary)}.map{padding-block:4rem}@media screen and (min-width: 1024px){.map{padding-block:8rem}}.map .map__content{display:flex;flex-direction:column;gap:2.4rem}@media screen and (min-width: 768px){.map .map__content{align-items:center}}@media screen and (min-width: 1024px){.map .map__content{gap:3.2rem}}.map .map__text{max-width:48.6rem;display:flex;flex-direction:column;gap:.8rem;text-align:center}.map .map__title{font-size:2.8rem;font-weight:600;color:var(--color-secondary)}@media screen and (min-width: 768px){.map .map__title{font-size:3.2rem}}@media screen and (min-width: 1024px){.map .map__title{font-size:3.6rem}}.map .map__subtitle{color:var(--color-tertiary)}.map .map__img{width:100%}.news-letter{padding-block:4rem}@media screen and (min-width: 1024px){.news-letter{padding-block:8rem}}.news-letter .news-letter__content{padding:4.8rem 2.4rem;border-radius:.8em;display:grid;align-items:end;gap:2.4rem;background-color:var(--color-white);box-shadow:0 .8rem 2.4rem #00000029}@media screen and (min-width: 768px){.news-letter .news-letter__content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.news-letter .news-letter__content{align-items:center}}.news-letter .news-letter__text{max-width:48.6rem;display:flex;flex-direction:column;gap:.8rem}.news-letter .news-letter__title{font-size:3.2rem;font-weight:600}@media screen and (min-width: 768px){.news-letter .news-letter__title{font-size:3.6rem}}@media screen and (min-width: 1024px){.news-letter .news-letter__title{font-size:4rem}}.news-letter .news-letter__subtitle{color:var(--color-tertiary)}.news-letter .news-letter__button{padding:1.4rem 4rem;display:block;font-size:1.6rem;font-weight:700;text-align:center;border-radius:.4rem;color:var(--color-white);background-color:var(--color-primary);box-shadow:0 .4rem 2.4rem #f5383852;transition:box-shadow .3s ease}.news-letter .news-letter__button:hover{box-shadow:0 .4rem 2.4rem #f5383899}@media screen and (min-width: 768px){.news-letter .news-letter__button{justify-self:end;width:fit-content}}.footer{padding:4rem 0 1.6rem}@media screen and (min-width: 1024px){.footer{padding-top:8rem}}.footer .footer__content{display:flex;flex-direction:column;gap:3.2rem}@media screen and (min-width: 768px){.footer .footer__content{flex-direction:row;justify-content:space-between}}.footer .footer__info{max-width:24rem;display:flex;flex-direction:column;align-items:start;gap:1.2rem}.footer .footer__text{color:var(--color-tertiary)}.footer .footer__redes{display:flex;gap:1.6rem}.footer .footer__red{width:min-content;height:min-content;border-radius:50%;background-color:var(--color-primary);box-shadow:0 .4rem .4rem #0000001f}.footer .footer__navs{width:100%;max-width:60rem;display:flex;flex-direction:column;gap:1.6rem}@media screen and (min-width: 768px){.footer .footer__navs{flex-direction:row;justify-content:space-between}}.footer .footer__nav{display:flex;flex-direction:column;gap:.8rem}.footer .footer__nav-title{font-size:1.8rem;font-weight:500;color:var(--color-secondary)}.footer .footer__nav-link{font-size:1.6rem;color:var(--color-tertiary);transition:color .3s ease}.footer .footer__nav-link:hover{color:var(--color-primary)}.footer .footer__copy{margin-top:8rem;text-align:center;color:var(--color-tertiary)}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;inset:0 .5em 0 auto;padding:1em 0}
