* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  overflow-x: hidden; }

body {
  font-size: 100%;
  font-family: 'Roboto', cursive;
  position: relative; }

.container {
  max-width: 820px;
  margin: 0 auto; }

.heading {
  font-weight: 900; }

@media screen and (min-width: 768px) {
  .break {
    display: block; } }

.pink {
  color: #F55C5E; }

.purple {
  color: #32007F; }

.page-header {
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 568px) {
    .page-header {
      height: 300px; } }
  @media screen and (min-width: 768px) {
    .page-header {
      height: 400px; } }
  @media screen and (min-width: 992px) {
    .page-header {
      height: 500px; } }
  @media screen and (min-width: 1200px) {
    .page-header {
      height: 600px; } }
  @media screen and (min-width: 1400px) {
    .page-header {
      height: 700px; } }
  @media screen and (min-width: 1800px) {
    .page-header {
      height: 800px; } }
  @media screen and (min-width: 2000px) {
    .page-header {
      height: 900px; } }
  .page-header .header-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .page-header .container {
    height: 100%;
    display: flex;
    align-items: center; }
  .page-header .logo {
    max-width: 140px; }
    @media screen and (min-width: 568px) {
      .page-header .logo {
        max-width: 220px; } }
    @media screen and (min-width: 1200px) {
      .page-header .logo {
        max-width: 260px; } }

.first-section {
  padding-top: 20px; }
  .first-section .heading {
    color: #310d78;
    font-weight: 900;
    font-size: 38px; }
    @media screen and (min-width: 768px) {
      .first-section .heading {
        font-size: 46px; } }
  .first-section .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-80px); }
    @media screen and (min-width: 768px) {
      .first-section .text-content {
        transform: translateY(0);
        font-size: 20px; } }
    .first-section .text-content .paragraph {
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    .first-section .img-container {
      display: flex;
      justify-content: center; } }
  .first-section .img-container img {
    transform: translateY(-40px); }
    @media screen and (min-width: 440px) {
      .first-section .img-container img {
        max-width: 380px; } }
    @media screen and (min-width: 768px) {
      .first-section .img-container img {
        transform: translateY(0);
        transform: translateX(-50px);
        max-width: 520px; } }

