@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  font-family: 'Kumbh Sans', sans-serif;
  background-color: #fafafa;
}

.btn {
  width: 171px;
  height: 56px;
  border: none;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.cta-1,
.cta-2,
.cta-3 {
  font-size: 16px;
  font-weight: 700;
}

.cta-1 {
  color: #fff;
  background-color: #5175ff;
  -webkit-box-shadow: 0px 25px 25px -10px rgba(63, 91, 194, 0.247159);
          box-shadow: 0px 25px 25px -10px rgba(63, 91, 194, 0.247159);
}

.cta-1:hover {
  background-color: #829CFF;
}

.cta-2 {
  color: #5175ff;
  background-color: #dce2fd;
}

.cta-3 {
  color: #5175ff;
  background-color: #fff;
}

@media screen and (min-width: 280px) {
  .hero-title-form {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-title-form h1 {
    font-size: 40px;
    color: #333950;
  }
  .hero-title-form p {
    padding: 24px;
    line-height: 26px;
    font-size: 16px;
    color: #747B95;
  }
  #footer-form .footer-info-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer-form .footer-info-form p {
    text-align: center;
    text-transform: uppercase;
    color: #25293A;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 16px;
  }
  #footer-form .footer-info-form span {
    text-transform: uppercase;
    color: #5175ff;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 16px;
  }
  #footer-form .footer-info-form .design-body {
    position: relative;
    background-color: #73ff00;
    width: 100%;
    height: 400px;
  }
  #footer-form .footer-info-form .form-input-section {
    position: absolute;
    z-index: 999;
    width: 60%;
    background-color: green;
  }
  #footer-form .footer-info-form .btn {
    margin: auto 25%;
    margin-bottom: 100px;
  }
  #footer-form .footer-info-form .footer-countdown-form {
    padding-top: 46px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 13px;
            column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
  }
  #footer-form .footer-info-form .footer-countdown-form .footer-countdown-item {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 72px;
    height: 92px;
    background-color: #dce2fd;
    color: #747B95;
    text-transform: lowercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 10px;
  }
  #footer-form .footer-info-form .footer-countdown-form .footer-countdown-item span {
    color: #5175ff;
    font-size: 32px;
  }
  #footer-form .form-footer-background {
    background-position: center;
    position: absolute;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    top: 260px;
    z-index: -1;
  }
}

@media screen and (min-width: 481px) {
  header .container {
    margin: 0 auto;
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 200px;
  }
  header .container .hero-title-form {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  header .container .hero-title-form h1 {
    font-size: 40px;
    color: #333950;
  }
  header .container .hero-title-form p {
    padding: 24px;
    line-height: 26px;
    font-size: 16px;
    color: #747B95;
  }
  #footer-form .footer-info-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer-form .footer-info-form p {
    text-align: center;
    text-transform: uppercase;
    color: #25293A;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 16px;
  }
  #footer-form .footer-info-form span {
    text-transform: uppercase;
    color: #5175ff;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 16px;
  }
  #footer-form .footer-info-form .form-input-section {
    width: 60%;
    background-color: green;
  }
  #footer-form .footer-info-form .btn {
    margin: auto 25%;
    margin-bottom: 100px;
  }
  #footer-form .footer-info-form .footer-countdown-form {
    padding-top: 46px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 13px;
            column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
  }
  #footer-form .footer-info-form .footer-countdown-form .footer-countdown-item {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 72px;
    height: 92px;
    background-color: #dce2fd;
    color: #747B95;
    text-transform: lowercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 10px;
  }
  #footer-form .footer-info-form .footer-countdown-form .footer-countdown-item span {
    color: #5175ff;
    font-size: 32px;
  }
  .design-body {
    position: relative;
    width: 100%;
    height: 480px;
  }
  .design-body .form-input-section {
    position: relative;
    z-index: 3;
    width: 60%;
  }
  .form-footer-background {
    background-position: center;
    position: absolute;
    top: 260px;
    width: 100%;
    height: 380px;
  }
}

