*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: 'Nunito', sans-serif;
  font-size: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29ABF4), to(#5C0091));
  background-image: linear-gradient(#29ABF4, #5C0091);
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.start-section {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.start-section .fa-times {
  float: right;
  margin-top: .5rem;
  margin-right: 1rem;
  cursor: pointer;
  width: 12px;
}

.start-section .container {
  max-width: 90%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
  position: relative;
  padding: 4rem 0;
  margin: 8rem auto;
}

.start-section .container .personal-info {
  width: 80%;
  text-align: center;
  margin: auto;
}

.start-section .container .personal-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.start-section .container .personal-info .bottom-img {
  position: absolute;
  right: 40px;
  padding: 1rem 0 0 1rem;
  bottom: 40px;
}

.start-section .container .personal-info h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.start-section .container .personal-info h5 {
  font-size: .8rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.start-section .container .personal-info form input {
  background-color: #E1E1E1;
  border: 1px solid #7070702a;
  outline: none;
  margin-bottom: 2.4rem;
  padding: .6rem 0;
  width: 100%;
  text-align: center;
}

.start-section .container .personal-info form .text::-webkit-input-placeholder {
  opacity: .4;
}

.start-section .container .personal-info form .social-links {
  margin-bottom: 1rem;
}

.start-section .container .personal-info form .social-links h3 {
  color: #165081;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.start-section .container .personal-info form .social-links .socials .icons {
  width: 12px;
  margin-right: 1rem;
  color: #DB00E2;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.start-section .container .personal-info form .social-links .socials .icons:hover {
  color: #000;
}

.start-section .container .personal-info button {
  padding: .8rem 4rem;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #165081;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.start-section .container .personal-info button:hover {
  background-color: #2AB800;
}

.start-section .container .adOp-section {
  display: none;
  position: absolute;
  background-color: #165081;
  width: 50%;
  text-align: center;
  height: 100%;
  right: 0;
}

.start-section .container .adOp-section img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.start-section .container .adOp-section h1 {
  margin-top: 4rem;
  font-size: 3rem;
  color: #D9D9D9;
}

.start-section .container .adOp-section p {
  font-size: 1.6rem;
  color: #d9d9d9;
  line-height: 24px;
  max-width: 400px;
  margin: 3rem auto;
}

.start-section .container .adOp-section h3 {
  margin-top: 3rem;
  font-size: 1.4rem;
  color: #60D2DF;
}

.start-section .container .adOp-section .social-icons {
  margin-top: 2.4rem;
}

.start-section .container .adOp-section .social-icons .icons {
  color: #fff;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.start-section .container .adOp-section .social-icons .icons:hover {
  color: #60D2DF;
}

.nav-container {
  background-color: #165081;
}

.nav-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.nav-container .container .logo {
  width: 150px;
  padding: 1rem 0 1rem 1rem;
}

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

.nav-container .container .nav-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-right: 3rem;
  display: none;
}

.nav-container .container .nav-links ul li {
  margin-right: 2rem;
}

.nav-container .container .nav-links ul li a {
  color: #CFCFCF;
  font-size: 1.1rem;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.nav-container .container .nav-links ul a:hover {
  text-decoration: underline;
}

.nav-container .container .nav-links .button-1 {
  background-color: #DB00E2;
  padding: .3rem 1rem;
  border-radius: .3rem;
  font-size: 1.2rem;
  margin-right: 1rem;
  display: none;
  -webkit-transition: background .8s;
  transition: background .8s;
}

.nav-container .container .nav-links .button-1:hover {
  background: crimson;
}

.nav-container .container .nav-links .hamburger .menu-icon {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: 1rem;
}

.nav-container .container .nav-links .hamburger .menu-icon:hover {
  color: #74e9e9;
}

.nav-container .container .nav-links .hamburger .menu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(26, 70, 151, 0.9);
  height: 100vh;
  z-index: 100;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nav-container .container .nav-links .hamburger .menu .close-menu {
  color: #fff;
  position: absolute;
  top: 2%;
  right: 6%;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nav-container .container .nav-links .hamburger .menu .close-menu:hover {
  color: #0d0053;
}

.nav-container .container .nav-links .hamburger .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8rem 3rem;
}

.nav-container .container .nav-links .hamburger .menu ul a {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-container .container .nav-links .hamburger .menu ul > * {
  margin-bottom: 2rem;
}

.hero-container {
  position: relative;
  background-color: #ECECEC;
  -webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.4);
  max-width: 90%;
  border-radius: 15px;
  margin: 10rem auto;
}

.hero-container .flex-container {
  position: relative;
  top: -8rem;
  text-align: center;
}

.hero-container .flex-container .svg-sec {
  margin-bottom: 4rem;
}

.hero-container .flex-container .svg-sec img {
  width: 210px;
}

.hero-container .flex-container .terms-sec {
  padding: 0 1rem;
}

.hero-container .flex-container .terms-sec h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #2D0047;
  margin-bottom: 2rem;
}

.hero-container .flex-container .terms-sec .terms-list {
  background-color: #FFFFFF;
  border: #165081 .3px solid;
  border-radius: 10px;
  padding: .6rem .6rem;
  overflow-y: auto;
  max-height: 400px;
}

.hero-container .flex-container .terms-sec .terms-list h4 {
  font-size: 1.6rem;
  color: #4D4D4D;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-container .flex-container .terms-sec .terms-list p {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #2D0047;
}

.hero-container .flex-container .terms-sec .terms-list ul {
  padding: 0 2rem;
  text-align: left;
  font-size: 1.2rem;
  color: #2D0047;
}

.hero-container .flex-container .terms-sec .terms-list ul li {
  margin-bottom: 1rem;
}

@media (min-width: 260px) {
  .start-section .fa-times {
    margin-top: 1rem;
  }
  .start-section .container .personal-info img {
    width: 40px;
  }
  .start-section .container .personal-info h1 {
    font-size: 1.8rem;
  }
  .start-section .container .personal-info h5 {
    font-size: 1rem;
  }
  .start-section .container .personal-info form input {
    padding: .8rem 0;
  }
  .start-section .container .personal-info form .social-links h3 {
    font-size: 1.2rem;
  }
}

@media (min-width: 300px) {
  .start-section .container .personal-info img {
    width: 42px;
  }
  .start-section .container .personal-info h1 {
    font-size: 2rem;
  }
  .start-section .container .personal-info form .social-links h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 360px) {
  .start-section .container .personal-info {
    width: 78%;
  }
  .start-section .container .personal-info img {
    width: 45px;
  }
  .start-section .container .personal-info h5 {
    font-size: 1.2rem;
  }
  .nav-container .container .logo {
    width: 160px;
  }
  .nav-container .container .nav-links .button-1 {
    display: block;
  }
  .hero-container .flex-container .svg-sec img {
    width: 250px;
  }
  .hero-container .flex-container .terms-sec h1 {
    font-size: 2.4rem;
  }
  .hero-container .flex-container .terms-sec .terms-list h4 {
    font-size: 1.8rem;
  }
  .hero-container .flex-container .terms-sec .terms-list p {
    font-size: 1.4rem;
  }
  .hero-container .flex-container .terms-sec .terms-list ul {
    font-size: 1.4rem;
  }
}

@media (min-width: 400px) {
  .start-section .container .personal-info {
    width: 72%;
  }
  .hero-container .flex-container .svg-sec img {
    width: 260px;
  }
}

@media (min-width: 430px) {
  .start-section .container {
    max-width: 400px;
  }
  .start-section .container .personal-info {
    width: 68%;
  }
  .start-section .container .personal-info form .social-links .socials .icons {
    width: 15px;
  }
  .hero-container .flex-container .terms-sec h1 {
    font-size: 2.6rem;
  }
  .hero-container .flex-container .terms-sec .terms-list h4 {
    font-size: 2rem;
  }
  .hero-container .flex-container .terms-sec .terms-list p {
    font-size: 1.6rem;
  }
  .hero-container .flex-container .terms-sec .terms-list ul {
    font-size: 1.6rem;
  }
}

@media (min-width: 500px) {
  .hero-container .flex-container .svg-sec img {
    width: 280px;
  }
}

@media (min-width: 560px) {
  .nav-container .container .logo {
    width: 180px;
  }
  .nav-container .container .nav-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-right: 3rem;
  }
  .nav-container .container .nav-links .button-1 {
    display: block;
  }
  .nav-container .container .nav-links .hamburger .menu-icon {
    display: none;
  }
  .hero-container .flex-container .terms-sec h1 {
    font-size: 3rem;
  }
  .hero-container .flex-container .terms-sec .terms-list {
    padding: inherit .6rem;
    max-width: 420px;
    margin: auto;
  }
  .hero-container .flex-container .terms-sec .terms-list h4 {
    font-size: 2.4rem;
  }
  .hero-container .flex-container .terms-sec .terms-list p {
    font-size: 1.8rem;
  }
  .hero-container .flex-container .terms-sec .terms-list ul {
    padding-left: 3rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 630px) {
  body {
    background-image: -webkit-gradient(linear, left top, right top, from(#29ABF4), to(#5C0091));
    background-image: linear-gradient(to right, #29ABF4, #5C0091);
  }
  .nav-container .container {
    max-width: 660px;
  }
  .hero-container .flex-container .svg-sec img {
    width: 300px;
  }
  .hero-container .flex-container .terms-sec h1 {
    font-size: 3.4rem;
  }
}

@media (min-width: 720px) {
  .start-section .container {
    max-width: 90%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
            box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 4rem 0;
  }
  .start-section .container .personal-info {
    width: 40%;
    margin-left: 5%;
    text-align: center;
  }
  .start-section .container .personal-info img {
    width: 55px;
  }
  .start-section .container .personal-info .bottom-img {
    display: none;
  }
  .start-section .container .personal-info h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .start-section .container .personal-info h5 {
    font-size: 1.2rem;
  }
  .start-section .container .personal-info form .social-links h3 {
    font-size: 1.4rem;
  }
  .start-section .container .personal-info form .social-links .socials .icons {
    width: 15px;
  }
  .start-section .container .adOp-section {
    display: block;
  }
  .start-section .container .adOp-section img {
    width: 55px;
  }
  .start-section .container .adOp-section h1 {
    margin-top: 6rem;
  }
  .nav-container .container {
    max-width: 700px;
  }
  .nav-container .container .logo {
    width: 200px;
  }
  .hero-container .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
    top: 0;
  }
  .hero-container .flex-container .svg-sec img {
    width: 320px;
  }
  .hero-container .flex-container .terms-sec h1 {
    font-size: 3rem;
  }
}

@media (min-width: 944px) {
  .nav-container .container {
    max-width: 800px;
  }
  .nav-container .container .logo {
    width: 200px;
  }
  .nav-container .container .nav-links ul li a {
    font-size: 1.4rem;
  }
  .hero-container {
    max-width: 900px;
  }
  .hero-container .flex-container .svg-sec img {
    width: 400px;
  }
  .hero-container .flex-container .terms-sec {
    max-width: 360px;
  }
  .hero-container .flex-container .terms-sec h1 {
    font-size: 3.4rem;
  }
}

@media (min-width: 1120px) {
  .nav-container .container {
    max-width: 1000px;
  }
  .nav-container .container .logo {
    width: 220px;
  }
}
/*# sourceMappingURL=terms.css.map */