.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  overflow: scroll;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.desktop-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 85px;
  min-height: 85px;
  padding: 8px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1165px;
  max-width: 1420px;
  min-height: 60px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  padding: 15px 17.5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-size: 16px;
  font-weight: 400;
}

.nav-link-2:hover {
  color: #456dfe;
}

.nav-link-2.home {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px none #456dfe;
  font-family: Lato, sans-serif;
  color: #456dfe;
  font-weight: 700;
}

.nav-link-2.about-us {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px none #456dfe;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 700;
}

.menu-button {
  display: none;
}

.nav-home {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: none;
}

.nav-home:hover {
  color: #fff;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.line-2 {
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #20193a;
}

.mobile-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: transparent;
}

.burger-wrapper-2 {
  position: relative;
  z-index: 201;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.nav-menu-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.full-screen-menu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
}

.nav-work {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: none;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.line-1 {
  width: 27px;
  height: 2px;
  background-color: #000;
}

.line-3 {
  width: 27px;
  height: 2px;
  background-color: #20193a;
}

.menu-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-contact {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: none;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.section-hero-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 25px 190px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafd;
  background-image: url('../images/Background-Desktop.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-make-an-appoitment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Desktop-Make-an-Appoitment.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.maa-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-maa-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.paragraph-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.btn-maa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 204px;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.15);
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  width: 142px;
  height: 33px;
  background-image: url('../images/Logo-Footer.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bottom-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1165px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6b8c4;
}

.footer-link {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.about-us {
  color: rgba(51, 51, 51, 0.5);
}

.footer-link.about-us.w--current {
  color: #0e1331;
}

.footer-link.packages {
  color: rgba(51, 51, 51, 0.5);
}

.footer-link.packages.w--current {
  color: #0e1331;
}

.footer-link.home-page {
  margin-right: 30px;
  margin-left: 30px;
  color: rgba(51, 51, 51, 0.5);
}

.footer-link.home-page.w--current {
  color: #0e1331;
}

.footer-link.terms-policies {
  color: rgba(51, 51, 51, 0.5);
}

.footer-link.terms-policies.w--current {
  color: #0e1331;
}

.footer-link.ccr {
  margin-top: 0px;
  color: rgba(51, 51, 51, 0.5);
}

.footer-link.ccr.w--current {
  color: #0e1331;
}

.footer-link.how-it-works {
  color: rgba(51, 51, 51, 0.5);
}

.footer-link.how-it-works.w--current {
  color: #0e1331;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 30px;
  background-color: rgba(69, 109, 254, 0.15);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.bold-text {
  display: block;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 400;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1165px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 63px;
}

.text-block-14 {
  margin-top: 15px;
  padding-right: 125px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 204px;
  height: 65px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e4ecfe;
  font-family: Lato, sans-serif;
  color: #456dfe;
  font-weight: 700;
}

.button-2.hero {
  width: 320px;
  height: 70px;
  margin-top: 45px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: #456dfe;
  color: #fff;
}

.button-2.hero:hover {
  background-color: #2d58f5;
}

.button-2.individual {
  margin-bottom: 0px;
}

.animation-wrapper {
  width: 573px;
  height: 544px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.hero-wrapper--home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1165px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.animation-mobile {
  display: none;
}

.animation-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 573px;
  height: 544px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/hero-image-desktop.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.middle-tect-wrap {
  margin-top: 35px;
}

.middle-tect-wrap.individual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-bracket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 550px;
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket.individual {
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-1 {
  width: 250px;
  margin-top: 0px;
  margin-bottom: -4px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px none #456dfe;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 16px;
}

.tab-link-tab-1.w--current {
  border-bottom-style: solid;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-span-72 {
  color: #ffaf3e;
  font-weight: 700;
}

.tab-link-tab-2 {
  width: 250px;
  margin-bottom: -4px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 16px;
}

.tab-link-tab-2.w--current {
  width: 250px;
  margin-bottom: -4px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 4px solid #456dfe;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.div-block-18 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pricing-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #333;
  font-size: 20px;
  text-align: center;
}

.upper-price-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle-text-2-wrapper {
  font-size: 16px;
}

.text-span-4 {
  color: rgba(51, 51, 51, 0.5);
  font-weight: 400;
}

.text-block-4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 400;
  text-align: center;
}

.text-block-4._1 {
  color: #333;
  font-weight: 700;
}

.text-block-4._1._2 {
  margin-bottom: 0px;
}

.text-block-4._1.individual {
  padding-right: 15px;
  padding-left: 15px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.text-block-4._3 {
  margin-bottom: 0px;
}

.heading-28 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 4px solid rgba(51, 51, 51, 0.15);
  border-radius: 2px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-span-5 {
  color: #456dfe;
  font-weight: 700;
}

.text-span-59 {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 35px;
}

.text-block-12 {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
}

.text-block-12.individual {
  margin-top: 40px;
  color: #456dfe;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1165px;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.tab-pane-tab-2 {
  width: auto;
}

.price-bracket-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  min-width: 992px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  color: #456dfe;
}

.text-span-70 {
  font-size: 25px;
  line-height: 10px;
}

.text-block-3 {
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.text-block-3._1 {
  font-size: 14px;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-indent: 1px;
}

.text-span-71 {
  color: rgba(51, 51, 51, 0.5);
  font-size: 15px;
  font-weight: 400;
}

.line-divader {
  width: 215px;
  height: 1px;
  background-color: rgba(69, 109, 254, 0.25);
}

.heading-27 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.text-span-58 {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-weight: 300;
}

.tab-pane-tab-1 {
  width: auto;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tab-link-tab-1-2 {
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.tab-link-tab-1-2.w--current {
  margin-bottom: -3px;
  padding-right: 30px;
  padding-bottom: 9px;
  padding-left: 30px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #456dfe;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.tab-link-tab-1-2.w--current:active {
  border-bottom: 3px solid #456dfe;
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-link-tab-1-2.w--current:focus {
  border-bottom: 3px solid #456dfe;
}

.tab-link-tab-4 {
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-link-tab-4.w--current {
  margin-bottom: -3px;
  border-bottom: 3px solid #456dfe;
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-30 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 40px;
  font-weight: 700;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 400;
}

.paragraph-9 {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #0e1331;
  line-height: 25px;
  font-weight: 400;
}

.section-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-span-30 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.heading-29 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
}

.tabs-menu-2 {
  border-bottom: 1px solid rgba(69, 109, 254, 0.25);
}

.text-block-7 {
  font-family: Lato, sans-serif;
  color: #0e1331;
  font-weight: 400;
}

.text-span-56 {
  color: #456dfe;
  font-weight: 600;
}

.terms-policies-wrapper {
  width: auto;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.tab-link-tab-3 {
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.tab-link-tab-3:active {
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-link-tab-3.w--current {
  margin-bottom: -3px;
  border-bottom: 3px solid #456dfe;
  background-color: hsla(0, 0%, 100%, 0);
}

.paragraph-8 {
  font-family: Lato, sans-serif;
  color: #333;
  line-height: 25px;
  font-weight: 400;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 70px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.tab-link-tab-2-2 {
  margin-bottom: -3px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.tab-link-tab-2-2:active {
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-link-tab-2-2.w--current {
  border-bottom: 3px solid #456dfe;
  background-color: hsla(0, 0%, 100%, 0);
}

.tabs-content {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-37 {
  margin-top: 80px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 28px;
}

.text-span-16 {
  text-transform: lowercase;
}

.heading-38 {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  font-weight: 300;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafd;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafd;
}

.about-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1165px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.animation-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 530px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Slika-mobile.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.about-us-content {
  margin: 90px 25px;
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 70px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.heading-39 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 40px;
  font-weight: 700;
}

.crypto-credot-content {
  width: 100%;
  margin-top: 40px;
}

.line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-divider {
  width: 30px;
  height: 2px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #456dfe;
}

.paragraph-11 {
  width: 100%;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.text-span-57 {
  line-height: 30px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafd;
}

.nav-link-3 {
  padding: 15px 17.5px;
  font-family: Lato, sans-serif;
  color: #456dfe;
  font-size: 16px;
}

.modul-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.form {
  width: 500px;
  height: auto;
}

.pop-up-nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field {
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 0.75px;
  border-color: #000 #000 rgba(51, 51, 51, 0.25);
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.link {
  color: #3359a5;
  text-decoration: none;
}

.heading-36 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #456dfe;
  font-size: 25px;
}

.checkbox {
  margin-top: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 30px;
  margin-right: 100px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.submit-button {
  width: 200px;
  height: 45px;
  border-radius: 8px;
  background-color: #456dfe;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.submit-button:hover {
  border-radius: 4px;
  background-color: #2d58f5;
}

.pop-up-btn-wrapper {
  text-align: left;
}

.checkbox-label {
  margin-left: 15px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-weight: 400;
  text-decoration: none;
}

.logo-pop-up-2 {
  width: 150px;
  height: 40px;
  margin-left: 100px;
  background-image: url('../images/Logo-Footer.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-weight: 400;
}

.form-block {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pop-up-form-wrapper {
  position: static;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f9fafd;
}

.text-block-15 {
  font-family: Lato, sans-serif;
  color: #456dfe;
  font-weight: 700;
  text-decoration: none;
}

.text-block-15:hover {
  color: #2d58f5;
  text-decoration: none;
}

.namesurname-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/Middle-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.animation-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/middle-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.outer-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/Outer-animation.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  height: auto;
}

.slider-2 {
  display: none;
  height: 647px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing-bracket-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-3 {
  display: none;
}

.price-bracket-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket-slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket-slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket-slide-individual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket-annual-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket-annual-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket-annual-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.price-bracket-individual-annual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 568px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.secion-timelin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafd;
}

.timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: auto;
  margin-top: 70px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centreline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-circle {
  width: 20px;
  height: 20px;
}

.centre-line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ball {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #456dfe;
  border-radius: 10px;
}

.centre-line {
  width: 2px;
  height: 485px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #f0c948;
}

.centre-line._1 {
  height: 300px;
  background-color: #456dfe;
}

.centre-line._2 {
  height: 300px;
  background-color: #456dfe;
}

.centre-line._3 {
  height: 300px;
  background-color: #456dfe;
}

.heading-40 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.left-colum {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-colum {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical-colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.vertical-colum._1 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.div-block-19 {
  height: 100%;
}

.timeline-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centre-line-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ball-2 {
  width: 20px;
  height: 20px;
  margin-top: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #456dfe;
  border-radius: 10px;
}

.centre-linje {
  width: 2px;
  height: 485px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #f0c948;
}

.centre-linje._1 {
  height: 289px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #456dfe;
}

.centre-linje._2 {
  height: 453px;
}

.centre-linje._3 {
  height: 356px;
}

.col-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-20 {
  width: 50px;
  height: 2px;
  margin-top: 15px;
  background-color: #456dfe;
}

.heading-41 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.secion-timelin-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafd;
}

.timeline-wrapper--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: auto;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.timeline-wrapper--3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: auto;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-73 {
  color: #456dfe;
  font-weight: 700;
}

.timeline-wrapper---4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: auto;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.timeline-wrapper--5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: auto;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.timeline-wrapper--6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: auto;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-ivisable {
  width: 380px;
}

.grafika {
  width: 100%;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Meeting.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Pick-a-Package.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-22 {
  width: 100%;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Create-Account.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-23 {
  width: 100%;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Uploding-funds.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-24 {
  width: 100%;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Contract.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-25 {
  width: 100%;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Email.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafd;
}

.picture-graph {
  width: auto;
  height: 661px;
  margin-bottom: 50px;
  background-image: url('../images/how-it-works.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-16 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-size: 16px;
  font-weight: 400;
}

.grey-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 289px;
  height: 290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #eeeff1;
  background-image: url('../images/Wgite-part-animation.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.rotating-logo {
  width: 100%;
  height: 100%;
  background-image: url('../images/Rotting-circle.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bitcoin-graph-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 1000px;
  margin-top: 70px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.bitoin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(69, 109, 254, 0.25);
}

.heading-42 {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
}

.bitcoin-logo {
  width: 25px;
  height: 25px;
  background-image: url('../images/Bit-coin.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.bitcoingraph {
  width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Graph.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.full-screen-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.click-on-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Line.svg');
  background-position: 50% 50%;
  background-size: 500px 1px;
  background-repeat: no-repeat;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #2d58f5;
}

.arrow {
  width: 40px;
  height: 40px;
  background-image: url('../images/ARROW.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.upper-price-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-3 {
  display: none;
}

.div-block-27 {
  display: none;
}

.price-bracket-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 550px;
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.slider-5 {
  display: none;
}

.body-4 {
  overflow: auto;
  max-width: 100vw;
  clear: both;
}

.text-span-30a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.heading-29a {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: lowercase;
}

.div-block-28 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tabs-content-2 {
  margin-bottom: 20px;
}

.div-block-29 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .desktop-navbar {
    position: absolute;
    height: 80px;
    min-height: 60px;
    padding: 0px;
    background-color: #fff;
  }
  .nav-container-3 {
    width: 100vw;
    max-width: none;
    margin-right: 10px;
    margin-left: 20px;
  }
  .menu-button {
    display: none;
  }
  .nav-home {
    padding-left: 0px;
    border-style: none none solid;
    border-width: 2px;
    border-color: #000 #000 #456dfe;
    font-family: Lato, sans-serif;
    color: rgba(51, 51, 51, 0.75);
    font-size: 20px;
    font-weight: 400;
  }
  .nav-home:hover {
    color: rgba(40, 40, 40, 0.5);
  }
  .nav-home.w--current {
    color: #456dfe;
  }
  .heading-24 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    color: rgba(40, 40, 40, 0.7);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
    margin-left: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .line-2 {
    width: 15px;
    margin-bottom: 5px;
    background-color: #456dfe;
  }
  .mobile-navbar {
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 30vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .burger-wrapper-2 {
    width: 70px;
    height: 70px;
  }
  .nav-menu-3 {
    width: 100vw;
  }
  .full-screen-menu-overlay {
    width: 100vw;
    background-color: #f9fafd;
  }
  .nav-work {
    padding-left: 0px;
    border-bottom: 2px solid #456dfe;
    font-family: Lato, sans-serif;
    color: rgba(51, 51, 51, 0.75);
    font-size: 20px;
    font-weight: 400;
  }
  .nav-work:hover {
    color: rgba(40, 40, 40, 0.5);
  }
  .nav-work.w--current {
    color: #456dfe;
  }
  .line-1 {
    background-color: #456dfe;
  }
  .line-3 {
    background-color: #456dfe;
  }
  .menu-links-wrapper {
    margin-left: 85px;
    font-family: Lato, sans-serif;
  }
  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-contact {
    padding-left: 0px;
    border-bottom: 2px solid #456dfe;
    font-family: Lato, sans-serif;
    color: rgba(51, 51, 51, 0.75);
    font-size: 20px;
    font-weight: 400;
  }
  .nav-contact:hover {
    color: rgba(40, 40, 40, 0.5);
  }
  .nav-contact.w--current {
    border-bottom-color: #456dfe;
    color: #456dfe;
  }
  .link-block-8 {
    text-decoration: none;
  }
  .nav-button-animated {
    position: static;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-hero-pricing {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('../images/Back-Mobile.svg');
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .paragraph-6 {
    line-height: 22px;
    text-align: center;
  }
  .footer-bottom {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
  }
  .footer-link {
    margin-top: 15px;
    font-size: 20px;
    text-align: center;
  }
  .footer-link.about-us {
    margin-top: 15px;
    font-size: 20px;
  }
  .footer-link.packages {
    margin-top: 15px;
    font-size: 20px;
  }
  .footer-link.home-page {
    font-size: 20px;
    font-weight: 700;
  }
  .footer-link.terms-policies {
    margin-top: 15px;
    font-size: 20px;
  }
  .footer-link.ccr {
    margin-top: 15px;
    font-size: 20px;
  }
  .footer-link.how-it-works {
    margin-top: 15px;
    font-size: 20px;
  }
  .paragraph-4 {
    margin-bottom: 10px;
  }
  .text-wrap {
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-14 {
    padding-right: 0px;
    text-align: center;
  }
  .hero-wrapper--home-page {
    width: auto;
    height: 80%;
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .animation-mobile {
    display: none;
  }
  .animation-desktop {
    margin-bottom: 0px;
  }
  .price-bracket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket.slide {
    margin-bottom: 0px;
  }
  .pricing-text {
    width: 100vw;
    margin-top: 0px;
  }
  .pricing-wrapper {
    width: 100vw;
  }
  .price-bracket-wrapper {
    display: none;
    width: 100vw;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs {
    width: auto;
    min-width: auto;
  }
  .tab-link-tab-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-13 {
    font-size: 12px;
  }
  .text-block-7 {
    font-size: 12px;
  }
  .terms-policies-wrapper {
    width: 90%;
    margin-right: 25px;
    margin-left: 25px;
  }
  .tab-link-tab-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrapper {
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7fbff;
  }
  .tab-link-tab-2-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-us-wrapper {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-us-text-wrap {
    margin-top: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .animation-about-us {
    margin-bottom: 50px;
  }
  .wrapper-2 {
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .crypto-credot-content {
    width: 90%;
  }
  .modul-wrapper {
    display: none;
  }
  .pop-up-nav-bar-wrapper {
    height: 70px;
  }
  .form-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-content-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-field {
    margin-bottom: 40px;
  }
  .close {
    width: 50px;
    height: 25px;
    margin-right: 25px;
    margin-bottom: 7.5px;
  }
  .logo-pop-up-2 {
    margin-left: 30px;
  }
  .pop-up-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
  .text-block-15 {
    margin-right: 0px;
  }
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 580px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 86.7%, 0);
  }
  .price-braket-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-bracket-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .right-arrow-2 {
    display: none;
  }
  .slide-nav {
    margin-bottom: -10px;
  }
  .left-arrow-2 {
    display: none;
  }
  .slider-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 692px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 86.7%, 0);
  }
  .price-slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-bracket-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
  .price-bracket-slide.slide {
    margin-bottom: 0px;
  }
  .right-arrow-3 {
    display: none;
  }
  .left-arrow-3 {
    display: none;
  }
  .price-bracket-slide-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket-slide-2.slide {
    margin-bottom: 0px;
  }
  .price-bracket-slide-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket-slide-3.slide {
    margin-bottom: 0px;
  }
  .price-bracket-slide-individual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket-slide-individual.slide {
    margin-bottom: 0px;
  }
  .price-bracket-annual-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket-annual-1.slide {
    margin-bottom: 0px;
  }
  .price-bracket-annual-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket-annual-2.slide {
    margin-bottom: 0px;
  }
  .price-bracket-annual-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket-annual-3.slide {
    margin-bottom: 0px;
  }
  .price-bracket-individual-annual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .price-bracket-individual-annual.slide {
    margin-bottom: 0px;
  }
  .timeline-wrapper {
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .centre-line-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .centre-line._1 {
    height: 889px;
  }
  .centre-line._2 {
    height: 356px;
  }
  .centre-line._3 {
    height: 858px;
  }
  .vertical-colum {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .vertical-colum._1 {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .timeline-line {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .centre-line-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .centre-linje._1 {
    height: 889px;
  }
  .centre-linje._2 {
    height: 356px;
  }
  .centre-linje._3 {
    height: 858px;
  }
  .col-1-1 {
    width: 310px;
  }
  .col-2-2 {
    width: 310px;
  }
  .timeline-wrapper--2 {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-wrapper--3 {
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-wrapper---4 {
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-wrapper--5 {
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-wrapper--6 {
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-ivisable {
    width: 310px;
  }
  .grafika {
    height: 200px;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-21 {
    height: 200px;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-22 {
    height: 200px;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-23 {
    height: 200px;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-24 {
    height: 200px;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-25 {
    height: 200px;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .picture-graph {
    height: 400px;
  }
  .bitcoin-graph-container {
    height: 622px;
    padding: 20px;
  }
  .bitoin {
    margin-bottom: 25px;
  }
  .heading-42 {
    margin-left: 5px;
  }
  .bitcoingraph {
    width: 100%;
  }
  .full-screen-wrapper {
    margin-top: -80px;
  }
  .link-block-9 {
    width: 35px;
    height: 35px;
  }
  .arrow {
    background-size: 10px;
  }
  .slide-nav-2 {
    margin-top: 0px;
    margin-bottom: -35px;
  }
  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .slider-4 {
    width: 100vw;
    height: 625px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .mask {
    background-color: transparent;
  }
  .slide-nav-3 {
    margin-top: 0px;
    margin-bottom: -35px;
  }
  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .price-bracket-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
  .slider-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 625px;
  }
}

@media (max-width: 767px) {
  .desktop-navbar {
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-container-3 {
    margin-right: 10px;
    margin-left: 20px;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }
  .brand.w--current {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-home {
    font-size: 18px;
  }
  .heading-24 {
    font-size: 16px;
  }
  .div-block-17 {
    margin-top: 2%;
    margin-left: 40px;
  }
  .mobile-navbar {
    bottom: 879px;
    width: 49vh;
    margin-right: 25px;
    margin-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .burger-wrapper-2 {
    width: 90px;
    margin-left: 0px;
    padding-right: 15px;
  }
  .full-screen-menu-overlay {
    background-color: #fff;
  }
  .nav-work {
    font-size: 18px;
  }
  .menu-links-wrapper {
    margin-left: 60px;
  }
  .container-4 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-contact {
    font-size: 18px;
  }
  .nav-button-animated {
    margin-right: 0px;
    margin-left: -5px;
  }
  .section-hero-pricing {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('../images/Back-Mobile.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-make-an-appoitment {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .maa-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-maa-container {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    font-size: 28px;
  }
  .paragraph-6 {
    line-height: 22px;
    text-align: center;
  }
  .btn-maa {
    margin-top: 0px;
    margin-left: 0px;
  }
  .button {
    margin-top: 40px;
  }
  .footer-bottom {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-wrapper {
    width: 100vw;
  }
  .footer-link {
    margin-top: 15px;
    font-size: 16px;
  }
  .footer-link.about-us {
    font-size: 16px;
  }
  .footer-link.packages {
    font-size: 16px;
  }
  .footer-link.home-page {
    font-size: 16px;
  }
  .footer-link.terms-policies {
    font-size: 16px;
  }
  .footer-link.ccr {
    font-size: 16px;
  }
  .footer-link.how-it-works {
    font-size: 16px;
  }
  .paragraph-4 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .footer {
    padding-top: 50px;
  }
  .bold-text {
    display: block;
  }
  .text-wrap {
    margin-right: 25px;
    margin-left: 25px;
  }
  .heading-2 {
    text-align: center;
  }
  .text-block-14 {
    text-align: center;
  }
  .button-2.hero {
    margin-top: 35px;
  }
  .animation-mobile {
    display: none;
  }
  .animation-desktop {
    width: 100vw;
    height: 500px;
    margin-bottom: 15px;
  }
  .price-bracket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs-menu {
    width: 425px;
  }
  .tab-link-tab-1-2.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-30 {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .text-block-13 {
    font-size: 12px;
  }
  .terms-policies-wrapper {
    width: 95%;
    padding-top: 50px;
  }
  .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tab-link-tab-2-2 {
    padding-left: 29px;
  }
  .body {
    background-color: #f9fafd;
  }
  .about-us-text-wrap {
    margin-right: 25px;
    margin-left: 25px;
  }
  .animation-about-us {
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
  }
  .wrapper-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-39 {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .crypto-credot-content {
    margin-top: 50px;
  }
  .modul-wrapper {
    display: none;
    height: auto;
  }
  .form {
    width: 400px;
  }
  .pop-up-nav-bar-wrapper {
    height: 50px;
  }
  .form-content-wrapper {
    margin-right: 25px;
    margin-left: 25px;
  }
  .text-field {
    margin-bottom: 35px;
  }
  .heading-36 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .close {
    margin-right: 25px;
  }
  .pop-up-btn-wrapper {
    text-align: center;
  }
  .logo-pop-up-2 {
    width: 125px;
    margin-left: 25px;
  }
  .pop-up-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
  .right-arrow-2 {
    display: none;
  }
  .left-arrow-2 {
    display: none;
  }
  .price-bracket-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-slide-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-slide-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-slide-individual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-annual-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-annual-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-annual-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-individual-annual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline-wrapper {
    margin-top: 50px;
  }
  .centre-line._1 {
    height: 913px;
  }
  .centre-line._2 {
    height: 381px;
  }
  .centre-line._3 {
    height: 883px;
  }
  .vertical-colum {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vertical-colum._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .timeline-line {
    display: none;
  }
  .centre-linje._1 {
    height: 913px;
  }
  .centre-linje._2 {
    height: 381px;
  }
  .centre-linje._3 {
    height: 883px;
  }
  .col-2-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-41 {
    text-align: center;
  }
  .div-ivisable {
    display: none;
  }
  .grafika {
    height: 200px;
    margin-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .picture-graph {
    height: 350px;
  }
  .bitcoin-graph-container {
    height: 553px;
  }
  .price-bracket-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .desktop-navbar {
    position: absolute;
    z-index: 10;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }
  .nav-container-3 {
    width: 100%;
    min-height: 50px;
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand {
    padding-left: 0px;
  }
  .nav-home {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    border-bottom: 1px solid #456dfe;
    font-size: 16px;
    line-height: 30px;
  }
  .heading-24 {
    padding-left: 0px;
    font-size: 16px;
  }
  .div-block-17 {
    margin-left: 40px;
  }
  .mobile-navbar {
    width: 25vh;
    height: 10vh;
    margin-right: 27px;
    margin-left: 0px;
  }
  .burger-wrapper-2 {
    width: 90px;
    margin-right: 0px;
    padding-bottom: 25px;
    padding-left: 15px;
  }
  .full-screen-menu-overlay {
    background-color: #f9fafd;
  }
  .nav-work {
    margin-right: 25px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    border-bottom: 1px solid #456dfe;
    font-size: 16px;
    line-height: 35px;
  }
  .menu-links-wrapper {
    margin-left: 40px;
  }
  .nav-contact {
    margin-right: 25px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    border-bottom: 1px solid #456dfe;
    font-size: 16px;
    line-height: 35px;
  }
  .nav-button-animated {
    left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .section-hero-pricing {
    overflow: hidden;
    width: 100vw;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .section-make-an-appoitment {
    overflow: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url('../images/Mobile-Make-an-Appoitment.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .text-maa-container {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading {
    text-align: center;
  }
  .paragraph-6 {
    line-height: 22px;
  }
  .btn-maa {
    margin-right: 15px;
    margin-left: 15px;
  }
  .button {
    margin-top: 25px;
  }
  .footer-bottom {
    margin-top: 35px;
  }
  .bottom-text-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }
  .footer-wrapper {
    overflow: auto;
  }
  .footer-link.home-page {
    font-weight: 400;
  }
  .paragraph-4 {
    display: none;
  }
  .footer {
    overflow: hidden;
  }
  .bold-text {
    font-size: 14px;
  }
  .text-wrap {
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
  }
  .text-block-14 {
    width: auto;
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
    text-align: justify;
  }
  .button-2 {
    position: static;
  }
  .button-2.hero {
    width: 90vw;
    height: 30vw;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .hero-wrapper--home-page {
    height: 85%;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 35px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .animation-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    height: 80%;
    margin: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .animation-desktop {
    display: none;
    margin-top: 35px;
  }
  .middle-tect-wrap {
    margin-top: 20px;
  }
  .middle-tect-wrap.individual {
    margin-bottom: 170px;
  }
  .price-bracket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95%;
  }
  .tab-link-tab-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-1.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-2.w--current {
    display: block;
    width: 0px;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .div-block-18 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pricing-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .text-block {
    font-size: 12px;
  }
  .upper-price-content {
    margin-bottom: 15px;
  }
  .heading-28 {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .tabs-menu {
    display: none;
    width: 250px;
  }
  .pricing-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px -95px;
  }
  .tab-pane-tab-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-7 {
    margin-bottom: -76px;
    text-align: center;
  }
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .tab-link-tab-1-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-1-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-30 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    text-align: center;
  }
  .text-block-13 {
    font-size: 10px;
    text-align: center;
  }
  .paragraph-9 {
    text-align: justify;
  }
  .section-text-wrapper {
    margin-top: 30px;
  }
  .heading-29 {
    font-size: 22px;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-7 {
    font-size: 10px;
    text-align: center;
  }
  .terms-policies-wrapper {
    width: 93%;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tab-link-tab-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-8 {
    text-align: justify;
  }
  .wrapper {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9fafd;
  }
  .tab-link-tab-2-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-2-2.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-37 {
    margin-top: 60px;
    font-size: 30px;
  }
  .heading-38 {
    color: rgba(51, 51, 51, 0.5);
  }
  .about-us-wrapper {
    width: 100vw;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-us-text-wrap {
    width: 100vw;
    margin-top: 60px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .animation-about-us {
    display: none;
  }
  .about-us-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .wrapper-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .heading-39 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    text-align: center;
  }
  .text-span-57 {
    font-style: normal;
    text-align: justify;
  }
  .modul-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
  }
  .form {
    width: 85vw;
  }
  .pop-up-nav-bar-wrapper {
    height: 50px;
  }
  .form-content-wrapper {
    height: 60vh;
  }
  .heading-36 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .submit-button {
    width: 225px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    text-align: center;
  }
  .pop-up-btn-wrapper {
    text-align: center;
  }
  .logo-pop-up-2 {
    width: 100px;
  }
  .pop-up-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    background-image: none;
  }
  .right-arrow-2 {
    display: none;
  }
  .left-arrow-2 {
    display: none;
  }
  .slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .price-slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  .price-bracket-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-slide-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .price-bracket-slide-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
  .price-bracket-slide-individual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
  .price-bracket-annual-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-bracket-annual-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
  }
  .price-bracket-annual-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
  }
  .price-bracket-individual-annual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .timeline-wrapper {
    width: 80vw;
    margin-top: 25px;
  }
  .centre-line._1 {
    height: 680px;
  }
  .centre-line._2 {
    height: 392px;
  }
  .centre-line._3 {
    height: 920px;
  }
  .heading-40 {
    padding-top: 0px;
    font-size: 35px;
    text-align: center;
  }
  .vertical-colum {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vertical-colum._1 {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .centre-linje._1 {
    height: 680px;
  }
  .centre-linje._2 {
    height: 392px;
  }
  .centre-linje._3 {
    height: 920px;
  }
  .col-1-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .col-2-2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-20 {
    margin-top: 41px;
  }
  .heading-41 {
    text-align: center;
  }
  .secion-timelin-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .timeline-wrapper--2 {
    width: 80vw;
  }
  .timeline-wrapper--3 {
    width: 100vw;
  }
  .timeline-wrapper---4 {
    width: 100vw;
  }
  .timeline-wrapper--5 {
    width: 100vw;
  }
  .timeline-wrapper--6 {
    width: 100vw;
  }
  .grafika {
    width: 100%;
    margin-top: 20px;
  }
  .div-block-24 {
    width: 100%;
  }
  .picture-graph {
    height: 233px;
  }
  .text-block-16 {
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
    color: #333;
    text-align: center;
  }
  .bitcoin-graph-container {
    height: 320px;
    max-height: 350px;
    min-height: 200px;
    padding: 20px 15px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bitoin {
    width: 90%;
    height: 30px;
    border-bottom-width: 1px;
    border-radius: 1px;
  }
  .bitcoingraph {
    width: 90vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .part-1 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/1.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/2.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/3.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/4.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/5.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/7.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/8.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/6.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .part-9 {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    background-image: url('../images/9.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .full-screen-wrapper {
    width: 100vw;
    height: 90vh;
    margin-top: 0px;
    margin-bottom: 78px;
    padding-bottom: 25px;
  }
  .hero-content-wrapper {
    width: 100vw;
    height: 100vh;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .click-on-wrapper {
    width: 80%;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  .slide-nav-2 {
    margin-bottom: -35px;
  }
  .slider-4 {
    height: 575px;
  }
  .slide-nav-3 {
    margin-bottom: 0px;
  }
  .div-block-27 {
    position: static;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .price-bracket-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-5 {
    width: 100vw;
    background-color: hsla(0, 0%, 86.7%, 0);
  }
  .slide-2 {
    background-color: rgba(27, 27, 27, 0);
  }
  .body-4 {
    overflow: auto;
  }
  .slide-nav-4 {
    display: block;
  }
  .text-span-30a {
    text-align: justify;
  }
  .heading-29a {
    font-size: 22px;
  }
  .div-block-28 {
    position: static;
    display: block;
    clear: none;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .tabs-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .slide-nav-5 {
    display: block;
    margin-bottom: 48px;
  }
}

