.text-purple-25 {
  color: #f7f5ff;
}

.text-purple-50 {
  color: #efebff;
}

.text-purple-100 {
  color: #e2dbff;
}

.text-purple-200 {
  color: #c5b7ff;
}

.text-purple-300 {
  color: #a792ff;
}

.text-purple-400 {
  color: #8a6eff;
}

.text-purple-500 {
  color: #6d4aff;
}

.text-purple-600 {
  color: #5c3be7;
}

.text-purple-700 {
  color: #4a2dc5;
}

.text-purple-800 {
  color: #372580;
}

.text-purple-900 {
  color: #1b1340;
}

.text-gray-50 {
  color: #f9fafb;
}

.text-gray-100 {
  color: #f3f4f6;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-800 {
  color: #1f2937;
}

.text-gray-900 {
  color: #111827;
}

.text-body {
  color: #494b7a;
}

.bg-purple-25 {
  background: #f7f5ff;
}

.bg-purple-50 {
  background: #efebff;
}

.bg-purple-100 {
  background: #e2dbff;
}

.bg-purple-200 {
  background: #c5b7ff;
}

.bg-purple-300 {
  background: #a792ff;
}

.bg-purple-400 {
  background: #8a6eff;
}

.bg-purple-500 {
  background: #6d4aff;
}

.bg-purple-600 {
  background: #5c3be7;
}

.bg-purple-700 {
  background: #4a2dc5;
}

.bg-purple-800 {
  background: #372580;
}

.bg-purple-900 {
  background: #1b1340;
}

.bg-gray-50 {
  background: #f9fafb;
}

.bg-gray-100 {
  background: #f3f4f6;
}

.bg-gray-200 {
  background: #e5e7eb;
}

.bg-gray-300 {
  background: #d1d5db;
}

.bg-gray-400 {
  background: #9ca3af;
}

.bg-gray-500 {
  background: #6b7280;
}

.bg-gray-600 {
  background: #4b5563;
}

.bg-gray-700 {
  background: #374151;
}

.bg-gray-800 {
  background: #1f2937;
}

.bg-gray-900 {
  background: #111827;
}

.bg-body {
  background: #494b7a;
}

@font-face {
  font-family: Arizona;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("Arizona"), url("../fonts/arizona/ABCArizonaPlusVariable.woff2") format("woff2-variations");
}
.font-normal {
  --font-variation-weight: 400;
  font-weight: unset;
}

.font-semibold {
  --font-variation-weight: 600;
  font-weight: unset;
}

.font-bold {
  --font-variation-weight: 700;
  font-weight: unset;
}

.italic {
  --font-variation-italic: 14;
}

.no-italic {
  --font-variation-italic: 0;
}

.serif {
  --font-variation-serif: 25;
}

.no-serif {
  --font-variation-serif: 0;
}

:root {
  --font-variation-weight: 400;
  --font-variation-italic: 0;
  --font-variation-serif: 0;
}

* {
  font-variation-settings: "wght" var(--font-variation-weight), "ital" var(--font-variation-italic), "SRFF" var(--font-variation-serif);
}

html {
  font-feature-settings: "ss02", "ss03", "ss04";
  font-size: 0.875rem;
}

.text-xs {
  font: 0.75rem/1.34 Arizona;
}

.text-sm {
  font: 0.875rem/1.43 Arizona;
}

.text-base {
  font: 1rem/1.5 Arizona;
}

.text-lg {
  font: 1.125rem/1.55 Arizona;
}

.text-xl {
  font: 1.375rem/1.27 Arizona;
}

.text-2xl {
  font: 1.625rem/1.23 Arizona;
}

.text-3xl {
  font: 2rem/1.25 Arizona;
}

.text-4xl {
  font: 2.25rem/1.11 Arizona;
}

.text-5xl {
  font: 2.75rem/1.273 Arizona;
}

.text-6xl {
  font: 3.5rem/1 Arizona;
}

h1 {
  --font-variation-serif: 25;
}

@media (min-width: 40em) {
  html {
    font-size: 1rem;
  }
}
html {
  scroll-padding-top: 8.75rem;
  /* 140px with base font at 16px */
}

html.withBanner {
  scroll-padding-top: 11rem;
  /* 176px with base font at 16px */
}

body {
  padding-top: 129px;
  text-rendering: optimizeLegibility;
}

html body {
  font-family: Arizona;
  color: #494b7a;
  background-color: #f7f5ff;
}

p {
  margin-bottom: 2rem;
}

h1 {
  color: #372580;
}

.btn,
a,
h1,
h2,
h3 {
  -webkit-font-smoothing: initial;
}

.btn-outline-success {
  border-width: 1px !important;
  border-color: #ccc;
}

.btn.btn-outline-success {
  line-height: 2.5rem;
  color: #6d4aff;
  border: 1px solid #6d4aff;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #6d4aff;
  border-color: #6d4aff;
}

a,
button,
input[type=button],
input[type=submit] {
  text-decoration: none;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

body .h1,
body .h2,
body .h3,
body h1,
body h2,
body h3,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arizona;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: #000;
}

body .btn {
  cursor: pointer;
  line-height: 1;
  border-radius: 2.5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

body .btn.btn-lg {
  line-height: 3.25rem;
  border-radius: 3.25rem;
  padding: 0 2.5rem;
}

body .btn.btn-sm {
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 0.75rem;
}

body .btn.btn-xs {
  line-height: 1rem;
  border-radius: 1rem;
  padding: 0 0.33rem;
  font-size: 0.75em;
}

body .btn-secondary {
  background: #ffffff;
  border: none;
  transition: none;
  text-shadow: 0 -1px 0 #fff;
}

body .btn-success {
  background-color: #6d4aff;
  border: none;
  transition: none;
  color: #fff !important;
  border: 1px solid #6d4aff;
}
body .btn-success:hover {
  background-color: #4a2dc5;
  border-color: #4a2dc5;
}
body .btn-success:focus {
  box-shadow: none;
}
body .btn-success:focus-visible, body .btn-success:active, body .btn-success:not(:disabled):active {
  background-color: #372580;
  outline: none;
  border: 1px solid #372580;
}

body .btn-primary {
  background: #669;
  border: none;
  transition: none;
}

body .btn-info {
  background: #71c4de;
  border: none;
  transition: none;
}

body .btn-warning {
  background: #f0ad4e;
  border: none;
  transition: none;
}

body .btn-danger {
  background: #d9534f;
  border: none;
  transition: none;
}

body .btn-secondary:active,
body .btn-secondary:focus,
body .btn-success:active,
body .btn-success:focus,
body .btn-primary:active,
body .btn-primary:focus,
body .btn-info:active,
body .btn-info:focus,
body .btn-warning:active,
body .btn-warning:focus,
body .btn-danger:active,
body .btn-danger:focus,
body .btn-outline-success:active,
body .btn-outline-success:focus {
  box-shadow: none;
  position: relative;
  transition: none;
  text-shadow: none;
  box-shadow: 0 0 0 0.2rem rgba(167, 146, 255, 0.5);
}

code {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
}

body .btn-secondary:hover {
  background: #f2f2f2;
  transition: none;
}

body .btn-primary:hover {
  background: #555580;
  transition: none;
}

body .btn-info:hover {
  background: #64aec4;
  transition: none;
}

body .btn-warning:hover {
  background: #d69a45;
  transition: none;
}

body .btn-danger:hover {
  background: #bf4945;
  transition: none;
}

body .btn-secondary:focus,
body .btn-secondary:active {
  background: #e5e5e5;
  color: #666;
}

body .btn-primary:focus,
body .btn-primary:active {
  background: #555580;
  color: rgba(255, 255, 255, 0.5);
}

body .btn-info:focus,
body .btn-info:active {
  background: #64aec4;
  color: rgba(255, 255, 255, 0.5);
}

body .btn-warning:focus,
body .btn-warning:active {
  background: #d69a45;
  color: rgba(255, 255, 255, 0.5);
}

body .btn-danger:focus,
body .btn-danger:active {
  background: #bf4945;
  color: rgba(255, 255, 255, 0.5);
}

body .text-success {
  color: #6d4aff !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #4a2dc5 !important;
}

.btn-outline-dark {
  color: #494b7a;
  border-color: #494b7a;
}

.shadow-s {
  box-shadow: 0px 4px 8px rgba(74, 45, 197, 0.1) !important;
}

.shadow-m {
  box-shadow: 0px 20.4058px 68.1871px rgba(74, 45, 197, 0.11), 0px 7.86002px 21.7188px rgba(74, 45, 197, 0.0668148), 0px 1.6627px 5.55598px rgba(74, 45, 197, 0.0431852) !important;
}

.shadow-l {
  box-shadow: 22.7119px 23.941px 80px rgba(74, 45, 197, 0.11), 8.74828px 9.22171px 25.4815px rgba(74, 45, 197, 0.0668148), 1.8506px 1.95075px 6.51852px rgba(74, 45, 197, 0.0431852) !important;
}

a {
  color: #6d4aff;
}
a:hover {
  color: #4a2dc5;
}

.pagination {
  justify-content: center;
  margin: 0 auto 2rem auto;
}

.pagination li {
  border: 1px solid #c5b7ff;
  padding: 0;
  display: flex;
  min-width: 2em;
}

.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  border-color: #c5b7ff;
}

.pagination li a,
.pagination li .dots {
  padding: 0 1rem;
  line-height: 2rem;
  margin: auto;
  font-size: 1rem;
}

.pagination .page-numbers.current {
  padding: 0 1rem;
  line-height: 2rem;
  font-size: 1rem;
}

.pagination li.active {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1220px !important;
    max-width: 1220px !important;
  }
}
@media (max-width: 545px) {
  html {
    scroll-padding-top: 6.25rem;
    /* 100px with base font at 16px */
  }

  html.withBanner {
    scroll-padding-top: 8.75rem;
    /* 140px with base font at 16px */
  }
}
/* =Main
-------------------------------------------------------------- */
.modal-header {
  padding: 1rem 2rem;
}

.modal-body {
  padding: 2rem;
}

.modal-body h5 {
  margin-bottom: 1rem;
}

code,
pre {
  padding: 0.5rem 1rem;
  color: #000;
  background-color: #e6e6e6;
  max-width: 100%;
  overflow: auto;
  display: inline-block;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0;
}

.color-basic {
  color: #fb7454;
}

.color-plus {
  color: #8ec122;
}

.color-visionary {
  color: #54d8fd;
}

.bg-basic {
  background-color: #fb7454;
}

.bg-plus {
  background-color: #8ec122;
}

.bg-visionary {
  background-color: #54d8fd;
}

.text-underline {
  text-decoration: underline;
}

.panel {
  border: 1px solid #ccc;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.panel .panel-heading {
  padding: 0 1rem;
  line-height: 3rem;
}

.panel .panel-heading h4 {
  margin-bottom: 0;
}

.panel .panel-collapse {
  padding: 1rem;
  border-top: 1px solid #ccc;
  background: #f2f2f2;
}

.badge {
  border-radius: 4px;
}

.badge-default {
  background: #ccc;
}

.badge-danger {
  background: #f88164;
}

.badge-success {
  background: #56b265;
}

.badge-info {
  background: #64dff8;
}

.container.padded,
.hero .container.padded {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

body .wp-caption {
  background: #e6e6e6;
  border-color: #ccc;
}

.form-control {
  border-color: #ccc;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0 !important;
}

body .btn.btn-outline-danger,
body .btn.btn-outline-info,
body .btn.btn-outline-primary,
body .btn.btn-outline-secondary,
body .btn.btn-outline-success,
body .btn.btn-outline-warning {
  border-width: 1px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes a {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: a;
  transform-origin: center bottom;
}

@keyframes b {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: b;
}

@keyframes c {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: c;
}

@keyframes d {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: d;
}

@keyframes e {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: e;
}

@keyframes f {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: f;
}

@keyframes g {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: g;
}

@keyframes h {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: h;
}

@keyframes i {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: i;
}

@keyframes j {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: j;
  transform-origin: center;
}

@keyframes k {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: k;
}

@keyframes l {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: l;
}

@keyframes m {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: m;
}

@keyframes n {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: n;
}

@keyframes o {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: o;
}

@keyframes p {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: p;
}

@keyframes q {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: q;
}

@keyframes r {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: r;
}

@keyframes s {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: s;
}

@keyframes t {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: t;
}

@keyframes u {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: u;
}

@keyframes v {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: v;
}

@keyframes w {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: w;
}

@keyframes x {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: x;
}

@keyframes y {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: y;
}

@keyframes z {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: z;
}

@keyframes A {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: A;
}

@keyframes B {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: B;
}

@keyframes C {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: C;
}

@keyframes D {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: D;
}

@keyframes E {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: E;
}

@keyframes F {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: F;
}

@keyframes G {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: G;
}

@keyframes H {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: H;
}

@keyframes I {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: I;
}

@keyframes J {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: J;
}

@keyframes K {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: K;
}

@keyframes L {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: L;
}

@keyframes M {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: M;
}

@keyframes N {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: N;
}

@keyframes O {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: O;
}

@keyframes P {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: P;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes Q {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: Q;
}

@keyframes R {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: R;
  animation-timing-function: ease-out;
}

@keyframes S {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: S;
  animation-timing-function: ease-in;
}

@keyframes T {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: T;
}

@keyframes U {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: U;
}

@keyframes V {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: V;
}

@keyframes W {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: W;
}

@keyframes X {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: X;
}

@keyframes Y {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: Y;
}

@keyframes Z {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: Z;
}

@keyframes ab {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: ab;
}

@keyframes bb {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: bb;
}

@keyframes cb {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: cb;
}

@keyframes db {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: db;
}

@keyframes eb {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: eb;
}

@keyframes fb {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: fb;
}

@keyframes gb {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: gb;
}

@keyframes hb {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: hb;
}

@keyframes ib {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: ib;
}

@keyframes jb {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: jb;
}

@keyframes kb {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: kb;
}

@keyframes lb {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: lb;
}

@keyframes mb {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: mb;
}

@keyframes nb {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: nb;
}

@keyframes ob {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: ob;
}

@keyframes pb {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: pb;
}

@keyframes qb {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: qb;
}

@keyframes rb {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: rb;
}

@keyframes sb {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: sb;
}

@keyframes tb {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: tb;
}

@keyframes ub {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: ub;
}

@keyframes vb {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: vb;
}

@keyframes wb {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: wb;
}

@keyframes xb {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: xb;
}

#navbar-main {
  background: #202126;
  height: 90px;
  padding: 0;
  top: 39px;
}

#navbar-main .divider {
  position: relative;
  width: 31px;
}

#navbar-main .divider:after {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  margin-top: -1rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.1);
}

#navbar-mobile .navbar-mobile-logo {
  display: block;
  height: 2rem;
  margin: 0 0 1rem -1rem;
  background: url(https://protonvpn.com/assets/img/protonvpn-green-transparent.svg) 0 no-repeat;
  background-size: 240px;
}

#navbar-mobile .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2rem;
  text-align: center;
}

#navbar-mobile a {
  display: block;
  color: #444;
  line-height: 2rem;
}

#navbar-mobile a.active,
#navbar-mobile a:hover {
  color: #000;
  font-weight: 700;
}

#navbar-other {
  font-size: 0.9rem;
  padding-top: 0;
  padding-bottom: 0;
}

#navbar-other .custom-select {
  color: #fff;
  background: transparent;
  border: none;
  position: relative;
  top: -2px;
  cursor: pointer;
}

#navbar-other .text-muted {
  font-size: 0.9em;
  margin-left: 10px;
}

#page_about #navbar-mobile .nav-link[href="/about"],
#page_pricing #navbar-mobile .nav-link[href="/pricing"],
#page_security #navbar-mobile .nav-link[href="/secure-vpn"] {
  font-weight: 700;
}

body > .container::after {
  content: "";
  clear: both;
  display: table;
}

.ios-banner-container {
  display: -ms-flexbox;
  display: flex;
  background-image: url(https://protonvpn.com/assets/img/map4.png), linear-gradient(#2a2e33, #000);
  background-repeat: no-repeat;
  background-position: 50%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ios-banner-content {
  margin: 2rem;
}

.ios-banner-image {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .ios-banner-image {
    display: none;
  }

  .ios-banner-content {
    text-align: center;
  }
}
body.is-black-friday#page_home > .ios-banner-container,
body.is-black-friday#page_home > .parallax-mirror,
body.is-black-friday#page_home > .parallax-window > #home_hero,
body.is-black-friday > .modalSignupVPN--cta,
body:not(.is-black-friday) .blackFridayBanner,
body:not(.is-black-friday) .blackFridayCornerPopup,
body:not(.is-black-friday) .blackFridayHero {
  display: none;
}

body.is-black-friday#page_home > .parallax-window {
  min-height: 0;
  padding-top: 129px;
}

@media (max-width: 543px) {
  body.is-black-friday#page_home > .parallax-window {
    padding-top: 90px;
  }
}
body.is-black-friday#page_home > #home_benefits {
  padding-top: 4rem;
}

