@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  font-family: 'Nunito', sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #0B1423;
  font-size: 16px;
}

body, p, h6, h5, h4, h3, h2, h1 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 40px;
}

.img-fluid {
  max-width: 100%;
}

.cta {
  padding: 8px 28px;
  border-radius: 90px;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-primary {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #000;
}

.cta-primary:hover {
  background-color: transparent;
  color: #FFF;
}

.top-title {
  font-weight: 600;
  font-size: 3rem;
}

.top-subtitle {
  font-weight: 600;
  font-size: 22px;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
}

.disclamer {
  font-size: 14px;
  font-weight: 300;
}

.cta-container {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top, .product-section, footer {
  color: #FFF;
  background-color: #0B1423;
}

.middle-section {
  color: #000;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.top .top-text {
  margin: 1rem auto;
}

.top .logo {
  margin-bottom: 2rem;
}

.top .top-title {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1184px) {
  .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 1rem 0;
}

@media screen and (max-width: 894px) {
  .middle-section {
    text-align: center;
  }
}

.product-section {
  padding-bottom: 4rem;
  border-radius: 30px 30px 0 0;
}

.product-section .cards-wrapper {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-section .cards-wrapper .card {
  margin: 1rem .5rem;
}

.product-section .cards-wrapper .card .card-title {
  margin: 1rem 0;
}

footer {
  margin: 0 auto;
}

footer .line {
  max-width: 100%;
  border-radius: 90px;
  background-color: #FFF;
  padding: 1px 0;
}

footer .disclamer {
  margin: 4rem 1rem;
  max-width: 1348px;
}

.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  margin-bottom: 1rem;
  max-width: 100%;
}

.video-wrapper video {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