@media screen and (min-width: 769px) {
  header .container {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .container .hero-title-form {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    justify-items: start;
    margin-top: 164px;
    width: 540px;
    text-align: left;
  }
  header .container .hero-title-form h1 {
    font-size: 56px;
    line-height: 64px;
    color: #333950;
  }
  header .container .hero-title-form p {
    font-size: 18px;
    line-height: 28px;
    margin-left: -3%;
    color: #747B95;
    margin-top: 24px;
  }
  .design-body {
    position: relative;
    z-index: -1;
  }
  .design-body .form-input-section {
    position: absolute;
    z-index: 999;
    width: 445px;
    height: 508px;
    right: 100px;
    top: -540px;
  }
  .design-body .btn {
    margin: auto 25%;
    margin-bottom: 100px;
  }
  #footer-form .footer-info-form {
    margin-left: -46.5%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer-form .footer-info-form .form-footer-timer {
    margin-left: -4%;
  }
  #footer-form .footer-info-form p {
    text-align: center;
    text-transform: uppercase;
    color: #25293A;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 16px;
    margin-left: -1%;
  }
  #footer-form .footer-info-form span {
    text-transform: uppercase;
    color: #5175ff;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 16px;
  }
  #footer-form .footer-info-form .footer-countdown-form {
    padding-top: 46px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 13px;
            column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
    margin-left: 50px;
  }
  #footer-form .footer-info-form .footer-countdown-form .footer-countdown-item {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100px;
    height: 128px;
    background-color: #dce2fd;
    color: #747B95;
    text-transform: lowercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #footer-form .footer-info-form .footer-countdown-form .footer-countdown-item span {
    color: #5175ff;
    font-size: 56px;
  }
  #footer-form .form-footer-background {
    background-position: center;
    position: absolute;
    width: 430px;
    height: 1550px;
    right: 0;
    top: -1050px;
    z-index: -1;
  }
}

@media screen and (min-width: 1500px) {
  .footer-countdown-form {
    margin-left: 5%;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .container .background-image {
  background-image: url("/assets/home/bg-pattern-header.svg");
  background-repeat: none;
  position: absolute;
  width: 450px;
  height: 450px;
  left: -250px;
  top: -250px;
}

header .container .hero-logo {
  padding-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

header .container .hero-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  z-index: 3;
}

header .container .hero-chart img {
  padding-top: 80px;
  width: 60%;
}

header .container .hero-title {
  padding-top: 64px;
  padding-bottom: 80px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

header .container .hero-title h1 {
  font-size: 40px;
  color: #333950;
}

header .container .hero-title p {
  padding: 24px;
  line-height: 26px;
  font-size: 16px;
  color: #747B95;
}

.design-body {
  position: relative;
}

#membership {
  position: relative;
  z-index: 999;
}

#membership .membership-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 327px;
  height: 508px;
  background-color: #fff;
  border-radius: 13px;
  margin: 50px auto 5px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}

#membership .membership-type .membership-type-card h1,
#membership .membership-type .membership-type-card h3 {
  color: #25293A;
}

#membership .membership-type .membership-type-card h1 {
  font-size: 56px;
  padding-top: 40px;
}

#membership .membership-type .membership-type-card h3 {
  font-size: 20px;
  padding-top: 40px;
}

#membership .membership-type .membership-type-card span {
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
}

#membership .membership-type .paragraph {
  padding-top: 50px;
}

#membership .membership-type .paragraph p {
  padding-bottom: 32px;
  color: #747B95;
  line-height: 42px;
}

#membership .membership-type .button-cta {
  margin: 0 auto;
}

#membership .membership-type:nth-child(2) {
  background-color: #5175ff;
  background-image: url("/assets/home/bg-pattern-pricing.svg");
  background-position: center bottom;
}

#membership .membership-type:nth-child(2) h1,
#membership .membership-type:nth-child(2) h3,
#membership .membership-type:nth-child(2) p,
#membership .membership-type:nth-child(2) span {
  color: #fff;
}

