* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
input,
button,
textarea,
h1,
p {
  font-family: 'Inter', sans-serif;
}
.wrapper{
background: linear-gradient(135deg, var(--color-grey-98, #F8FAFC) 0%, var(--color-grey-97, #EFF6FF) 50%, var(--color-grey-94, #E0E7FF) 100%);
}
.content-wrapper{
  min-height: 100vh;
  padding: 0 16px 20px;

}
/* header styling */
.header-section {
  padding: 0;
  max-width: none;
  margin: 0;
  width: auto;
  display: block;
  position: static;
  background: #fff;
}
span.b_slash {
  display: inline-block;
  flex-direction: row;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 60%;
  margin: 0 4px;
}
#navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 59px;
  margin: 0 auto;
  padding: 0 15px;
}

#navigation .logo {
        width: auto;
        height: 24px;
}

#navigation .hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 20px;
  z-index: 1000;
}

#navigation .hamburger span:nth-child(2) {
  margin: 4px auto;
}

#navigation .hamburger span {
  width: 20px;
  height: 2.3px;
  background-color:#355CEB;
  transition: all 0.3s ease;
  border-radius: 5px;
}

#navigation .hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 5px;
}

#navigation .hamburger.open span:nth-child(2) {
  opacity: 0;
}

#navigation .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -8px;
}

#navigation ul.menu-left {
  position: absolute;
  margin-right: 0;
  display: block;
  width: 100%;
  background-color: #F2F2F2;
  left: 0;
  margin-top: 0;
  box-shadow: 0 3px 30px hsla(0, 0%, 0%, .1);
  overflow: hidden;
  transition: all .3s ease-out;
  z-index: 10;
  max-height: 0;
  top: 48px;
}

#navigation ul.menu-left li {
  display: flex;
  position: static;
  transition: color .35s ease;
  list-style: none;
  text-align: right;
  padding: 0 30px;
  justify-self: center;
}

#navigation .menu-left li:hover {
  text-decoration: underline;
  color: white;
}

#navigation .menu-left li a {
      color: #374151;
      text-align: center;
      text-decoration: none;
      padding: .5em 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
}


#navigation ul.menu-left.collapse {
  max-height: 15em;
}
@media screen and (min-width: 921px) {
.top-header-section {
    padding: 0;
  }
#navigation .logo {
      width: auto;
      height: 28px
  }

  #navigation .hamburger {
    display: none;
  }

  #navigation ul.menu-left {
    display: flex;
    padding: 0;
    position: static;
    background: transparent;
    box-shadow: none;
    max-height: none;
    justify-content: end;
  }

  #navigation .menu-left li a {
        text-decoration: none;
        padding: 0;
        text-align: center;
        font-size: 15.375px;
        line-height: 24px;
        display: flex;
  }

  #navigation a:hover {
    text-decoration: underline;
  }

  #navigation {
    padding: 15px 15px;
    position: relative;
    max-width: 1216px;
    min-height: 64px;
  }

  
#navigation .menu-left li:last-child {
  border: 0;
  padding-right: 0;
}
}
/* header styling end */

 /* footer styling */
    .footer {
      background: #111827;
      padding: 32px 84px;
    }
     .footer img{
      height: 27px;
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-bottom: 20px;
     }
    .footer ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
 
    .footer ul li {
      list-style: none;
      text-decoration: none;
      color: #9CA3AF;
      font-size: 13.234px;
      font-weight: 400;
      line-height: 20px
    }

    .footer ul li a {
      color: inherit;
      text-decoration: none;
    }
   .footer ul li a:hover {
      text-decoration: underline;
    }

    .footer ul li::after {
      content: "|";
      margin: 0 3px;
      color: #9CA3AF;
      font-size: inherit;
      font-family: inherit;
    }

    .footer ul li:last-child::after {
      display: none;
    }
    @media only screen and (max-width:767px) {
      .footer{
      padding: 48px 10px;
    }
    .footer img{
      height: 28px;
      margin-bottom: 66px;
     }
     .footer ul li{
      font-size: 13.016px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
     }
    }

 /* footer styling end*/
 /* content styling */
 .top-header-section{
       max-width: 832px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
        padding: 44px 5px 24px
 }
  .top-header-section a{
  color: #4B5563;
  font-size: 13.234px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;  
    text-decoration: none;
    margin-bottom: 36px;
    display: block;
    max-width: max-content;
  }
    .top-header-section a:hover{
      text-decoration: underline;
    }
 .top-header-section a svg{
    margin-right: 16px;
    vertical-align: middle;
 }
 h1.signup-title.page-title{
  color: #111827;
  font-size: 47.063px;
font-style: normal;
font-weight: 700;
line-height: 48px;
text-align: center;
 }
 .legal-inner{
  max-width: 832px;
    width: 100%;
    margin: 0 auto 218px;
    padding: 40px 48px 48px;
    color: #374151;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10)
 }
 @media only screen and (max-width:767px) {
  .top-header-section{
        padding: 65px 16px 40px;
  }
  h1.signup-title.page-title{
     font-size: 30px;
    line-height: 45px;
  }
  .legal-inner{
    margin: 0 auto 80px;
    padding: 30px 16px 30px;
  }
 }
