:root {
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navigation-bar {
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
}

.navigation-menu {
  margin-top: 3px;
  display: block;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #333;
}

.container {
  margin-left: 324px;
  margin-right: 75px;
}

.navigation {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  transition: background-color .3s ease-in-out;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.brand-link-2 {
  text-decoration: none;
}

.brand-link-2.logo-footer.w--current {
  padding-top: 0;
  display: flex;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-size: 27px;
  font-weight: 500;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-link-always-active {
  color: #616d82;
  padding: 35px 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link-always-active:hover {
  box-shadow: none;
  color: #414b5e;
}

.nav-link-always-active:active {
  color: #000;
}

.nav-link-always-active.w--current {
  box-shadow: none;
  color: #101e3c;
  font-weight: 600;
}

.image {
  margin-top: 31px;
  display: block;
}

.image.logo-footer {
  opacity: .18;
  filter: grayscale();
  margin-top: 0;
}

.image.footer-sm {
  opacity: .25;
  filter: grayscale();
  margin-top: 0;
}

.divider {
  padding-left: 12px;
  padding-right: 28px;
  position: relative;
  top: 0;
}

.divider.soc {
  padding-right: 12px;
}

.lang-change {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  display: flex;
  position: relative;
}

.image-3 {
  padding-left: 5px;
}

.head-home {
  background-color: #1d61fe;
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading {
  float: left;
  color: #fff;
  white-space: normal;
  direction: ltr;
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.image-4 {
  max-width: 60%;
  position: absolute;
  top: 176px;
  left: 930px;
}

.container-2 {
  box-shadow: 0 2px 0 -1px #eceeef;
}

.text-block {
  float: left;
  color: #fff;
  width: 430px;
  margin-left: 50px;
  padding-top: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.div-block-2 {
  width: 20vw;
  height: 40vh;
}

.grid {
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2px;
}

.card-main {
  cursor: default;
  border: 1px solid #eef1f2;
  border-radius: 10px;
  padding-left: 0;
  transition: background-color .25s ease-in-out;
}

.card-main:hover {
  background-color: #f8f9f9;
}

.h3-card {
  color: #101e3c;
  margin-top: 11px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.card-p {
  color: #616d82;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  color: #101e3c;
  margin-top: 0;
  padding-left: 6px;
  padding-right: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.content_card-info-text {
  clear: right;
  color: #616d82;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 4px;
  margin-left: 3px;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.content_card-info-text.tippy {
  border: 1px solid #e4eaec;
  border-radius: 4px;
  margin-left: 3px;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 19px;
}

.content_card-info-text.tippy.tooltip {
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  margin-left: 6px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-6 {
  float: none;
  clear: none;
  flex-direction: column;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.text-block-7 {
  clear: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
  position: static;
}

.list {
  list-style-type: none;
}

.div-block-4 {
  float: none;
  clear: none;
  display: inline-block;
  position: static;
}

.card-info {
  margin-top: 8px;
  padding-top: 0;
  display: block;
}

.image-5 {
  float: none;
  clear: none;
  padding-top: 0;
  padding-bottom: 2px;
}

.div-block-6 {
  height: 10px;
}

.card-btn {
  clear: none;
  color: #1d61fe;
  background-color: #f8f9f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: color .275s ease-in-out, background-color .275s;
  display: flex;
  box-shadow: 0 1px 3px -3px #000;
}

.card-btn:hover {
  z-index: auto;
  color: #fff;
  background-color: #1d61fe;
  position: relative;
}

.card-btn.card-main {
  cursor: pointer;
}

.card-logotype {
  border-radius: 20px;
  width: 30px;
  margin-top: 0;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 17px;
  display: flex;
}

.version-top {
  color: #000;
  margin-left: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.version-top.version {
  color: #616d82;
  margin-left: 4px;
}

.text-span {
  color: #616d82;
  font-weight: 500;
}

.footer {
  justify-content: center;
  margin-right: 0;
  padding: 41px 35px 0;
  display: block;
  box-shadow: 0 -1px 0 1px #eceeef;
}

.div-block-8 {
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}

.btn-footer-kryptex {
  color: #1d61fe;
  background-color: #e8efff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
  position: relative;
  top: -8px;
}

.btn-footer-kryptex:hover {
  background-color: #dee8ff;
}

.text-block-9 {
  float: right;
  clear: none;
  display: block;
  position: relative;
}

.container-3 {
  clear: none;
  max-width: 286px;
  display: block;
  position: relative;
  bottom: 27px;
}

.footer-top {
  background-color: #fff;
  border-top: 1px solid #ffffff1f;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2px;
  box-shadow: 0 -1px #eceeef;
}

.footer-link {
  float: none;
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.footer-links {
  text-align: right;
  direction: ltr;
  display: block;
}

.white {
  color: #efefef;
}

.main-section {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.dark {
  background-color: #4d565d;
  background-image: linear-gradient(#232f3878, #232f384f 99%), url('../images/footer-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.success-message {
  color: #fff;
  background-color: #5cc489;
  border-radius: 3px;
  padding-top: 27px;
}

.footer-logo {
  text-decoration: none;
}

.long-text {
  color: #101e3c;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.submit-button {
  background-color: #ffffff47;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 25%;
  height: 50px;
  transition: background-color .35s, color .35s;
}

.submit-button:hover {
  background-color: #dd783f;
}

.section-heading {
  text-align: center;
}

.form-wrapper {
  width: 500px;
  margin: 20px auto 80px;
  display: block;
}

.field {
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 75%;
  height: 50px;
  font-size: 15px;
}

.text-span-2 {
  color: #000;
}

.section {
  background-color: #f8f9f9;
}

.text-block-10 {
  color: #616d82;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline;
  position: static;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 15px;
  display: flex;
}

.container-top {
  -webkit-text-fill-color: inherit;
  background-color: #f8f9f900;
  background-clip: border-box;
  border: 1px #eef1f2;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.heading-miners {
  color: #101e3c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.soc-reddit {
  padding-left: 7px;
  transition: filter .2s ease-in-out;
}

.soc-reddit:hover {
  filter: brightness(90%);
}

.soc-twitter {
  padding-left: 7px;
  transition: filter .2s ease-in-out;
}

.soc-twitter:hover {
  filter: brightness(90%);
}

.container-6 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 9px;
  display: flex;
}

.text-span-3 {
  text-decoration: none;
  box-shadow: 0 2px #ffd239;
}

.text-span-4 {
  line-height: 35px;
  box-shadow: 0 2px #ffd239;
}

.div-block-9 {
  width: 14px;
  max-width: none;
  display: inline-block;
}

.card-badge {
  float: right;
  clear: left;
  background-color: #fffdf4;
  border: 1px solid #fee386;
  border-radius: 2px;
  width: auto;
  height: auto;
  margin-top: 11px;
  margin-right: 11px;
  padding-bottom: 0;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.heading-4 {
  color: #fbc50e;
  margin-top: 3px;
  margin-bottom: 2px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-9 {
  padding-right: 4px;
}

.navbar {
  background-color: #fff;
}

.image-10 {
  margin-right: 6px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link {
  color: #101e3c;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.section-2 {
  margin-top: 61px;
}

.grid-2 {
  grid-template-columns: .25fr .75fr;
  margin-top: 35px;
}

.inner-btn-head {
  float: right;
  background-color: #1d61fe;
  border-radius: 4px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
  display: block;
}

.inner-btn-head:hover {
  background-color: #1753dd;
}

.heading-title-in {
  color: #101e3c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
}

.heading-title-in.pr-5 {
  margin-right: 5px;
  line-height: 42px;
  display: flex;
}

.heading-title-in.pr-5.text-md {
  margin-right: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.heading-title-in.pr-5.top {
  font-size: 30px;
  font-weight: 700;
}

.inner-title-sidebar {
  color: #101e3c;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.inner-h {
  color: #101e3c;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-13 {
  margin-top: 14px;
}

.inner-p {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 23px;
  display: block;
}

.columns {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.small-col {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 7px;
  display: flex;
  position: sticky;
  top: 35px;
}

.link-sidebar {
  color: #1d61fe;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link-sidebar:hover {
  color: #0337ad;
}

.link-3, .link-4, .link-5, .link-6 {
  color: #1d61fe;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.inner-h-more {
  color: #101e3c;
  margin-top: 51px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.block-code {
  object-fit: fill;
  background-color: #e8efff;
  border-radius: 7px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  overflow: auto;
}

.text-code {
  color: #314ea0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.inner-blockquote {
  margin-top: 30px;
  padding-left: 23px;
  box-shadow: -3px 0 #1d61fe;
}

.container-7 {
  background-color: #f8f9f9;
  border: 1px solid #eef1f2;
  border-radius: 8px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 20px 25px 20px 32px;
}

.inner-btn-bottom {
  background-color: #1d61fe;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.inner-btn-bottom:hover {
  background-color: #1753dd;
}

.inner-title-sidebar-m {
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-14 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-15 {
  color: #616d82;
  margin-top: 3px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-16 {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-7 {
  color: #1d61fe;
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-block {
  display: flex;
  position: absolute;
}

.link-card-inner {
  width: 100%;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #1d61fe;
}

.container-8 {
  clear: left;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 190px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 500;
}

.field-label {
  margin-bottom: -11px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.email-field {
  color: #616d82;
  border: 1px solid #ebedfb;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 19px;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: border .2s ease-in-out;
  display: block;
}

.email-field:hover {
  border-color: #c5c8dd;
}

.form-section {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.message-form {
  color: #616d82;
  border: 1px solid #ebedfb;
  border-radius: 3px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: border .2s ease-in-out;
}

.message-form:hover {
  border-color: #c5c8dd;
}

.form {
  width: 500px;
}

.text-block-17 {
  color: #616d82;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.submit-btn {
  background-color: #1d61fe;
  border-radius: 4px;
  width: 100%;
  margin-top: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.submit-btn:hover {
  background-color: #1753dd;
}

.div-block-10 {
  float: right;
  clear: none;
  background-color: #fff;
  border-radius: 10px;
  width: 50vw;
  height: 98vh;
  margin: 10px 10px 10px auto;
}

.feedback-content {
  margin-top: 24vh;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.logotype-head {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-11 {
  float: left;
  justify-content: center;
  align-items: center;
  width: 47vw;
  height: 20vh;
  margin-top: 40vh;
  margin-left: 9px;
  display: flex;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.success-message-2 {
  background-color: #e9ffe7;
  border-radius: 8px;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.error-message {
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.soc-facebook {
  transition: filter .2s ease-in-out;
}

.soc-facebook:hover {
  filter: brightness(90%);
}

.image-11 {
  transition: filter .2s ease-in-out;
}

.image-11:hover {
  filter: brightness(90%);
}

.text-span-7 {
  font-style: italic;
  font-weight: 500;
}

.link-8 {
  color: #1d61fe;
  margin-top: 3px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.dropdown {
  float: right;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.inner-dropdown-download {
  color: #fff;
  background-color: #1d61fe;
  border-radius: 4px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.inner-dropdown-download:hover {
  background-color: #1753dd;
}

.dropdown-link {
  background-color: #fffefe;
  border: 1px solid #eef1f2;
  border-radius: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link-2 {
  background-color: #fff;
  border: 1px solid #eef1f2;
  border-radius: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-toggle {
  color: #fff;
  background-color: #1d61fe;
  border-radius: 4px;
  width: 100%;
  margin-top: 45px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.dropdown-toggle:hover {
  background-color: #1753dd;
}

.dropdown-toggle.w--open {
  color: #fff;
  background-color: #1d61fe;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
  display: block;
  position: static;
}

.dropdown-link-3 {
  background-color: #fff;
  border: 1px solid #eef1f2;
  border-radius: 1px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.dropdown-3 {
  display: flex;
}

.text-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  width: 100%;
  position: relative;
}

.dropdown-link-4 {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #eef1f2;
  border-radius: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-span-8 {
  font-weight: 600;
}

.link-9 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-span-9 {
  font-weight: 600;
}

.text-span-10, .text-span-11 {
  font-style: italic;
}

.link-10 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-span-12, .text-span-13 {
  font-weight: 600;
}

.link-11 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-span-14 {
  font-weight: 600;
}

.text-span-15, .text-span-16 {
  font-style: italic;
}

.link-12 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-span-17 {
  font-weight: 600;
}

.link-13 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-block-21 {
  background-color: #b89595;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.div-block-12 {
  flex-direction: row;
  display: inline;
}

.div-block-13 {
  border: 1px solid #000;
  padding-left: 11px;
  padding-right: 11px;
  display: inline-block;
}

.heading-8 {
  color: #e4a540;
  margin-top: 3px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.link-14 {
  color: #1d61fe;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.text-span-18, .text-span-19 {
  font-weight: 600;
}

.link-15 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-16 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: static;
}

.text-span-20 {
  font-weight: 600;
}

.link-17, .link-18, .link-19 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-span-21, .text-span-22 {
  font-weight: 600;
}

.link-20, .link-21, .link-22 {
  color: #1d61fe;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-span-23 {
  font-weight: 600;
}

.heading-inner {
  color: #101e3c;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.heading-inner-p {
  color: #101e3c;
  margin-top: 70px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.heading-sidebar {
  margin-top: 18px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.title-sidebar-info {
  color: #101e3c;
  margin-top: 42px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.title-sidebar-toc {
  color: #101e3c;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-22 {
  clear: left;
}

.heading-updated {
  clear: left;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.head-inner {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.head-bottom-updated {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 0 -1px #3b76ff;
}

.text-span-24 {
  font-weight: 600;
}

.icon-time {
  margin-right: 7px;
}

.footer-rights {
  color: #333;
  background-color: #f8f9f9;
}

.footer-main {
  border-top: 1px solid #ececeecf;
  margin-top: 90px;
}

.heading-updated-inner {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  box-shadow: inset 0 1px #eceeef;
}

.text-span-25 {
  font-weight: 500;
}

.text-block-23 {
  color: #616d82;
  width: 220px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.ad-kryptex {
  background-color: #fff;
  border: 1px solid #ccceff;
  border-radius: 10px;
}

.blank {
  width: 100%;
  height: 26px;
  padding-top: 0;
}

.list-text {
  padding-bottom: 7px;
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.list-txt {
  margin-top: 17px;
  margin-bottom: 15px;
  padding-left: 17px;
  list-style-type: decimal;
}

.link-list {
  color: #1d61fe;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.list-item {
  padding-bottom: 7px;
}

.select-heading {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.select-field {
  margin-bottom: 0;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.filter_dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.filter_dropdown.type {
  margin-right: 5px;
}

.coins-btn {
  color: #20355a;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 19px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/denmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  min-width: 120px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.flag-3 {
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.dropdown-text {
  color: #101e3c;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-text.coins {
  color: #101e3c;
  margin-right: 4px;
}

.checkbox_label {
  color: #0a0a0a;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.checkbox_field {
  width: 153px;
  margin-bottom: 0;
  padding: 12px 10px 12px 40px;
  display: inline-block;
  box-shadow: 0 1px #e2e2e2;
}

.checkbox_field.bottom {
  margin-bottom: 0;
}

.checkbox {
  border-color: #d5dbdd;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: -24px;
  margin-right: 9px;
}

.checkbox.w--redirected-checked {
  background-color: #1d61fe;
  background-size: 12px;
  border-color: #1d61fe;
}

.form-block-2 {
  z-index: 2000;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #eef1f2;
  border-radius: 6px;
  width: 170px;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 34px;
  right: -19px;
  overflow: hidden;
  box-shadow: 0 9px 20px -19px #000;
}

.icon-2 {
  color: #96a4ab;
  margin-right: 0;
}

.image-12 {
  margin-right: 5px;
}

.content_collection-list {
  margin-left: 17vw;
  margin-right: 17vw;
}

.collection-item {
  padding: 17px 8px;
}

.coins-counter {
  color: #616d82;
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.filter_form {
  object-fit: fill;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 18.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.heading-content {
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  display: inline-block;
}

.filter_empty {
  background-color: #f8f9f9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.empty-text {
  color: #101e3c;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.empty-text.sub {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-24 {
  flex-direction: column;
  display: none;
}

.reset-link {
  color: #3b76ff;
  background-color: #ecf0f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 0;
}

.text-block-25 {
  color: #fbc50e;
  background-color: #fffdf4;
  border: 1px solid #fbc50e;
  border-radius: 4px;
  margin-left: 85px;
  padding: 3px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: none;
}

.date-text {
  color: #fff;
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.clear-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0;
}

.socials_teaser {
  background-color: #f8f9f9;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  overflow: hidden;
}

.div-block-14 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 50px;
  display: flex;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.links_soc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.link-23 {
  color: #1d61fe;
  margin-left: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link_soc_content {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.update-card-data {
  color: #000;
  text-align: center;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.update-card-data.date {
  color: #8592a8;
  text-transform: none;
  margin-right: 0;
  font-size: 11px;
}

.card-top-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-top-right {
  margin-right: 15px;
  display: flex;
}

.card-top-right.pr-0 {
  margin-right: 0;
}

.kryptex-teaser {
  z-index: 2000;
  background-color: #fff;
  border: 1px solid #eef1f2;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px 15px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 2.5% 2% auto;
}

.text-block-26 {
  color: #000;
  text-align: center;
  margin-top: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.kryptex-logo {
  position: absolute;
  top: -22px;
}

.link-24 {
  color: #1d61fe;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-26 {
  color: #1d61fe;
}

.tag {
  color: #616d82;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.link-sm {
  color: #1d61fe;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-sm.link-footer {
  color: #101e3c;
}

.btn-footer-kryptex-2 {
  color: #1d61fe;
  background-color: #e8efff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  top: 0;
}

.btn-footer-kryptex-2:hover {
  background-color: #dee8ff;
}

.btn-footer-kryptex-2.r-lang-fix {
  margin-right: 100px;
}

.footer-top-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px 16vw;
  display: flex;
  box-shadow: 0 -1px #eceeef;
}

.text-block-38 {
  color: #000;
  margin-right: 5px;
}

.link-25 {
  color: #1d61fe;
}

.text-span-27 {
  color: #314ea0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.pool-ext-link {
  color: #1d61fe;
  text-align: center;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pool-ext-block {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 1px #eef1f2;
}

.image-14 {
  margin-left: 4px;
}

.collection-card-item {
  padding-top: 16px;
}

.card {
  border: 1px solid #eef1f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 330px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-main {
  background-color: #fff;
}

.container-9 {
  margin-top: 60px;
}

.rich-text-inner {
  color: #101e3c;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.column {
  background-color: #fff;
}

.collection-list-wrapper {
  margin-top: 29px;
}

.monitoring {
  display: block;
}

.messages, .short-instruction, .version-history {
  display: none;
}

.full-instruction {
  display: block;
}

.tabs {
  display: flex;
}

.tab-pane-tab-1 {
  width: 710px;
}

.tabs-menu {
  flex-direction: column;
  width: 230px;
  padding-right: 15px;
  display: flex;
}

.tab-pane-tab-2 {
  width: 710px;
  height: 400px;
}

.rich-text-block {
  color: #101e3c;
  font-family: Montserrat, sans-serif;
}

.inner-head {
  margin-top: 60px;
}

.title-w-btn {
  background-color: #f8f9f9;
  border: 1px solid #eef1f2;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  display: flex;
}

.title-w-btn.bottom {
  flex-direction: column;
  margin-top: 30px;
}

.title-main-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inner-head-component, .component-centered {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5 {
  color: #101e3c;
  font-family: Montserrat, sans-serif;
}

.html-embed-2 {
  height: 80px;
}

.collection-item-3 {
  padding-top: 16px;
}

.navbar-2 {
  background-color: #fff;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.rich-text-block-6, .rich-text-block-7, .rich-text-block-8, .rich-text-block-9, .rich-text-block-10 {
  color: #101e3c;
  font-family: Montserrat, sans-serif;
}

.bold-text-6 {
  font-weight: 500;
}

.text-span-28, .bold-text-7 {
  font-weight: 400;
}

.rich-text-block-11 {
  font-family: Montserrat, sans-serif;
  line-height: 13px;
  text-decoration: none;
}

.bl-rounded {
  border: 1px solid #eceeef;
  border-radius: 10px;
  margin-top: 10px;
}

.bl-rounded.inner {
  margin-top: 9px;
}

.badge-latest {
  color: #6cbd46;
  background-color: #f4ffef;
  border: 1px solid #6cbd46;
  border-radius: 5px;
  margin-left: 3px;
  padding: 2px 7px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}

.flex-top {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.flex-top.head {
  margin-bottom: 0;
}

.flex-head {
  display: flex;
}

.version-info {
  margin: 30px;
}

.version-assets {
  padding: 25px 30px 30px;
  box-shadow: 0 -1px #eceeef;
}

.text-sm {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.div-block-17 {
  border: 1px solid #eceeef;
  border-radius: 8px;
  margin-top: 10px;
}

.asset-link {
  padding: 5px 12px 5px 15px;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  box-shadow: 0 1px #eceeef;
}

.asset-linki-item {
  color: #1d61fe;
  font-weight: 500;
  text-decoration: none;
}

.ul {
  padding-left: 0;
}

.list-item-2, .list-item-3 {
  list-style-type: none;
}

.navbar-3 {
  background-color: #fff;
}

.rich-text-block-12 {
  font-family: Montserrat, sans-serif;
}

.html-embed-3 {
  margin: 30px;
}

.head-download-link {
  color: #1d61fe;
  background-color: #ebf1ff;
  border: 1px solid #1d61fe;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 110px;
  padding: 8px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.head-download-link.border-l {
  border-color: #1d61fe;
  border-left-style: solid;
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
}

.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-29 {
  font-size: 12px;
}

.cointraffic-b {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-40 {
  color: #fff;
}

.flex-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-top: 12px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .image {
    margin-top: 31px;
  }

  .container-2 {
    overflow: visible;
  }

  .h3-card {
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .card-content {
    padding-left: 0;
  }

  .div-block-7 {
    justify-content: space-between;
  }

  .version-top {
    color: #101e3c;
  }

  .text-span, .text-span-5, .text-span-6 {
    color: #616d82;
  }

  .heading-title-in.pr-5 {
    margin-right: 5px;
  }

  .link-card-inner {
    padding-left: 21px;
    padding-right: 21px;
  }

  .coins-counter {
    color: #616d82;
    margin-left: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
  }

  .card-top-right {
    margin-right: 0;
  }

  .pool-ext-block.inner {
    margin-bottom: 0;
  }

  .div-block-16 {
    align-items: center;
    display: flex;
  }

  .collection-card-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 9px 12px;
    display: flex;
  }

  .card {
    border: 1px solid #eef1f2;
    border-radius: 10px;
    transition: background-color .25s cubic-bezier(.77, 0, .175, 1);
  }

  .card:hover {
    background-color: #f8f9f9;
  }

  .nav-main {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .navigation {
    width: auto;
    position: relative;
  }

  .grid {
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
    grid-auto-flow: row;
  }

  .card-p {
    width: 97%;
    padding-right: 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .card-btn.card-main {
    margin-top: 6px;
  }

  .link-card-inner {
    width: 100%;
  }

  .form {
    width: 610px;
  }

  .div-block-10 {
    width: 48vw;
    height: 99vh;
  }

  .heading-inner {
    margin-bottom: 11px;
  }

  .footer-top-2 {
    padding-left: 24vw;
    padding-right: 24vw;
  }
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    background-color: #000;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .navigation-link {
    color: #ecf0f1;
    text-align: center;
    padding: 9px 0;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .nav-menu {
    background-color: #0000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link-always-active {
    color: #616d82;
    margin-left: 21px;
    padding: 18px 0;
  }

  .nav-link-always-active:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link-always-active.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link-always-active.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link-always-active.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .image {
    margin-top: 25px;
  }

  .head-home {
    padding-left: 40px;
  }

  .heading {
    margin-right: 42px;
  }

  .text-block {
    margin-top: 18px;
    margin-left: 0;
    padding-top: 0;
  }

  .grid {
    display: block;
  }

  .card-main {
    margin-top: 27px;
  }

  .footer-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .container-top {
    margin-bottom: 0;
  }

  .div-block-10 {
    width: 97vw;
    margin-left: 10px;
  }

  .illustration-float {
    display: none;
  }

  .ad-kryptex {
    margin-top: 27px;
  }

  .footer-top-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-w-btn.bottom {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link-always-active.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .image {
    margin-top: 12px;
  }

  .head-home {
    border-radius: 8px;
    padding-left: 0;
  }

  .heading {
    margin-right: 40px;
  }

  .text-block {
    width: 460px;
    margin-top: 21px;
    padding-top: 0;
  }

  .card-main {
    margin-left: 12px;
    margin-right: 12px;
  }

  .btn-footer-kryptex {
    margin-top: 74px;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .success-message {
    color: #fff;
    background-color: #5cc489;
    padding-top: 28px;
    font-size: 18px;
  }

  .container-top {
    padding-left: 12px;
  }

  .small-col {
    margin-bottom: 51px;
    position: static;
  }

  .form {
    width: 450px;
  }

  .div-block-10 {
    height: 100vh;
  }

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

  .head-inner {
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-footer-kryptex-2 {
    margin-top: 74px;
  }

  .title-w-btn {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #c7d8ff;
    width: 100vw;
    margin-top: 52px;
    padding-left: 7px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-link-always-active {
    color: #616d82;
    margin-left: 12px;
  }

  .nav-link-always-active.w--current {
    padding-bottom: 0;
  }

  .nav-link-always-active.menu.w--open {
    background-color: #c7d8ff;
  }

  .image {
    margin-top: 12px;
  }

  .image.footer-sm {
    margin-top: 32px;
  }

  .divider {
    display: none;
  }

  .lang-change {
    margin-top: 19px;
    left: 12px;
  }

  .head-home {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading {
    clear: left;
    display: block;
  }

  .text-block {
    clear: left;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .grid {
    display: block;
  }

  .card-main {
    margin-top: 24px;
    margin-left: 10px;
    margin-right: 19px;
  }

  .card-btn.card-main {
    width: 91%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 19px;
  }

  .footer-top {
    position: relative;
  }

  .footer-link {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .footer-links {
    z-index: 999;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo, .footer-logo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .long-text {
    margin-top: 0;
  }

  .med-divider {
    width: 60%;
  }

  .submit-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .section-heading {
    display: block;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .container-top {
    margin-bottom: 0;
  }

  .heading-miners {
    width: 100%;
  }

  .soc-reddit, .soc-twitter {
    padding-left: 20px;
  }

  .text-span-3 {
    box-shadow: none;
  }

  .inner-btn-head {
    float: left;
    margin-top: 5px;
  }

  .heading-title-in {
    line-height: 31px;
    display: flex;
  }

  .small-col {
    margin-bottom: 41px;
    position: static;
  }

  .block-code {
    object-position: 50% 50%;
    overflow: scroll;
  }

  .container-7 {
    border-radius: 0;
    margin-top: 0;
  }

  .form {
    width: 260px;
  }

  .div-block-10 {
    width: 94vw;
    height: 95vh;
  }

  .feedback-content {
    margin-top: 14vh;
  }

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

  .icon {
    color: #101e3c;
  }

  .nav-link {
    display: none;
  }

  .dropdown {
    float: left;
    width: 100%;
    margin-top: 18px;
  }

  .inner-dropdown-download {
    width: 100%;
  }

  .dropdown-toggle {
    margin-top: 8px;
  }

  .head-inner {
    padding-top: 32px;
    padding-left: 30px;
    display: block;
  }

  .head-bottom-updated {
    justify-content: center;
    padding-left: 0;
  }

  .select-heading {
    justify-content: flex-start;
    width: 100%;
  }

  .coins-btn {
    padding-left: 0;
  }

  .heading-content {
    flex-direction: column-reverse;
    display: flex;
  }

  .socials_teaser {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-14 {
    flex-direction: column;
    width: 100%;
    margin-left: 20px;
    padding-right: 0;
  }

  .links_soc {
    flex-direction: column;
    align-items: flex-start;
  }

  .link_soc_content {
    margin-bottom: 4px;
  }

  .image-13, .kryptex-teaser {
    display: none;
  }

  .btn-footer-kryptex-2 {
    margin-top: 32px;
  }

  .btn-footer-kryptex-2.r-lang-fix {
    margin-top: 36px;
    margin-bottom: 37px;
    margin-right: 0;
  }

  .footer-top-2 {
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

  .card {
    height: 340px;
  }

  .title-w-btn {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-main-inner {
    flex-direction: column;
    display: flex;
  }

  .text-block-39 {
    text-align: left;
  }
}


