@import url("https://pro.fontawesome.com/releases/v5.11.2/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap");
:root {
  --dark: #484b4e;
  --blue: #0075e9;
  --lightgreen: #e2fbf1;
  --lightblue: #eaf7fe;
  --green: #00dc76;
  --darkgreen: #00a497;
  --tx: #16384b;
  --yellow: #ffda84;
  --red: #f56663;
  --lightred: #f5b4c4;
  --brown: #3e1b03; }

body {
  font-family: 'Rubik', sans-serif;
  color: #192024;
  margin: 0rem;
  transition: all .2s;
  background: none; }

.wrapper {
  padding: 8rem 12rem 8rem 12rem !important; }

@media (max-width: 1540px) {
  .wrapper {
    padding: 3.5rem 6rem 6rem 6rem !important; } }
@media (max-width: 991px) {
  .wrapper {
    padding: 2rem 1.5rem 2rem 1.5rem !important; } }
.logo {
  width: 8rem;
  height: auto;
  padding-top: .7rem;
  transition: all .2s; }

h1 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  letter-spacing: -1px; }

h2 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: -1px; }

h3 {
  font-size: 1.35rem;
  line-height: 1.9rem;
  font-weight: 500; }

h4 {
  font-size: 1.15rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--tx);
  letter-spacing: normal; }

.h4 {
  font-size: 1.15rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--tx);
  letter-spacing: normal; }

p {
  font-size: .95rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--tx); }

@media (max-width: 800px) {
  h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: -1px; }

  h2 {
    font-size: 1.9rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: -1px; }

  h3 {
    font-size: 1.35rem;
    line-height: 1.9rem;
    font-weight: 500; }

  h4 {
    font-size: 1.15rem;
    line-height: 1.9rem;
    font-weight: 300;
    color: var(--tx);
    letter-spacing: normal; }

  .h4 {
    font-size: 1.15rem;
    line-height: 1.9rem;
    font-weight: 300;
    color: var(--tx);
    letter-spacing: normal; }

  p {
    font-size: .95rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: var(--tx); } }
@media (max-width: 800px) {
  .d-mobile-none {
    display: none; }

  .logo {
    width: 6.5rem;
    height: auto; } }
.beta-sign {
  background: var(--tx);
  padding: 0rem 4rem 0rem 4rem;
  display: inline-block;
  text-align: center;
  transform: rotate(-45deg);
  position: fixed;
  top: .5rem;
  left: -3.5rem; }
  .beta-sign p {
    color: #fff;
    font-size: .75rem;
    line-height: .5rem; }

@media (max-width: 991px) {
  .beta-sign {
    position: absolute;
    transform: none;
    top: 0;
    left: 1.6rem;
    border-radius: 0rem 0rem .5rem .5rem;
    padding: 0rem 1rem 0rem 1rem;
    background: #ccc; }
    .beta-sign p {
      line-height: 0 !important;
      color: var(--tx); } }
.tx-blue {
  color: var(--blue); }

.tx-red {
  color: var(--red); }

.tx-yellow {
  color: var(--yellow); }

.tx-green {
  color: var(--green); }

.tx-brown {
  color: var(--brown); }

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

.cta-btn {
  background: var(--blue);
  padding: 1.2rem 2.1rem 1.2rem 2.1rem;
  display: inline-block;
  border-radius: 2rem;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  opacity: 1;
  transition: all .2s;
  border: none; }

.cta-btn:hover {
  opacity: .9; }

.cta-btn:focus {
  outline: none; }

.outline-btn {
  padding: 1rem 1.5rem 1rem 1.5rem;
  display: inline-block;
  border: 1px solid var(--tx);
  border-radius: 2rem;
  color: var(--tx);
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  opacity: 1;
  transition: all .2s; }

.outline-btn:hover {
  opacity: .9;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff !important; }

.tx-btn {
  color: var(--blue);
  font-weight: 400;
  text-decoration: none;
  padding-right: 1rem;
  display: inline-block; }
  .tx-btn .btn-icon {
    margin-left: .5rem;
    font-size: .7rem;
    transition: all .2s; }

.tx-btn:hover .btn-icon {
  margin-left: .25rem; }

.hero-flex-item {
  flex-grow: 1;
  width: 50%; }

@media (max-width: 991px) {
  .hero-flex-item {
    width: 100%;
    flex-grow: 1; } }
.hero-img {
  padding: 2rem; }

.hero-tx {
  padding-right: 2rem; }

.youtube-lg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center; }