body.is-black-friday .blackFridayHero {
  color: #fff;
  background-color: #222;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

body.is-black-friday .blackFridayHero-flex {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  body.is-black-friday .blackFridayHero-flex {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  body.is-black-friday .blackFridayHero-flex {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  body.is-black-friday .blackFridayHero-flex {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  body.is-black-friday .blackFridayHero-flex {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  body.is-black-friday .blackFridayHero-flex {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body.is-black-friday .blackFridayHero-flex {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  body.is-black-friday .blackFridayHero-flex {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body.is-black-friday .blackFridayHero-flex {
    width: 1140px;
    max-width: 100%;
  }
}
body.is-black-friday .blackFridayHero-gfx {
  background-image: url(https://protonvpn.com/assets/img/black-friday-circles.png);
  background-position: 16% top;
  background-repeat: no-repeat;
  background-size: 82.4189526185%;
  margin-top: 5rem;
}

body.is-black-friday .blackFridayHero-gfx > img {
  transform: translateY(0.4987531172%);
  max-width: 100%;
}

body.is-black-friday .blackFridayHero-head {
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

body.is-black-friday .blackFridayHero-sub {
  color: #5fb364;
  font-size: 1.75rem;
  margin-bottom: 1em;
}

body.is-black-friday .blackFridayHero-action {
  margin-bottom: 2.5rem;
}

body.is-black-friday .blackFridayHero-action > .btn {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body.is-black-friday .blackFridayHero {
    text-align: left;
    padding-bottom: 2.5rem;
  }

  body.is-black-friday .blackFridayHero-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  body.is-black-friday .blackFridayHero-head {
    font-size: 4.5rem;
    margin-bottom: 0;
  }

  body.is-black-friday .blackFridayHero-sub {
    font-size: 1.5rem;
    margin-bottom: 0.75em;
  }

  body.is-black-friday .blackFridayHero-offer {
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

  body.is-black-friday .blackFridayHero-gfx {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    margin-top: 0;
    transform: translateX(15px);
  }

  body.is-black-friday .blackFridayHero-action {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.is-black-friday .blackFridayHero-offer {
    -ms-flex-preferred-size: 40.5263157895%;
    flex-basis: 40.5263157895%;
  }

  body.is-black-friday .blackFridayHero-gfx {
    -ms-flex-preferred-size: 59.4736842105%;
    flex-basis: 59.4736842105%;
  }
}
body.is-black-friday .blackFridayBanner {
  background-color: #222;
  background-image: linear-gradient(rgba(34, 34, 34, 0.6), rgba(34, 34, 34, 0.6)), url(https://protonvpn.com/assets/img/black-friday-circles.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%, 200%;
  color: #fff;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

body.is-black-friday .blackFridayBanner strong {
  color: #5fb364;
  font-weight: 700;
}

body.is-black-friday .blackFridayBanner-head {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
}

body.is-black-friday .blackFridayBanner-action {
  margin-bottom: 0;
}

body.is-black-friday .blackFridayBanner-action > .btn {
  font-weight: 700;
  padding-left: 3rem;
  padding-right: 3rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  body.is-black-friday .blackFridayBanner {
    background-size: 100%, 160%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  body.is-black-friday .blackFridayBanner-head {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body.is-black-friday .blackFridayBanner {
    background-size: 100%, 96%;
  }

  body.is-black-friday .blackFridayBanner-showcase {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-left: auto;
    margin-bottom: -1em;
    margin-right: auto;
  }

  body.is-black-friday .blackFridayBanner-center {
    -ms-flex: 1 1 54%;
    flex: 1 1 54%;
    font-size: 2.5rem;
    transform: translateY(0.8em);
  }

  body.is-black-friday .blackFridayBanner-left,
body.is-black-friday .blackFridayBanner-right {
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    line-height: 0.25;
  }

  body.is-black-friday .blackFridayBanner-left {
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }

  body.is-black-friday .blackFridayBanner-right {
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }

  body.is-black-friday .blackFridayBanner strong {
    display: block;
    font-size: 2.5rem;
    line-height: 2;
  }

  body.is-black-friday .blackFridayBanner-figure {
    font-size: 2em;
    line-height: 1;
  }

  body.is-black-friday .blackFridayBanner-sup {
    line-height: 1.2;
    vertical-align: top;
  }
}
@media (min-width: 62em) {
  body.is-black-friday .blackFridayBanner-showcase {
    width: 85%;
  }
}
@media (min-width: 66em) {
  body.is-black-friday .blackFridayBanner-showcase {
    width: 80%;
  }
}
@media (min-width: 70em) {
  body.is-black-friday .blackFridayBanner-showcase {
    width: 70%;
    max-width: 1140px;
  }
}
body.is-black-friday .blackFridayCornerPopup {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1060;
  width: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: #222;
  background-image: url(https://protonvpn.com/assets/img/black-friday-circles.png);
  background-position: 50%;
  background-size: 220%;
  box-shadow: 1px 1px 0.3em #000;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

body.is-black-friday .blackFridayCornerPopup:not([open]) {
  display: none;
}

body.is-black-friday .blackFridayCornerPopup > * {
  margin-left: 15px;
  margin-right: 15px;
}

body.is-black-friday .blackFridayCornerPopup > :first-child {
  margin-top: 1rem;
}

body.is-black-friday .blackFridayCornerPopup > :last-child {
  margin-bottom: 1rem;
}

body.is-black-friday .blackFridayCornerPopup-header {
  background-color: #222;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
}

body.is-black-friday .blackFridayCornerPopup-header:first-child {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

body.is-black-friday .blackFridayCornerPopup-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

body.is-black-friday .blackFridayCornerPopup-subtitle {
  font-size: 1.125em;
}

body.is-black-friday .blackFridayCornerPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: lighter;
  line-height: 1;
  padding: 0 0.25rem;
}

body.is-black-friday .blackFridayCornerPopup-txt {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

body.is-black-friday .blackFridayCornerPopup-txt strong {
  color: #5fb364;
  font-weight: 700;
}

body.is-black-friday .blackFridayCornerPopup-figure {
  font-size: 3em;
  line-height: 1;
  position: relative;
}

body.is-black-friday .blackFridayCornerPopup-figure-sup {
  position: absolute;
  right: 0;
  top: 0.3333333333em;
  font-size: 0.4em;
}

body.is-black-friday .blackFridayCornerPopup-figure-sub {
  font-size: 0.25em;
}

body.is-black-friday .blackFridayCornerPopup-action {
  margin-bottom: 0;
  text-transform: uppercase;
}

body.is-black-friday .blackFridayCornerPopup-action > .btn {
  font-size: 0.6rem;
  line-height: 2.5;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  body.is-black-friday .blackFridayCornerPopup-title {
    font-size: 1.75rem;
  }

  body.is-black-friday .blackFridayCornerPopup-txt {
    font-size: 1.75rem;
    margin-bottom: 0.875rem;
  }

  body.is-black-friday .blackFridayCornerPopup-action > .btn {
    font-size: 0.8rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  body.is-black-friday .blackFridayCornerPopup {
    left: auto;
    bottom: 15px;
    right: 15px;
    border-radius: 6px;
  }

  body.is-black-friday .blackFridayCornerPopup > * {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  body.is-black-friday .blackFridayCornerPopup > :first-child {
    margin-top: 1.25rem;
  }

  body.is-black-friday .blackFridayCornerPopup > :last-child {
    margin-bottom: 1.25rem;
  }

  body.is-black-friday .blackFridayCornerPopup-title {
    font-size: 1.6rem;
    line-height: 1;
  }

  body.is-black-friday .blackFridayCornerPopup-title > * {
    display: block;
  }

  body.is-black-friday .blackFridayCornerPopup-title > strong {
    font-size: 4.5rem;
    font-weight: 700;
  }

  body.is-black-friday .blackFridayCornerPopup-txt {
    font-size: 3.25rem;
    line-height: 1;
    margin-top: -0.25rem;
    margin-bottom: 1rem;
  }

  body.is-black-friday .blackFridayCornerPopup-action > .btn {
    width: 100%;
  }
}
body.is-black-friday .blackFridayModalPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  overflow: auto;
  height: 100vh;
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
}

body.is-black-friday .blackFridayModalPopup:not([open]) {
  display: none;
}

body.is-black-friday .blackFridayModalPopup-dialog {
  position: relative;
  z-index: 1050;
  padding: 0;
  margin: 15px;
  background-attachment: local;
  background-color: #222;
  background-image: url(https://protonvpn.com/assets/img/black-friday-circles.png);
  background-position: 50%;
  background-size: 220%;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

body.is-black-friday .blackFridayModalPopup-dialog > * {
  padding-left: 15px;
  padding-right: 15px;
}

body.is-black-friday .blackFridayModalPopup-header {
  background-color: #222;
  font-size: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

body.is-black-friday .blackFridayModalPopup-title {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
}

body.is-black-friday .blackFridayModalPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: lighter;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}

body.is-black-friday .blackFridayModalPopup-txt {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

body.is-black-friday .blackFridayModalPopup-txt strong {
  color: #5fb364;
  font-weight: 700;
}

body.is-black-friday .blackFridayModalPopup-figure {
  font-size: 3em;
  line-height: 1.2;
  position: relative;
}

body.is-black-friday .blackFridayModalPopup-figure-sup {
  position: absolute;
  right: 0;
  top: 0.3333333333em;
  font-size: 0.4em;
}

body.is-black-friday .blackFridayModalPopup-figure-sub {
  font-size: 0.25em;
}

body.is-black-friday .blackFridayModalPopup-action {
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

body.is-black-friday .blackFridayModalPopup-action > .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  body.is-black-friday .blackFridayModalPopup-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  body.is-black-friday .blackFridayModalPopup-dialog > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  body.is-black-friday .blackFridayModalPopup-header {
    font-size: 1.75rem;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }

  body.is-black-friday .blackFridayModalPopup-txt {
    font-size: 2.5rem;
  }

  body.is-black-friday .blackFridayModalPopup-figure {
    font-size: 4.5em;
  }
}
@media (min-height: 480px) {
  body.is-black-friday .blackFridayModalPopup {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.is-black-friday.has-corner-popup {
  padding-bottom: 6.6rem;
}

@media (min-width: 768px) {
  body.is-black-friday.has-corner-popup {
    padding-bottom: 9.925rem;
  }
}
@media (min-width: 992px) {
  body.is-black-friday.has-corner-popup {
    padding-bottom: 0;
  }
}
.figures-container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.figures-container,
.figures-container .figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.figures-container .figure {
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  background-color: #fff;
  border-radius: 8px;
  padding: 2.5rem 2rem;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.figures-container .figure-image {
  width: 70px;
  height: 70px;
  margin-bottom: 2rem;
}

.figures-container .figure-caption {
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.figures-container .figure-title {
  margin-bottom: 1rem;
}

.figures-container .figure-text {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .figures-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .figures-container .figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-bottom: 0;
}

.switch input {
  display: none;
}

.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.slider,
.slider:before {
  position: absolute;
  transition: 0.4s;
}

.slider:before {
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
}

input:checked + .slider {
  background-color: #5cb85c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5cb85c;
}

.switch:hover input:checked + .slider {
  background-color: #6cb077;
}

.switch:hover input:focus + .slider {
  box-shadow: 0 0 1px #6cb077;
}

input:checked + .slider:before {
  transform: translateX(36px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 991px) {
  #footer .col-sm-6 {
    margin-bottom: 3rem;
  }

  #foot,
#foot .location {
    background: #202126;
  }
}
@media (max-width: 767px) {
  #footer .col {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 3rem;
  }

  .contactModal .window {
    width: 90%;
    margin-left: -45%;
  }
}
select {
  width: 100%;
  padding: 0 30px 0 15px;
  background: #fff url(https://protonvpn.com/assets/img/arrow-dark.svg) no-repeat;
  background-position: calc(100% - 8px) 10px;
  background-size: 17px;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
}

.form-control,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  height: 42px;
  font-size: 0.9em;
  line-height: 36px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.form-control {
  padding: 0 15px;
  background: #fff;
  border: 2px solid #c5b7ff;
  border-radius: 2px !important;
  box-shadow: none !important;
}

#page_home {
  background: #62626a;
  padding-top: 0;
}

#page_home .parallax-window {
  min-height: 600px;
  background: transparent;
  padding-top: 135px;
  position: relative;
}

#page_home .parallax-window #home-cta {
  position: relative;
  z-index: 5;
}

#page_home .parallax-window:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 0;
  transition: all 0.1s ease-in-out;
}

#page_home .parallax-window.hover:after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

#page_home #navbar-main {
  background: transparent;
}

#page_home #home_hero {
  height: 695px;
  padding: 0;
  position: relative;
  z-index: 1;
}

#page_home #home_hero #main-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  text-align: center;
}

#page_home #home_hero #main-image img {
  display: block;
  max-width: 100%;
  margin: auto;
  position: relative;
  bottom: -70px;
}

#page_home #home_hero .btn.btn-success {
  color: #fff;
  font-weight: 700;
}

#page_home #home_hero h1 {
  display: block;
  padding: 45px 0 0;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

#page_home #home_hero h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
}

#page_home #home_hero h1,
#page_home #home_hero h2 {
  color: #fff;
}

#page_home #home_hero .btn-success {
  display: inline-block;
  background: rgba(102, 204, 102, 0.8);
  border: 2px solid #5fb364;
  padding: 5px 2.5rem;
}

#page_home #home_hero .btn-success.btn-success:hover {
  background: #fff;
  color: #5fb364;
  border-color: #fff;
  text-shadow: none;
}

#page_home #home_hero .links {
  padding: 0;
}

#page_home #home_hero .links .fa {
  color: #fff;
  margin: 0 0.5rem;
  font-size: 24px;
}

#page_home #home_hero .links a:hover .fa {
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}

#page_home #home_hero p {
  margin-bottom: 1.5rem;
}

#page_home #home_benefits {
  background: #fff;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(40%, #fff), color-stop(100%, #ebf1f7));
  background: linear-gradient(180deg, #fff 0, #fff 40%, #ebf1f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#ebf1f7", GradientType=0);
  padding: 8rem 0 4rem;
  color: #62626c;
}

#page_home #home_benefits .col-md-4 {
  padding: 0 2rem;
}

#page_home #home_benefits h2 {
  margin-bottom: 3rem;
  color: #52515f;
}

#page_home #home_benefits .h5 {
  margin: 0;
  padding-bottom: 1.5rem;
  color: #000;
  position: relative;
}

#page_home #home_benefits .h5:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -14px;
  width: 28px;
  height: 2px;
  background: #56b265;
  display: block;
  content: "";
}

#page_home #home_benefits .middle {
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}

#page_home #home_benefits .middle,
#page_home #home_benefits .middle-right {
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

#page_home #home_benefits .icon {
  margin: auto;
  width: 6rem;
  border-radius: 6rem;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 3rem;
}

#page_home #home_benefits .icon,
#page_home #home_benefits .icon .fa {
  display: block;
  height: 6rem;
  line-height: 6rem;
}

#page_home #features-section-0,
#page_home #features-section-1,
#page_home #features-section-2 {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-top: 2rem;
  background: #fff;
  color: #62626c;
}

#page_home #features-section-0 {
  padding-top: 0;
}

#page_home #features-section-1 {
  background: #fff url(https://protonvpn.com/assets/img/home_secure-core.jpg) 100% no-repeat;
}

#page_home #features-section-0 .container,
#page_home #features-section-1 .container,
#page_home #features-section-2 .container {
  position: relative;
  z-index: 2;
}

#page_home #features-section-0 .main {
  padding: 4rem 0 0;
}

#page_home #home_features .main {
  padding: 2rem 0 0;
}

#page_home #features-section-0 .main h2,
#page_home #home_features .main h2 {
  margin-bottom: 3rem;
}

#page_home #features-section-1 .icon {
  margin-top: -0.25rem;
}

#page_home #features-section-1 p,
#page_home #features-section-2 p {
  margin-bottom: 4rem;
}

#page_home #features-section-1 .h5,
#page_home #features-section-2 .h5 {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #000;
}

#page_home #features-section-2 .icon {
  margin-top: -0.25rem;
}

#page_home #features-section-2 {
  background: #fff url(https://protonvpn.com/assets/img/features-tor.jpg) 0 no-repeat;
}

#page_home #features-section-2 img {
  position: relative;
  top: 50%;
}

#page_home #advantages-bar .fa {
  font-size: 1.2em;
}

#page_home #advantages-bar .advantage {
  padding: 0 0.5rem;
}

#page_home #benefit-1 {
  background: #fff url(https://protonvpn.com/assets/img/benefit-1.jpg) 5% no-repeat;
  background-size: 40% auto;
}

#page_home #benefit-2 {
  background: #fff url(https://protonvpn.com/assets/img/benefit-2.jpg) 85% no-repeat;
  background-size: 30% auto;
}

#page_home #benefit-2 .links {
  padding: 1rem 0;
  display: block;
}

#page_home #benefit-2 .links a:hover .fa {
  color: #000;
  transition: all 0.2s ease-in-out;
}