#footer {
  position: absolute;
  top: 800px;
  width: 100%;
  height: 1390px;
  background-color: #25293A;
  background-image: url("/assets/home/bg-pattern-footer.svg");
  background-repeat: none;
  background-size: cover;
}

#footer .footer-info {
  margin: 0 auto;
  position: relative;
  top: 850px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer .footer-info p {
  padding-top: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 16px;
}

#footer .footer-info span {
  text-transform: uppercase;
  color: #5175ff;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 16px;
}

#footer .footer-info .btn {
  margin: auto 25%;
  margin-bottom: 100px;
}

#footer .footer-info .footer-countdown {
  padding-top: 46px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 13px;
          column-gap: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  padding-bottom: 40px;
}

#footer .footer-info .footer-countdown .footer-countdown-item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 72px;
  height: 92px;
  background-color: #333950;
  color: #747B95;
  text-transform: lowercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 10px;
}

#footer .footer-info .footer-countdown .footer-countdown-item span {
  color: #fff;
  font-size: 32px;
}

.form-input-section {
  border-radius: 10px;
  height: 485px;
  margin: 0 auto;
  background-color: white;
  width: 80%;
  margin: 64px auto 87px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-input-section form {
  width: 90%;
  margin: 0 auto;
  border: none;
  padding: 24px 24px;
}

.form-input-section input {
  width: 100%;
  padding-bottom: 20px;
  margin: 18px auto;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #747B95;
  outline: none;
}

.form-input-section select {
  margin: 20px auto;
  background-color: #fff;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
}

.form-input-section select p {
  color: #333950;
  font-weight: 700;
}

.form-input-section select p span {
  color: #747B95;
}

.form-input-section .btn-cta {
  width: 100%;
  margin: 0 auto;
  margin: 20px auto;
  font-weight: 700;
  height: 56px;
  color: #fff;
  background-color: #5175ff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: none;
}

.form-footer-background {
  background-color: #25293A;
  width: 100%;
  height: 320px;
  background-image: url("/assets/home/bg-pattern-footer.svg");
  background-size: cover;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  header .container {
    margin: 0 auto;
    width: 90%;
    height: auto;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
        grid-template-areas: 'header-1 header-1' 'content-1 content-2';
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .container .hero-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: header-1;
    margin-left: 2.5%;
    margin-top: 50px;
    margin-right: auto;
  }
  header .container .hero-chart {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: content-2;
    place-items: center;
    width: 314px;
    height: 314px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  header .container .hero-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: content-1;
    text-align: left;
    place-items: start;
  }
  .design-body {
    position: relative;
  }
  #membership {
    margin-top: 140px;
    position: relative;
    z-index: 999;
  }
  #membership .membership-type {
    width: 90%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -ms-grid-rows: 200px 200px;
        grid-template-rows: 200px 200px;
        grid-template-areas: 'card-info paragraph-info' 'button paragraph-info';
    place-items: center;
  }
  #membership .membership-type .membership-type-card {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: card-info;
    text-align: left;
  }
  #membership .membership-type .paragraph {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: paragraph-info;
    text-align: left;
    padding-bottom: 32px;
    color: #747B95;
    line-height: 42px;
  }
  #membership .membership-type .button-cta {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: button;
  }
  #membership .button-cta {
    margin: 0 auto;
  }
  .membership-type:nth-child(2) {
    background-color: #5175ff;
    background-image: url("/assets/home/bg-pattern-pricing.svg");
    background-position: center bottom;
  }
  .membership-type:nth-child(2) h1,
  .membership-type:nth-child(2) h3,
  .membership-type:nth-child(2) p,
  .membership-type:nth-child(2) span {
    color: #fff;
  }
  #footer {
    position: absolute;
    top: 620px;
    width: 100%;
    height: 1200px;
    background-image: url("/assets/home/bg-pattern-footer.svg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    background-color: #25293A;
  }
  #footer a {
    padding-top: 48px;
    text-align: center;
  }
  #footer .footer-info {
    position: relative;
    top: 300px;
    left: 0;
    right: 0;
  }
  #footer .footer-countdown {
    padding-top: 46px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 13px;
            column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
  }
  #footer .footer-countdown .footer-countdown-item {
    width: 100px;
    height: 128px;
    margin-left: 10px;
  }
  #footer .footer-countdown .footer-countdown-item span {
    color: #fff;
    font-size: 56px;
  }
}