.youtube-md {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none; }

@media (max-width: 768px) {
  .youtube-lg {
    display: none; }

  .youtube-md {
    display: block; } }
.mt-0 {
  margin-top: 0rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 1.5rem; }

.mt-3 {
  margin-top: 2rem; }

.mt-4 {
  margin-top: 2.5rem; }

.mt-5 {
  margin-top: 3rem; }

.mt-6 {
  margin-top: 3.5rem; }

.mt-7 {
  margin-top: 4rem; }

.mt-10 {
  margin-top: 10rem; }

.mb-0 {
  margin-bottom: 0rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 1.5rem; }

.mb-3 {
  margin-bottom: 2rem; }

.mb-4 {
  margin-bottom: 2.5rem; }

.mb-5 {
  margin-bottom: 3rem; }

.mb-6 {
  margin-bottom: 3.5rem; }

.mb-7 {
  margin-bottom: 4rem; }

.mb-10 {
  margin-bottom: 10rem; }

.pr-0 {
  padding-right: 0rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.card {
  padding-right: 3rem; }

.card:last-of-type {
  padding-right: 0rem; }

.cta-card {
  height: auto;
  padding: 3rem 5rem 5rem 5rem;
  background: var(--tx);
  border-radius: .85rem;
  align-items: center;
  overflow: auto;
  display: flex;
  margin-top: 8rem; }
  .cta-card .cta-btn {
    background: #fff;
    color: var(--blue); }
  .cta-card h2 {
    color: var(--yellow);
    font-size: 2.8em;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: -1px; }
  .cta-card p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.9rem;
    font-weight: 300;
    letter-spacing: normal; }
  .cta-card .cta-card-right {
    width: 50%;
    float: right; }
  .cta-card .cta-card-left {
    float: left;
    width: 50%;
    padding-right: 5rem; }
  @media (max-width: 880px) {
    .cta-card .cta-card-right {
      display: none; }
    .cta-card .cta-card-left {
      float: left;
      padding-right: 0rem;
      width: 100%; } }

@media (max-width: 800px) {
  .cta-card {
    margin-top: 2rem;
    padding: 0rem 1.75rem 2.5rem 1.75rem; } }
.feature-block-jpg {
  width: 500px; }

@media (max-width: 800px) {
  .feature-block-jpg {
    width: 100%; } }
.feature-block {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  flex-direction: row; }

.feature-block-left {
  flex-shrink: 1;
  width: 50%;
  padding-right: 5rem;
  padding-left: 5rem;
  order: 2; }

.feature-block-right {
  width: 50%;
  padding-left: 5rem;
  padding-right: 0rem;
  order: 1; }

@media (max-width: 800px) {
  .feature-block {
    flex-wrap: wrap;
    margin-top: 4rem; }

  .feature-block-left {
    padding: 0;
    width: 100%;
    display: block;
    order: 1; }

  .feature-block-right {
    padding: 0;
    width: 100%;
    display: block;
    order: 2; }

  .feature-block:nth-child(even) {
    flex-direction: column-reverse; } }
.feature-card-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-top: 5rem; }

.feature-card {
  float: left;
  flex-grow: 1;
  flex-basis: 20%;
  padding-right: 5rem; }

.feature-icon {
  font-size: 2rem; }

.feature-card:last-child {
  padding-right: 0rem; }

@media (max-width: 800px) {
  .feature-card-wrapper {
    flex-wrap: wrap;
    margin-top: 2rem; }

  .feature-card {
    float: left;
    flex-basis: 100%;
    padding-right: 0rem;
    margin-top: 2rem;
    margin-bottom: 2rem; } }