#page_home #benefit-2 .links .fa {
  color: #62626c;
  margin: 0 1rem 0 0;
  font-size: 2.5rem;
}

#page_home #benefit-3 {
  background: #fff;
}

#page_home #benefit-3 .container {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

#page_home #home_features {
  background: #fff;
  position: relative;
  color: #62626c;
  overflow: hidden;
  max-width: 100%;
}

#page_home #home_features p.text-center.lead {
  padding: 2rem 0 4rem;
  margin: 0;
}

#page_home #home_features img {
  position: relative;
  z-index: 3;
  width: 100%;
}

#page_home #home_features .container {
  position: relative;
  z-index: 5;
}

#page_home #home_features h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 1rem;
}

#page_home #home_testimonials {
  padding: 5rem 0 1rem;
  position: relative;
}

#page_home #home_quotes {
  position: relative;
}

#page_home #screens {
  padding: 4rem 0 10rem;
  background: #fff url(https://protonvpn.com/assets/img/screen-design.jpg) bottom no-repeat;
  background-size: 100% auto;
  line-height: 1.5rem;
}

#page_home #screens .fa {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.5rem;
}

#page_home #screens img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#page_home #screens p {
  margin-bottom: 0.5rem;
}

#page_home #home_twitter {
  padding: 4rem 0 0;
  background: #fff;
}

#page_home #home_twitter h2 .fa {
  margin-bottom: 1rem;
}

#page_home #home_twitter h2 {
  margin-bottom: 4rem;
}

#page_home #home_twitter .slick-slider {
  padding: 0 4rem;
}

#page_home #home_twitter .slick-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

#page_home #home_twitter .slick-next {
  position: absolute;
  right: 0;
  top: 40%;
}

#page_home #home_twitter .slick-next,
#page_home #home_twitter .slick-prev {
  color: #999;
  background: transparent;
  border: none;
  appearance: normal;
  height: 3rem;
  width: 4rem;
  font-size: 0;
  display: block;
  line-height: 999rem;
  overflow: hidden;
}

#page_home #home_twitter .slick-next:after,
#page_home #home_twitter .slick-prev:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 2rem;
  font-family: FontAwesome;
  line-height: 3rem;
  text-align: center;
  color: #000;
}

#page_home #home_twitter .slick-prev:after {
  content: "\f053";
}

#page_home #home_twitter .slick-next:after {
  content: "\f054";
}

#page_home #home_twitter .slick-next:hover,
#page_home #home_twitter .slick-prev:hover {
  color: #000;
  transition: all 0.2s ease-in-out;
}

#page_home #tweets div.slick-slide {
  border: 1px solid #e6e6e6;
  padding: 1rem;
  text-align: center;
  margin: 0 1rem;
  position: relative;
  border-radius: 5px;
  min-height: 22rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#page_home .tweet-text {
  display: block;
  padding: 1rem 0.5rem;
  text-align: left;
  color: #45454a;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 6;
  margin-bottom: 0.5rem;
}

#page_home .tweet-text a:link,
#page_home .tweet-text a:visited {
  color: #5fb364;
}

#page_home .tweet-text a:active,
#page_home .tweet-text a:focus,
#page_home .tweet-text a:hover {
  text-decoration: underline;
}

#page_home .tweet-url {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#page_home .tweet-meta {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

#page_home .tweet-meta img {
  border-radius: 48px;
  display: block;
  height: 48px;
  width: 48px;
}

#page_home .tweet-meta cite {
  color: #000;
  display: block;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
}

#page_home .tweet-meta time {
  color: #657786;
  display: block;
}

#page_home .tweet-action-bar {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1rem;
  z-index: 6;
}

#page_home .tweet-action a {
  display: block;
}

#page_home .tweet-action a:link,
#page_home .tweet-action a:visited {
  color: #657786;
  text-decoration: none;
}

#page_home .tweet-action a:active,
#page_home .tweet-action a:focus,
#page_home .tweet-action a:hover {
  color: #000;
}

#page_home #social {
  background: #fff;
  padding: 1rem 0 5rem;
  font-size: 0.9rem;
  text-align: center;
}

#page_home #social .social {
  display: inline-block;
}

#page_home #social .social a {
  display: inline-block;
  padding: 0 2rem;
  color: #000;
  text-decoration: none;
}

#page_home #social .social.middle {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

#page_home #social .social.middle-right {
  border-right: 1px solid #e6e6e6;
}

#page_home #social .social a .fa {
  display: inline-block;
  color: #000;
  margin-right: 0.5rem;
  height: 3rem;
}

#page_home #social .social a span {
  height: 3rem;
  display: inline-block;
  text-align: left;
}

#page_home #social .social a:hover .fa {
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}

#page_home #social .social a:hover .text-success {
  text-decoration: underline;
}

#page_home #home_about {
  color: #fff;
  position: relative;
  background: #73bad5 !important;
  background: linear-gradient(180deg, #73bad5 0, #00e1b9) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73bad5", endColorstr="#00e1b9", GradientType=0) !important;
}

#page_home #home_about:after {
  display: block;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(https://protonvpn.com/assets/img/mountain-graphic.svg) 0 100% repeat-x;
  background-size: 1498px 148px;
  z-index: 0;
  height: 148px;
  background-position: 0 2px;
}

#page_home #home_about .container {
  padding: 5rem 0 8rem;
}

#page_home #home_about a.btn-outline-secondary:hover {
  background: #fff;
  color: #12dabd;
  border-color: #fff;
}

#page_home #home_about h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding: 1rem 0;
  margin-bottom: 2rem;
  line-height: 1.5em;
}

#page_home #home_about img {
  display: inline-block;
  margin: 0 1rem;
}

#page_home #home_about img.mail {
  width: 14rem;
}

#page_home #home_about img.vpn {
  width: 10rem;
}

#page_home #home_about .btn-outline-secondary {
  font-weight: 700;
}

.slick-list s {
  text-decoration: none;
  margin: 0;
}

.slick-list [data-mentioned-user-id] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slick-list [data-mentioned-user-id] ~ img {
  display: inline;
}

@media (min-width: 1400px) {
  #page_home #benefit-1 {
    background-size: auto 100%;
    background-position: 5%;
  }

  #page_home #benefit-2 {
    padding: 2rem 20% 0 10%;
    background-size: auto 100%;
    background-position: 85%;
  }

  #page_home #benefit-1 .h5,
#page_home #benefit-2 .h5,
#page_home #benefit-3 .h5 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1199px) {
  #page_home {
    background-size: cover;
  }

  #page_home #home_hero {
    height: 595px;
  }

  #page_home #home_hero #main-image img {
    width: 990px;
    bottom: -58px;
  }

  #page_home #advantages-bar .fa {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  #page_home #advantages-bar .container {
    line-height: 1em;
    padding: 4rem 0;
  }

  #page_home #advantages-bar .advantage {
    line-height: 1rem;
  }

  #page_home #home_hero img#comps {
    width: 990px;
    margin-left: -495px;
    bottom: -57px;
  }

  #page_home #social .col.text-right {
    text-align: center !important;
  }

  #page_home #screens .image-hover img {
    min-height: 7rem;
  }
}
@media (max-width: 991px) {
  #page_home #home_hero {
    height: 520px;
  }

  #page_home #home_hero #main-image img {
    width: 760px;
    bottom: -45px;
  }

  #page_home #home_hero h1 {
    font-size: 2rem;
  }

  #page_home #home_hero h2 {
    font-size: 1.25rem;
  }

  #page_home #home_hero p.lead {
    font-size: 1rem;
  }

  #page_home #home_hero img#comps {
    width: 760px;
    margin-left: -380px;
    bottom: -44px;
  }

  #page_home #home_hero .interface {
    margin-top: 3rem;
  }

  #page_home #home_features .links {
    text-align: left;
  }

  #page_home #home_features .links span {
    display: block;
    clear: both;
  }

  #page_home #home_features .links .btn.btn-success {
    float: none;
    margin-bottom: 2rem;
  }

  #page_home #advantages-bar .container {
    padding: 2rem 0;
    line-height: 3rem;
  }

  #page_home #advantages-bar .container .advantage {
    padding: 1rem 1.5rem;
  }

  #page_home #home_benefits {
    text-align: center;
    background: #fff;
  }

  #page_home #screens .col-lg-4 {
    margin-bottom: 2rem;
  }

  #page_home #screens img {
    width: 100%;
  }

  #page_home #features-section-1,
#page_home #features-section-2 {
    background: #fff;
    text-align: center;
  }

  #page_home #features-section-1 .feats-icon,
#page_home #features-section-2 .feats-icon {
    margin: auto;
    top: 0;
    position: static;
  }

  #page_home #features-section-1 .feats-icon img,
#page_home #features-section-2 .feats-icon img {
    position: static;
  }

  #page_home #benefit-1 {
    background-size: 40% auto;
    background-position: 0;
  }

  #page_home #benefit-2 {
    background-size: 40% auto;
    background-position: 100%;
  }
}
@media (max-width: 767px) {
  #page_home .gap {
    display: none;
  }

  #page_home #home_hero {
    height: 400px;
    text-align: center;
  }

  #page_home #home_hero .container {
    padding-top: 2rem;
  }

  #page_home #home_hero #main-image img {
    width: 540px;
    bottom: -96px;
  }

  #page_home #home_hero h1 {
    padding-top: 0;
    font-size: 1.5rem;
  }

  #page_home #home_hero h2 {
    font-size: 1rem;
  }

  #page_home #benefit-1,
#page_home #benefit-2,
#page_home #benefit-3 {
    text-align: center;
    background: #fff;
  }

  #page_home #screens p {
    text-align: center;
  }

  #page_home #home_benefits .middle {
    border: none;
  }

  #page_home #home_features .main {
    padding-top: 0;
  }

  #page_home #home_features .main h2 {
    margin-bottom: 2rem;
  }

  #page_home #home_features .section1 img,
#page_home #home_features .section2 img {
    left: 0;
    right: 0;
  }

  #page_home #home_benefits {
    text-align: center;
    padding-top: 7rem;
    padding-bottom: 0;
  }

  #page_home #home_benefits .col-md-4 {
    padding-bottom: 2rem;
  }

  #page_home #home_benefits .icon {
    margin-bottom: 1rem;
  }

  #page_home #features-section-0,
#page_home #features-section-1,
#page_home #features-section-2 {
    padding-top: 0;
  }

  #page_home #features-section-0 p {
    margin-bottom: 4rem;
  }

  #page_home #features-section-2 .row:last-child > :last-child p {
    margin-bottom: 2rem;
  }

  #page_home #advantages-bar .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #page_home #advantages-bar > div.text-center.all {
    padding: 2rem 1rem;
  }

  #page_home #benefit-2 .links,
#page_home #benefit-3 .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  #page_home #benefit-3 .h5 {
    margin-top: 2rem;
  }

  #page_home #screens {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  #page_home #home_twitter {
    padding-top: 2rem;
  }

  #page_home #social {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  #page_home #home_features img {
    width: 75%;
    display: block;
    margin: auto;
  }

  #page_home #home_about {
    padding: 0 1rem;
  }

  #page_home #home_about .container {
    text-align: center;
    padding: 1rem 0 6rem;
  }

  #page_home #home_about img {
    display: block;
    width: 60%;
    margin: 1rem auto;
  }

  #page_home #home_about h3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #page_home .tweet-action-bar {
    -ms-flex-pack: center;
    justify-content: center;
  }

  #page_home .tweet-action {
    width: auto;
  }
}
@media (max-width: 543px) {
  #page_home #home_hero {
    height: 540px;
  }

  #page_home #home_hero h1 {
    font-size: 2.5rem;
  }

  #page_home #home_hero #main-image img {
    width: 400px;
    bottom: -59px;
  }

  #page_home #advantages-bar .advantage {
    width: 100%;
    padding: 0;
  }

  #page_home #foot .location {
    background: none;
  }
}
#page_downloads .main a.badge img {
  display: inline-block;
  height: 2.5rem;
}

#page_downloads .main a.badge.disabled {
  pointer-events: none;
  position: relative;
}

#page_downloads .main a.badge.disabled img {
  opacity: 0.5;
}

#page_downloads .main a.badge.disabled:after {
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  color: #999;
  font-weight: 400;
}

#page_downloads .main .btn-lg {
  margin-bottom: 1rem;
  width: 24rem;
  text-align: center;
}

#page_downloads .main .btn-lg.alt {
  font-size: 1rem;
}

#page_downloads .main img {
  max-width: 100%;
}

#page_downloads .main a.other {
  color: #666;
  text-decoration: underline;
}

#page_downloads .download-widget {
  border: 1px solid #e6e6e6;
  padding: 3rem 2rem 2rem;
  text-align: center;
  height: 18rem;
  position: relative;
  margin-bottom: 1rem;
}

#page_downloads .download-widget.soon:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 120px 120px 0;
  border-color: transparent #e6e6e6 transparent transparent;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

#page_downloads .download-widget.soon:before {
  content: "Client";
  right: 0.5rem;
  top: 1.5rem;
}

#page_downloads .download-widget.soon:before,
#page_downloads .download-widget.soon span:before {
  display: block;
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
  line-height: 1rem;
  font-weight: 700;
  font-size: 1rem;
  display: none;
}

#page_downloads .download-widget.soon span:before {
  content: "coming soon";
  right: -0.25rem;
  top: 2.25rem;
}

#page_downloads .download-widget .btn {
  margin-bottom: 0.5rem;
}

#page_downloads .download-widget .fa {
  color: #202126;
}

#page_downloads .download-widget > span {
  font-size: 2rem;
  display: block;
  padding: 1rem 0;
}

#page_downloads .download-widget.ubuntu {
  background: url(https://protonvpn.com/assets/img/logo-ubuntu.gif) 62% 3rem no-repeat;
}

#page_downloads .download-widget.ubuntu .fa {
  position: relative;
  left: -2.5rem;
}

#page_downloads #advantages-bar {
  background: transparent;
}

#page_downloads #more-options .bg-faded {
  padding: 3rem 2rem;
  margin-bottom: 2rem;
}

#page_downloads #dl-err {
  padding: 2rem;
  margin-bottom: 2rem;
}

#page_downloads #pricing-feats .feature,
#page_downloads #pricing-features {
  margin-bottom: 2rem;
}

@media (max-width: 1199px) {
  #page_downloads .download-widget > span {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .btn-lg {
    font-size: 1rem;
  }

  #page_downloads .main,
#page_downloads .main .text-right {
    text-align: center !important;
  }

  #page_downloads .main img {
    margin: auto;
  }

  #page_downloads .main .col-md-6 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 543px) {
  #page_downloads .btn {
    font-size: 1rem;
  }

  #page_downloads .main .btn-lg {
    width: 100%;
  }
}
.modalSignupVPN--cta {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  background: #08debb;
  background: linear-gradient(180deg, #08debb 0, #73bbd5 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08debb", endColorstr="#73bbd5", GradientType=0);
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: opacity 0.5s ease-in;
  transform: translateY(0);
  opacity: 1;
}

.modalSignupVPN--cta h2 {
  font-size: 28pt;
  line-height: 33pt;
  color: #fff;
  font-weight: 700;
}

.modalSignupVPN--cta p {
  font-size: 14pt;
  line-height: 21pt;
  width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}

.modalSignupVPN--cta--button {
  box-sizing: border-box;
  color: #5fb364;
  display: block;
  width: 235px;
  font-size: 14pt;
  background-color: #fff;
  padding: 15px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  margin: auto;
  margin-top: 15px;
}

.modalSignupVPN--cta--button:hover {
  color: #fff;
  background-color: #73bbd5;
  box-shadow: inset 0 0 0 2px #fff;
  text-decoration: none;
}

.modalSignupVPN--cta-close {
  width: 42px;
  position: absolute;
  right: 0;
  top: 0.25em;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
  transform-origin: center;
}

.modalSignupVPN--cta-close:hover {
  font-weight: 700;
  transform: scale(1.2);
}

.modalSignupVPN-hidden {
  opacity: 0;
  transform: translateY(150%);
}

#page_about #story {
  padding: 6rem 0;
}

#page_about #story img {
  max-width: 100%;
}

#page_about #story img.mail,
#page_about #story img.vpn {
  height: 4rem;
}

#page_about #about {
  background: url(https://protonvpn.com/assets/img/about_story-bg.jpg) 50% no-repeat;
  background-size: cover;
  padding: 6rem 0;
  color: #fff;
}

#page_about #about h2 {
  color: #fff;
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
}

#page_about #about h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 10rem;
  margin-left: -5rem;
  background: #fff;
}

#page_about #values {
  padding: 6rem 0;
}

#page_about #values h2 {
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
}

#page_about #values h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 10rem;
  margin-left: -5rem;
  background: #5fb364;
}

#page_about #values .row {
  margin-bottom: 2rem;
}

#page_about #values .row > div.text-right {
  position: relative;
  right: -4.5rem;
  font-size: 0.9rem;
}

#page_about #values .row > div.text-left {
  position: relative;
  left: -4.5rem;
  font-size: 0.9rem;
}