@media screen and (min-width: 769px) {
  header .container {
    margin: 0 auto;
    width: 80%;
    height: auto;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
        grid-template-areas: 'header-1 header-1' 'content-1 content-2';
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .container .hero-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: header-1;
    margin-top: 50px;
    margin-right: auto;
  }
  header .container .hero-chart {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: content-2;
    place-items: center;
    width: auto;
    height: auto;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    margin-left: auto;
  }
  header .container .hero-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: content-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    justify-items: start;
    margin-top: 164px;
    width: 540px;
    text-align: left;
  }
  header .container .hero-title h1 {
    font-size: 56px;
    line-height: 64px;
  }
  header .container .hero-title p {
    font-size: 18px;
    line-height: 28px;
    margin-left: -5%;
  }
  .design-body {
    position: relative;
    width: 100%;
  }
  #membership {
    margin: 0 auto;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 140px;
    position: relative;
    z-index: 999;
  }
  #membership .membership-type {
    margin: 0 auto;
    width: 350px;
    height: 508px;
    place-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
  #membership .membership-type .membership-type-card {
    grid-area: card-info;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    padding-top: 50px;
  }
  #membership .membership-type .paragraph {
    grid-area: paragraph-info;
    text-align: center;
    padding-bottom: 32px;
    color: #747B95;
    line-height: 42px;
  }
  #membership .membership-type .button-cta {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: button;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    margin-right: 38%;
  }
  .membership-type:nth-child(2) {
    background-color: #5175ff;
    background-image: url("/assets/home/bg-pattern-pricing.svg");
    background-position: center bottom;
  }
  .membership-type:nth-child(2) h1,
  .membership-type:nth-child(2) h3,
  .membership-type:nth-child(2) p,
  .membership-type:nth-child(2) span {
    color: #fff;
  }
  #footer {
    position: absolute;
    top: 300px;
    width: 100vw;
    height: 603px;
    background-image: url("/assets/home/bg-pattern-footer.svg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    background-color: #25293A;
  }
  #footer a {
    padding-top: 48px;
    text-align: center;
  }
  #footer .footer-info {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        grid-template-areas: 'input input' 'clock button';
    position: relative;
    top: 120px;
    width: 100%;
  }
  #footer .footer-info .cta-1 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: button;
    margin-top: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #footer .footer-info P {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: input;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer-countdown {
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: clock;
    margin-right: auto;
    padding-top: 46px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 13px;
            column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: -10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer-countdown .footer-countdown-item {
    margin-left: 10px;
    width: 100px;
    height: 128px;
  }
  #footer .footer-countdown .footer-countdown-item span {
    color: #fff;
    font-size: 56px;
  }
}

@media screen and (min-width: 1400px) {
  header .container {
    width: 80%;
  }
  #membership {
    margin: 0 auto;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 150px;
  }
}

@media screen and (min-width: 1900px) {
  header .container {
    width: 66%;
  }
  #membership {
    width: 70%;
  }
}

@media screen and (min-width: 2500px) {
  header .container {
    width: 50%;
  }
  #membership {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 150px;
  }
}

@media screen and (min-width: 2800px) {
  header .container {
    width: 45%;
  }
  #membership {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 150px;
  }
}

@media screen and (min-width: 3000px) {
  header .container {
    width: 40%;
  }
  #membership {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 150px;
  }
}
/*# sourceMappingURL=styles.css.map */