.wild-card {
  height: auto;
  padding: 3rem 0rem 5rem 0rem;
  background: var(--yellow);
  align-items: center;
  overflow: auto;
  display: flex; }
  .wild-card .cta-btn {
    background: #fff;
    color: var(--blue); }
  .wild-card h2 {
    font-weight: 500;
    letter-spacing: -1px; }
  .wild-card p {
    font-size: 1.15rem;
    line-height: 1.9rem;
    font-weight: 300;
    letter-spacing: normal; }
  .wild-card .feature-block-left {
    flex-shrink: 1;
    width: 50%;
    padding-right: 11rem;
    padding-left: 11rem; }
  .wild-card .feature-block-right {
    width: 50%;
    padding-left: 11rem;
    padding-right: 11rem; }
  @media (max-width: 800px) {
    .wild-card .feature-block {
      display: inline-block; }
    .wild-card .feature-block-left {
      padding: 0;
      width: 100%;
      display: block; }
    .wild-card .feature-block-right {
      padding: 0;
      width: 100%;
      display: block; } }

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

.clean-header-tx-item {
  padding-left: 15%;
  padding-right: 15%; }

@media (max-width: 800px) {
  .clean-header-tx-item {
    padding-left: 5%;
    padding-right: 5%; } }
.text-center {
  text-align: center;
  width: 100%; }

.alert-box {
  background: var(--lightgreen);
  padding: 1.8rem 2.25rem 1.8rem 2.25rem;
  border: 1px solid var(--green);
  border-radius: .85rem;
  margin-top: 7rem;
  position: relative;
  transition: all .2s; }
  .alert-box p {
    width: 40%; }
  @media (max-width: 912px) {
    .alert-box p {
      width: 100%; } }
  .alert-box h3 {
    margin: 0; }

.alert-box-drawing {
  position: absolute;
  width: 50%;
  height: 110%;
  bottom: 0;
  right: 0;
  overflow: hidden; }

@media (max-width: 912px) {
  .alert-box {
    margin-top: 2rem; }

  .alert-box-drawing {
    display: none; } }
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  position: relative; }

@media (max-width: 991px) {
  .flex-row {
    flex-wrap: wrap; } }
.align-items-center {
  align-items: center; }

.flex-item-grow-1 {
  flex-grow: 1; }

@media (max-width: 691px) {
  .flex-item-grow-1 {
    width: 100%;
    flex-grow: 1; } }
.top-nav {
  margin-bottom: 2rem; }

.nav-item {
  font-weight: 500;
  color: var(--tx);
  margin-left: 2rem;
  text-decoration: none;
  transition: all .2s; }

.nav-item-selected {
  color: var(--blue); }

.nav-item:hover {
  color: var(--blue); }

.mobile-top-nav {
  display: none; }

@media (max-width: 800px) {
  .mobile-top-nav {
    display: block; }
    .mobile-top-nav ul {
      list-style: none !important;
      margin-left: 4rem !important;
      margin-top: 5rem !important;
      padding-left: 0 !important; }
    .mobile-top-nav li {
      margin-top: 1.25rem; }
    .mobile-top-nav .cta-btn {
      font-weight: 700;
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1rem; }
    .mobile-top-nav .cta-btn:hover {
      font-weight: 700;
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1rem; }
    .mobile-top-nav .login {
      font-size: .8rem; }
    .mobile-top-nav .nav-item, .mobile-top-nav a, .mobile-top-nav a:hover {
      font-weight: 300;
      font-size: 1rem;
      color: #fff !important;
      margin-left: 0rem;
      text-decoration: none; }
    .mobile-top-nav .burger-shower {
      display: none; }
    .mobile-top-nav .burger-shower:checked ~ .burger-menu {
      display: block;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 0%;
      background: var(--tx);
      opacity: 1;
      z-index: 10000;
      transition: all .3s; }
    .mobile-top-nav .hamburger {
      display: block;
      position: fixed;
      top: 1.9rem;
      right: .5rem;
      width: 3.4em;
      height: 1.4em;
      padding: 1rem;
      text-align: center;
      cursor: pointer;
      z-index: 25; }
    .mobile-top-nav .close-overlay, .mobile-top-nav .fa-times {
      display: block;
      position: fixed;
      top: 1.9rem;
      right: 0rem;
      width: 3.4em;
      height: 1.4em;
      padding: 1rem;
      text-align: center;
      cursor: pointer; }
    .mobile-top-nav .burger-menu {
      display: block;
      position: fixed;
      right: -100%;
      top: 0rem;
      width: 100%;
      height: 100%;
      border-radius: 0%;
      background: var(--tx);
      opacity: 0;
      z-index: -1;
      transition: all .2s; } }