#page_about #ted {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 520px;
  color: #fff;
}

#page_about #ted:before,
#page_about #ted a.ted-video-link:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://protonvpn.com/assets/img/about_ted-bg.jpg) 50% no-repeat;
  background-size: cover;
}

#page_about #ted .container {
  position: static;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  margin: auto;
}

#page_about #ted a.ted-video-link {
  line-height: 4.25rem;
  color: #202126;
  transition: all 0.2s ease-in;
}

#page_about #ted a.ted-video-link:before {
  z-index: -1;
  background: radial-gradient(ellipse at center, #202126 40%, transparent 100%);
  opacity: 0.8;
  transition: all 0.2s ease-in;
}

#page_about #ted a.ted-video-link i {
  color: #e62b1e;
}

#page_about #ted a.ted-video-link:hover {
  background-color: #e62b1e;
  text-shadow: none;
  color: #fff;
}

#page_about #ted a.ted-video-link:hover:before {
  opacity: 0.2;
}

#page_about #ted a.ted-video-link:hover i {
  color: #fff;
}

#page_about #ted q.quote {
  font-size: 1.2em;
}

#page_about #ted q.quote:after,
#page_about #ted q.quote:before {
  color: #e62b1e;
}

#page_about #ted .mail {
  margin-right: -1rem;
}

#page_about #ted .vpn {
  margin-left: -1rem;
}

@media (min-width: 1400px) {
  #page_about #values .row > div.text-right {
    right: -2.5rem;
  }

  #page_about #values .row > div.text-left {
    left: -2.5rem;
  }
}
@media (max-width: 991px) {
  #page_about #values .row > div {
    text-align: center !important;
    position: static !important;
  }

  #page_about #values .row > div.everyone-icon,
#page_about #values .row > div .fa {
    display: none;
  }

  #page_about #story {
    text-align: center;
  }

  #page_about #story img {
    display: block;
    margin: auto !important;
    float: none;
  }

  #page_about #about {
    text-align: center;
  }

  #page_about #stats .stat {
    display: block;
    margin: auto;
    text-align: center;
    width: 150px;
    padding-bottom: 2rem;
  }

  #page_about #stats .stat strong {
    margin: 0 0 0.5rem;
  }
}
@media (max-width: 767px) {
  #page_about #stats h1 {
    font-size: 2rem;
  }
}
@media (max-width: 543px) {
  #page_about #stats h1 {
    font-size: 1.5rem;
  }
}
#page_careers #careers .list p {
  margin-bottom: 1rem;
}

#page_careers #careers img {
  width: 100%;
}

#page_careers #careers h4 {
  margin-bottom: 1.5rem;
}

#page_careers .table td,
#page_careers .table th {
  border: none;
  width: 50%;
}

#page_careers .table td p {
  margin-bottom: 0.5rem;
}

#page_careers .table td:first-child {
  padding-right: 2rem;
}

#page_careers .table td:last-child {
  padding-left: 2rem;
}

@media (max-width: 991px) {
  #page_careers .table td,
#page_careers .table th {
    width: 100%;
    display: block;
  }
}
.save {
  text-transform: uppercase;
  font-weight: 700;
  color: #5fb364;
  background-color: inherit;
  font-size: 0.8em;
}

.loaderPrice {
  position: relative;
}

.loaderPrice:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff url(https://protonvpn.com/assets/img/protonvpn-loader.gif);
  background-size: 42%;
  background-repeat: no-repeat;
  background-position: 50%;
}

body:not([class*=appMode-]) .plans-container {
  opacity: 0;
}

.best-offer {
  text-transform: uppercase;
  background-color: #77b0cc;
  color: #fff;
  font-size: 0.6em;
  font-style: normal;
}

.plans-container {
  transition: opacity 0.3s;
}

.details-container,
.plans-container,
.promo-container,
.reason-why-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.plans-selector-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.plans-selector-container .best-offer {
  position: absolute;
  height: 2.5em;
  line-height: 2.5em;
  top: -2.5em;
  left: 0;
  right: 0;
}

.plans-container .best-offer {
  right: 0;
  position: absolute;
}

.plans-selector {
  width: 100%;
}

.plans-selector [data-plan] {
  -ms-flex: 1;
  flex: 1;
  height: auto;
  color: #7d7b94;
  background-color: #f8f8f8;
  font-weight: 400;
  line-height: 2.4;
}

.free-plan .plans-selector [data-plan=free],
.plans-selector [data-plan][data-plan]:focus,
.plans-selector [data-plan][data-plan]:hover,
.visionary-plan .plans-selector [data-plan=visionary],
.vpnbasic-plan .plans-selector [data-plan=vpnbasic],
.vpnplus-plan .plans-selector [data-plan=vpnplus] {
  font-weight: 700;
  background-color: #fff;
  color: #333;
}

.header-container {
  border-bottom: 1px solid #ccc;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.plans-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.plans-header > * {
  margin-bottom: 0;
}

.cycle-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.cycle-container > * {
  margin-right: 1em;
}

.cycle-annually-label,
.cycle-monthly-label {
  margin-bottom: 0;
}

.cycle-annually-label,
.plan-title {
  font-weight: 700;
}

.plan-title {
  margin-bottom: 0;
  position: relative;
}

.plan-price-container {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 138px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-detail {
  margin-bottom: 1em;
}

.plans-item {
  width: 23%;
}

.plan-img {
  margin: 1em 0;
  display: block;
}

.free-plan [data-plan=free].plans-item .plan-price-container,
.visionary-plan [data-plan=visionary].plans-item .plan-price-container,
.vpnbasic-plan [data-plan=vpnbasic].plans-item .plan-price-container,
.vpnplus-plan [data-plan=vpnplus].plans-item .plan-price-container {
  border-top-color: #5fb364;
  border-bottom-color: #5fb364;
}

.plans-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}

.plan-features {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2em;
}

.feature-item-disabled {
  color: #c8c8c8;
}

.plan-annually-price,
.plan-monthly-price {
  font-size: 4em;
  font-weight: 400;
}

.plan-currency {
  color: #ccc;
  font-size: 0.4em;
  vertical-align: super;
  top: -0.1em;
}

.plans-annually-checked .plan-charging-monthly,
.plans-annually-checked .plan-monthly-price,
.plans-container:not(.plans-annually-checked) .plan-annually-price,
.plans-container:not(.plans-annually-checked) .plan-charging-annually,
.plans-container:not(.plans-annually-checked) .save {
  display: none;
}

.features-link.features-link {
  border: 1px solid #d9d9d9;
}

.features-link.btn-success,
.features-link:focus,
.features-link:hover,
.free-plan .plan-link[data-plan=free],
.plan-link:focus,
.plan-link:hover,
.visionary-plan .plan-link[data-plan=visionary],
.vpnbasic-plan .plan-link[data-plan=vpnbasic],
.vpnplus-plan .plan-link[data-plan=vpnplus] {
  color: #fff;
  border-color: #449d44;
  background-color: #5cb85c;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.promo-container {
  background: linear-gradient(#f0f4f9, #fff);
}

.promo-title {
  margin-bottom: 0.5em;
}

.promo-container .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promo-item {
  width: 31%;
  max-width: 352px;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 0;
}

.promo-item:nth-child(-n+3) {
  margin-bottom: 2em;
}

.promo-img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 1em auto;
}

.promo-about {
  margin-bottom: 1em;
}

.details-container {
  animation: yb linear 30s infinite;
  padding-top: 3em;
  padding-bottom: 3em;
}

.details-container:nth-child(odd) {
  background: url(https://protonvpn.com/assets/img/mountain_grey.png) bottom repeat-x;
}

.details-container:nth-child(2n) {
  background: #f9f9f9 url(https://protonvpn.com/assets/img/mountain_white.png) bottom repeat-x;
}

.details-container .row {
  margin-bottom: 8em;
}

.details-container .row > * {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

.details-description {
  margin-bottom: 70px;
}

.details-img {
  max-width: 100%;
}

.details-img-container {
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.available-label {
  font-weight: 700;
}

.btn.available-button {
  background-color: #fff;
  pointer-events: none;
}

.reason-why-container {
  background-color: #f9f9f9;
}

.features-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 3em;
  margin-bottom: 3em;
}

.features-link.features-link.features-link {
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.1em 1.2em;
}

.features-item {
  background: url(https://protonvpn.com/assets/img/checkbox.png) no-repeat 0 1px;
  width: 25%;
  padding-left: 2.5em;
  margin-bottom: 1em;
}

.logoReview-container {
  display: none;
}

.appMode-bestdeal .plans-container {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 50px;
  padding-bottom: 0;
}

.appMode-bestdeal .plans-item[data-plan=free] {
  display: none;
}

.appMode-bestdeal .best-offer {
  color: #5cb85c;
  border: 2px solid currentColor;
  background-color: #fff;
}

.appMode-bestdeal .plans-item {
  width: 30%;
  text-align: center;
}

.appMode-bestdeal .plan-img {
  display: inline-block;
  max-width: 100px;
}

.appMode-bestdeal .plans-item[data-plan=vpnplus] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 750px;
}

.appMode-bestdeal .plans-item[data-plan=vpnplus] .plan-amount {
  margin-top: 1em;
}

.appMode-bestdeal .plans-item[data-plan=vpnplus] .plan-detail {
  padding-bottom: 3em;
  margin-bottom: 1em;
}

.appMode-bestdeal .plans-item[data-plan=vpnplus] .plan-img {
  margin-right: auto;
  margin-left: auto;
}

.appMode-bestdeal .plans-item[data-plan=vpnplus] .plans-content {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.appMode-bestdeal .plans-item[data-plan=vpnplus] .plan-link {
  margin-top: auto;
}

.appMode-bestdeal [data-plan=vpnplus] .plan-title {
  font-size: 2em;
}

.appMode-bestdeal [data-plan=vpnplus] .plan-title i {
  display: none;
}

.appMode-bestdeal [data-plan=vpnplus] .plan-features {
  margin-top: auto;
}

.appMode-bestdeal .plan-title:after {
  content: " plan";
}

.appMode-bestdeal .plan-price-container {
  border: 0;
  margin-top: 0;
}

.appMode-bestdeal .plans-content {
  position: relative;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #d9d9d9;
  transition: all 0.3s ease-in;
}

.appMode-bestdeal .plans-content[data-offer] {
  margin-top: 2em;
}

.appMode-bestdeal [data-offer]:before {
  content: attr(data-offer);
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  padding: 0.2em 1em;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}

.appMode-bestdeal .plans-item:focus .plans-content,
.appMode-bestdeal .plans-item:focus [data-offer]:before,
.appMode-bestdeal .plans-item:hover .plans-content,
.appMode-bestdeal .plans-item:hover [data-offer]:before,
.appMode-bestdeal.vpnplus-plan [data-plan=vpnplus] .plans-content,
.appMode-bestdeal.vpnplus-plan [data-plan=vpnplus] [data-offer]:before {
  border-color: #5cb85c;
}

.appMode-bestdeal .plans-item:focus [data-offer]:before,
.appMode-bestdeal .plans-item:hover [data-offer]:before,
.appMode-bestdeal.vpnplus-plan [data-plan=vpnplus] [data-offer]:before {
  color: #5cb85c;
}

.appMode-bestdeal .plan-detail {
  padding-bottom: 1em;
  border-bottom: 1px solid #d9d9d9;
}

.appMode-bestdeal .logoReview-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 5rem auto;
}

.appMode-bestdeal .logoReview-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.appMode-bestdeal .logoReview-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 2rem;
  padding: 0;
  list-style: none;
}

.appMode-bestdeal .logoReview-item + .logoReview-item {
  margin-left: 3rem;
}

@media (max-width: 576px) {
  .details-container,
.header-container,
.plans-container,
.promo-container,
.reason-why-container {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .plans-header-title {
    font-size: 1.3em;
  }

  .header-container {
    border-bottom: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .plans-header > * {
    margin-bottom: 1em;
  }

  .cycle-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .details-container:nth-child(2n),
.details-container:nth-child(odd) {
    background-image: none;
  }

  .details-container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 0;
  }

  .details-container:nth-child(odd) .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .details-container figcaption > h3,
.details-container figcaption p.no-margin {
    margin: 1em 0;
  }

  .details-img {
    width: inherit;
  }

  .plans-item {
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 1em 1em 2em;
  }

  .plan-img,
.plan-title {
    display: none;
  }

  .plan-price-container {
    border-top: 0;
    margin-top: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: inherit;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .plan-features,
.plan-price-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .plan-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  #page_pricing:not(.free-plan) [data-plan=free].plans-item,
#page_pricing:not(.visionary-plan) [data-plan=visionary].plans-item,
#page_pricing:not(.vpnbasic-plan) [data-plan=vpnbasic].plans-item,
#page_pricing:not(.vpnplus-plan) [data-plan=vpnplus].plans-item {
    display: none;
  }

  .available-label {
    display: block;
  }

  .promo-container .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 2rem 1rem 0;
    -webkit-overflow-scrolling: touch;
  }

  .promo-container .container .promo-item {
    width: auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 1rem;
    margin-bottom: 2em;
  }

  .promo-nav {
    width: 100%;
    margin-top: 1rem;
  }

  .promo-navList {
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8rem;
  }

  .promo-navItem {
    display: block;
    height: 1em;
    width: 1em;
    color: #d9d9d9;
    border-radius: 1em;
    background-color: currentColor;
    transition: color 0.3s;
  }

  .promo-navItem:first-child {
    color: #5cb85c;
  }

  .promo-navItem + .promo-navItem {
    margin-left: 0.5em;
  }

  .appMode-bestdeal .plan-img,
.appMode-bestdeal .plans-content[data-offer]:before,
.appMode-bestdeal .plans-selector [data-plan=free] {
    display: none !important;
  }

  .appMode-bestdeal .header-container {
    margin-bottom: 0;
  }

  .appMode-bestdeal .plans-container {
    padding-top: 1em;
  }

  .appMode-bestdeal .plans-selector-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .appMode-bestdeal .cycle-container {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 80%;
    margin: 1em auto 2em;
  }

  .appMode-bestdeal .cycle-container mark {
    display: none;
  }

  .appMode-bestdeal .cycle-container label {
    margin: 0;
  }

  .appMode-bestdeal .plans-item[data-plan=vpnplus] {
    min-height: auto;
  }

  .appMode-bestdeal .plans-selector {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .appMode-bestdeal .plans-selector [data-plan=visionary] {
    border-radius: 2em 0 0 2em !important;
  }

  .appMode-bestdeal .plans-selector [data-plan=vpnbasic] {
    border-top-right-radius: 2em !important;
    border-bottom-right-radius: 2em !important;
  }

  .appMode-bestdeal .plans-item {
    border-color: #5cb85c;
  }

  .appMode-bestdeal .plans-content {
    border: 0;
    padding: 0;
    margin: 0;
  }

  .appMode-bestdeal .plans-content[data-offer] {
    margin-top: 0;
  }

  .appMode-bestdeal .plan-features {
    font-size: 0.9em;
    line-height: 1.5;
  }

  .appMode-bestdeal .plan-price-container {
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
  }

  .appMode-bestdeal .plan-detail {
    border: 0;
  }

  .appMode-bestdeal .logoReview-container {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .appMode-bestdeal .logoReview-list {
    margin-top: 1em;
    margin-left: 0;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
@keyframes yb {
  0% {
    background-position: 0 bottom;
  }
  to {
    background-position: -1500px bottom;
  }
}
#page_vpn-servers .main .h1 {
  margin-bottom: 2rem;
}

#page_vpn-servers #server_plans {
  position: relative;
  height: 1px;
  background: #ebebeb;
  margin: 2rem 0 6rem;
  z-index: 4;
  display: none;
}

#page_vpn-servers #server_plans li,
#page_vpn-servers #server_plans ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 2rem;
}

#page_vpn-servers #server_plans ul {
  width: calc(52rem + 1px);
  margin: 0 auto;
  border: 1px solid #ebebeb;
  border-left: 0;
  height: calc(6rem + 2px);
  position: relative;
  top: -3rem;
}

#page_vpn-servers #server_plans li {
  float: left;
  width: 13rem;
  background: #fff;
  border-left: 1px solid #ebebeb;
  height: 6rem;
}

#page_vpn-servers #server_plans li a {
  display: block;
  float: left;
  width: 13rem;
  text-decoration: none;
}

#page_vpn-servers #server_plans li a:hover {
  text-decoration: none;
}

#page_vpn-servers #server_plans li.active,
#page_vpn-servers #server_plans li.active:hover {
  background: #4a4d5b;
}

#page_vpn-servers #server_plans li:hover {
  background: #f2f2f2;
}

#page_vpn-servers #server_plans ul .plan {
  padding: 1rem;
  display: block;
  color: #999;
  height: 6rem;
  position: relative;
  z-index: 9;
}

#page_vpn-servers #server_plans ul .plan strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3em;
}

#page_vpn-servers #server_plans ul li.basic .plan strong {
  color: #fb7554;
}

