/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "Brother";
  src: url(../../assets/fonts/Brother.woff) format("woff"), url(../../assets/fonts/Brother.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

:root {
  --color-white: #fff;
  --color-black: #222;
  --color-grey-light: #7d808c;
  --color-grey-light-2: #F9F8FF;
  --color-pink: #FF4EFF;
  --color-pink-light: #FFDBFC;
  --color-green: rgba(8, 187, 26, 0.7);
  --app-height: 100vh; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scrollbar-width: none; */
  -ms-overflow-style: none; }

@media only screen and (min-width: 850px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    /* display: none; */ }
  ::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background-color: var(--color-grey-light) !important;
    /* display: none; */ }
  ::-webkit-scrollbar-track {
    background-image: var(--color-white) !important;
    /* background-color: #6d6b8d; */
    /* display: none; */ } }

::-webkit-scrollbar-button {
  display: none; }

::selection {
  color: #fff;
  background-color: #6d6b8d; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s; }

.fade-enter-from,
.fade-enter,
.fade-leave-to {
  opacity: 0; }

html,
body,
.app,
.layout,
#app {
  padding: 0;
  margin: 0;
  color: var(--color-black);
  font-family: Rubik;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  overflow-y: visible !important; }

a,
button {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all .3s;
  display: inline-block; }

/* @media only screen and (max-width: 850px) and (min-height: 600px) {
    body,
    .app,
    .layout,
    a,
    button,
    p,
    span,
    div,
    strong {
      font-size: 15px !important;
    }
  } */
ul {
  list-style: none; }

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem; }

@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 13px; } }

textarea {
  resize: none;
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield; }