.second-section {
  background-image: url("../../../images/banner-purple.png");
  background-size: cover;
  background-position: bottom left; }
  .second-section .container {
    padding-top: 40px; }
    @media screen and (min-width: 768px) {
      .second-section .container {
        padding-top: 80px; } }
  .second-section .img-container {
    transform: translateX(-20px); }
    @media screen and (min-width: 768px) {
      .second-section .img-container {
        transform: translateX(0);
        height: 100%;
        display: flex;
        align-items: flex-end; }
        .second-section .img-container img {
          max-width: 440px; } }
  .second-section .heading, .second-section .text-content {
    color: #ffffff; }
  .second-section .heading {
    font-size: 38px; }
    @media screen and (min-width: 768px) {
      .second-section .heading {
        font-size: 46px;
        line-height: 42px;
        padding-bottom: 30px; } }
  .second-section .text-content {
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .second-section .text-content {
        font-size: 20px;
        padding-bottom: initial; } }

.third-section {
  padding: 80px 0 40px 0; }
  @media screen and (min-width: 768px) {
    .third-section {
      padding-top: 160px; } }
  .third-section .text-content {
    position: relative; }
    @media screen and (min-width: 768px) {
      .third-section .text-content {
        font-size: 20px; } }

.fourth-section {
  position: relative;
  height: 450px; }
  .fourth-section .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .fourth-section .text-content {
    background-color: #32007F;
    color: #FFFFFF;
    font-weight: 900;
    display: inline-block;
    font-size: 28px;
    padding: 20px 40px;
    line-height: 28px;
    transform: translateY(60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 860px) {
      .fourth-section .text-content {
        left: -20px; } }
    @media screen and (min-width: 992px) {
      .fourth-section .text-content {
        height: 380px; } }
    @media screen and (min-width: 1025px) {
      .fourth-section .text-content {
        height: 420px; } }
    @media screen and (min-width: 1200px) {
      .fourth-section .text-content {
        height: 520px; } }
    @media screen and (min-width: 1600px) {
      .fourth-section .text-content {
        left: -40px;
        height: 620px; } }
    .fourth-section .text-content::after {
      content: "";
      position: absolute;
      left: 60px;
      bottom: -4px;
      background-color: #F55C5E;
      width: 80px;
      height: 8px;
      z-index: 10000000; }
  @media screen and (min-width: 350px) {
    .fourth-section .text-content {
      transform: translateY(200px); } }
  @media screen and (min-width: 400px) {
    .fourth-section .text-content {
      transform: translateY(230px); } }
  @media screen and (min-width: 490px) {
    .fourth-section {
      height: 380px; }
      .fourth-section .text-content {
        transform: translateY(200px); } }
  @media screen and (min-width: 620px) {
    .fourth-section {
      height: 450px; }
      .fourth-section .text-content {
        transform: translateY(280px); } }
  @media screen and (min-width: 768px) {
    .fourth-section {
      height: 520px; }
      .fourth-section .text-content {
        transform: translateY(260px); } }
  @media screen and (min-width: 860px) {
    .fourth-section {
      height: 620px; }
      .fourth-section .text-content {
        transform: translateY(310px); } }
  @media screen and (min-width: 992px) {
    .fourth-section {
      height: 720px; }
      .fourth-section .text-content {
        transform: translateY(360px); } }
  @media screen and (min-width: 1200px) {
    .fourth-section {
      height: 950px; }
      .fourth-section .text-content {
        transform: translateY(470px); } }
  @media screen and (min-width: 1400px) {
    .fourth-section {
      height: 1050px; }
      .fourth-section .text-content {
        transform: translateY(520px); } }
  @media screen and (min-width: 1600px) {
    .fourth-section {
      height: 1180px; }
      .fourth-section .text-content {
        transform: translateY(580px); } }
  @media screen and (min-width: 1800px) {
    .fourth-section {
      height: 1280px; }
      .fourth-section .text-content {
        transform: translateY(630px); } }
  @media screen and (min-width: 2000px) {
    .fourth-section {
      height: 1380px; }
      .fourth-section .text-content {
        transform: translateY(680px); } }
  @media screen and (min-width: 2500px) {
    .fourth-section {
      height: 1500px; }
      .fourth-section .text-content {
        transform: translateY(740px); } }

.fifth-section {
  padding: 80px 0 100px 0; }
  @media screen and (min-width: 768px) {
    .fifth-section {
      padding-top: 100px; } }
  .fifth-section .text-content {
    position: relative; }
    @media screen and (min-width: 768px) {
      .fifth-section .text-content {
        font-size: 20px; } }

.sixth-section {
  background-image: url("../../../images/texture.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative; }
  .sixth-section .heading {
    color: #32007F;
    font-weight: 900;
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      .sixth-section .heading {
        font-size: 38px;
        line-height: 33px; } }
  .sixth-section .wpp-btn {
    border-radius: 30px;
    border: 3px solid #FFFFFF;
    padding: 10px;
    font-size: 18px;
    margin: 0 auto;
    background-color: #25D366;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 10px; }
    @media screen and (min-width: 500px) {
      .sixth-section .wpp-btn {
        font-size: 20px;
        width: 400px; } }
    @media screen and (min-width: 768px) {
      .sixth-section .wpp-btn {
        font-size: 22px;
        width: 480px; } }
  .sixth-section .btn.partners {
    position: absolute;
    bottom: -16px;
    background-color: #F55C5E;
    border: 4px solid #FFFFFF;
    font-weight: 900;
    padding: 10px;
    display: block;
    color: #FFFFFF;
    width: 200px;
    text-align: center;
    left: 50%;
    font-size: 20px;
    transform: translateX(-100px);
    cursor: default; }

.partners {
  padding: 60px 0; }
  .partners .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .partners .partner {
    padding-right: 20px; }
    .partners .partner img {
      max-width: 180px;
      height: 90px; }

/*# sourceMappingURL=index.css.map */