#page_vpn-servers #server_plans ul li.premium .plan strong {
  color: #8fc122;
}

#page_vpn-servers #server_plans ul li.visionary .plan strong {
  color: #54d8fd;
}

#page_vpn-servers #server_plans ul .plan span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3em;
}

#page_vpn-servers #server_plans ul .plan .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4a4d5b;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -9px;
  opacity: 0;
}

#page_vpn-servers #server_plans ul .dropdown {
  background: #6c6b77;
  display: none;
  padding: 1rem;
  width: calc(13rem - 1px);
  position: relative;
  border-radius: 0 0 4px 4px;
}

#page_vpn-servers #server_plans ul .dropdown > span {
  color: #ebebeb;
  font-size: 12px;
  float: left;
  display: block;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

#page_vpn-servers #server_plans ul .dropdown h5 {
  color: #fff;
  display: block;
  clear: both;
  font-weight: 400;
}

#page_vpn-servers #server_plans ul .dropdown h5 strong {
  font-weight: 700;
  font-size: 1.4rem;
}

#page_vpn-servers #server_plans ul .dropdown h5 span:before {
  content: " / ";
}

#page_vpn-servers #server_plans ul li.active .dropdown {
  display: block;
}

#page_vpn-servers #server_plans ul li.active .arrow-down {
  opacity: 1;
}

#page_vpn-servers #server_map {
  background: url(https://protonvpn.com/assets/img/map.gif) 50% no-repeat;
  height: 581px;
  width: 1171px;
  margin: auto;
  margin: 4rem 0;
  position: relative;
  z-index: 2;
}

#page_vpn-servers #server_map .location {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #444;
}

#page_vpn-servers #server_map .location.secure-core {
  border-top-color: #5cb85c;
}

#page_vpn-servers .panel .panel-heading h4 a {
  color: #000;
  text-decoration: none;
}

#page_vpn-servers .panel .panel-heading .flag-icon {
  margin: 0 0.25rem;
  border-radius: 4px;
  box-shadow: 0 0 1px #ccc;
  opacity: 0.7;
}

#page_vpn-servers .panel .panel-heading {
  position: relative;
}

#page_vpn-servers #accordion_default .panel .panel-heading:hover {
  background: #f2f2f2;
}

#page_vpn-servers .panel .panel-heading h4 {
  line-height: 3rem;
  display: block;
}

#page_vpn-servers .fa-long-arrow-right {
  text-align: center;
  color: #666;
  font-size: 1rem;
  top: -2px;
  position: relative;
}

#page_vpn-servers .name {
  display: inline-block;
  padding: 0 1rem 0 0.5rem;
}

#page_vpn-servers .panel .panel-title em.fa {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 3rem;
  height: 3rem;
  border-left: 1px solid #ebebeb;
  text-align: center;
  width: 3rem;
  font-size: 1rem;
  color: #5cb85c;
}

#page_vpn-servers .panel .panel-title > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#page_vpn-servers .panel .panel-title > a.details {
  padding-right: 40px;
}

#page_vpn-servers .panel .panel-title > a .name {
  -ms-flex: 1;
  flex: 1;
  color: #38393d;
  font-size: 0.9em;
}

#page_vpn-servers #list_default .clear,
#page_vpn-servers #list_secure-core .clear {
  padding-top: 1rem;
}

#page_vpn-servers #list_default h3,
#page_vpn-servers #list_secure-core h3 {
  font-size: 1.6rem;
  padding-top: 5px;
}

#page_vpn-servers #list_default .fa.pull-left,
#page_vpn-servers #list_secure-core .fa.pull-left {
  color: #5cb85c;
}

#page_vpn-servers .list-group-item {
  border-radius: 0;
  border: none;
  border-top: 1px solid #ebebeb;
  background: #f9f9f9;
  height: 3rem;
  line-height: 3rem;
  padding: 0 20px;
}

#page_vpn-servers .list-group-item:first-child {
  border-top: none;
}

#page_vpn-servers .list-group-item > span.wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding-left: 2.5rem;
  position: relative;
  width: 100%;
}

#page_vpn-servers .list-group-item > span.wrap .load {
  color: #999;
  width: 10rem;
  line-height: 1rem;
}

#page_vpn-servers .list-group-item .maintenance {
  display: none;
  width: 32px;
  background: orange;
  box-shadow: inset 0 0 0 1px orange;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  height: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.75rem;
  z-index: 1;
}

#page_vpn-servers .list-group-item.maintenance .maintenance {
  display: block;
}

#page_vpn-servers .list-group-item.maintenance .name {
  color: #999;
}

#page_vpn-servers .list-group-item > span.wrap .load strong {
  color: #000;
  font-weight: 700;
}

#page_vpn-servers .panel .panel-collapse {
  padding: 0;
}

#page_vpn-servers .progress {
  background: #fff;
  border-radius: 0;
  width: 5rem;
  float: right;
  position: relative;
  top: -1px;
  box-shadow: inset 0 0 0 1px #ebebeb;
}

#page_vpn-servers .progress-bar {
  background: #444;
}

#page_vpn-servers .panel {
  background: #fff;
  box-shadow: none;
  border-color: #ebebeb;
}

#page_vpn-servers #accordion_default .panel,
#page_vpn-servers #accordion_secure-core .panel {
  margin-bottom: 5px;
}

#page_vpn-servers #vpn-server-bages,
#page_vpn-servers #vpn-server-bages li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

#page_vpn-servers #vpn-server-bages {
  margin-bottom: 80px;
  width: 100%;
}

#page_vpn-servers #vpn-server-bages li {
  margin-right: 20px;
}

#page_vpn-servers .badges {
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
}

#page_vpn-servers span.p2p,
#page_vpn-servers span.tor,
[class*=plan-badge-] {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  font-weight: 700;
  font-size: 14px;
}

#page_vpn-servers span.p2p,
#page_vpn-servers span.tor {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#page_vpn-servers span.tor img {
  height: 1rem;
}

[class*=plan-badge-]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
}

.plan-badge-free:after {
  content: "F";
  background-color: #999;
}

.plan-badge-basic:after {
  content: "B";
  background-color: #fb7554;
}

.plan-badge-plus:after {
  content: "P";
  background-color: #8fc122;
}

.plan-badge-visionary:after {
  content: "V";
  background-color: #54d8fd;
}

#page_vpn-servers .badges-group [class*=plan-badge-],
#page_vpn-servers .badges [class*=plan-badge-] {
  display: none;
}

#page_vpn-servers .badge-basic .badges-group .plan-badge-basic,
#page_vpn-servers .badge-basic .badges-group .plan-badge-plus,
#page_vpn-servers .badge-basic .badges-group .plan-badge-visionary,
#page_vpn-servers .badge-free .badges-group [class*=plan-badge-],
#page_vpn-servers .badge-plus .badges-group .plan-badge-plus,
#page_vpn-servers .badge-visionary .badges-group .plan-badge-visionary,
#page_vpn-servers .list-group-item.badge-basic .badges .plan-badge-basic,
#page_vpn-servers .list-group-item.badge-basic .badges .plan-badge-plus,
#page_vpn-servers .list-group-item.badge-basic .badges .plan-badge-visionary,
#page_vpn-servers .list-group-item.badge-free .badges [class*=plan-badge-],
#page_vpn-servers .list-group-item.badge-plus .badges .plan-badge-plus,
#page_vpn-servers .list-group-item.badge-visionary .badges .plan-badge-visionary,
#page_vpn-servers .p2p,
#page_vpn-servers .tor {
  display: -ms-flexbox;
  display: flex;
}

[class*=plan-badge-][data-tooltip] {
  cursor: pointer;
}

#page_vpn-servers .p2p[data-tooltip]:before,
#page_vpn-servers .tor[data-tooltip]:before,
#pricing-table acronym:before,
.maintenance em.maintenance:before,
[class*=plan-badge-][data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 1;
  bottom: 120%;
  right: 0;
  opacity: 0;
  padding: 1em;
  background: #fff;
  color: #000;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.2em;
  white-space: nowrap;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  transform: translateY(10px);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  pointer-events: none;
}

#page_vpn-servers .p2p[data-tooltip]:hover:before,
#page_vpn-servers .tor[data-tooltip]:hover:before,
#pricing-table acronym:hover:before,
.maintenance em.maintenance:hover:before,
[class*=plan-badge-]:hover:before {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  #page_vpn-servers #server_plans {
    background: none;
    height: auto;
  }

  #page_vpn-servers #server_plans ul {
    border: none;
    width: 90%;
    margin: auto;
    position: static;
    height: auto;
  }

  #page_vpn-servers #server_plans li {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #ebebeb;
    position: relative;
    pointer-events: none;
    background: transparent !important;
  }

  #page_vpn-servers #server_plans ul li .arrow-down {
    display: none;
  }

  #page_vpn-servers #server_plans ul .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: transparent;
  }

  #page_vpn-servers #server_plans ul .dropdown > span {
    display: none;
  }

  #page_vpn-servers #server_plans ul .dropdown h5 {
    color: #000;
  }
}
@media (max-width: 767px) {
  #page_vpn-servers .list-group-item > span.wrap {
    padding-left: 0;
  }

  #page_vpn-servers .list-group-item > span.wrap .load {
    text-indent: -2000px;
    width: 90px;
  }

  #page_vpn-servers #vpn-server-bages {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #page_vpn-servers #vpn-server-bages li {
    padding: 1rem 0;
  }
}
#page_support-form #bug_description_container,
#page_support-form #bug_email_container {
  margin-bottom: 42px;
}

#page_support-form #bug_description_container[class*=has-error-] input,
#page_support-form #bug_description_container[class*=has-error-] textarea,
#page_support-form #bug_email_container[class*=has-error-] input,
#page_support-form #bug_email_container[class*=has-error-] textarea {
  border-color: red;
}

#page_support-form #bug_description_container.has-error-misspell input,
#page_support-form #bug_description_container.has-error-misspell textarea,
#page_support-form #bug_email_container.has-error-misspell input,
#page_support-form #bug_email_container.has-error-misspell textarea {
  border-color: orange;
}

#page_support-form #bug_description_container .bug_description_container_textarea,
#page_support-form #bug_description_container .bug_email_container_input,
#page_support-form #bug_email_container .bug_description_container_textarea,
#page_support-form #bug_email_container .bug_email_container_input {
  position: relative;
}

#page_support-form #bug_description_container [class*=error-notice],
#page_support-form #bug_email_container [class*=error-notice] {
  position: absolute;
  top: 95%;
  left: 15px;
  width: calc(100% - 30px);
  display: none;
  margin: 0;
  background: red;
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 17px;
  font-size: 0.9em;
}

#page_support-form #bug_description_container.has-error-empty .error-notice-empty,
#page_support-form #bug_description_container.has-error-invalid .error-notice-invalid,
#page_support-form #bug_email_container.has-error-empty .error-notice-empty,
#page_support-form #bug_email_container.has-error-invalid .error-notice-invalid {
  display: block;
}

#page_support-form #bug_description_container.has-error-misspell .error-notice-misspell,
#page_support-form #bug_email_container.has-error-misspell .error-notice-misspell {
  display: block;
  background: orange;
}

#page_support-form #bug_description {
  min-height: 300px;
  padding: 15px;
  margin-bottom: 10px;
}

#page_error #errView {
  background: url(https://protonvpn.com/assets/img/404-location.jpg) 50% no-repeat;
  background-size: cover;
  padding: 14rem 0;
}

#page_error #errView h2 {
  color: #fff;
}

#page_error #err404 {
  padding: 6rem 0;
}

#page_error #err404 h1 {
  display: block;
}

#page_error #err404 h1 span {
  display: block;
  background: url(https://protonvpn.com/assets/img/404-entangled.gif) 50% no-repeat;
  margin: auto;
  width: 320px;
  height: 300px;
}

#page_error #err404 .btn-outline-success {
  margin-top: 3rem;
  padding: 0 2rem;
}

#page_security {
  position: relative;
}

#page_security #stats {
  background: none;
  padding: 2rem 0;
  color: #444;
}

#page_security #stats .stat strong {
  border: 2px solid #ccc;
}

#page_security #linkz {
  position: fixed;
  right: 0;
  top: 50%;
  height: 20rem;
  margin-top: -10rem;
  background: red;
  overflow: hidden;
}

#page_security .section h2,
#page_security .section p {
  margin-bottom: 1rem;
}

#page_security #features-intro {
  background: #fff;
}

#page_security #features-intro .fp-tableCell,
#page_security #features-intro .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

#page_security #features-intro .hero {
  width: 100%;
}

#page_security #features-intro .container {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#page_security #features-intro .fp-tableCell > .container {
  max-width: 920px;
}

#page_security #features-intro .container .container-link {
  margin-top: 109px;
}

#page_security #features-intro .container .container-link > a {
  transform: scale(1.2);
}

#page_security .security-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}

#page_security .security-caption .caption {
  color: #999;
}

#page_security #secure-core {
  background: #1f1e24 url(https://protonvpn.com/assets/img/features_secure-core.jpg) no-repeat 70%;
  background-size: contain;
  color: #fff;
}

#page_security #secure-core h2,
#page_security #secure-core p {
  color: #fff;
}

#page_security #encryption {
  background: #fff url(https://protonvpn.com/assets/img/features_strong-encryption.jpg) no-repeat 70%;
  background-size: contain;
}

#page_security #swiss-based {
  background: #1f1e24 url(https://protonvpn.com/assets/img/features_swiss-based.jpg) no-repeat 70%;
  background-size: contain;
}

#page_security #swiss-based h2,
#page_security #swiss-based p {
  color: #fff;
}

#page_security #technology {
  background: #fff url(https://protonvpn.com/assets/img/features_secure-technology.jpg) no-repeat 70%;
  background-size: contain;
}

#page_security #easy-to-use {
  background: #1f1e24 url(https://protonvpn.com/assets/img/features_easy-to-use.jpg) no-repeat 70%;
  background-size: contain;
}

#page_security #easy-to-use h2,
#page_security #easy-to-use p {
  color: #fff;
}

#page_security #features-summary img {
  display: block;
  margin-bottom: 2rem;
  height: 210px;
  width: 100%;
  transition: all 0.2s ease-in;
  will-change: transform;
}

#page_security #features-summary img:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

#page_security #features-summary span {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e6e6e6;
}

#page_security #features-summary span .fa {
  color: #5cb85c;
  margin-right: 0.25rem;
}

#page_security #features-summary .links h4 {
  line-height: 48px;
  margin-right: 1rem;
  width: 100%;
}

#page_security #features-summary .links a {
  margin-right: 1rem;
}

#page_security #fp_cta,
#page_security #fp_footer {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  #page_security .section > .container {
    padding: 110px 15px;
  }

  #page_security #fp_cta,
#page_security #fp_footer {
    padding: 0 !important;
  }

  #page_security #features-summary .links {
    text-align: center;
  }

  #page_security #features-summary .links h4 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page_security .section > .container {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  #page_security #features-summary .container {
    padding-bottom: 12px;
  }

  #page_security #features-summary img {
    margin-bottom: 0.4761904762rem;
  }

  #page_security #features-summary .col-md-4 {
    margin-bottom: 1.5rem;
  }

  #page_security #features-intro .container {
    width: 100%;
  }

  #page_security #learn-more .container {
    padding-bottom: 36px;
  }
}
#page_compatibility .list-group-item {
  position: relative;
}

#page_compatibility .list-group-item .badge {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  bottom: 0.5rem;
  line-height: 1.65rem;
}

#page_press .media-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 210px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-bottom: 1rem;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
  will-change: transform;
}

#page_press .media-item.media-item-fillBgGrey {
  background-color: #2b2c34;
}

#page_press .media-item.media-item-fillBgPurple {
  background-color: #9199cc;
}

#page_press .media-item.media-item-fillBgHeight {
  background-size: auto 100%;
}

#page_press .media-item.media-item-fillBgHeight img {
  opacity: 0;
}

#page_press .media-item img {
  display: block;
  margin: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#page_press .media-item:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

#page_press .press-media-caption {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#page_press .row {
  margin-bottom: 2rem;
}

#page_bill .col-md-6 h4,
#page_bill .spaced h3 {
  margin: 1rem 0;
}

#page_bill .icon {
  display: block;
  margin-bottom: 1rem;
  background: url(https://protonvpn.com/assets/img/service-sprites.svg);
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  position: relative;
  top: 0.25rem;
}

#page_bill .col-md-2 img {
  position: relative;
  height: 4rem;
}

#page_bill .icon.swiss {
  background-position: 0 0;
}

#page_bill .icon.end {
  background-position: -54px 0;
}

#page_bill .icon.design {
  background-position: -266px 0;
}

#page_bill .why-mail {
  background: url(https://protonvpn.com/assets/img/billing-why-mail.jpg) 100% 100% no-repeat;
  background-size: 50% 100%;
}

#page_bill .why-vpn {
  background: url(https://protonvpn.com/assets/img/billing-why-vpn.jpg) 0 0 no-repeat;
  background-size: 50% 100%;
}

