* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

.section-grey {
  background-color: #f9fafb; }

nav {
  display: none;
  padding: 15px 0;
  background-color: #111a26;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 450px;
  margin: 0;
  padding: 0;
  z-index: -1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease-out;
  box-shadow: -5px 38px 97px -16px rgba(0, 0, 0, 0.45);
  will-change: transform, opacity;
  overflow: hidden;
  max-height: -webkit-fill-available; }

@media only screen and (max-width: 767px) {
  nav {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100vw;
    background-color: #F4F0EB; } }

nav ul {
  list-style: none;
  padding: 0 10px 0 40px;
  margin: 0;
  padding-top: 50px; }

@media only screen and (max-width: 767px) {
  nav ul {
    padding-left: 20px; } }

nav ul li {
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: center; }

nav ul li a.nav-link {
  text-decoration: none;
  color: white;
  letter-spacing: 0.32px;
  border-bottom: none;
  padding-bottom: 2px;
  font-size: 36px;
  line-height: 60px;
  position: relative; }

nav ul li a.nav-link::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -2.5%;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35%;
  width: 105%;
  background: linear-gradient(to right, #31a1c4 0%, #31a1c4 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  opacity: 1;
  will-change: transform, opacity;
  transition: all 0.3s ease-in-out; }

nav ul li a.active::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -2.5%;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35%;
  width: 105%;
  background: linear-gradient(to right, #31a1c4 0%, #31a1c4 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  will-change: transform, opacity;
  transition: all 0.3s ease-in-out; }

nav ul li a.nav-link:hover::before, nav ul li a.nav-link:focus::before {
  background-size: 100% 100%; }

@media only screen and (max-width: 767px) {
  nav ul li a.nav-link {
    line-height: 50px; } }

nav ul li a.nav-link.nav-link-active::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -2.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 105%;
  background-color: #FF6600;
  will-change: transform, opacity;
  opacity: 1;
  transition: all 0.15s ease-in-out; }

nav ul li.nav-right-logo {
  margin-top: 0px;
  margin-bottom: 40px;
  display: none; }

nav ul li.nav-right-logo a {
  border: none; }

nav ul li.nav-right-logo a img {
  width: 135px; }

@media only screen and (max-width: 767px) {
  nav ul li.nav-right-logo {
    display: block; } }

.nav-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  will-change: transform, opacity; }

@media only screen and (max-width: 767px) {
  .nav-content {
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); } }

.nav-social {
  display: block;
  padding: 0 10px 0 40px;
  margin-top: 60px; }

@media only screen and (max-width: 767px) {
  .nav-social {
    padding-left: 30px;
    margin-top: 35px; } }

.nav-social p {
  font-style: italic;
  font-size: 17px;
  letter-spacing: -0.29px;
  line-height: 10px;
  margin-bottom: 18px; }

.nav-social a {
  margin-right: 19px;
  padding: 0;
  border: none; }

.nav-social a img {
  width: 30px;
  height: 30px; }

.nav-social a:hover, .nav-social a:focus {
  opacity: 0.75; }

@media only screen and (max-width: 767px) {
  .nav-social a {
    font-size: 17px; } }

@media only screen and (max-width: 380px) {
  .nav-social a {
    font-size: 16px; } }

.nav-contact {
  padding: 0 10px 90px 40px;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .nav-contact {
    padding-left: 30px;
    margin-top: 35px;
    background-color: #111a26; } }

.nav-contact p a {
  margin-right: 15px;
  color: white;
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 31px;
  letter-spacing: normal; }

.nav-contact p a img {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px; }

.nav-contact p a:hover, .nav-contact p a:focus {
  opacity: 0.75; }

@media only screen and (max-width: 767px) {
  .nav-contact p a {
    font-size: 17px; }
  .nav-contact p a img {
    width: 17px;
    height: 17px; } }

@media only screen and (max-width: 380px) {
  .nav-contact p a {
    font-size: 16px; } }

.nav-cta {
  padding: 10px 10px 3px 40px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out; }

.nav-cta:hover, .nav-cta:focus {
  background-color: rgba(0, 0, 0, 0.75); }

@media only screen and (max-width: 767px) {
  .nav-cta {
    text-align: center;
    padding-left: 0;
    padding-right: 0; } }

.nav-cta a {
  color: #ffffff;
  border: none;
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.41px;
  line-height: 65px; }

.nav-cta a img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 20px;
  margin-bottom: 5px;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
  width: auto; }

@media only screen and (max-width: 767px) {
  .nav-cta a img {
    display: none; } }

.nav-cta a:hover, .nav-cta a:focus {
  border-color: #000000; }

.nav-cta a:hover img, .nav-cta a:focus img {
  margin-left: 25px; }

.nav-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 999;
  display: block; }

.nav-active .nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .nav-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.nav-menu-toggle {
  position: fixed;
  top: 32px;
  right: 50px;
  border-radius: 50%;
  background-color: white;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 99999;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out; }

.nav-menu-toggle::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000000;
  height: 2px;
  width: 25px;
  transition: all 0.3s ease-in-out; }