.pricewrapper {
  display: flex;
  justify-content: center;
  padding-right: 10rem;
  margin-bottom: 20rem;
  margin-top: 10rem; }

@media (max-width: 1092px) {
  .pricewrapper {
    padding-right: 5rem; } }
.price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 800px; }
  .price-container .pricebox {
    position: absolute;
    top: 0;
    right: -8rem;
    width: 10rem;
    height: auto;
    border: 0.35rem solid var(--lightblue);
    border-radius: .65rem;
    padding: 1rem;
    background: #fff; }

@media (max-width: 992px) {
  .price-container {
    width: 100px !important; }
    .price-container .pricebox {
      right: -16rem;
      top: 8rem; } }
.range-slider {
  margin-top: 0; }

.rs-range {
  margin-top: 29px;
  width: 600px;
  -webkit-appearance: none;
  border-radius: 2rem;
  background: var(--lightblue);
  padding-right: 5rem; }
  .rs-range:focus {
    outline: none; }
  .rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2.5rem;
    cursor: pointer;
    box-shadow: none;
    border: 0px solid #010101; }
  .rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #ffffff;
    border: 0px solid #010101; }
  .rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 22px;
    background: var(--blue);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: .65rem; }
  .rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 22px;
    background: var(--blue);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: .65rem; }
  .rs-range::-moz-focus-outer {
    border: 0; }

.rs-label {
  position: relative;
  transform-origin: center center;
  display: block;
  width: 8rem;
  height: 5rem;
  background: transparent;
  border-radius: .5rem;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: .6rem;
  box-sizing: border-box;
  margin-left: -50px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
  background: var(--blue); }
  .rs-label::after {
    content: "medlemmer";
    display: block;
    font-size: .8rem;
    font-weight: 700;
    margin-top: -2px; }

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .footer-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer-wrapper li {
    margin-top: .8rem;
    font-size: .85rem; }
    .footer-wrapper li a {
      text-decoration: none;
      color: var(--tx);
      display: block; }
      .footer-wrapper li a .fa-angle-right {
        margin-right: .75rem;
        transition: all .2s; }
    .footer-wrapper li a:hover {
      text-decoration: none;
      color: var(--tx); }
      .footer-wrapper li a:hover .fa-angle-right {
        margin-right: 1rem; }
  .footer-wrapper h3 {
    font-size: 1.1rem; }
  .footer-wrapper p {
    font-size: .85rem; }

.footer-card {
  flex-grow: 1;
  width: 20%; }

.after-footer {
  display: flex;
  justify-content: space-between; }
  .after-footer p {
    font-size: .65rem;
    float: left;
    font-weight: 700; }
  .after-footer a {
    font-size: .65rem;
    float: left;
    text-decoration: none;
    color: var(--tx);
    margin-left: 2rem;
    margin-top: 1rem;
    font-weight: 700; }

@media (max-width: 992px) {
  .footer-wrapper {
    display: inline-block;
    padding-top: 2rem;
    padding-bottom: 0rem; }

  .footer-card {
    flex-grow: 1;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem; }

  .after-footer {
    display: inline;
    justify-content: none;
    margin-bottom: 2rem; }
    .after-footer p {
      font-size: .65rem; }
    .after-footer a {
      font-size: .75rem;
      margin-left: 0rem;
      width: 100%;
      font-weight: 400; }
    .after-footer a:last-child {
      margin-bottom: 2.5rem; } }
