h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mohr, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Branding, sans-serif;
  color: #7e99cf;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6px;
}

p {
  margin-bottom: 10px;
  color: #fff;
}

.body {
  overflow: visible;
  background-color: #030a42;
}

.div-block {
  position: absolute;
  left: 50%;
  top: 40%;
  display: block;
  width: 300px;
  height: auto;
  margin-top: -160px;
  margin-left: -150px;
}

.text-block {
  margin-top: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.text-block-2 {
  margin-top: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #7072a5;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.image {
  width: 300px;
  height: 300px;
  margin-left: 4px;
}

.container {
  overflow: visible;
  width: 680px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.logo {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-image: url('../images/superrgb-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.welcome {
  margin-bottom: 50px;
}

.col-1 {
  max-width: 200px;
}

.col-2 {
  width: 200px;
}

.col-3 {
  max-width: 200px;
}

.image-2 {
  margin-bottom: 25px;
  border-radius: 15px;
}

.image-3 {
  border-radius: 15px;
}

.image-4 {
  border-radius: 15px;
}

.image-5 {
  margin-bottom: 25px;
  border-radius: 15px;
}

.image-6 {
  margin-bottom: 25px;
  border-radius: 15px;
}

.cta-1 {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  background-image: url('../images/cta-ui83x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-2 {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  background-image: url('../images/cta-dribbble3x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-3 {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  background-image: url('../images/cta-instagram3x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.welcome-title {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Mohr, sans-serif;
  text-align: center;
}

.heading {
  font-family: Branding, sans-serif;
  color: #7e99cf;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6px;
}

.paragraph {
  font-family: Branding, sans-serif;
  color: rgba(126, 153, 207, 0.5);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.6px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 150%;
}

.heading-3 {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 15px;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 100%;
}

.icon-hand {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 15px;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 100%;
}

.oh-hey {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  line-height: 100%;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.click-me {
  position: absolute;
  right: -85px;
  bottom: 0px;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .click-me {
    display: none;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .container {
    display: block;
    width: 100%;
    max-width: 680px;
    padding-right: 20px;
    padding-left: 20px;
    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;
  }
  .col-1 {
    margin-right: 4%;
  }
  .col-2 {
    margin-right: 4%;
  }
  .image-2 {
    margin-bottom: 20px;
  }
  .image-5 {
    margin-bottom: 20px;
  }
  .image-6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .container {
    margin-top: 40px;
  }
  .main {
    margin-bottom: 30px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .welcome {
    margin-bottom: 30px;
  }
  .col-1 {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col-3 {
    width: 100%;
    max-width: none;
  }
  .image-2 {
    display: none;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    display: none;
  }
  .cta-1 {
    height: 60px;
  }
  .cta-2 {
    height: 60px;
  }
  .cta-3 {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4ad68b7015f-2b0dd3fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Branding';
  src: url('../fonts/Latinotype---Branding-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mohr';
  src: url('../fonts/Latinotype---Mohr-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}