.nav-menu-toggle::after {
  content: '';
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #121212;
  height: 2px;
  width: 25px;
  transition: all 0.3s ease-in-out; }

.nav-menu-toggle:hover {
  box-shadow: -5px 38px 97px -16px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .nav-menu-toggle {
    top: 10px;
    right: 10px; } }

.nav-menu-toggle--active {
  background-color: #5BFFBB;
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px); }

@media only screen and (max-width: 767px) {
  .nav-menu-toggle--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff; } }

.nav-menu-toggle--active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
  height: 2px;
  width: 25px; }

.nav-menu-toggle--active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #ffffff;
  height: 2px;
  width: 25px; }

.nav-menu-toggle--active::before, .nav-menu-toggle--active::after {
  background-color: #121212; }

@media only screen and (max-width: 767px) {
  .nav-menu-toggle--active::before, .nav-menu-toggle--active::after {
    background-color: #000000; } }

.nav-logo {
  padding: 15px 0;
  padding-top: 65px;
  background-color: #ffffff;
  height: unset !important; }

.nav-logo > div {
  height: unset !important; }

.nav-logo a {
  border: none !important; }

@media only screen and (max-width: 767px) {
  .nav-logo {
    padding-top: 80px; } }

@media only screen and (max-width: 767px) {
  a.nav-contact-btn {
    display: none; } }

a.nav-contact-btn {
  position: fixed;
  right: 130px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  border-radius: 100px;
  z-index: 150;
  will-change: top; }

a.nav-contact-btn--hide {
  top: -100px; }

a:not([href]) {
  cursor: initial; }

.col-main {
  flex: 1; }

.m-t-10 {
  margin-top: 10px; }

.handwriting {
  font-family: 'Sacramento', cursive;
  font-size: 1.8em; }

.show-on-login {
  display: none; }

.hide-on-login {
  display: none; }
  .hide-on-login.btn {
    display: none; }

.header .container ul li.show-on-login {
  display: none; }

.header .container ul li.hide-on-login {
  display: none; }

/* .banner .search .background-image {
  background-image: url("../images/background.svg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: blur(0);
  transition: 0.3s -webkit-filter linear;
} */
@-webkit-keyframes "caret" {
  50% {
    border-color: transparent; } }
@keyframes "caret" {
  50% {
    border-color: transparent; } }

@-webkit-keyframes "cd-bounce-in" {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes "cd-bounce-in" {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@-webkit-keyframes "slide-in-right" {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes "slide-in-right" {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/*# sourceMappingURL=main.css.map */
* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

body {
  background-color: #f9fafb;
  color: #333;
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

a:hover {
  color: #309962; }

button {
  background-color: #fff; }

.heading-underline {
  position: relative;
  color: #000;
  padding-bottom: 20px;
  overflow: hidden; }

.heading-underline::after {
  content: '';
  background-image: url("/assets/images/vectors/line.png");
  position: absolute;
  bottom: -10px;
  left: calc(50% - 200px);
  background-size: contain;
  width: 400px;
  max-width: 100%;
  height: 20px; }

.banner {
  border-bottom: 1px solid transparent;
  min-height: 100vh;
  position: relative; }
  .banner .banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .banner .banner-background video {
      position: absolute;
      right: -200px;
      bottom: -100px; }
    .banner .banner-background .banner-mobiles {
      width: 50%;
      position: absolute;
      right: 60px;
      top: 20vh; }
    .banner .banner-background .banner-social {
      width: 100px; }
      .banner .banner-background .banner-social.arrow {
        left: 23%;
        top: 23%;
        width: 235px; }
      .banner .banner-background .banner-social.instagram {
        left: 20px;
        top: 197px;
        width: 85px; }
      .banner .banner-background .banner-social.facebook {
        bottom: 125px;
        left: 44%;
        width: 75px; }
      .banner .banner-background .banner-social.email {
        bottom: 10px;
        left: 52px;
        width: 65px; }
      .banner .banner-background .banner-social.twitter {
        top: 49px;
        left: 36%;
        width: 110px; }
      .banner .banner-background .banner-social.businesscard {
        width: 85px;
        top: 120px;
        right: -50px; }
      .banner .banner-background .banner-social.linkedin {
        left: 230px;
        top: 75px;
        width: 80px; }
  .banner .img-wrapper {
    max-width: 500px; }
  .banner .text-box h1 {
    font-weight: 400; }
    .banner .text-box h1 span {
      font-weight: bold; }
  .banner .text-box p {
    margin: 15px 0 35px;
    max-width: 480px; }
  .banner .search {
    padding: 15vh 0 0;
    transition: all 0.5s ease-in-out; }
    .banner .search .main-text {
      font-size: 25px;
      margin-bottom: 10px; }
    .banner .search .notfound-message {
      display: none;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      margin-bottom: 40px;
      padding: 5px;
      background-color: #f7fdfc;
      border: 1px solid #ccfff7; }
    .banner .search .search-result {
      position: relative;
      height: 0;
      overflow: hidden; }
      .banner .search .search-result h2 {
        font-size: 18px;
        font-weight: normal;
        margin: 5px 0 10px; }
      .banner .search .search-result ul {
        margin: 0;
        padding: 0; }
        .banner .search .search-result ul li {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 12px 0; }
          .banner .search .search-result ul li a {
            font-size: 14px;
            font-weight: normal;
            padding: 4px 25px;
            border-radius: 4px;
            border: solid 1px;
            width: 115px;
            text-align: center; }
          .banner .search .search-result ul li .available {
            color: #43bb52;
            cursor: pointer; }
          .banner .search .search-result ul li .taken {
            color: #eb4410;
            cursor: not-allowed; }
          .banner .search .search-result ul li p {
            color: #333;
            opacity: 0.4;
            font-size: 15px; }
    .banner .search h1 {
      line-height: 80px; }
    .banner .search .sub-heading {
      margin: 10px 0px 20px;
      font-size: 22px;
      font-weight: 500; }
  .banner .domain {
    margin-top: 15px;
    position: relative; }
    .banner .domain input {
      font-family: 'Rubik', sans-serif;
      background: transparent;
      border: none;
      border-radius: 0;
      font-size: 70px;
      line-height: 80px;
      z-index: 2;
      position: relative;
      font-weight: 500;
      color: #333; }
    .banner .domain .domain__field {
      display: flex; }
  .banner .domain-logo {
    height: 80px; }
  .banner .fixed-domain {
    position: relative; }
    .banner .fixed-domain .backQ {
      margin: 10px; }
  .banner .welcome-emoji {
    height: 50px;
    margin-top: -20px; }
  .banner .caret {
    border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-animation: caret 1s steps(1) infinite;
            animation: caret 1s steps(1) infinite; }
  .banner .banner__full-screen {
    padding: 120px 0 0px;
    transition: all 0.5s ease-in-out; }
    .banner .banner__full-screen .search-result {
      height: auto;
      overflow: scroll;
      background: white;
      max-width: 500px;
      border-radius: 10px; }
    .banner .banner__full-screen .search__widget .banner-text {
      display: none; }
  .banner .banner-text {
    font-family: 'Rubik', sans-serif;
    color: #000;
    opacity: 0.15;
    cursor: text;
    position: absolute;
    top: 0;
    left: 312px;
    height: 80px; }
  .banner .claim-arrow {
    position: absolute;
    left: 315px;
    text-align: center; }
    .banner .claim-arrow p {
      font-size: 20px;
      font-weight: 600;
      color: #000; }
  .banner .invite-box span {
    margin-right: 10px;
    font-size: 18px; }
  @media only screen and (min-width: 769px) {
    .banner .invite-box .invite-btn {
      text-align: right; } }
  .banner .invite-box .invite-btn {
    cursor: pointer;
    border: 1px solid;
    padding: 5px 20px;
    background: #000;
    color: #fff;
    border-radius: 26px;
    font-weight: bold;
    font-size: 18px; }
    .banner .invite-box .invite-btn img {
      margin-left: 5px;
      width: 40px;
      transition: -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
      -moz-transition: transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      -webkit-transition: transform 0.2s ease-out; }
    .banner .invite-box .invite-btn:hover img {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
  .banner .invite-box input {
    background: white;
    margin-top: 15px;
    height: 40px;
    width: 300px;
    font-size: 16px;
    max-width: 300px;
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px; }
  .banner .invite-box a {
    margin-bottom: 15px;
    font-size: 15px;
    transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
    position: relative;
    display: inline-block;
    font-weight: normal; }
    .banner .invite-box a::after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #000;
      height: 2px;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: left center;
      transform-origin: left center;
      transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
      transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
      bottom: -3px;
      height: 2px;
      transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1); }
    .banner .invite-box a:hover::after {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right center;
      transform-origin: right center; }
  .banner .invite-box p {
    opacity: 0.4;
    font-size: 16px;
    max-width: 300px;
    color: #333; }
  .banner .custom-domain-box {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .banner .custom-domain-box {
        display: none; } }
    .banner .custom-domain-box a {
      margin: 15px 0px;
      cursor: pointer;
      font-size: 16px;
      transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
      position: relative;
      display: inline-block; }
      .banner .custom-domain-box a::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #000;
        height: 2px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
        transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
        bottom: -3px;
        height: 2px;
        transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1); }
      .banner .custom-domain-box a:hover::after {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center; }
    .banner .custom-domain-box p {
      max-width: 500px;
      color: #8e8e8e; }
    .banner .custom-domain-box #isinvite-text {
      font-size: 18px; }
  .banner #mouse-scroll {
    style: block; }
  .banner #mouse-scroll {
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    z-index: -1; }
  .banner #mouse-scroll span {
    display: block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    margin: 0 0 3px 5px; }
  .banner #mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    transform: none;
    border: 2px solid #808080;
    top: 170px; }
  .banner #mouse-scroll .down-arrow-1 {
    margin-top: 6px; }
  .banner #mouse-scroll .down-arrow-1, .banner #mouse-scroll .down-arrow-2, .banner #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite; }
  .banner #mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate; }
  .banner #mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate; }
  .banner #mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate; }
  .banner #mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #808080;
    position: relative; }
  .banner #mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite; }

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
  .banner .input-field-focused .fixed-domain .caret {
    padding-left: 5px;
    border-right: 1px solid transparent;
    -webkit-animation: none;
            animation: none; }

.container---domain-checker {
  margin-bottom: -60px !important; }

.steps {
  padding: 80px 0;
  margin-top: 120px; }
  .steps .heading {
    padding: 0 20px 60px;
    text-align: center; }
    .steps .heading p {
      max-width: 550px;
      margin: 0 auto;
      margin-top: 10px;
      font-size: 20px; }
  .steps .container {
    display: flex;
    align-items: center; }
  .steps ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 550px;
    display: flex;
    flex-direction: column;
    margin-right: 50px; }
    .steps ul.tabs li {
      margin: 0;
      cursor: pointer;
      padding: 0px 21px;
      background-color: white;
      position: relative;
      padding: 30px 25px;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
      border: solid 2px transparent; }
      .steps ul.tabs li h6 {
        color: #333;
        font-size: 17px;
        font-weight: normal; }
      .steps ul.tabs li p {
        font-size: 16px;
        margin-top: 5px; }
      .steps ul.tabs li:hover {
        border: solid 2px black; }
    .steps ul.tabs li.active {
      background-color: #333;
      display: block; }
      .steps ul.tabs li.active h6 {
        color: white; }
      .steps ul.tabs li.active p {
        color: white; }
  .steps .tab_last {
    margin: 0 !important; }
  .steps .tab_container {
    border-top: none;
    clear: both;
    width: 100%; }
  .steps .tab_content {
    display: none; }
    .steps .tab_content .img-wrapper {
      border-radius: 10px;
      background: #e7e7e7;
      border: solid 10px #e7e7e7;
      overflow: hidden;
      -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
      -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
      box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
      .steps .tab_content .img-wrapper img {
        border-radius: 7px; }
  .steps .tab_drawer_heading {
    display: none; }

.usecase {
  margin: 120px 0; }
  .usecase .usecase-col {
    display: flex;
    align-items: center; }
    .usecase .usecase-col .first {
      margin-right: 30px; }
  .usecase .usecases {
    flex-wrap: wrap; }
  .usecase .col-2 {
    align-items: flex-start; }
  .usecase .text-box {
    text-align: center;
    max-width: 400px;
    align-self: center; }
    .usecase .text-box p {
      margin: 20px 0 0;
      font-size: 22px;
      font-weight: normal; }
    .usecase .text-box a {
      margin-top: 30px; }
  .usecase .single {
    padding: 30px;
    min-width: 50%;
    margin-bottom: 30px;
    border-radius: 15px;
    text-align: center; }
    .usecase .single:last-child {
      margin: 0; }
    .usecase .single img {
      max-width: 75px;
      margin: 20px; }
    .usecase .single h3 {
      margin: 10px 0 12px;
      font-weight: normal;
      font-size: 18px; }
    .usecase .single h5 {
      font-family: 'DM sans', sans-serif;
      font-weight: 800; }
    .usecase .single p {
      margin-top: 10px; }

.features {
  margin: 100px 0px; }
  .features .heading {
    padding: 0 20px 60px;
    text-align: center; }
    .features .heading p {
      max-width: 550px;
      margin: 0 auto;
      margin-top: 10px;
      font-size: 20px; }
  .features .col-2 .single {
    padding: 20px 50px;
    margin-bottom: 30px; }
    .features .col-2 .single:last-child {
      margin: 0; }
    .features .col-2 .single h3 {
      color: #333;
      position: relative;
      padding-left: 18px;
      font-family: 'DM sans', sans-serif;
      font-weight: 800; }
    .features .col-2 .single p {
      margin-top: 5px;
      padding-left: 18px; }

.footer-cta-wrap {
  text-align: center; }
  .footer-cta-wrap h1 {
    color: #6b6b6b; }
  .footer-cta-wrap .footer-cta {
    cursor: pointer;
    font-size: 35px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'DM sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #000; }
  .footer-cta-wrap .footer-cta-subtitle {
    font-weight: 600;
    font-size: 22px; }

.cta-button {
  cursor: pointer;
  background: #eee;
  color: #000;
  border: 5px solid #000;
  border-radius: 30px;
  padding: 5px 30px;
  margin: 30px 0px;
  font-size: 22px;
  font-weight: 500;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3) !important; }
  .cta-button img {
    margin-left: 5px;
    width: 45px;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out; }
  .cta-button:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

.about {
  padding: 120px 0; }
  .about ul li {
    margin: 20px 0px;
    font-size: 18px; }
  .about .about-forms {
    color: #fd6b80; }
  .about .about-conversations {
    color: #26a91c; }
  .about .about-forms-title {
    border-bottom: 5px solid #fd6b80;
    padding-bottom: 5px;
    width: 125px;
    margin: auto; }
  .about .about-conversations-title {
    border-bottom: 5px solid #26a91c;
    padding-bottom: 5px;
    width: 178px;
    margin: auto; }
  .about video {
    max-width: calc(100% - 30px);
    margin: 15px;
    padding: 10px;
    border: 3px solid #f6f2ee;
    background-color: #000;
    border-radius: 10px; }
  .about h1 {
    text-align: center; }
  .about .about-compare {
    text-align: center; }
  .about .about-compare-heading {
    font-weight: 500;
    margin: 100px 0px 30px; }
  .about .about-compare-subheading {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px; }
  .about .col-2 {
    align-items: flex-start; }
    .about .col-2 a {
      margin-top: 30px;
      text-transform: uppercase; }
    .about .col-2 p {
      font-size: 22px;
      font-weight: normal;
      margin: 20px 0 0;
      max-width: 400px; }
    .about .col-2 .img {
      padding-left: 50px; }
      .about .col-2 .img img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: right;
           object-position: right;
        height: 500px; }

.how-it-works {
  padding: 120px 0px 50px; }
  .how-it-works .heading-underline {
    text-align: center;
    margin: 0px 0px 0px; }
  .how-it-works .use-on.row {
    bottom: 0px;
    width: 100%;
    color: #666;
    font-weight: 500;
    font-size: 20px;
    margin: 30px 10px 0px; }
    @media screen and (max-width: 767px) {
      .how-it-works .use-on.row > div {
        padding-bottom: 20px;
        text-align: center; } }
  .how-it-works p {
    font-size: 20px; }
  .how-it-works .container {
    border-radius: 10px;
    padding-right: 0; }
  .how-it-works .row {
    margin: 125px 20px; }
  .how-it-works .learn {
    margin-top: 20px; }
  .how-it-works .image {
    text-align: center; }
    .how-it-works .image img {
      width: 300px; }

.testimonal {
  padding: 50px 0 100px; }
  .testimonal .container {
    display: flex; }
    .testimonal .container .text {
      max-width: 330px; }
      .testimonal .container .text p {
        font-size: 22px;
        font-weight: normal;
        margin: 20px 0 0; }
    .testimonal .container .testimonal-wrapper {
      flex: 1;
      display: flex;
      margin-left: 50px; }
      .testimonal .container .testimonal-wrapper .single {
        padding: 40px;
        border-radius: 0.8rem;
        box-shadow: 0 0 0 1px #dddfe5;
        margin: 0 15px;
        text-align: center; }
        .testimonal .container .testimonal-wrapper .single:first-child {
          margin-left: 0; }
        .testimonal .container .testimonal-wrapper .single:last-child {
          margin-right: 0; }
        .testimonal .container .testimonal-wrapper .single img {
          width: 60px;
          height: 60px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          border-radius: 50px;
          margin-top: 30px;
          margin-bottom: 15px; }
        .testimonal .container .testimonal-wrapper .single h3 {
          font-weight: 500;
          margin: 0; }
        .testimonal .container .testimonal-wrapper .single h6 {
          font-family: 'DM Sans', sans-serif;
          color: #757575;
          font-weight: normal;
          font-size: 17px;
          margin-top: 10px; }
        .testimonal .container .testimonal-wrapper .single p {
          font-size: 19px;
          line-height: 1.6; }

.insta-widget {
  position: absolute;
  width: 400px;
  padding: 10px;
  border-radius: 5px;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: white;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  .insta-widget .btn {
    border: none;
    padding: 6px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #262626;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid #dbdbdb;
    background-color: transparent; }
  .insta-widget .description-row {
    padding: 10px;
    padding-bottom: 0; }
    .insta-widget .description-row > .headline {
      font-weight: 500;
      font-size: 14px; }
    .insta-widget .description-row > .link {
      color: #001d56;
      margin-top: 2px;
      font-size: 14px; }
  .insta-widget .header-row {
    display: flex; }
    .insta-widget .header-row > .avatar {
      margin-right: 20px; }
    .insta-widget .header-row > .stats {
      flex: 1; }
  .insta-widget .avatar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-image: linear-gradient(40deg, #fa9f4c, #c52f91);
    border-radius: 50%; }
    .insta-widget .avatar-icon > .icon {
      width: 96%;
      height: 96%;
      border-radius: 50%;
      border: 2px solid #fff;
      background-image: linear-gradient(40deg, #fa9f4c, #c52f91); }
  .insta-widget .stats-row {
    display: flex;
    flex-direction: column; }
    .insta-widget .stats-row > .stats {
      display: flex;
      justify-content: space-around;
      margin-bottom: 8px; }
    .insta-widget .stats-row > .action > button {
      width: 100%; }
  .insta-widget .stats-cell {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .insta-widget .stats-cell > .data {
      font-weight: 500;
      font-size: 15px;
      margin-bottom: 4px; }
    .insta-widget .stats-cell > .label {
      color: #999999;
      font-weight: 300;
      letter-spacing: 0.1px;
      font-size: 13px; }

.insta-widget---show {
  opacity: 1;
  transition: opacity 0.7s ease-in-out;
  -webkit-animation: slide-in-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.nav-content .links {
  padding: 22px 0;
  border-bottom: 1px dotted black;
  margin: 0;
  margin-right: 10px; }
  .nav-content .links a {
    font-size: 25px; }

.header---mob {
  display: none; }

.nav-menu-toggle {
  display: none; }

.header-form {
  z-index: 9;
  opacity: 1; }

.learn {
  font-size: 15px;
  transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  position: relative;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'DM sans', sans-serif;
  font-weight: 600; }
  .learn::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    height: 2px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
    bottom: -3px;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1); }
  .learn:hover {
    cursor: pointer; }
    .learn:hover::after {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right center;
      transform-origin: right center; }

img {
  vertical-align: middle;
  max-width: 100%; }

h1 {
  margin: 0;
  font-size: 48px;
  line-height: 52px; }

h2 {
  margin: 0;
  color: #333;
  font-size: 35px; }

h5 {
  font-weight: 600;
  margin: 0;
  font-size: 17px; }

h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px; }

a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 18px; }

.domain-checker {
  background: #3e70ff;
  display: flex;
  align-items: center;
  padding: 30px 25px;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 16px; }
  .domain-checker::-webkit-input-placeholder {
    color: white; }
  .domain-checker:-ms-input-placeholder {
    color: white; }
  .domain-checker::-moz-placeholder {
    color: white; }
  .domain-checker::-ms-input-placeholder {
    color: white; }
  .domain-checker::placeholder {
    color: white; }
  .domain-checker input {
    height: 45px;
    flex: 1;
    border: none;
    border-bottom: solid 2px white;
    border-radius: 0;
    background: transparent;
    color: white;
    font-size: 16px;
    margin: 0 30px;
    margin-left: 60px; }
  .domain-checker .avaiavailability-block {
    width: 170px; }
    .domain-checker .avaiavailability-block h6 {
      color: white;
      font-size: 14px; }
    .domain-checker .avaiavailability-block p {
      color: white;
      font-size: 14px;
      line-height: 15px;
      margin-top: 5px; }

.hollow-btn {
  border: 2px solid #3e70ff;
  color: #3e70ff;
  border-radius: 40px;
  padding: 9px 50px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600; }

.btn {
  border: none;
  color: #333;
  background: white;
  border-radius: 40px;
  padding: 0px 45px;
  display: inline-block;
  font-size: 15px; }

p {
  font-family: 'DM Sans', sans-serif;
  color: #757575;
  font-size: 18px;
  line-height: 1.5;
  margin: 0; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.col-3 {
  display: flex;
  align-items: center; }
  .col-3 > div {
    flex: 1; }

video {
  max-width: 100%; }

.faq {
  padding-top: 120px; }
  .faq .faq-container {
    width: 720px;
    max-width: 100%;
    background-color: white;
    padding: 40px 50px;
    margin: auto;
    border-radius: 10px; }
  .faq h1 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 35px; }
  .faq .faq-content {
    margin: 20px auto 0px;
    max-width: 700px; }
  .faq .faq-question {
    position: relative;
    cursor: pointer;
    padding: 20px 0px;
    font-size: 24px;
    color: #333; }
    .faq .faq-question:not(:first-child) {
      border-top: 1px solid #eee; }
    .faq .faq-question:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: absolute;
      right: 25px;
      top: 25px;
      color: #bdbdbd; }
  .faq .faq-answer {
    display: none;
    margin-bottom: 20px; }

.templates .btn.sm {
  padding: 0 14px; }

@media screen and (max-width: 767px) {
  #mouse-scroll {
    display: none; }
  .banner .banner-background {
    display: none; }
  .banner .search .background-img {
    background-size: 200%; }
  .banner .search h1 {
    display: inline-block;
    font-size: 60px;
    line-height: 70px; }
  .banner .domain input {
    font-size: 60px;
    line-height: 70px; }
  .banner .banner__full-screen {
    padding: 50px 0 0px; }
    .banner .banner__full-screen .search-result {
      padding: 15px 15px 15px;
      margin-bottom: 20px; }
  .banner .banner-text {
    top: 70px;
    left: 0; }
  .banner .custom-domain-box {
    position: relative;
    background: white;
    padding: 30px 15px;
    left: 0;
    bottom: 0;
    width: 100%; }
    .banner .custom-domain-box #isinvite-text {
      font-size: 18px; }
  .usecase .usecase-col {
    display: block; }
    .usecase .usecase-col .first {
      margin-right: 0px;
      margin-bottom: 30px; }
  .about {
    padding: 90px 0; }
    .about .col-2 {
      display: block; }
      .about .col-2 .img {
        padding-left: 0;
        margin-top: 30px; }
  .how-it-works {
    margin-bottom: 80px; }
    .how-it-works .text h2 {
      font-size: 30px; }
  .testimonal .container .testimonal-wrapper {
    display: block; }
    .testimonal .container .testimonal-wrapper .single {
      margin: 0;
      margin-bottom: 20px; }
  .insta-widget {
    display: none; } }

@media screen and (max-width: 380px) {
  .banner .domain input {
    font-size: 62px; }
  .banner .banner-text {
    top: 50px;
    left: 0; } }

@media screen and (max-width: 920px) {
  .banner .domain .domain__field {
    display: block; }
  .banner .banner-text {
    top: 83px;
    left: 0; } }

@media screen and (max-width: 385px) {
  .banner .search h1 {
    font-size: 62px; } }

@media screen and (max-width: 900px) {
  .steps ul.tabs {
    display: none; }
  .steps .tab_content {
    margin-bottom: 30px; }
  .steps .tabs {
    display: none; }
  .steps .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    position: relative;
    padding: 30px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
    border: solid 2px transparent; }
    .steps .tab_drawer_heading h6 {
      font-size: 17px;
      font-weight: normal;
      color: #333; }
    .steps .tab_drawer_heading p {
      font-size: 14px;
      margin-top: 5px; }
  .steps .d_active {
    background-color: #333;
    margin-bottom: 10px; }
    .steps .d_active h6 {
      color: white; }
    .steps .d_active p {
      color: white; }
  .features .col-2 .single {
    margin: 25px; }
  .col-3 {
    display: block; } }

@media only screen and (max-width: 992px) {
  .usecase .col-2 {
    display: block; }
  .usecase .text-box {
    margin-bottom: 30px; } }

@media screen and (max-width: 800px) {
  .how-it-works .col-2 {
    display: block; }
  .how-it-works .image {
    margin-top: 20px; } }

@media screen and (max-width: 992px) {
  .testimonal {
    padding: 0px 0 80px; }
    .testimonal .container {
      display: block; }
      .testimonal .container .testimonal-wrapper {
        margin-left: 0px;
        margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  .header---mob {
    display: block; }
  .nav-menu-toggle {
    display: block; }
  .signup {
    align-items: flex-start;
    padding-top: 20px; }
    .signup .close {
      top: 0px;
      right: 10px; } }

.hide {
  display: none; }

.error {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border-bottom: 3px solid red; }

.banner-error {
  color: #ff6473;
  margin: 10px 0px; }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

.banner-icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  margin-top: 10px; }
  .banner-icon#banner-tick {
    color: #adc95b; }

#signup-widget {
  display: block; }

.showcase_9 .block {
  border-top: 0px; }

.custom-domain-box .faq-question {
  cursor: pointer; }
  .custom-domain-box .faq-question:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px; }

.custom-domain-box .faq-answer {
  display: none; }

.custom-domain-box span {
  display: none; }

.t-black {
  color: #000; }

.template-demo-btn {
  border: 1px solid #000;
  background: #f9fafb; }

.pricing-comingsoon:after {
  content: 'Coming soon';
  position: absolute;
  right: 15px;
  top: 15px;
  background: #309962;
  color: #fff;
  padding: 0px 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.privacy-terms-section {
  margin-top: 120px !important; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9;
  transition: all 0.1s ease-in-out;
  padding: 10px 0;
  background-color: #f9fafb; }

.header---float {
  position: fixed;
  border-bottom: 1px solid #eee;
  transition: opacity 0.3s ease-in-out;
  background-color: #fff; }

.header .logo {
  width: 120px;
  margin-top: 5px; }

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header .container h1 {
    font-size: 25px; }
  .header .container ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex; }
  .header .container .logo-container {
    flex: 8; }

@media only screen and (max-width: 767px) {
  .header .container ul {
    display: none; } }

.header .container ul li {
  font-weight: 500;
  margin-left: 20px;
  display: flex;
  align-items: center; }
  .header .container ul li.login-button {
    border: 1px solid #333;
    padding: 5px 25px;
    border-radius: 12px;
    font-size: 16px; }
    .header .container ul li.login-button:hover {
      background-color: #000;
      color: #fff; }
      .header .container ul li.login-button:hover a {
        color: #fff; }

footer {
  padding: 50px;
  justify-content: space-between;
  background-color: #000; }
  footer .footer-logo {
    width: 35px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out; }
    footer .footer-logo:hover {
      opacity: 1; }
  footer .footer-text {
    color: fff;
    font-size: 15px; }
  footer i {
    font-size: 20px;
    margin-right: 5px; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    footer ul li {
      margin-left: 15px; }
      footer ul li:first-child {
        margin-left: 0; }
      footer ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: normal; }

.parent-logo {
  opacity: 0.5;
  transition: opacity 1s; }
  .parent-logo img {
    width: 150px; }
  .parent-logo:hover {
    opacity: 1; }

@media screen and (max-width: 767px) {
  footer {
    padding: 25px 15px;
    display: block;
    text-align: center; }
    footer ul {
      justify-content: center;
      margin-top: 10px; } }

.signup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: white;
  display: flex;
  align-items: center;
  overflow: auto; }
  .signup #reachUsername {
    display: none; }
  .signup.signup---down {
    height: 0;
    opacity: 0; }
  .signup.signup---up {
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }
  .signup .close {
    position: absolute;
    top: 10px;
    right: 20px; }
    .signup .close:hover {
      cursor: pointer; }
      .signup .close:hover img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        opacity: 0.7; }
    .signup .close img {
      max-width: 22px;
      opacity: 0.5;
      transition: all 0.2s ease-in-out; }
  .signup .container {
    width: 100%;
    position: relative; }
  .signup .form {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%; }
    .signup .form h1 {
      font-size: 40px;
      text-align: center;
      margin-bottom: 25px; }
    .signup .form .signup-message {
      font-size: 20px;
      margin-bottom: 25px; }
    .signup .form .or {
      position: relative;
      text-align: center;
      margin: 40px 0; }
      .signup .form .or p {
        color: #333;
        display: inline-block;
        background: white;
        font-weight: 600;
        z-index: 2;
        position: relative;
        padding: 0 10px; }
      .signup .form .or::after {
        position: absolute;
        left: 0;
        top: 10px;
        content: '';
        width: 100%;
        height: 2px;
        background: black; }
    .signup .form p {
      color: #333;
      font-size: 16px;
      text-align: center; }
    .signup .form input {
      border: 2px solid #000000;
      border-radius: 5px;
      padding: 0 15px;
      height: 48px;
      font-size: 16px;
      width: 100%;
      margin-bottom: 20px; }
    .signup .form button {
      cursor: pointer;
      background: #000000;
      border: none;
      border-radius: 5px;
      padding: 0 15px;
      height: 48px;
      font-weight: bold;
      width: 100%;
      color: white; }
    .signup .form .forgot {
      margin-top: 20px;
      text-align: center; }
    .signup .form .warning {
      color: #333;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      max-width: 450px;
      margin: 0 auto;
      margin-top: 20px; }
      .signup .form .warning a {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        text-decoration: underline; }
    .signup .form .social {
      display: flex; }
      .signup .form .social img {
        max-width: 30px; }
      .signup .form .social .google {
        background-color: #286efa;
        display: flex;
        align-items: center;
        text-align: center;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        cursor: pointer; }
        .signup .form .social .google p {
          width: 100%;
          color: white; }
      .signup .form .social .fb {
        background-color: #f2f2f2;
        padding: 15px;
        border-radius: 5px;
        margin-left: 15px; }

.disabled-input {
  border-color: #cccc !important;
  background-color: #eee;
  color: #cccc; }

.err-msg-modal {
  text-align: center;
  min-height: 50px;
  background-color: red;
  opacity: 0.5;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 12px 0px;
  color: white;
  font-size: 13px; }

.reach-username-wrap {
  position: relative; }
  .reach-username-wrap span {
    position: absolute;
    padding: 12px 20px 10px; }
  .reach-username-wrap input {
    padding-left: 85px !important;
    color: #333; }

.cta-wrap {
  position: relative;
  max-width: 100%;
  width: 500px;
  border: 2px solid #181818;
  background-color: white;
  border-radius: 12px;
  overflow: hidden; }
  .cta-wrap h3 {
    display: inline-block;
    text-align: left;
    width: 42%;
    min-width: 220px;
    padding-left: 20px;
    padding-top: 3px;
    font-size: 42px;
    line-height: 52px; }
  .cta-wrap input {
    display: inline-block;
    font-weight: 500;
    font-size: 42px;
    width: 58%;
    max-width: calc(100% - 225px);
    background-color: #fff;
    line-height: 1.3333333;
    border: none;
    outline: none; }

.footer-cta-wrap .cta-wrap {
  margin: 20px auto 0px; }

@media (max-width: 767.98px) {
  .cta-wrap h3 {
    width: 100%; }
  .cta-wrap input {
    width: 100%;
    max-width: initial;
    padding-left: 10px; } }

.get-started {
  cursor: pointer;
  width: 100%;
  background-color: #181818;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  overflow: hidden;
  text-align: center; }

.cta-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1px; }

.cta-message {
  margin: 15px 0px;
  color: #afafaf;
  position: relative;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  height: 30px; }

.btn-dashboard {
  margin: 40px 0px;
  background-color: #181818;
  color: #fff;
  padding: 20px 50px;
  font-weight: 700;
  border-radius: 12px !important;
  overflow: hidden;
  width: 210px;
  display: block; }
  .btn-dashboard:hover {
    color: #fff;
    background-color: #3c3c3c; }

.footer-cta-wrap .btn-dashboard {
  margin: 40px auto; }


/*# sourceMappingURL=reach.css.map*/