.fade-in {
  animation: fadein .4s;
  -moz-animation: fadein .4s;
  /* Firefox */
  -webkit-animation: fadein .4s;
  /* Safari and Chrome */
  -o-animation: fadein .4s;
  /* Opera */ }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.blog-wrapper {
  padding: 8rem 14rem 8rem 14rem !important; }
  .blog-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 400; }
  .blog-wrapper p {
    font-size: 1.1rem;
    line-height: 1.85rem; }
  .blog-wrapper li {
    font-size: 1.1rem;
    line-height: 1.85rem; }
  .blog-wrapper a {
    font-weight: 700;
    text-decoration: none;
    color: var(--blue);
    opacity: .8;
    transition: all .2s; }
  .blog-wrapper a:hover, .blog-wrapper a:visited {
    font-weight: 700;
    text-decoration: none;
    color: var(--blue);
    opacity: 1; }
  .blog-wrapper .cta-btn {
    color: #fff !important; }

@media (max-width: 1540px) {
  .blog-wrapper {
    padding: 3.5rem 10rem 6rem 10rem !important; } }
@media (max-width: 991px) {
  .blog-wrapper {
    padding: 2rem 1.5rem 2rem 1.5rem !important; } }
.blog-post-img {
  width: 80%; }

.quote {
  border-left: 10px solid var(--blue);
  padding: 0rem 0rem 0rem 2rem;
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }
  .quote p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-style: italic;
    color: var(--tx); }

.quote-jura {
  border-left: 5px solid var(--blue);
  padding: 0rem 0rem 0rem 1rem;
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }
  .quote-jura p {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2rem;
    opacity: .75;
    font-style: italic; }

.blog-container {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: space-between; }

.blog-card {
  border: 1px solid #ccc;
  border-radius: .75rem;
  overflow: hidden;
  float: left;
  width: 30%;
  max-width: 32.33%;
  margin: 0.5%;
  flex-grow: 1; }
  .blog-card .blog-img {
    width: 100%;
    top: 0;
    left: 0; }

.blog-card-body {
  padding: 0rem 1.6rem 2rem 1.6rem; }

@media (max-width: 800px) {
  .blog-card {
    min-width: 100%;
    float: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 0; } }
.pricebox-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  margin-top: 4rem; }

.pricebox {
  border: 10px solid var(--lightblue);
  border-radius: 2rem;
  padding: 2.5rem 6rem 3rem 2rem;
  margin: 1rem;
  position: relative; }
  .pricebox .subscription-name {
    font-weight: 300;
    line-height: 0;
    margin-top: .5rem;
    margin-bottom: 0rem; }
  .pricebox .price {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 5rem;
    margin: 0; }
    .pricebox .price .price-interval {
      font-weight: 400;
      font-size: 1.1rem; }
  .pricebox .cta-btn {
    position: absolute;
    bottom: 0rem;
    background: var(--yellow);
    color: var(--dark);
    font-weight: 700;
    bottom: -1.8rem;
    width: 80%;
    left: 10%;
    font-size: 1rem; }
  .pricebox .inactive-btn {
    background: #fff7e7 !important;
    color: grey; }
  .pricebox .inactive-content {
    opacity: .25; }
  .pricebox .coming-soon-badge-wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .pricebox .coming-soon-badge-wrapper .coming-soon-badge {
      background: var(--red);
      text-align: center;
      transform: rotate(40deg);
      left: 3rem;
      top: 1.5rem;
      position: absolute;
      width: 30rem; }
      .pricebox .coming-soon-badge-wrapper .coming-soon-badge p {
        color: white;
        font-weight: 700; }

.feature-bullets-wrapper {
  display: flex;
  margin-bottom: 1.25rem;
  position: relative; }
  .feature-bullets-wrapper .feature-bullet {
    width: 3rem;
    height: 2rem;
    color: var(--darkgreen);
    font-size: 1.5rem;
    padding-top: 1rem; }
  .feature-bullets-wrapper .feature-header {
    font-weight: 700;
    font-size: 1rem; }
  .feature-bullets-wrapper .feature-text {
    margin: 0;
    line-height: 0; }

.info-icon {
  cursor: pointer;
  margin-left: .5rem; }

.info-box {
  background: white;
  position: absolute;
  top: -3rem;
  left: 5rem;
  padding: 1rem 1.75rem 2rem 2rem;
  width: 90%;
  border-radius: 2rem;
  animation-name: fade-in-info-box;
  animation-duration: .1s;
  z-index: 999; }
  .info-box h4 {
    font-size: 1rem;
    font-weight: 700; }