#page_bill .why-mail .info h2,
#page_bill .why-mail .info h3,
#page_bill .why-vpn .info h2,
#page_bill .why-vpn .info h3 {
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  line-height: 1.25em;
  margin: 0 0 0.75rem;
}

#page_bill .why-mail .info h2,
#page_bill .why-mail .info h3 {
  background: #9497ce;
}

#page_bill .why-vpn .info h2,
#page_bill .why-vpn .info h3 {
  background: #5fb364;
}

#page_bill .why-mail .info h2,
#page_bill .why-vpn .info h2 {
  font-size: 2rem;
}

#page_bill .why-mail h2,
#page_bill .why-vpn h2 {
  margin-top: 2rem;
}

#page_bill .why-mail .info,
#page_bill .why-vpn .stuff {
  padding: 0 0 0 4rem;
}

#page_bill .why-mail .info h3,
#page_bill .why-vpn .info h3 {
  font-size: 1.25rem;
}

#page_bill .why-mail .info img,
#page_bill .why-vpn .info img {
  height: 4rem;
  display: block;
  margin: 0;
}

#page_bill .why-mail .info p .btn,
#page_bill .why-vpn .info p .btn {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#page_bill .whois {
  background: url(https://protonvpn.com/assets/img/bill-bg.jpg) 50% no-repeat;
  background-size: cover;
  padding: 6rem 0 2rem;
  position: relative;
  top: -25px;
}

#page_bill .whois h2,
#page_bill .whois p {
  color: #fff;
}

@media (max-width: 991px) {
  #page_bill .why-mail,
#page_bill .why-vpn {
    background: none;
    border-top: 1px solid #ccc;
    padding-bottom: 4rem;
  }

  #page_bill .why-mail .info,
#page_bill .why-vpn .stuff {
    padding: 0 15px;
  }
}
#page_ios .why-use-vpn-section {
  background-color: #f9f9f9;
}

#page_ios .early-access-row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#page_ios .early-access-iphone-image,
#page_ios .join-now-iphone-image {
  max-width: 270px;
}

#page_ios .early-access-title,
#page_ios .join-now-title {
  margin-top: 2rem;
}

#page_ios .early-access-section {
  color: #fff;
  background-image: url(https://protonvpn.com/assets/img/map4.png), linear-gradient(#2a2e33, #000);
  background-size: cover;
  background-position: 50%;
}

#page_ios .features-row {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#page_ios .features-image {
  width: 100%;
}

#page_ios .join-now-section {
  color: #fff;
  background-color: #2a2e33;
  background-image: url(https://protonvpn.com/assets/img/mountains.jpg);
  background-size: cover;
  background-position: 50%;
}

#page_ios .join-now-row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#page_ios .join-now-list {
  margin-bottom: 2rem;
  list-style-type: none;
  padding: 0;
}

#page_ios .join-now-item {
  font-size: 1.5rem;
  font-weight: 400;
}

#page_ios .join-now-app-store-image {
  width: 200px;
}

#page_ios .join-now-item:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.8em;
  background-image: url(https://protonvpn.com/assets/img/checkbox.svg);
}

@media (max-width: 768px) {
  #page_ios .container.padded {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #page_ios .join-now-button-wrapper,
#page_ios .join-now-list-wrapper {
    text-align: center;
  }

  #page_ios .join-now-list {
    display: inline-block;
  }

  #page_ios .join-now-item {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #page_ios .reverse-row-desktop {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.white-bg {
  background: #fff;
}

#page_free {
  background: #62626a;
  padding-top: 0;
}

#page_free .parallax-window {
  min-height: 580px;
  background: transparent;
  padding-top: 135px;
  position: relative;
}

#page_free .parallax-window #home-cta {
  position: relative;
  z-index: 5;
}

#page_free .parallax-window:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 0;
  transition: all 0.1s ease-in-out;
}

#page_free .parallax-window.hover:after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

#page_free #home_hero {
  height: 570px;
  padding: 0;
  position: relative;
  z-index: 1;
}

#page_free #home_hero .links {
  margin-top: 5rem;
}

#page_free #home_hero #main-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  text-align: center;
}

#page_free #home_hero #main-image img {
  display: block;
  max-width: 100%;
  margin: auto;
  position: relative;
  bottom: -70px;
}

#page_free #home_hero .btn.btn-success {
  color: #fff;
  font-weight: 400;
  padding: 0.625rem 3.9375rem;
  border-radius: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
}

#page_free #home_hero h1 {
  display: block;
  padding: 1.875rem 0 0;
  font-size: 2.8125em;
  margin-bottom: 1.5rem;
  color: #5fb364;
}

#page_free #home_hero h2 {
  font-size: 1.375em;
  font-weight: 700;
  max-width: 550px;
  margin: auto;
  margin-bottom: 2rem;
  color: #fff;
}

#page_free .promo-item {
  margin-bottom: 2rem;
}

#page_free .promo-img {
  width: auto;
  height: 70px;
}

#page_free #features,
#page_free #upgrade-paid-plan {
  background: #ecf2f8;
}

#page_free .btn.btn-outline-success {
  font-weight: 400;
  border-width: 2px;
  margin-top: 2em;
  padding: 0.625rem 3.9375rem;
}

#page_free #best-free-vpn {
  background: #fff url(https://protonvpn.com/assets/img/best-free-vpn.png) calc(50% + 400px) no-repeat;
  min-height: 500px;
}

#page_free .w100 {
  width: 100%;
}

#page_free .features-paid-container,
#page_free .main-features-container {
  display: table;
  table-layout: fixed;
  margin-top: 2em;
}

#page_free .features-paid-container > li,
#page_free .main-features-container > li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

#page_free .main-features,
#page_free .paid-features {
  font-size: 1.375em;
  margin-top: 1rem;
  display: inline-block;
}

#page_free .features-paid-container > li {
  text-align: left;
}

#page_free .flag {
  border: 1px solid #ddd;
}

#page_free .tooltip-device {
  position: absolute;
  top: calc(100% + 2em);
  left: calc(50% - 9em);
  padding: 1em;
  width: 18em;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 7px 26.4px 2.6px rgba(0, 0, 0, 0.11);
}

#page_free .tooltip-device:before {
  content: "";
  position: absolute;
  top: 0;
  margin-top: -20px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

#page_free .tooltip-device.hidden {
  display: none;
}

#page_free .unstyled {
  padding-left: 0;
  list-style-type: none;
}

#page_free .relative {
  position: relative;
}

#page_free .list-plus > li {
  background: url(https://protonvpn.com/assets/img/plus.svg) 0 0 no-repeat;
  background-size: 22px;
  padding-left: 2.5em;
  margin-bottom: 0.5em;
}

#page_free .color-green {
  color: #5fb364;
}

#page_free .color-white {
  color: #fff;
}

#page_free #features,
#page_free #upgrade-paid-plan,
#page_free #why-different,
#page_free #why-we-offer {
  padding-top: 4.5625rem;
  padding-bottom: 4.5625rem;
}

#page_free .pt1 {
  padding-top: 1em;
}

#page_free .pl3 {
  padding-left: 3em;
}

#page_free .mb0 {
  margin-bottom: 0;
}

#page_free .mb4 {
  margin-bottom: 4em;
}

#page_free .container-carrousel {
  position: relative;
}

#page_free .container-carrousel > button {
  background: transparent;
  border: 0;
  font: inherit;
  -webkit-appearance: none;
  position: absolute;
  bottom: 0;
}

#page_free .container-carrousel .slick-prev {
  left: 0;
}

#page_free .container-carrousel .slick-next,
#page_free .container-carrousel .slick-next-mobile {
  left: 8em;
}

#page_free .container-carrousel .slick-next-mobile img,
#page_free .container-carrousel .slick-next img {
  transform: rotateY(180deg);
}

#page_free #features .slick-dots,
#page_free #free-vpn-review .slick-dots {
  margin-left: 50px;
  margin-top: 0.5em;
  padding-left: 0;
  list-style-type: none;
  position: relative;
  top: 0.25em;
}

#page_free #features .slick-dots li,
#page_free #free-vpn-review .slick-dots li {
  display: inline-block;
}

#page_free #features .slick-dots button,
#page_free #free-vpn-review .slick-dots button {
  display: inline-block;
  background: #cbcbcb;
  margin-left: 0.75em;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 0;
  font: inherit;
  -webkit-appearance: none;
}

#page_free #features .slick-dots button[aria-selected=true],
#page_free #free-vpn-review .slick-dots button[aria-selected=true] {
  background: #5fb364;
}

#page_free #features .btn.btn-success,
#page_free #free-vpn-review .btn.btn-success {
  padding: 0.625rem 3.9375rem;
  border-radius: 4em;
}

#page_free #free-vpn-review .slick-slide {
  min-height: 11em;
}

#page_free .free-vpn-slide {
  display: table;
  table-layout: fixed;
  widows: 100%;
}

#page_free .free-vpn-image,
#page_free .free-vpn-text {
  display: table-cell;
  vertical-align: top;
}

#page_free .free-vpn-text {
  padding-left: 1em;
}

#page_free .free-vpn-text > p {
  margin-bottom: 1em;
}

#page_free #protonvpn-plus-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page_free .slick-next-mobile,
#page_free .slick-prev-mobile {
  display: none;
}

@media (max-width: 991px) {
  #page_free #best-free-vpn {
    background-position: calc(50% + 710px);
  }
}
@media (max-width: 768px) {
  #page_free .nomobile {
    display: none;
  }

  #page_free .onmobile-pl1 {
    padding-left: 1em;
  }

  #page_free #home_hero {
    height: 450px;
  }

  #page_free #home_hero h1 {
    font-size: 2.0625em;
  }

  #page_free #home_hero h2 {
    font-size: 1.125em;
  }

  #page_free #home_hero .btn.btn-outline-success,
#page_free #home_hero .btn.btn-success {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  #page_free #best-free-vpn {
    padding-bottom: 400px;
    background-position: calc(50% + 200px) bottom;
    background-size: 600px;
  }

  #page_free .features-paid-container {
    display: block;
    max-width: 18em;
    margin: 0 auto;
  }

  #page_free .features-paid-container > li {
    display: block;
    text-align: left !important;
  }

  #page_free #features .slick-next-mobile,
#page_free #features .slick-prev-mobile {
    display: inline-block;
  }

  #page_free #features .promo-item {
    max-width: 100%;
  }

  #page_free #features .slick-next-mobile {
    left: auto;
    right: 0;
  }

  #page_free #features .slick-dots {
    text-align: center;
    top: 1.2em;
    width: calc(100% - 100px);
  }

  #page_free #features .btn.btn-success {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
body {
  padding-top: 129px;
}

html body .bg-success {
  background: #65b89e !important;
  background: linear-gradient(180deg, #65b89e 0, #2bca90) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65b89e", endColorstr="#2bca90", GradientType=0) !important;
}

.feats-icon {
  position: relative;
  display: block;
  width: 3rem;
  height: 4rem;
  top: -0.5rem;
}

.feats-icon img {
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 0;
}

.pm-icon {
  display: inline-block;
  background: url(https://protonvpn.com/assets/img/media/protonmail-sign-white.png) 50% no-repeat;
  background-size: auto 100%;
  height: 1em;
  width: 1.1em;
  position: relative;
}

#stats {
  background: url(https://protonvpn.com/assets/img/about-bg.jpg) 50% no-repeat;
  background-size: cover;
  padding: 8rem 0;
  color: #fff;
}

#stats h1 {
  color: #fff;
  margin-bottom: 4rem;
}

#stats .stat {
  display: inline-block;
}

#stats .stat strong {
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 150px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 1rem 1rem;
  border: 2px solid #fff;
  font-weight: 400;
  font-size: 40px;
}

#stats .stat strong em {
  font-style: normal;
}

.bg-gray {
  background: #f3f4f4;
}

.hero {
  background: #73bbd5;
  background: linear-gradient(90deg, #73bbd5 0, #73bbd5 25%, #35dfb9 75%, #35dfb9);
}

.hero,
.hero .container {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73bbd5", endColorstr="#35dfb9", GradientType=1);
}

.hero .container {
  background: #73bbd5;
  background: linear-gradient(135deg, #73bbd5 33%, #35dfb9 66%);
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}

.hero .container .h1,
.hero .container .h2,
.hero .container .h3,
.hero .container h1,
.hero .container h2,
.hero .container h3 {
  color: #fff;
}

.hero .container .social a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 45px;
  font-size: 1.15rem;
  margin-left: 1rem;
}

.hero.alt,
.hero.alt .container {
  background: #f3f4f4;
  color: #202126;
}

.hero.alt .container .h1,
.hero.alt .container .h2,
.hero.alt .container .h3,
.hero.alt .container h1,
.hero.alt .container h2,
.hero.alt .container h3 {
  color: #202126;
}

.container.spaced {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero.hero-success,
.hero.hero-success .container {
  background: #5fb364;
}

#advantages-bar {
  background: #fff;
}

#advantages-bar .container {
  line-height: 175px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

#advantages-bar > div.text-center.all {
  padding: 3rem 0;
}

#advantages-bar > div.text-center.all a {
  margin-bottom: 1rem;
}

#advantages-bar .advantage {
  display: inline-block;
  padding: 0 1rem;
}

#advantages-bar .btn-outline-success {
  font-weight: 700;
}

q.quote {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-style: normal;
  margin: 15px 0;
  display: block;
}

q.quote:after,
q.quote:before {
  position: relative;
  opacity: 0.8;
  font-family: FontAwesome;
  color: #5fb364;
}

q.quote:before {
  content: "\f10d";
  top: -10px;
  margin-right: 10px;
}

q.quote:after {
  content: "\f10e";
  margin-left: 10px;
  bottom: -10px;
}

q.quote.quote-dark:after,
q.quote.quote-dark:before {
  color: #202126;
}

.caption {
  background: rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: 0.85em;
  padding: 0 1rem;
  line-height: 2rem;
  display: block;
}

.wrap img {
  width: 100%;
  height: auto;
  max-height: 210px;
}

.excerpt,
.entry {
  word-break: break-word;
}

@media (max-width: 47.9375em) {
  .contactModal .window.window-mobile {
    left: 2%;
    right: 2%;
    margin-left: 0;
    width: 96%;
  }
}
/* =Front
-------------------------------------------------------------- */
#post-featured {
  box-shadow: 0 0 0 1px #c5b7ff;
  margin: 2rem 0;
  position: relative;
  background-color: #fff;
}

#post-featured .row {
  padding-right: 15px;
}

#post-featured .col-lg-4 .wrap {
  padding: 1rem;
}

#post-featured h3 {
  margin-bottom: 0;
  padding: 0 0 1rem 0;
  line-height: 1em;
}

#post-featured .wrap h3 a,
#front-posts .wrap h2 a {
  color: #372580;
}

#post-featured .meta {
  padding-bottom: 1rem;
  display: block;
  color: #494b7a !important;
}

#post-featured .text-center {
  padding: 2rem 0 0;
  text-align: left !important;
}

#post-featured p {
  margin: 0;
}

#post-featured .featured-post-image {
  position: relative;
}

#post-featured .featured-post-image a {
  display: block;
  overflow: hidden;
  position: relative;
  width: calc(100% + 15px);
  border-left: 1px solid #c5b7ff;
}

#post-featured .featured-post-image a img {
  display: block;
  transition: all 0.2s ease-in;
  will-change: transform;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}

#post-featured .featured-post-image a:hover img {
  transform: scale(1.05);
}

#front-posts .col {
  margin-bottom: 60px;
}

#front-posts .col .wrap {
  border: 1px solid #c5b7ff;
  position: relative;
  background-color: #fff;
}

#front-posts .col .wrap span.meta {
  padding-bottom: 1rem;
  display: block;
}

#front-posts .col .wrap h2 {
  display: block;
  padding: 0 1rem;
  margin: 1rem 0 0;
  word-break: break-word;
  color: #56b366;
  font-size: 1.5em;
}

#front-posts .col .wrap h2:hover {
  color: #000;
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

#front-posts .col .wrap > a {
  display: block;
  height: 180px;
  overflow: hidden;
  background: #e6e6e6;
  position: relative;
  border-bottom: 1px solid #c5b7ff;
}

#front-posts .col .wrap > a img {
  max-height: initial;
}

#front-posts .col .wrap > a img {
  transition: all 0.2s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  will-change: transform;
  height: auto;
}

#front-posts .col .wrap > a:hover img {
  transform: scale(1.05);
}

#front-posts .col .wrap .text-muted {
  padding: 0 1rem;
  display: block;
  line-height: 2.5rem;
  color: #494b7a !important;
}

#front-posts .col .wrap .entry {
  padding: 0 1rem;
  word-break: break-word;
}

#front-posts .col .wrap .read {
  padding: 1.25rem 0;
  margin: 0 1rem;
}

#post-featured .row .text-center .btn,
#front-posts .col .wrap .read .btn {
  padding: 0 2rem;
}

#post-featured div div > p,
#post-featured div div > div,
#post-featured div div > h3 {
  position: relative;
  z-index: 2;
}