img,
picture,
source,
video,
svg {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

html {
  /* font-size: 62.5%; */
  font-size: 10px; }

@media only screen and (max-width: 1300px) {
  html {
    font-size: 8.96px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.36px; } }

@media only screen and (max-width: 1100px) {
  html {
    font-size: 8.04px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 7.68px; } }

@media only screen and (max-width: 800px) {
  html {
    font-size: 7.36px; } }

@media only screen and (max-width: 700px) {
  html {
    font-size: 7.04px; } }

@media only screen and (max-width: 680px) and (min-height: 800px) {
  html {
    font-size: 8px; } }

/* @media only screen and (max-width: 950px) and (min-height: 900px) and (min-width: 680px) {
  html {
    font-size: 8.7px;
  }
  } */
@media only screen and (max-width: 600px) {
  html {
    font-size: 7.5px; } }

@media only screen and (max-width: 450px) {
  html {
    font-size: 7.1px; } }

@media only screen and (max-width: 350px) {
  html {
    font-size: 6.56px; } }

@media only screen and (max-width: 1000px) and (max-height: 520px) {
  html {
    font-size: 7px; } }

@media only screen and (min-width: 1650px) {
  html {
    font-size: 11.68px; } }

@media only screen and (min-width: 2400px) {
  html {
    font-size: 12.5px; } }

/* SHARED CLASSES */
@media only screen and (max-width: 850px) {
  .desktop {
    display: none !important; } }

@media only screen and (min-width: 850px) {
  .mobile {
    display: none !important; } }

.opened {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important; }

.closed {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important; }

.hidden {
  display: none !important; }

.btn-primary {
  font-weight: 500;
  font-size: 2rem;
  padding: .85rem 5.75rem;
  background-color: var(--color-pink);
  color: #fefefe;
  border-radius: 2rem; }
  .btn-primary:hover {
    box-shadow: 0 0 2.25rem #FF4EFF;
    background-color: #ff02ff; }

.btn-secondary {
  font-weight: 500;
  font-size: 2rem;
  padding: .75rem 5.75rem;
  background-color: #06B1E5; }
  .btn-secondary:hover {
    box-shadow: 0 0 2.25rem #0087b1;
    background-color: #04779a; }

.btn-transparent {
  font-weight: 500;
  font-size: 2rem;
  padding: .75rem 5.75rem;
  border: 2px solid #7D808C;
  border-radius: 2rem; }
  .btn-transparent:hover {
    box-shadow: 0 0 2.25rem #7D808C;
    background-color: #7D808C;
    color: var(--color-white) !important; }

.btn-transparent-black {
  font-weight: 500;
  font-size: 2rem;
  padding: .75rem 5.75rem;
  border: 2px solid var(--color-black);
  border-radius: 2rem; }
  .btn-transparent-black:hover {
    box-shadow: 0 0 2.25rem #7D808C;
    background-color: #7D808C;
    border: 2px solid #7D808C;
    color: var(--color-white) !important; }

.btn-transparent-pink {
  font-size: 2rem;
  color: var(--color-pink);
  padding: .75rem 2.75rem;
  border: 2px solid var(--color-pink);
  border-radius: 2rem; }
  .btn-transparent-pink:hover {
    box-shadow: 0 0 2.25rem var(--color-pink);
    background-color: var(--color-pink);
    color: var(--color-white) !important; }

.btn-pink-arrow {
  display: flex;
  align-items: center;
  color: var(--color-pink);
  border-radius: 4rem;
  border: 1px solid var(--color-pink);
  padding: .4rem 1.5rem; }
  .btn-pink-arrow:hover {
    color: white;
    background-color: var(--color-pink); }
  .btn-pink-arrow:hover .arrow {
    filter: brightness(10); }
  .btn-pink-arrow .arrow {
    margin-left: 1rem;
    transition: all .3s;
    width: 1.3rem; }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%; }
  @media only screen and (max-width: 850px) {
    .navigation {
      background-color: var(--color-white);
      box-shadow: 0 0.35rem 6.2rem rgba(0, 0, 0, 0.1);
      padding: 1rem 0; } }
  .navigation .inner-container {
    margin: 0 auto;
    width: calc(94% - 14rem);
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 1300px) {
      .navigation .inner-container {
        width: calc(100% - 14rem); } }
    @media only screen and (max-width: 850px) {
      .navigation .inner-container {
        width: 70%; } }
    @media only screen and (max-width: 750px) {
      .navigation .inner-container {
        width: 75%; } }
    @media only screen and (max-width: 600px) {
      .navigation .inner-container {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .navigation .inner-container {
        width: 92%; } }
    @media only screen and (min-width: 850px) {
      .navigation .inner-container {
        background-color: var(--color-white);
        box-shadow: 0 0.35rem 6.2rem rgba(0, 0, 0, 0.1);
        border-radius: 0 0 2.7rem 2.7rem;
        padding: .5rem 4rem; } }
    .navigation .inner-container .left .list {
      display: flex;
      align-items: center;
      font-weight: 500; }
      .navigation .inner-container .left .list .item:not(:last-of-type) {
        margin-right: 2.25rem; }
      @media only screen and (max-width: 850px) {
        .navigation .inner-container .left .list .item .link {
          font-size: 16px; } }
      .navigation .inner-container .left .list .item .link:hover {
        opacity: .7; }
      .navigation .inner-container .left .list .logo-item {
        width: 3rem;
        margin-right: 4.2rem;
        margin-bottom: -2px; }
        .navigation .inner-container .left .list .logo-item .logo {
          width: 100%; }
    .navigation .inner-container .right {
      display: flex;
      align-items: center; }
      .navigation .inner-container .right .button-buy {
        font-weight: 500;
        color: var(--color-white);
        border-radius: .7rem 2rem;
        background-color: var(--color-black);
        padding: 1rem 4.4rem;
        margin-right: 1.3rem; }
        @media only screen and (max-width: 850px) {
          .navigation .inner-container .right .button-buy {
            font-size: 16px;
            white-space: nowrap; } }
        .navigation .inner-container .right .button-buy:hover {
          background-color: #7D808C; }
      .navigation .inner-container .right .email {
        font-weight: 700;
        margin-right: 1.25rem; }
      .navigation .inner-container .right .dropdown-opener {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        border-radius: 30rem;
        background-color: #f7f7f7;
        margin-right: 1.3rem; }
        @media only screen and (max-width: 850px) {
          .navigation .inner-container .right .dropdown-opener {
            margin-right: 0; } }
        .navigation .inner-container .right .dropdown-opener:hover {
          background-color: #eaeaea; }
        .navigation .inner-container .right .dropdown-opener .icon {
          width: 1.5rem; }
      .navigation .inner-container .right .navigation-dropdown-container .dropdown {
        position: fixed;
        top: 7rem;
        right: 12rem;
        z-index: 10000;
        background-color: var(--color-white);
        box-shadow: 0 0.35rem 6.2rem rgba(0, 0, 0, 0.2);
        border-radius: 2rem;
        padding: 2.2rem 2.2rem 3.5rem;
        width: 27rem; }
        @media only screen and (max-width: 1300px) {
          .navigation .inner-container .right .navigation-dropdown-container .dropdown {
            right: 8rem; } }
        @media only screen and (max-width: 850px) {
          .navigation .inner-container .right .navigation-dropdown-container .dropdown {
            right: 15%; } }
        @media only screen and (max-width: 750px) {
          .navigation .inner-container .right .navigation-dropdown-container .dropdown {
            right: 13%; } }
        @media only screen and (max-width: 600px) {
          .navigation .inner-container .right .navigation-dropdown-container .dropdown {
            right: 5%; } }
        @media only screen and (max-width: 450px) {
          .navigation .inner-container .right .navigation-dropdown-container .dropdown {
            right: 4%; } }
        .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .title {
          font-size: 2.3rem;
          margin-bottom: 1.2rem; }
        .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .buy-more {
          display: flex;
          align-items: center;
          padding: 1.3rem 0;
          border-top: 1px solid #E2E2E2;
          border-bottom: 1px solid #E2E2E2;
          padding-left: .4rem; }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .buy-more:hover {
            border-radius: .5rem;
            background-color: rgba(226, 226, 226, 0.3); }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .buy-more .plus {
            width: 1.4rem;
            margin-right: 1.2rem; }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .buy-more span {
            font-weight: 500;
            text-transform: uppercase;
            transition: all .3s; }
        .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .socials-list {
          display: flex;
          flex-direction: column;
          padding: 1.6rem 0;
          border-bottom: 1px solid #E2E2E2;
          margin-bottom: 1.6rem; }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .socials-list .item:not(:last-of-type) {
            margin-bottom: 1.2rem; }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .socials-list .item .link {
            display: flex;
            align-items: center; }
            .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .socials-list .item .link:hover span {
              opacity: .7; }
            .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .socials-list .item .link .icon {
              margin-right: 1rem; }
            .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .socials-list .item .link span {
              transition: all .3s; }
        .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .navigation-list {
          display: flex;
          flex-direction: column; }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .navigation-list .item:not(:last-of-type) {
            margin-bottom: 1.3rem; }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .navigation-list .item .link {
            font-weight: 500; }
            .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .navigation-list .item .link:hover {
              opacity: .7; }
          .navigation .inner-container .right .navigation-dropdown-container .dropdown .dropdown-inner-container .navigation-list .item .link-purple {
            color: var(--color-pink); }

.dropdown {
  transition: all .3s; }

.section {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0; }
  .section .inner-container {
    margin: 0 auto;
    width: calc(94% - 14rem);
    max-width: 1920px;
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 1300px) {
      .section .inner-container {
        width: calc(100% - 14rem); } }
    @media only screen and (max-width: 850px) {
      .section .inner-container {
        width: 70%; } }
    @media only screen and (max-width: 750px) {
      .section .inner-container {
        width: 75%; } }
    @media only screen and (max-width: 600px) {
      .section .inner-container {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .section .inner-container {
        width: 92%; } }

.input-group {
  border: 1px solid;
  border-image: linear-gradient(99.16deg, rgba(255, 255, 255, 0.1) 9.01%, rgba(255, 255, 255, 0) 112.21%) 1;
  position: relative;
  margin-bottom: 2.25rem; }
  @media only screen and (max-width: 600px) {
    .input-group {
      width: 100% !important; } }
  .input-group:last-of-type {
    margin-bottom: 2.75rem; }
  .input-group .icon {
    position: absolute;
    top: 50%;
    left: 2.5rem;
    transform: translateY(-50%);
    width: 2.1rem; }
    @media only screen and (max-width: 850px) {
      .input-group .icon {
        width: 2rem; } }
  .input-group .input {
    width: 100%;
    padding: 1.5rem 2.5rem 1.5rem 5.5rem;
    background-color: #fefefe;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem; }
    @media only screen and (max-width: 850px) {
      .input-group .input {
        padding-left: 6.75rem;
        border-radius: 3rem; } }
    .input-group .input::placeholder {
      color: var(--color-black); }

.top-navigation {
  position: relative;
  z-index: 40000;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8rem;
  padding-top: 2.5rem; }
  @media only screen and (max-width: 850px) {
    .top-navigation {
      padding-top: 4rem; } }
  .top-navigation .logo {
    width: 10rem; }
    @media only screen and (max-width: 850px) {
      .top-navigation .logo {
        width: 12rem; } }
  .top-navigation .right {
    display: flex;
    align-items: center; }
  .top-navigation .menu-button.active .icon.active {
    width: 30%;
    display: block !important; }
  .top-navigation .menu-button.active .icon.not-active {
    width: 40%;
    display: none !important; }
  .top-navigation .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #000;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12); }
    @media only screen and (max-width: 850px) {
      .top-navigation .menu-button {
        width: 6.5rem;
        height: 6.5rem; } }
    .top-navigation .menu-button:hover {
      background-color: #262626; }
    .top-navigation .menu-button .icon.active {
      width: 30%;
      display: none; }
    .top-navigation .menu-button .icon.not-active {
      width: 40%; }
  .top-navigation .gigabytes-container {
    font-weight: 600;
    font-size: 2.2rem;
    text-align: center;
    padding: .65rem 3.5rem;
    border: 1px solid rgba(6, 177, 229, 0.28);
    margin-right: 2.25rem;
    white-space: nowrap; }
    @media only screen and (max-width: 850px) {
      .top-navigation .gigabytes-container {
        padding: .65rem 3rem; } }
    @media only screen and (max-width: 400px) {
      .top-navigation .gigabytes-container {
        margin-right: 1rem; } }
    .top-navigation .gigabytes-container .blue {
      color: #06B1E5; }
    .top-navigation .gigabytes-container .grey {
      color: rgba(254, 254, 254, 0.3); }

.input-range-group {
  border: 1px solid;
  border-image: linear-gradient(99.16deg, rgba(255, 255, 255, 0.07) 9.01%, rgba(255, 255, 255, 0) 112.21%) 1;
  background-color: var(--color-white) !important;
  padding: 1.5rem; }
  @media only screen and (max-width: 680px) {
    .input-range-group {
      width: 100%; } }
  .input-range-group .value-container {
    display: flex;
    margin-bottom: 1.15rem; }
    .input-range-group .value-container .gb {
      display: inline-block;
      margin-right: .5rem; }
      @media only screen and (max-width: 850px) {
        .input-range-group .value-container .gb {
          font-size: 2.2rem; } }
    @media only screen and (max-width: 850px) {
      .input-range-group .value-container .value {
        font-size: 2.2rem; } }
  .input-range-group .min-max {
    display: flex;
    justify-content: space-between;
    color: var(--color-grey-light) !important;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 1.15rem; }
    @media only screen and (max-width: 850px) {
      .input-range-group .min-max {
        font-size: 1.9rem; } }
  .input-range-group .input-range {
    cursor: grab;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    background-image: linear-gradient(var(--color-pink), var(--color-pink));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    border-radius: 10px; }
    .input-range-group .input-range:active {
      cursor: grabbing; }
    .input-range-group .input-range::-webkit-slider-thumb {
      appearance: none;
      -webkit-appearance: none;
      width: 15px !important;
      height: 15px !important;
      border-radius: 100%;
      background-color: var(--color-black); }
    .input-range-group .input-range::-moz-range-thumb {
      appearance: none;
      -webkit-appearance: none;
      width: 15px !important;
      height: 15px !important;
      border-radius: 100%;
      background-color: var(--color-black); }
    .input-range-group .input-range::-ms-thumb {
      appearance: none;
      -webkit-appearance: none;
      width: 15px !important;
      height: 15px !important;
      border-radius: 100%;
      background-color: var(--color-black); }
    .input-range-group .input-range::-webkit-slider-runnable-track {
      appearance: none;
      -webkit-appearance: none;
      background-color: transparent;
      border-radius: 10px;
      border: none; }
    .input-range-group .input-range::-moz-range-track {
      appearance: none;
      -webkit-appearance: none;
      background-color: transparent;
      box-shadow: none;
      border-radius: 10px;
      border: none; }
    .input-range-group .input-range::-ms-track {
      appearance: none;
      -webkit-appearance: none;
      background-color: transparent;
      box-shadow: none;
      border-radius: 10px;
      border: none; }

.footer {
  display: flex;
  align-items: center;
  padding: 7rem 0 9rem;
  border-top: 2px solid rgba(255, 255, 255, 0.05); }
  .footer .content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 850px) {
      .footer .content {
        flex-direction: column;
        align-items: center; } }
    .footer .content .logo {
      width: 11rem; }
      @media only screen and (max-width: 850px) {
        .footer .content .logo {
          margin-bottom: 5rem; } }
    .footer .content p {
      color: rgba(254, 254, 254, 0.3); }
    .footer .content .heavens-logo-container .flex-container {
      display: flex;
      align-items: center;
      margin-bottom: -1rem; }
    .footer .content .heavens-logo-container .heavens-logo {
      width: 5.25rem;
      -webkit-mask-image: linear-gradient(180deg, #000, #000 40%, rgba(255, 255, 255, 0));
      mask-image: linear-gradient(180deg, #000, #000 40%, rgba(255, 255, 255, 0)); }
      @media only screen and (max-width: 850px) {
        .footer .content .heavens-logo-container .heavens-logo {
          width: 6.25rem; } }
    .footer .content .heavens-logo-container .heavens-name {
      font-weight: 600;
      font-size: 2.2rem;
      letter-spacing: .4px; }
      @media only screen and (max-width: 850px) {
        .footer .content .heavens-logo-container .heavens-name {
          font-size: 2.4rem; } }
    .footer .content .heavens-logo-container .designed-text {
      color: #5C5C5C;
      font-size: 1.3rem; }
      @media only screen and (max-width: 850px) {
        .footer .content .heavens-logo-container .designed-text {
          font-size: 1.5rem;
          display: inline-block;
          margin-left: -3px; } }
    .footer .content .navigation {
      display: flex; }
      @media only screen and (max-width: 850px) {
        .footer .content .navigation {
          margin-bottom: 5rem; } }
      @media only screen and (max-width: 400px) {
        .footer .content .navigation {
          flex-direction: column;
          align-items: center; } }
      .footer .content .navigation .flex-container {
        display: flex; }
        @media only screen and (max-width: 400px) {
          .footer .content .navigation .flex-container:not(:last-of-type) {
            margin-bottom: 2rem; } }
      .footer .content .navigation .link {
        color: #CECACF;
        white-space: nowrap;
        padding: 0 1.5rem; }
        .footer .content .navigation .link:hover {
          color: #a9a2ab; }

#notification {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000000;
  background-color: #017001;
  width: 47rem;
  padding: 5.75rem 2rem 7.25rem;
  box-shadow: 0 0.5rem 5rem 0 rgba(0, 0, 0, 0.5);
  border-end-start-radius: 2.5rem;
  border-end-end-radius: 2.5rem;
  font-weight: 600 !important;
  font-size: 2.8rem;
  transition: all .3s; }

.menu-container {
  position: relative; }
  .menu-container .navigation-menu {
    font-weight: 600;
    width: 36rem;
    position: absolute;
    top: 110%;
    right: 50%;
    background-color: #000;
    padding: 2.75rem 2.75rem 3.25rem;
    transition: all .3s; }
    .menu-container .navigation-menu .email {
      font-weight: 400;
      font-size: 2.2rem;
      display: inline-block;
      margin-bottom: 2.5rem; }
    .menu-container .navigation-menu .gigabytes-container {
      font-size: 1.8rem;
      text-align: center;
      padding: 1rem 2.5rem;
      width: 100%;
      margin-bottom: 2.5rem;
      border: none;
      background-image: repeating-linear-gradient(to right, #2F4766 0%, #2F4766 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #2F4766 0%, #2F4766 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #2F4766 0%, #2F4766 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #2F4766 0%, #2F4766 50%, transparent 50%, transparent 100%);
      background-position: left top, left bottom, left top, right top;
      background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
      background-size: 25px 1px, 25px 1px, 1px 25px, 1px 25px; }
      .menu-container .navigation-menu .gigabytes-container .blue {
        color: #06B1E5; }
      .menu-container .navigation-menu .gigabytes-container .grey {
        color: rgba(254, 254, 254, 0.3); }
    .menu-container .navigation-menu .line {
      height: 2px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      margin: 1.5rem 0; }
    .menu-container .navigation-menu .add-gigabyte {
      font-size: 2rem;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start; }
      .menu-container .navigation-menu .add-gigabyte:hover .text {
        color: #999999; }
      .menu-container .navigation-menu .add-gigabyte .icon {
        font-size: 4.5rem;
        color: rgba(255, 255, 255, 0.5);
        margin-right: 2rem;
        line-height: .9; }
      .menu-container .navigation-menu .add-gigabyte .text {
        transition: all .3s; }
    .menu-container .navigation-menu .links {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .menu-container .navigation-menu .links .link {
        font-size: 2rem; }
        .menu-container .navigation-menu .links .link:first-of-type {
          margin-top: 2rem; }
        .menu-container .navigation-menu .links .link:not(:last-of-type) {
          margin-bottom: 2.5rem; }
        .menu-container .navigation-menu .links .link:hover {
          color: #999999; }

.button-switch-dark-mode {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  position: relative;
  background-color: var(--color-black); }
  @media screen and (max-width: 850px) {
    .button-switch-dark-mode {
      width: 35px;
      height: 35px; } }
  .button-switch-dark-mode:hover {
    background-color: #505050; }
  .button-switch-dark-mode .icon-dark {
    display: none; }
  .button-switch-dark-mode .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    filter: none !important; }

.dark-theme,
.dark-theme body {
  background-color: #000; }
  .dark-theme .button-switch-dark-mode,
  .dark-theme body .button-switch-dark-mode {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    position: relative;
    background-color: var(--color-white); }
    .dark-theme .button-switch-dark-mode:hover,
    .dark-theme body .button-switch-dark-mode:hover {
      background-color: #D9D9D9; }
    .dark-theme .button-switch-dark-mode .icon-dark,
    .dark-theme body .button-switch-dark-mode .icon-dark {
      display: block; }
    .dark-theme .button-switch-dark-mode .icon-light,
    .dark-theme body .button-switch-dark-mode .icon-light {
      display: none; }
  @media screen and (max-width: 850px) {
    .dark-theme .navigation,
    .dark-theme body .navigation {
      background-color: var(--color-black); } }
  @media screen and (min-width: 850px) {
    .dark-theme .navigation .inner-container,
    .dark-theme body .navigation .inner-container {
      background-color: var(--color-black); } }
  .dark-theme .navigation .inner-container .right .button-buy,
  .dark-theme body .navigation .inner-container .right .button-buy {
    color: #000;
    background-color: var(--color-white); }
    .dark-theme .navigation .inner-container .right .button-buy:hover,
    .dark-theme body .navigation .inner-container .right .button-buy:hover {
      background-color: #D9D9D9; }
  .dark-theme .navigation *:not(.mobile-menu__buttons__el),
  .dark-theme body .navigation *:not(.mobile-menu__buttons__el) {
    color: var(--color-white); }
  .dark-theme .navigation .dropdown-opener,
  .dark-theme body .navigation .dropdown-opener {
    background-color: #303030 !important; }
    .dark-theme .navigation .dropdown-opener:hover,
    .dark-theme body .navigation .dropdown-opener:hover {
      background-color: #505050 !important; }
    .dark-theme .navigation .dropdown-opener .icon,
    .dark-theme body .navigation .dropdown-opener .icon {
      filter: brightness(1000%); }
  .dark-theme .navigation .dropdown,
  .dark-theme body .navigation .dropdown {
    background-color: var(--color-black) !important; }
    .dark-theme .navigation .dropdown .icon,
    .dark-theme .navigation .dropdown .plus,
    .dark-theme body .navigation .dropdown .icon,
    .dark-theme body .navigation .dropdown .plus {
      filter: brightness(50%) invert(5); }
    .dark-theme .navigation .dropdown .buy-more,
    .dark-theme body .navigation .dropdown .buy-more {
      border-top: 1px solid #505050 !important;
      border-bottom: 1px solid #505050 !important; }
      .dark-theme .navigation .dropdown .buy-more:hover,
      .dark-theme body .navigation .dropdown .buy-more:hover {
        background-color: rgba(226, 226, 226, 0.15) !important; }
    .dark-theme .navigation .dropdown .socials-list,
    .dark-theme body .navigation .dropdown .socials-list {
      border-bottom: 1px solid #505050 !important; }
  .dark-theme .navigation .mobile-button svg rect,
  .dark-theme body .navigation .mobile-button svg rect {
    fill: white; }
  .dark-theme .navigation .mobile-menu,
  .dark-theme body .navigation .mobile-menu {
    background-color: #000; }
    .dark-theme .navigation .mobile-menu__box__transactions,
    .dark-theme body .navigation .mobile-menu__box__transactions {
      background-color: transparent !important; }
    .dark-theme .navigation .mobile-menu__box__cards__el__links__el__text,
    .dark-theme body .navigation .mobile-menu__box__cards__el__links__el__text {
      color: var(--color-white) !important; }
    .dark-theme .navigation .mobile-menu__box__cards__el__links__el__img__color,
    .dark-theme body .navigation .mobile-menu__box__cards__el__links__el__img__color {
      fill: #7D808C !important; }
    .dark-theme .navigation .mobile-menu .icon,
    .dark-theme .navigation .mobile-menu .plus, .dark-theme .navigation .mobile-menu__box__transactions__right__img,
    .dark-theme .navigation .mobile-menu svg,
    .dark-theme body .navigation .mobile-menu .icon,
    .dark-theme body .navigation .mobile-menu .plus,
    .dark-theme body .navigation .mobile-menu__box__transactions__right__img,
    .dark-theme body .navigation .mobile-menu svg {
      filter: brightness(50%) invert(5); }
    .dark-theme .navigation .mobile-menu__buttons__el:not(.purple), .dark-theme .navigation .mobile-menu__box__cards__el__title, .dark-theme .navigation .mobile-menu__box__cards__el__info__text,
    .dark-theme body .navigation .mobile-menu__buttons__el:not(.purple),
    .dark-theme body .navigation .mobile-menu__box__cards__el__title,
    .dark-theme body .navigation .mobile-menu__box__cards__el__info__text {
      color: #7D808C; }
    .dark-theme .navigation .mobile-menu__links,
    .dark-theme body .navigation .mobile-menu__links {
      border-top: 1px solid #303030 !important;
      border-bottom: 1px solid #303030 !important; }
    .dark-theme .navigation .mobile-menu__box__account, .dark-theme .navigation .mobile-menu__box__transactions,
    .dark-theme body .navigation .mobile-menu__box__account,
    .dark-theme body .navigation .mobile-menu__box__transactions {
      border-bottom: 1px solid #303030 !important; }
    .dark-theme .navigation .mobile-menu__box__cards__el,
    .dark-theme body .navigation .mobile-menu__box__cards__el {
      border: 1px solid #303030 !important; }
    .dark-theme .navigation .mobile-menu__box__cards__el__links__el,
    .dark-theme body .navigation .mobile-menu__box__cards__el__links__el {
      border-top: 1px solid #303030 !important; }
  .dark-theme footer,
  .dark-theme body footer {
    background-color: #000 !important;
    border-top: 1px solid #222 !important; }
    .dark-theme footer .footer-bottom__content__bottom,
    .dark-theme body footer .footer-bottom__content__bottom {
      border-image-source: linear-gradient(90deg, rgba(229, 209, 232, 0) 0%, #222 51.56%, rgba(229, 209, 232, 0) 100%); }
      .dark-theme footer .footer-bottom__content__bottom__heavens,
      .dark-theme body footer .footer-bottom__content__bottom__heavens {
        color: var(--color-white); }
  .dark-theme .buy-gb__left,
  .dark-theme .transactions__left,
  .dark-theme .activeProxy__left,
  .dark-theme .profile__left,
  .dark-theme body .buy-gb__left,
  .dark-theme body .transactions__left,
  .dark-theme body .activeProxy__left,
  .dark-theme body .profile__left {
    background: #151515;
    border: 1px solid #1F1F1F; }
    .dark-theme .buy-gb__left [class$="__account__box__email"],
    .dark-theme .buy-gb__left [class$="__transactions__left__text"],
    .dark-theme .buy-gb__left [class$="__cards__el__info__number"],
    .dark-theme .transactions__left [class$="__account__box__email"],
    .dark-theme .transactions__left [class$="__transactions__left__text"],
    .dark-theme .transactions__left [class$="__cards__el__info__number"],
    .dark-theme .activeProxy__left [class$="__account__box__email"],
    .dark-theme .activeProxy__left [class$="__transactions__left__text"],
    .dark-theme .activeProxy__left [class$="__cards__el__info__number"],
    .dark-theme .profile__left [class$="__account__box__email"],
    .dark-theme .profile__left [class$="__transactions__left__text"],
    .dark-theme .profile__left [class$="__cards__el__info__number"],
    .dark-theme body .buy-gb__left [class$="__account__box__email"],
    .dark-theme body .buy-gb__left [class$="__transactions__left__text"],
    .dark-theme body .buy-gb__left [class$="__cards__el__info__number"],
    .dark-theme body .transactions__left [class$="__account__box__email"],
    .dark-theme body .transactions__left [class$="__transactions__left__text"],
    .dark-theme body .transactions__left [class$="__cards__el__info__number"],
    .dark-theme body .activeProxy__left [class$="__account__box__email"],
    .dark-theme body .activeProxy__left [class$="__transactions__left__text"],
    .dark-theme body .activeProxy__left [class$="__cards__el__info__number"],
    .dark-theme body .profile__left [class$="__account__box__email"],
    .dark-theme body .profile__left [class$="__transactions__left__text"],
    .dark-theme body .profile__left [class$="__cards__el__info__number"] {
      color: var(--color-white); }
    .dark-theme .buy-gb__left [class$="__cards__el__links__el__text"],
    .dark-theme .transactions__left [class$="__cards__el__links__el__text"],
    .dark-theme .activeProxy__left [class$="__cards__el__links__el__text"],
    .dark-theme .profile__left [class$="__cards__el__links__el__text"],
    .dark-theme body .buy-gb__left [class$="__cards__el__links__el__text"],
    .dark-theme body .transactions__left [class$="__cards__el__links__el__text"],
    .dark-theme body .activeProxy__left [class$="__cards__el__links__el__text"],
    .dark-theme body .profile__left [class$="__cards__el__links__el__text"] {
      color: var(--color-grey-light); }
    .dark-theme .buy-gb__left [class$="__box__cards__el"],
    .dark-theme .transactions__left [class$="__box__cards__el"],
    .dark-theme .activeProxy__left [class$="__box__cards__el"],
    .dark-theme .profile__left [class$="__box__cards__el"],
    .dark-theme body .buy-gb__left [class$="__box__cards__el"],
    .dark-theme body .transactions__left [class$="__box__cards__el"],
    .dark-theme body .activeProxy__left [class$="__box__cards__el"],
    .dark-theme body .profile__left [class$="__box__cards__el"] {
      border: 1px solid #303030; }
    .dark-theme .buy-gb__left [class$="__box__cards__el__links"] a,
    .dark-theme .transactions__left [class$="__box__cards__el__links"] a,
    .dark-theme .activeProxy__left [class$="__box__cards__el__links"] a,
    .dark-theme .profile__left [class$="__box__cards__el__links"] a,
    .dark-theme body .buy-gb__left [class$="__box__cards__el__links"] a,
    .dark-theme body .transactions__left [class$="__box__cards__el__links"] a,
    .dark-theme body .activeProxy__left [class$="__box__cards__el__links"] a,
    .dark-theme body .profile__left [class$="__box__cards__el__links"] a {
      border-top: 1px solid #303030; }
    .dark-theme .buy-gb__left [class$="__box__account"],
    .dark-theme .buy-gb__left [class$="__box__transactions"],
    .dark-theme .transactions__left [class$="__box__account"],
    .dark-theme .transactions__left [class$="__box__transactions"],
    .dark-theme .activeProxy__left [class$="__box__account"],
    .dark-theme .activeProxy__left [class$="__box__transactions"],
    .dark-theme .profile__left [class$="__box__account"],
    .dark-theme .profile__left [class$="__box__transactions"],
    .dark-theme body .buy-gb__left [class$="__box__account"],
    .dark-theme body .buy-gb__left [class$="__box__transactions"],
    .dark-theme body .transactions__left [class$="__box__account"],
    .dark-theme body .transactions__left [class$="__box__transactions"],
    .dark-theme body .activeProxy__left [class$="__box__account"],
    .dark-theme body .activeProxy__left [class$="__box__transactions"],
    .dark-theme body .profile__left [class$="__box__account"],
    .dark-theme body .profile__left [class$="__box__transactions"] {
      border-bottom: 1px solid #303030; }
      .dark-theme .buy-gb__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme .buy-gb__left [class$="__box__transactions"] [class$="__box__transactions__right__img"],
      .dark-theme .transactions__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme .transactions__left [class$="__box__transactions"] [class$="__box__transactions__right__img"],
      .dark-theme .activeProxy__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme .activeProxy__left [class$="__box__transactions"] [class$="__box__transactions__right__img"],
      .dark-theme .profile__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme .profile__left [class$="__box__transactions"] [class$="__box__transactions__right__img"],
      .dark-theme body .buy-gb__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme body .buy-gb__left [class$="__box__transactions"] [class$="__box__transactions__right__img"],
      .dark-theme body .transactions__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme body .transactions__left [class$="__box__transactions"] [class$="__box__transactions__right__img"],
      .dark-theme body .activeProxy__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme body .activeProxy__left [class$="__box__transactions"] [class$="__box__transactions__right__img"],
      .dark-theme body .profile__left [class$="__box__account"] [class$="__box__transactions__right__img"],
      .dark-theme body .profile__left [class$="__box__transactions"] [class$="__box__transactions__right__img"] {
        filter: brightness(1000%) invert(5); }
    .dark-theme .buy-gb__left [class$="__box__transactions"]:hover,
    .dark-theme .transactions__left [class$="__box__transactions"]:hover,
    .dark-theme .activeProxy__left [class$="__box__transactions"]:hover,
    .dark-theme .profile__left [class$="__box__transactions"]:hover,
    .dark-theme body .buy-gb__left [class$="__box__transactions"]:hover,
    .dark-theme body .transactions__left [class$="__box__transactions"]:hover,
    .dark-theme body .activeProxy__left [class$="__box__transactions"]:hover,
    .dark-theme body .profile__left [class$="__box__transactions"]:hover {
      background-color: #222; }
  .dark-theme .popup,
  .dark-theme body .popup {
    background-color: rgba(0, 0, 0, 0.6); }
    .dark-theme .popup__content,
    .dark-theme body .popup__content {
      background-color: #171717; }
      .dark-theme .popup__content__left__title__black,
      .dark-theme body .popup__content__left__title__black {
        color: var(--color-white); }
      .dark-theme .popup__content__left__price__black,
      .dark-theme body .popup__content__left__price__black {
        color: var(--color-white); }
      .dark-theme .popup__content__left__price__grey,
      .dark-theme body .popup__content__left__price__grey {
        color: var(--color-grey-light); }
      .dark-theme .popup__content__left__settings-box__el:not(.green),
      .dark-theme body .popup__content__left__settings-box__el:not(.green) {
        border: 1px solid #303030; }
      .dark-theme .popup__content__left__settings-box__el__wrapper,
      .dark-theme body .popup__content__left__settings-box__el__wrapper {
        background-color: transparent !important; }
      .dark-theme .popup__content__left__settings-box__el__value,
      .dark-theme body .popup__content__left__settings-box__el__value {
        color: var(--color-white); }
      .dark-theme .popup__content__left__settings-box__el__value.green,
      .dark-theme body .popup__content__left__settings-box__el__value.green {
        color: #3ED268; }
      .dark-theme .popup__content__left__settings-box__el__button,
      .dark-theme body .popup__content__left__settings-box__el__button {
        filter: brightness(1000%); }
      .dark-theme .popup__content .dropdown-menu-page,
      .dark-theme body .popup__content .dropdown-menu-page {
        background-color: #303030; }
        .dark-theme .popup__content .dropdown-menu-page .dropdown-el__name,
        .dark-theme .popup__content .dropdown-menu-page .dropdown-el,
        .dark-theme body .popup__content .dropdown-menu-page .dropdown-el__name,
        .dark-theme body .popup__content .dropdown-menu-page .dropdown-el {
          color: var(--color-white); }
        .dark-theme .popup__content .dropdown-menu-page .dropdown-el:hover,
        .dark-theme body .popup__content .dropdown-menu-page .dropdown-el:hover {
          background-color: #4a4a4a; }
  .dark-theme .hint__box,
  .dark-theme body .hint__box {
    background-color: #171717;
    border: 1px solid #7D808C;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); }
  .dark-theme .transactions__right__statistics__el,
  .dark-theme body .transactions__right__statistics__el {
    border: 1px solid #303030; }
    .dark-theme .transactions__right__statistics__el__time,
    .dark-theme body .transactions__right__statistics__el__time {
      color: var(--color-grey-light); }
    .dark-theme .transactions__right__statistics__el__money,
    .dark-theme body .transactions__right__statistics__el__money {
      color: var(--color-white); }
  .dark-theme .transactions__right__transactions .dropdown-menu-page,
  .dark-theme .activeProxy__right__proxy .dropdown-menu-page,
  .dark-theme body .transactions__right__transactions .dropdown-menu-page,
  .dark-theme body .activeProxy__right__proxy .dropdown-menu-page {
    background-color: #000;
    border: 1px solid #303030 !important; }
    .dark-theme .transactions__right__transactions .dropdown-menu-page .dropdown-el__name,
    .dark-theme .transactions__right__transactions .dropdown-menu-page .dropdown-el,
    .dark-theme .activeProxy__right__proxy .dropdown-menu-page .dropdown-el__name,
    .dark-theme .activeProxy__right__proxy .dropdown-menu-page .dropdown-el,
    .dark-theme body .transactions__right__transactions .dropdown-menu-page .dropdown-el__name,
    .dark-theme body .transactions__right__transactions .dropdown-menu-page .dropdown-el,
    .dark-theme body .activeProxy__right__proxy .dropdown-menu-page .dropdown-el__name,
    .dark-theme body .activeProxy__right__proxy .dropdown-menu-page .dropdown-el {
      color: var(--color-white); }
    .dark-theme .transactions__right__transactions .dropdown-menu-page .dropdown-el:hover,
    .dark-theme .activeProxy__right__proxy .dropdown-menu-page .dropdown-el:hover,
    .dark-theme body .transactions__right__transactions .dropdown-menu-page .dropdown-el:hover,
    .dark-theme body .activeProxy__right__proxy .dropdown-menu-page .dropdown-el:hover {
      background-color: #303030; }
  .dark-theme .transactions__right__transactions__title,
  .dark-theme .activeProxy__right__proxy__title,
  .dark-theme body .transactions__right__transactions__title,
  .dark-theme body .activeProxy__right__proxy__title {
    color: var(--color-white); }
    .dark-theme .transactions__right__transactions__title__buttons__filter,
    .dark-theme .activeProxy__right__proxy__title__buttons__filter,
    .dark-theme body .transactions__right__transactions__title__buttons__filter,
    .dark-theme body .activeProxy__right__proxy__title__buttons__filter {
      background-color: #000;
      border: 1px solid #303030 !important; }
      .dark-theme .transactions__right__transactions__title__buttons__filter img,
      .dark-theme .transactions__right__transactions__title__buttons__filter svg,
      .dark-theme .activeProxy__right__proxy__title__buttons__filter img,
      .dark-theme .activeProxy__right__proxy__title__buttons__filter svg,
      .dark-theme body .transactions__right__transactions__title__buttons__filter img,
      .dark-theme body .transactions__right__transactions__title__buttons__filter svg,
      .dark-theme body .activeProxy__right__proxy__title__buttons__filter img,
      .dark-theme body .activeProxy__right__proxy__title__buttons__filter svg {
        filter: brightness(1000%) invert(5); }
  .dark-theme .transactions__right__transactions__box__el,
  .dark-theme .activeProxy__right__proxy__box__el,
  .dark-theme body .transactions__right__transactions__box__el,
  .dark-theme body .activeProxy__right__proxy__box__el {
    border-top: 1px solid #303030;
    transition: all .3s; }
    .dark-theme .transactions__right__transactions__box__el:hover,
    .dark-theme .activeProxy__right__proxy__box__el:hover,
    .dark-theme body .transactions__right__transactions__box__el:hover,
    .dark-theme body .activeProxy__right__proxy__box__el:hover {
      background-color: #1e1e1e; }
    .dark-theme .transactions__right__transactions__box__el__info__days,
    .dark-theme .activeProxy__right__proxy__box__el__info__days,
    .dark-theme body .transactions__right__transactions__box__el__info__days,
    .dark-theme body .activeProxy__right__proxy__box__el__info__days {
      color: var(--color-grey-light); }
    .dark-theme .transactions__right__transactions__box__el__info__name,
    .dark-theme .activeProxy__right__proxy__box__el__info__name,
    .dark-theme body .transactions__right__transactions__box__el__info__name,
    .dark-theme body .activeProxy__right__proxy__box__el__info__name {
      color: var(--color-white); }
    .dark-theme .transactions__right__transactions__box__el__info__cards__el,
    .dark-theme .activeProxy__right__proxy__box__el__info__cards__el,
    .dark-theme body .transactions__right__transactions__box__el__info__cards__el,
    .dark-theme body .activeProxy__right__proxy__box__el__info__cards__el {
      border: 1px solid #303030;
      background-color: transparent;
      color: var(--color-grey-light); }