@keyframes fade-in-info-box {
  0% {
    opacity: 0; }
  50% {
    opacity: .4; }
  100% {
    opacity: 1; } }
.info-box-overlay {
  background: var(--dark);
  opacity: .2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  animation-name: fade-in-info-overlay;
  animation-duration: .1s; }

@keyframes fade-in-info-overlay {
  0% {
    opacity: 0; }
  100% {
    opacity: .2; } }
@media (max-width: 426px) {
  .pricebox {
    width: 100%;
    margin-top: 3rem;
    padding: 2rem 2rem 3rem 2rem; }
    .pricebox .coming-soon-badge-wrapper .coming-soon-badge {
      right: 2rem;
      top: .85rem; }
      .pricebox .coming-soon-badge-wrapper .coming-soon-badge p {
        color: white;
        font-weight: 700;
        font-size: .5rem; }

  .pricebox:first-child {
    margin-top: 0rem; }

  .feature-bullets-wrapper .feature-bullet {
    width: 1.75rem;
    height: 1.5rem;
    font-size: 1rem;
    padding-top: .75rem; }
  .feature-bullets-wrapper .feature-header {
    font-size: .9rem;
    line-height: .5rem; }
  .feature-bullets-wrapper .feature-text {
    margin: 0;
    line-height: 0;
    font-size: .8rem; }

  .info-icon {
    cursor: pointer;
    margin-left: .5rem; }

  .info-box {
    background: white;
    position: absolute;
    top: 0rem;
    left: 0rem;
    padding: 1rem 1.75rem 2rem 2rem;
    width: 70%;
    border-radius: 1rem;
    animation-name: fade-in-info-box;
    animation-duration: .1s;
    z-index: 999; }
    .info-box h4 {
      font-size: .9rem;
      font-weight: 700; }
    .info-box p {
      font-size: .8rem; } }
@media (max-width: 376px) {
  .pricebox {
    width: 100%;
    margin-top: 3rem;
    padding: 2rem 2rem 3rem 2rem; }
    .pricebox .coming-soon-badge-wrapper .coming-soon-badge {
      left: 0rem;
      top: .85rem; }
      .pricebox .coming-soon-badge-wrapper .coming-soon-badge p {
        color: white;
        font-weight: 700;
        font-size: .6rem; }

  .pricebox:first-child {
    margin-top: 0rem; } }
@media (max-width: 321px) {
  .pricebox {
    width: 100%;
    margin-top: 3rem;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    margin-left: .2rem;
    margin-left: .2rem; }
    .pricebox .coming-soon-badge-wrapper .coming-soon-badge {
      left: -3rem;
      top: .85rem; }
      .pricebox .coming-soon-badge-wrapper .coming-soon-badge p {
        color: white;
        font-weight: 700;
        font-size: .6rem; }

  .pricebox:first-child {
    margin-top: 0rem; } }
.slide {
  clear: both;
  min-width: 5rem;
  height: 0px;
  overflow: hidden;
  text-align: center;
  transition: height .4s ease;
  position: absolute;
  right: 0%;
  background: var(--dark);
  border-radius: .65rem;
  z-index: 100; }

.slide li {
  list-style: none;
  font-weight: 700;
  font-size: .9rem;
  padding-right: 1rem;
  margin: 1rem;
  text-align: right; }
.slide a {
  color: white;
  text-decoration: none;
  cursor: pointer; }
.slide a:visited {
  color: white;
  text-decoration: none; }
.slide a:hover {
  color: var(--yellow);
  text-decoration: none;
  cursor: pointer; }

#touch {
  position: absolute;
  opacity: 0;
  height: 0px; }

#touch:checked + .slide {
  height: auto; }

.ml-1 {
  margin-left: .5rem; }

#language-selector {
  display: flex;
  align-content: center;
  height: 52px;
}
#language-selector div {
  position: relative;
}
#language-selector img {
  height: 30px;
  width:30px;
  top:8px;
  position: relative;
}
#language-selector img:first-child {
  margin-right: 10px;
}
/*# sourceMappingURL=website.css.map */