#front-posts .entry p {
  margin-bottom: 0;
}

@media (max-width: 1800px) {
  #front-posts .col .wrap > a {
    height: 174px;
  }
}
@media (max-width: 1400px) {
  #front-posts .col .wrap > a {
    height: 164px;
  }
}
@media (max-width: 1200px) {
  #front-posts .col .wrap > a {
    height: 134px;
  }

  #front-posts {
    margin-left: -15px;
    margin-right: -15px;
  }

  #front-posts .col {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  #post-featured a.featured {
    width: 100%;
    display: block;
    z-index: 1;
  }

  #post-featured a.featured img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px solid #c5b7ff;
  }

  #post-featured .featured img {
    height: 18rem;
    width: 100%;
  }

  #front-posts .col .wrap > a {
    height: 157px;
  }
}
@media (max-width: 768px) {
  #post-featured .featured img {
    width: 100%;
  }

  #front-posts .col.col-lg-4.col-md-6.h-100 {
    flex: none;
  }

  #front-posts .wrap img {
    width: 100%;
  }

  #front-posts .col .wrap > a {
    height: auto;
  }

  #front-posts .col .wrap > a img {
    position: static;
  }
}
@media (min-width: 768px) {
  @supports (display: -webkit-box) {
    #front-posts .col .wrap h2 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 3.35em;
      overflow: hidden;
    }

    #front-posts .col .wrap .entry {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 4.8rem;
      overflow: hidden;
    }
  }
}
/* =Search
-------------------------------------------------------------- */
.vpn-blog .hero h2 {
  top: 0;
}

#main-hero .search-form {
  display: block;
  position: relative;
}

#main-hero .search-form::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 75px;
  text-align: center;
  line-height: 4rem;
  color: #999;
  font-family: "FontAwesome";
  content: "\f002";
  z-index: 9;
}

#main-hero .search-form label {
  margin-bottom: 0;
}

#main-hero .search-form .search-submit {
  display: none;
}

#main-hero .search-form input[type=search] {
  display: block;
  line-height: 3.9rem;
  padding: 0 0 0 4rem;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
}

#main-hero .search-form input[type=search]:active,
#main-hero .search-form input[type=search]:focus {
  border-color: #5fb364;
}

#main-hero .search-form,
#main-hero .search-form label,
#main-hero .search-form input[type=search] {
  width: 100%;
}

.site-search {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.search-header {
  margin-bottom: 3rem;
}

.search-title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.site-search .excerpt {
  margin-bottom: 3.5rem;
}

.site-search .excerpt h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.site-search .pagination {
  margin-bottom: 0;
}

/* =Sidebar
-------------------------------------------------------------- */
.sidebar {
  box-shadow: inset 1px 0 0 0 #ccc;
  padding: 0.5rem 15px 0.5rem 2rem;
}

.sidebar ul,
.sidebar ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar ul > li > a {
  display: block;
  padding: 0.33rem 0 0.33rem 1.25rem;
  position: relative;
  color: #292b2c;
}

.sidebar ul > li > a::before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 0.85rem;
  line-height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.33rem;
  width: 1.25rem;
}

.sidebar h4 {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 1rem;
}

.sidebar ul > li.active a {
  font-weight: 700;
  color: #000;
}

.sidebar ul > li ul {
  padding-left: 1.25rem;
  display: block;
}

.sidebar .author img {
  max-width: 28%;
  background: #f2f2f2;
  margin-right: 1rem;
}

.sidebar .author-bio {
  clear: both;
  display: block;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

.sidebar .social {
  padding: 1rem 0 2rem 0;
}

.sidebar .social p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.sidebar .social a.fa {
  display: inline-block;
  border-radius: 3rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #666;
  color: #fff;
  filter: grayscale(25%);
  transition: all 0.3s;
  font-size: 1.5em;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.sidebar .social a:hover {
  text-decoration: none;
  filter: grayscale(0%);
  transition: all 0.3s;
}

.sidebar .social a.fa.fa-google-plus {
  background-color: #ec2020;
}

.sidebar .social a.fa.fa-reddit {
  background-color: #d41b1b;
}

.sidebar .social a.fa.fa-facebook {
  background-color: #4568d8;
}

.sidebar .social a.fa.fa-twitter {
  background-color: #45a6d8;
}

.sidebar .social a.fa.fa-envelope {
  background-color: #9999cc;
}

/* =Support / Bootstrap custom
-------------------------------------------------------------- */
body .wp-caption {
  background: #e6e6e6;
  border-color: #ccc;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.5rem auto 0.5rem auto;
}

.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

a img.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignleft {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 0.5rem 0 2rem 2rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* =Support / Comments
-------------------------------------------------------------- */
.comment-form-url {
  display: none;
}

.comment-notes {
  display: none;
}

#commentform .required {
  display: none;
}

#commentform .comment-form-email .required {
  display: inline-block;
}

#commentform .form-submit {
  padding: 2rem 0 1rem 0;
}

#respond {
  padding: 3rem 0;
}

#respond textarea {
  max-width: 100%;
  height: 12rem;
}

ol.comment-list .ht-voting {
  display: none;
}

ol.comment-list,
ol.comment-list li {
  display: block;
  padding: 0;
  margin: 0;
}

ol.comment-list {
  padding: 0 15px;
}

ol.comment-list > li {
  margin-bottom: 10px;
}

ol.comment-list > li.depth-2,
ol.comment-list > li.depth-3,
ol.comment-list > li.depth-4,
ol.comment-list > li.depth-5,
ol.comment-list > li.depth-6,
ol.comment-list > li.depth-7,
ol.comment-list > li.depth-8,
ol.comment-list > li.depth-9 {
  margin-top: -11px;
}

ol.comment-list > li.depth-2 {
  margin-left: 30px;
}

ol.comment-list > li.depth-3 {
  margin-left: 60px;
}

ol.comment-list > li.depth-4 {
  margin-left: 90px;
}

ol.comment-list > li.depth-5 {
  margin-left: 120px;
}

ol.comment-list > li.depth-6 {
  margin-left: 150px;
}

ol.comment-list > li.depth-7 {
  margin-left: 180px;
}

ol.comment-list > li.depth-8 {
  margin-left: 210px;
}

ol.comment-list > li.depth-9 {
  margin-left: 240px;
}

ol.comment-list .comment-body .col {
  background-color: #fff;
}

ol.comment-list .comment-body.row {
  border: 1px solid #c5b7ff;
  position: relative;
  overflow: hidden;
}

ol.comment-list .comment-body.row .bg-faded {
  border-right: 1px solid #c5b7ff;
}

ol.comment-list .comment-body.row > div {
  padding: 0.5rem 1rem;
}

ol.comment-list .comment-body .actions a {
  margin-left: 1rem;
}

ol.comment-list .comment-body .comment-meta-data {
  font-size: 0.9rem;
}

ol.comment-list .comment-body .comment-content {
  word-break: break-word;
}

ol.comment-list .byuser .author strong,
ol.comment-list .byauthor .author strong {
  background: #6d4aff;
  display: inline-block;
  padding: 0 0.25rem;
  border-radius: 2px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#comments {
  padding-top: 2rem;
}

#comments h3 {
  display: block;
  padding: 0 0 2rem 0;
  line-height: 2.3rem;
  color: #372580;
}

#reply-title {
  color: #372580;
}

@media (max-width: 769px) {
  ol.comment-list > li.depth-2 {
    margin-left: 10px;
  }

  ol.comment-list > li.depth-3 {
    margin-left: 20px;
  }

  ol.comment-list > li.depth-4 {
    margin-left: 30px;
  }

  ol.comment-list > li.depth-5 {
    margin-left: 40px;
  }

  ol.comment-list > li.depth-6 {
    margin-left: 50px;
  }

  ol.comment-list > li.depth-7 {
    margin-left: 60px;
  }

  ol.comment-list > li.depth-8 {
    margin-left: 70px;
  }

  ol.comment-list > li.depth-9 {
    margin-left: 80px;
  }

  ol.comment-list .comment-body .comment-meta-data > div {
    display: inline;
  }

  ol.comment-list .comment-body.row > div.bg-faded {
    border-bottom: 1px solid #ccc;
  }

  ol.comment-list .comment-body.row > div.bg-faded strong,
ol.comment-list .comment-body .comment-meta-data {
    font-size: 0.85rem;
  }
}
/* =Support / Entry
-------------------------------------------------------------- */
/* =Nav
-------------------------------------------------------------- */
#navbar-mobile .nav-link[href="/support"],
#navbar-main .nav-link[href="/support"] {
  font-weight: normal;
}

#navbar-mobile .nav-link[href="/support"]:hover,
#navbar-main .nav-link[href="/support"]:hover {
  font-weight: bold;
}

#navbar-mobile .nav-link[href="/blog/"],
#navbar-main .nav-link[href="/blog/"] {
  font-weight: bold;
}

.hero .container .row .col-lg-4 h2 a {
  color: #fff;
}

#categories ul.btn-group {
  padding: 0;
  border-radius: 0;
  margin-bottom: 2rem;
}

#categories ul.btn-group .btn {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #777;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#categories ul.btn-group .btn:hover,
#categories ul.btn-group .btn.active {
  background: #5cb85c;
  color: #fff;
  text-shadow: none;
  border-color: #5cb85c;
}

#categories .search-form,
#categories .search-form label {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

#categories .search-form label input.search-field {
  display: block;
  border: 1px solid #ccc;
  width: 80%;
  line-height: 2.5rem;
  border-radius: 0;
  float: right;
  padding: 0 1rem 0 4rem;
}

#categories .search-form input.search-submit {
  position: absolute;
  height: 2.5rem;
  width: 4rem;
  display: block;
  overflow: hidden;
  left: 20%;
  top: 1px;
  bottom: 1px;
  line-height: 99rem;
  opacity: 0;
  cursor: pointer;
}

/* hide uncategorized cat */
#categories ul.btn-group btn.last-child {
  display: none;
}

#categories .search-form label::after {
  left: calc(20% + 1px);
  top: 3px;
  bottom: 3px;
  height: calc(2.5rem - 6px);
  line-height: calc(2.5rem - 6px);
  color: #444;
  text-align: center;
  width: 4rem;
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: none;
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

#main-hero .social-links a {
  display: inline-block;
  margin-left: 1rem;
}

#main-hero h2 {
  display: block;
}

#main-hero h2 a {
  color: #fff;
  text-decoration: none;
}

#main-hero h2,
#main-hero .social-links a {
  color: #fff;
  line-height: 4rem;
}

#main-hero h2,
#main-hero p.social-links {
  margin-bottom: 0;
  padding-bottom: 0;
}

.author h1 {
  font-size: 2rem;
}

#breadcrumbs-row {
  margin-bottom: 4rem;
}

@media (max-width: 1200px) {
  #categories .row {
    flex-direction: column;
    height: 10rem;
  }

  #categories .search-form label input.search-field {
    float: left;
    width: 100%;
  }

  #categories .search-form input.search-submit {
    left: 0;
  }

  #categories .search-form label::after {
    left: 1px;
  }
}
@media (max-width: 992px) {
  #categories .row {
    flex-direction: column;
    height: 6rem;
  }

  #categories .search-form label input.search-field {
    width: 100%;
  }

  .category h1,
.single .main h1 {
    font-size: 2rem;
  }

  #breadcrumbs-row {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .search-results .pagination {
    flex-wrap: wrap;
  }

  .search-results .pagination li {
    min-width: 2em;
  }

  .search-results .pagination li a,
.search-results .pagination .page-numbers.current,
.search-results .pagination li .dots {
    font-size: 0.8rem;
    padding: 0 0.5rem;
    line-height: 1rem;
  }
}
#topbar,
#navbar-main {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}

#navbar-main {
  background: #f7f5ff;
  height: 90px;
  padding: 0;
  top: 40px;
}
#navbar-main .ghost-bar {
  height: 2px;
  background: #d1d5db;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#navbar-main .nav-link.text-success {
  color: #6d4aff !important;
}
#navbar-main .nav-link.text-success:hover {
  color: #372580 !important;
}
#navbar-main #authActions {
  box-shadow: inset 0 0 0 2px #5fb364;
  border-radius: 25px;
  height: 39px;
  margin-top: 25px;
  margin-left: 10px;
}
#navbar-main #authActions .nav-link {
  padding: 0 25px;
  display: block;
  line-height: 39px;
}
#navbar-main #authActions .nav-item:last-child .nav-link {
  background: #5fb364;
  color: #fff;
  border-radius: 0 25px 25px 0;
}
#navbar-main .navbar-brand {
  line-height: 80px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main .navbar-brand img {
  display: inline-block;
  height: 2rem;
  width: auto;
}
#navbar-main .navbar-brand span {
  color: #777;
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 0.5rem;
  line-height: 1rem;
  position: relative;
  top: 6px;
}
#navbar-main .navbar-brand em,
#navbar-main .navbar-brand i {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 3px;
  width: 100%;
  background: #8a6eff;
  opacity: 0;
}
#navbar-main .navbar-brand i {
  background: #8a6eff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main .navbar-brand:hover i, #navbar-main .navbar-brand.active em {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#navbar-main .nav-link {
  padding: 34px 15px;
  color: #111827;
  position: relative;
  font-size: 16px;
  text-align: center;
}
#navbar-main .nav-link:hover, #navbar-main .nav-link.active {
  --font-variation-weight: 400;
}
#navbar-main .nav-link:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#navbar-main .nav-link::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 3px;
  background: #8a6eff;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#navbar-main #nav-login .nav-link::after,
#navbar-main #nav-signup .nav-link::after {
  display: none !important;
}
#navbar-main #nav-login,
#navbar-main #nav-signup {
  display: flex;
  align-items: center;
}
#navbar-main .btn-outline-gradient {
  padding: 0.25rem 1.25rem;
  font-size: 16px !important;
  --font-variation-weight: 700;
  border-radius: 1.875rem;
  text-decoration: none;
  position: relative;
  border: none;
  background-color: transparent;
  display: block;
  transform: 0.5s;
  width: auto !important;
  margin: 25px 3px;
  border-radius: 2.5rem;
}
#navbar-main .btn-outline-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: 0.5s;
}
#navbar-main .btn-outline-gradient span {
  background: linear-gradient(151.15deg, #6d4aff 17.82%, #31d1d0 143.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#navbar-main .btn-outline-gradient:hover, #navbar-main .btn-outline-gradient:focus {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: unset;
  --font-weight-variation: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  transform: 0.5s;
}
#navbar-main .btn-outline-gradient:hover span, #navbar-main .btn-outline-gradient:focus span {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
}
#navbar-main #nav-signup a {
  font-size: 16px;
  --font-variation-weight: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  text-decoration: none;
  text-shadow: 0 1px 5px #00000066;
  color: #fff;
  border-radius: 2.5rem;
  border: 0px solid transparent;
  padding: 0.125rem 1.25rem !important;
  line-height: 1.75rem;
}
#navbar-main #nav-signup a:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(122.32deg, #361d9c 30.66%, #1d8399 93.8%);
  transition: 0.5s;
}
#navbar-main .nav-item {
  position: relative;
}
#navbar-main .nav-item:last-child {
  padding-right: 0;
}
#navbar-main .nav-item.active {
  --font-variation-weight: 700;
}
#navbar-main .nav-item.active .nav-link::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #8a6eff;
}
#navbar-main .divider {
  position: relative;
  width: 31px;
}
#navbar-main .divider::after {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  margin-top: -1rem;
  height: 2rem;
  background: #d1d5db;
}
#navbar-main #nav-signup a {
  padding: 0.8125rem 1.5rem;
  margin: 25px 0;
}
#navbar-main.active {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main.active .navbar-brand em,
#navbar-main.active .navbar-brand i {
  top: 87px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main.active .nav-link::after,
#navbar-main.active .nav-link::before {
  top: 88px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main.active .ghost-bar {
  top: 88px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#topbar {
  line-height: 40px;
  background: #f7f5ff;
  top: 0;
  z-index: 11;
}
#topbar a {
  color: #b6b5c9;
  text-decoration: none;
  font-size: 0.9rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#topbar a:hover {
  opacity: 0.75;
}
#topbar.active {
  top: -39px;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#topbar .pm-icon {
  top: 1px;
}
#topbar .localization-icon {
  margin-top: -1px;
}
#topbar .protonmail-link {
  color: #111827;
  display: inline-flex;
}
#topbar .protonmail-link img {
  margin-right: 4px;
}
#topbar .localization {
  float: right;
  display: block;
  height: 39px;
  position: relative;
  margin-left: 1.2rem;
}
#topbar .localization #selected-lang {
  display: none;
}
#topbar .topbarlinks {
  align-items: center;
}
#topbar .topbarlinks img {
  height: 12px;
}
#topbar .topbarlinks .divider-top {
  width: 1px;
  height: 16px;
  background-color: #e2dbff;
  margin: 0 12px;
}

.navbar,
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

#navbar-mobile,
#navbar-mobile-overlay {
  opacity: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

#navbar-mobile {
  transform: translateX(-20%);
}

#navbar-mobile.show,
#navbar-mobile-overlay.show {
  transform: translateX(0);
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
}

#navbar-mobile {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 2rem;
  width: 25vw;
  min-width: 320px;
  z-index: 99;
  overflow: auto;
  background-color: #fff;
}
#navbar-mobile .navbar-mobile-logo {
  display: block;
  height: 2rem;
  margin: 0 0 1rem -1rem;
  background: url(../img/protonvpn-transparent.svg) 0 no-repeat;
  background-size: 130px;
  background-position: 8px;
}
#navbar-mobile .close {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 1.25rem;
  padding: 1rem;
  text-align: center;
}
#navbar-mobile a {
  display: block;
  color: #111827;
  line-height: 1.75;
  --font-variation-weight: 600;
  font-size: 16px;
}
#navbar-mobile .btn-gradient-primary {
  font-size: 16px;
  --font-variation-weight: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  text-decoration: none;
  text-shadow: 0 1px 5px #00000066;
  color: #fff;
  border-radius: 2.5rem;
  border: 0px solid transparent;
}
#navbar-mobile .btn-gradient-primary:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(122.32deg, #361d9c 30.66%, #1d8399 93.8%);
  transition: 0.5s;
}

#navbar-mobile-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}

#navbar-other {
  font-size: 0.9rem;
  padding-top: 0;
  padding-bottom: 0;
}
#navbar-other .custom-select {
  color: #fff;
  background: transparent;
  border: none;
  position: relative;
  top: -2px;
  cursor: pointer;
}
#navbar-other .text-muted {
  font-size: 0.9em;
  margin-left: 10px;
}

.btn-outline-gradient {
  padding: 0.25rem 1.25rem;
  font-size: 16px;
  --font-variation-weight: 700;
  border-radius: 1.875rem;
  text-decoration: none;
  position: relative;
  border: none;
  background-color: transparent;
  display: block;
  transform: 0.5s;
  width: auto !important;
  border-radius: 2.5rem;
}
.btn-outline-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: 0.5s;
}
.btn-outline-gradient span {
  background: linear-gradient(151.15deg, #6d4aff 17.82%, #31d1d0 143.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-outline-gradient:hover, .btn-outline-gradient:focus {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: unset;
  --font-weight-variation: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  transform: 0.5s;
}
.btn-outline-gradient:hover span, .btn-outline-gradient:focus span {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
}

.active-link::before {
  background: #8a6eff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.active-link {
  --font-variation-weight: 700;
}

.black-friday-top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(151.15deg, #6d4aff 17.82%, #31d1d0 143.86%);
  color: white;
  padding: 8px 16px;
  position: relative;
}

.black-friday-top-bar .container {
  background-color: transparent !important;
  border-bottom: none !important;
  font-size: 16px !important;
  color: white !important;
}

.black-friday-top-bar .desktop a {
  color: white !important;
  opacity: 1 !important;
  font-size: 1.2rem;
  padding: 7px 11px;
  line-height: initial;
  margin-left: 5px;
  background: white;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.black-friday-top-bar .desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.black-friday-top-bar .mobile {
  display: none;
}

.black-friday-top-bar .mobile a {
  color: black !important;
  opacity: 1 !important;
}

/* fix topbar */
.withBanner body {
  padding-top: 178px;
}

.learn-more-link {
  text-decoration: underline !important;
  color: #fff !important;
  font-size: 16px !important;
}

#topbar {
  line-height: 40px !important;
}

#topbar.active {
  margin-top: -80px !important;
}

.withBanner #navbar-main:not(.active) {
  top: 88px !important;
}

.content-wrapper-notification {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.content-wrapper-notification-wrap {
  display: flex;
  align-items: center;
}

.content-wrapper-notification-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0 32px;
  --font-variation-weight: 700;
}

.content-wrapper-notification-sale {
  margin: 0;
  --font-variation-weight: 700;
  color: #111827;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #27ddb1;
  line-height: 24px;
}

#topbar .black-friday-top-bar .content-wrapper-notification-button {
  padding: 5px 20px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  --font-variation-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

#topbar .black-friday-top-bar .content-wrapper-notification-button:hover {
  color: #ffffff;
}

.close-banner-button {
  color: white;
  font-size: 1.5rem !important;
  font-weight: 100 !important;
  text-shadow: none;
  opacity: unset !important;
}

.close-banner-button:hover {
  color: gray;
}

.text-mobile {
  display: none;
}

.textDesktop {
  display: none;
}

@media (max-width: 1200px) {
  #navbar-mobile a.nav-link-menu {
    line-height: 1.63;
  }
}
@media (max-width: 991px) {
  #navbar-main .navbar-brand em,
#navbar-main .navbar-brand i {
    display: none;
  }

  #navbar-main .navbar-toggler {
    outline: none;
    padding: 0.25rem;
  }

  .navbar-toggleable-md > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #navbar-main .nav-link {
    padding: 1rem 15px;
    line-height: 1.5rem !important;
  }

  #navbarSupportedContent {
    padding: 2rem 0;
  }

  #navbar-main .nav-item.active .nav-link::before {
    display: none;
  }

  #navbar-main .nav-item.active {
    box-shadow: inset 0 0 0 1px #fff;
  }

  #authActions {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
  }

  #navbar-main #authActions .nav-link {
    padding: 1rem 15px;
  }

  #navbar-main #authActions .nav-item:last-child .nav-link {
    background: transparent;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .textMobile {
    display: none;
  }

  .textDesktop {
    display: flex;
  }

  .content-wrapper-notification {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #topbar .container {
    width: 100%;
  }

  #navbar-main.active .ghost-bar {
    display: none;
  }

  #navbar-main.active .navbar-brand em,
#navbar-main.active .navbar-brand i {
    display: none;
  }

  .black-friday-top-bar .desktop {
    display: none;
  }

  .black-friday-top-bar .mobile {
    display: flex;
  }

  .withBanner #page_pricing #navbar-main:not(.active),
.withBanner #page_downloads #navbar-main:not(.active) {
    top: 70px !important;
  }

  .content-wrapper-notification {
    margin: 0;
  }

  .topbar-container {
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }

  .text-mobile {
    display: block;
  }

  .withBanner #navbar-main:not(.active) {
    top: 87px !important;
  }
}
@media (max-width: 575px) {
  .content-wrapper-notification-title {
    font-size: 14px;
    line-height: 28px;
    margin: 0 8px 0 12px;
  }

  #navbar-main .container {
    width: 100%;
  }

  .navbar-dark {
    height: 60px;
  }

  .withBanner #navbar-main:not(.active) {
    top: 86px !important;
  }

  .withBanner body {
    padding-top: 176px;
  }
}
@media (max-width: 543px) {
  #topbar .container {
    background-color: #f7f5ff;
    border-bottom: 1px solid #d1d5db;
  }

  #navbar-main .navbar-brand img {
    height: 1.5rem;
  }

  #navbar-main {
    top: 30px;
  }

  #navbar-main,
#navbar-main .navbar-brand {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #topbar {
    height: 30px;
    line-height: 30px;
  }

  #topbar a {
    font-size: 0.85rem;
  }

  #navbar-main .navbar-toggler {
    margin-top: 11px;
  }

  #navbar-mobile {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 25vw;
    min-width: 20rem;
    padding: 2rem;
  }

  html body {
    padding-top: 90px;
  }

  #topbar a span {
    display: none;
  }

  .withBanner body {
    padding-top: 144px;
  }

  .withBanner #navbar-main:not(.active) {
    top: 84px !important;
  }

  .black-friday-top-bar {
    padding: 8px 0;
  }

  .black-friday-top-bar .mobile .day {
    display: inline-block !important;
  }

  .top-bar-icon {
    display: none;
  }

  #topbar .mobile-social-icons {
    font-size: 0.75rem;
  }

  .content-wrapper-notification {
    font-size: 12px;
  }

  .learn-more-link {
    font-size: 12px !important;
  }
}
@media (max-width: 453px) {
  #topbar .protonmail-link img {
    margin-right: 0;
    height: 9px;
  }
}
@media (max-width: 360px) {
  #topbar .protonmail-link img {
    height: 7px;
  }
}
#secPubKey .modal-dialog {
  max-width: 620px;
}
#secPubKey .modal-dialog .modal-footer-closebutton {
  color: #292b2c;
}

#footer {
  padding: 6rem 0 2rem 0;
}

#foot h2,
#footer h2 {
  color: #111827;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

#footer ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

#footer ul li a {
  color: #494b7a;
  line-height: 2rem;
  display: block;
  border-bottom: 1px solid #c5b7ff;
}

#footer .security-icon {
  color: #292b2c;
}

#footer ul li.protonmail {
  position: relative;
}

#footer ul li.protonmail a {
  padding-left: 1.4em;
}

#footer ul li.protonmail img {
  position: absolute;
  left: 0.15rem;
  height: 0.95rem;
  top: 0.5rem;
}

#footer ul li a .fa {
  display: inline-block;
  width: 1rem;
  margin-right: 0.5rem;
}

#footer .rss a {
  display: flex;
}
#footer .rss a img {
  width: 1rem;
  margin-right: 0.5rem;
}

#footer .col.col-3 p {
  font-size: 0.9em;
}

#footer p {
  color: #494b7a;
}

#footer .col-md-3 p {
  font-size: 0.9rem;
}

#foot {
  padding: 1rem 0px 6rem;
  background: #f7f5ff url(../img/world.svg) 41% 3.2rem no-repeat;
  overflow: hidden;
}

#foot a {
  color: #6b7280;
}

#foot h4 {
  color: #545665;
  font-size: 1rem;
  margin-bottom: 20px;
}

#foot .list-group-item {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 40px;
  border-bottom: 1px solid #414249;
  margin-bottom: 0;
}

#foot .list-group-item:last-child {
  border-bottom: none;
}

#foot a:hover img {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#foot p strong {
  display: inline-block;
  padding-right: 1rem;
}

#foot .location p {
  color: #494b7a;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.fongitimg img {
  height: 45px;
}

.protonplain img {
  height: 22px;
}

.show-modal {
  height: 100%;
  overflow: hidden;
}
.show-modal .contactModal {
  display: block;
}

.contactModal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}
.contactModal .bg {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.contactModal .window {
  position: fixed;
  left: 50%;
  top: 10%;
  padding: 4rem 2rem 2rem;
  background: #fff;
  border-radius: 4px;
  margin-left: -14rem;
  width: 28rem;
  z-index: 4;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.contactModal .window .fa {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
}
.contactModal .window .fa-2x {
  font-size: 2em;
}
.contactModal .window .security-icon {
  position: relative;
  right: 0;
  top: 0;
}
.contactModal .window .btn-xs {
  border: 1px solid #e6e6e6;
  background-color: transparent;
}
.contactModal pre {
  max-height: 15em;
}

@media (max-width: 991px) {
  #footer .col-sm-6 {
    margin-bottom: 3rem;
  }

  #foot .location,
#foot {
    background: #f7f5ff;
  }
}
@media (max-width: 767px) {
  #footer .col {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 3rem;
  }

  .contactModal .window {
    width: 90%;
    margin-left: -45%;
  }
}
.inlineUpsell {
  background: #1b1340;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 3.25rem 1.5rem;
  position: relative;
}
.inlineUpsell::after {
  background: radial-gradient(60.38% 178.49% at -22.05% 171.84%, #2ed8cd 0%, rgba(46, 216, 205, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  content: " ";
}
.inlineUpsell::before {
  background: radial-gradient(80.59% 308.41% at 123.27% -91.46%, #6066f5 0%, rgba(96, 102, 245, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
}

.inlineUpsell-headline {
  margin-right: 60px;
  z-index: 1;
}

.inlineUpsell-title {
  color: #fff;
  margin-top: -20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.inlineUpsell-link {
  color: #6d4aff;
  font-size: 1.1rem;
  background-color: #fff;
  padding: 15px 40px 15px 40px;
  border-radius: 50px;
  z-index: 1;
}

.inlineUpsell-link:hover {
  color: #fff;
  background-color: #6d4aff;
  text-decoration: none;
}

.inlineUpsell-list {
  list-style: none;
  margin-bottom: 0;
}

.inlineUpsell-item {
  position: relative;
  display: flex;
  align-items: center;
}
.inlineUpsell-item img {
  position: absolute;
  left: 0;
}
.inlineUpsell-item span {
  display: block;
  padding-left: 0.5rem;
  margin-left: 1.6rem;
}

.inlineUpsell-item:not(:last-child) {
  margin-bottom: 15px;
}

.inlineUpsell-item .fa-check {
  margin-right: 15px;
}

.btn-gradient-primary {
  padding: 16px 32px;
  line-height: 1.2727;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  text-decoration: none;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 2.5rem;
  border: none;
  text-align: center;
  font-size: 22px;
}
.btn-gradient-primary:hover, .btn-gradient-primary:focus {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(122.32deg, #361d9c 30.66%, #1d8399 93.8%);
  transition: 0.5s;
}

.mobile-cta-button {
  display: none;
}

.desktop-cta-button {
  display: inline-block;
}

@media (max-width: 850px) {
  .inlineUpsell {
    flex-direction: column;
  }

  .inlineUpsell-headline {
    margin: 0;
  }

  .inlineUpsell-title {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .inlineUpsell-link {
    display: block;
    text-align: center;
  }

  .inlineUpsell-content {
    margin-top: 30px;
  }

  .inlineUpsell-item {
    align-items: baseline;
  }

  .mobile-cta-button {
    display: block;
  }

  .desktop-cta-button {
    display: none;
  }
}
/* Updated Search Bar
-------------------------------------------------------------- */
.archive .bar {
  margin-top: 3rem;
}

.bar {
  padding: 1rem 0;
  border-top: 1px solid #c5b7ff;
  border-bottom: 1px solid #c5b7ff;
  margin-bottom: 2rem;
}

.bar ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bar ul .cat-item {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}

.bar ul .cat-item:last-child {
  margin-right: 0;
}

.bar ul .cat-item a {
  background-color: #f7f5ff;
  border: 1px solid #6d4aff;
  color: #6d4aff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5.29px;
  font-size: 0.9rem;
  line-height: 2.5rem;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.bar ul .cat-item a:focus,
.bar ul .cat-item a:hover,
.bar ul .current-cat.cat-item a {
  color: #fff;
  background-color: #6d4aff;
  border-color: #6d4aff;
  box-shadow: inset 0 0 0 1px #6d4aff;
  border: 1px solid #6d4aff;
  text-decoration: none;
}

.bar .search-form {
  display: flex;
  justify-content: right;
}

.bar .search-input {
  border: 1px solid #6d4aff;
  background-color: #f7f5ff;
  padding: 0 1rem;
  border-bottom-left-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  font-size: 0.9rem;
  font: inherit;
}

.bar .search-input:hover {
  outline: 0;
}

.bar .search-input:focus {
  border-color: #6d4aff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 146, 255, 0.5);
}

.bar .searchform .btn-search {
  border-color: #6d4aff;
  background-color: #6d4aff;
  color: #fff;
  border-radius: 0.6rem;
  line-height: 2.4rem;
  padding: 0 1rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bar .searchform .btn-search:hover {
  border-color: #4a2dc5;
  background-color: #4a2dc5;
  color: #fff;
  box-shadow: inset 0 0 0 1px #4a2dc5;
}

@media (max-width: 992px) {
  .archive .bar {
    margin-top: 1.5rem;
  }

  .bar ul {
    display: none;
  }

  .bar .search-form {
    justify-content: center;
  }

  .bar #searchform,
.bar .search-input {
    width: 100%;
  }
}
.entry img {
  max-width: 100%;
  height: auto;
}

.excerpt h4 a {
  color: #6d4aff;
}

.entry,
.entry p {
  display: block;
  clear: both;
}

.entry a:not(.btn) {
  text-decoration: underline;
  color: #6d4aff;
}

.attachment-post-thumbnail {
  max-width: 100%;
  height: auto;
}

.single h1 {
  margin-bottom: 1rem;
}

.entry .h1,
.entry .h2,
.entry .h3,
.entry .h4,
.entry .h5,
.entry .h6,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  display: block;
  padding: 1rem 0 2rem 0;
}

.single .col-lg-9 {
  padding-right: 4rem;
}

.single .hero {
  margin-bottom: 3rem;
}

.single h1,
.single .entry p {
  word-break: break-word;
}

.single .entry h1,
.single .entry h2,
.single .entry h3,
.single .entry h4,
.single .entry h5,
.single .entry h6 {
  color: #372580;
}

.single .main {
  padding-top: 2rem;
}

.single .author-block {
  padding: 1rem 0;
  border-top: 1px solid #c5b7ff;
  border-bottom: 1px solid #c5b7ff;
  font-size: 0.9em;
}

.single .author-block img {
  background: #fff;
  border-radius: 50%;
}

.single .main h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  padding-bottom: 0;
  color: #372580;
}

.single .main p.meta {
  margin-bottom: 0;
  line-height: 3rem;
  display: block;
  padding-bottom: 0.5rem;
}

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