/* color variables */
/*Transition*/
@import url("https://use.typekit.net/zmh4gyh.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html,
body {
  height: 100%; }

/*common css start here*/
body {
  margin: 0;
  padding: 0;
  font-size: 1.15rem;
  line-height: 1.4;
  font-family: "myriad-pro", sans-serif;
  color: #000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/*css change*/
ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

h1,
h2,
h3,
h4 {
  font-weight: 700; }

.lock-scroll {
  overflow: hidden;
  position: fixed; }

.color-white {
  color: #ffffff !important; }

.color-black {
  color: #000000 !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

@media (max-width: 480px) {
  .text-center,
  .text-center-m {
    text-align: center !important; }

  .text-left-m {
    text-align: left !important; }

  .text-right-m {
    text-align: right !important; }

  .p-xs-0 {
    padding: 0 !important; }

  .pt-xs-0 {
    padding-top: 0 !important; }

  .pt-xs-1 {
    padding-top: 1rem !important; }

  .pt-xs-2 {
    padding-top: 2rem !important; }

  .pt-xs-3 {
    padding-top: 3rem !important; }

  .pt-xs-4 {
    padding-top: 4rem !important; }

  .pt-xs-5 {
    padding-top: 5rem !important; }

  .pb-xs-0 {
    padding-bottom: 0 !important; }

  .pb-xs-1 {
    padding-bottom: 1rem !important; }

  .pb-xs-2 {
    padding-bottom: 2rem !important; }

  .pb-xs-3 {
    padding-bottom: 3rem !important; }

  .pb-xs-4 {
    padding-bottom: 4rem !important; }

  .pb-xs-5 {
    padding-bottom: 5rem !important; } }
/*reset variables*/
.noDisplay {
  display: none; }

/* iPad portrait mode */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* Mobile layout css */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  height: 75px;
  transition: all 0.3s ease-in-out; }
  header.up {
    transform: translate(0, -110%); }
  @media (max-width: 480px) {
    header {
      height: 55px; } }
  header .container {
    display: flex;
    align-items: center; }
    header .container .logo {
      width: 150px;
      background: #ffffff;
      border-radius: 0 0 0.5rem 0.5rem;
      padding: 1.2rem 1.5rem;
      margin-right: 2rem;
      height: 75px; }
      @media (max-width: 480px) {
        header .container .logo {
          width: 90px;
          padding: 0.8rem;
          height: 55px;
          margin-right: 0; } }
      header .container .logo a {
        display: block; }
        header .container .logo a img {
          width: 100%;
          display: block; }
    header .container .hamburger {
      width: 25px;
      margin-left: auto;
      cursor: pointer; }
      @media (min-width: 1025px) {
        header .container .hamburger {
          display: none; } }
      header .container .hamburger ul li {
        height: 2px;
        background: #ffffff;
        margin-bottom: 5px;
        transition: background 0.3s ease-in-out; }
        header .container .hamburger ul li:last-child {
          margin-bottom: 0; }
    header .container nav {
      font-size: 0.95rem; }
      @media (max-width: 480px) {
        header .container nav {
          position: absolute;
          width: 100%;
          background: rgba(0, 0, 0, 0.9);
          height: calc(100vh - 55px);
          left: 0;
          top: 100%;
          margin-left: 0;
          padding: 0.5rem 0rem;
          transform: translate(0, -110%);
          overflow: auto;
          font-size: 1.5rem;
          transition: all 0.3s ease-in-out;
          z-index: -1; } }
      header .container nav ul {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 480px) {
          header .container nav ul {
            align-items: flex-start;
            align-content: flex-start;
            height: 100%;
            padding-top: 5%; } }
        header .container nav ul li {
          margin-right: 2rem;
          font-family: "cubano", sans-serif; }
          header .container nav ul li:last-child {
            margin: 0; }
          @media (max-width: 480px) {
            header .container nav ul li {
              width: 100%;
              text-align: left;
              margin-right: 0;
              margin-bottom: 0rem;
              padding-left: 0.75rem; } }
          header .container nav ul li a {
            text-decoration: none;
            color: #ffffff;
            display: block;
            padding: 0.3rem 0;
            position: relative; }
            @media (max-width: 480px) {
              header .container nav ul li a {
                color: #ffffff;
                display: inline-block; } }
            header .container nav ul li a.active:after {
              content: "";
              position: absolute;
              width: 100%;
              left: 0;
              top: 100%;
              background: #db3732;
              height: 3px;
              border-radius: 4px; }
  header.solid {
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
    @media (max-width: 480px) {
      header.solid {
        background: rgba(0, 0, 0, 0.9); } }
    @media (max-width: 480px) {
      header.solid .container .hamburger ul li {
        background: #ffffff; } }
    header.solid .container nav {
      transform: translate(0, 0); }
      header.solid .container nav ul li a {
        color: #000000; }
        @media (max-width: 480px) {
          header.solid .container nav ul li a {
            color: #ffffff; } }

footer {
  background: url(../img/footer-bg.png) center top no-repeat;
  background-size: 100%;
  margin-top: -22vh;
  position: relative;
  z-index: 1;
  padding-top: 15vh; }
  @media (max-width: 480px) {
    footer {
      background: url(../img/footer-bg-mob.png) left top no-repeat;
      background-size: 100%;
      padding-top: 18vh;
      padding-bottom: 1rem;
      margin-top: -25vh; } }
  footer .logo {
    width: 100px; }
  footer .back-to-top {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center; }
    @media (max-width: 480px) {
      footer .back-to-top {
        right: 0.75rem; } }
    footer .back-to-top .label {
      font-weight: bold;
      color: #6E6E6E;
      margin-right: 5px; }
    footer .back-to-top .icon {
      width: 15px; }
      footer .back-to-top .icon svg {
        width: 100%; }
  footer .primary-links {
    display: flex;
    font-size: 0.9rem;
    margin: 1rem 0; }
    footer .primary-links li {
      margin-right: 1.5rem;
      color: #6E6E6E;
      font-weight: bold; }
      footer .primary-links li:last-child {
        margin-right: 0; }
      @media (max-width: 480px) {
        footer .primary-links li {
          margin-right: 1rem; } }
      footer .primary-links li a {
        color: #6E6E6E;
        text-decoration: none; }
  footer .secondary-links {
    display: flex;
    font-size: 0.9rem; }
    footer .secondary-links li {
      margin-right: 1.5rem;
      color: #6E6E6E; }
      footer .secondary-links li a {
        color: #6E6E6E;
        text-decoration: none; }
  @media (max-width: 480px) {
    footer .social-wrap {
      margin-top: 2rem; } }
  footer .social-wrap ul {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 480px) {
      footer .social-wrap ul {
        justify-content: flex-start; } }
    footer .social-wrap ul li {
      margin-left: 1rem;
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .social-wrap ul li:first-child {
        margin-left: 0; }
      footer .social-wrap ul li a {
        text-decoration: none;
        color: #ED1C25;
        display: block;
        height: 100%; }
        footer .social-wrap ul li a svg, footer .social-wrap ul li a path {
          fill: #ED1C25;
          height: 100%; }
  footer .bottom {
    background: #ED1C25;
    padding: 0.6rem 0;
    font-size: 0.85rem;
    color: #ffffff;
    text-align: center;
    margin-top: 2rem; }

.spotlight {
  height: 100vh;
  background: #000000;
  overflow: hidden;
  position: relative; }
  .spotlight:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7) 100%); }
  .spotlight .video-wrap {
    height: 100%; }
    .spotlight .video-wrap video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
      @media (min-width: 1025px) {
        .spotlight .video-wrap video.desktop {
          display: block; }
        .spotlight .video-wrap video.mobile {
          display: none; } }
      @media (max-width: 480px) {
        .spotlight .video-wrap video.desktop {
          display: none; }
        .spotlight .video-wrap video.mobile {
          display: block; } }
  .spotlight .video-controls {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    z-index: 2; }
    @media (max-width: 480px) {
      .spotlight .video-controls {
        right: 0.75rem;
        bottom: 2rem; } }
    .spotlight .video-controls ul {
      display: flex; }
      .spotlight .video-controls ul li {
        width: 30px;
        height: 30px;
        margin-left: 1rem;
        cursor: pointer; }
        .spotlight .video-controls ul li:first-child {
          margin-left: 0; }
        .spotlight .video-controls ul li.sound {
          background: url(../img/sound-mute-icon.png) left top no-repeat;
          background-size: 30px; }
        .spotlight .video-controls ul li.play-pause {
          background: url(../img/play-pause-icon.png) left top no-repeat;
          background-size: 30px; }
        .spotlight .video-controls ul li.active {
          background-position: left -30px; }
  .spotlight .scroll-down-animation {
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    transform: translate(0%, 0%);
    z-index: 2; }
    @media (max-width: 480px) {
      .spotlight .scroll-down-animation {
        left: 0.75rem;
        bottom: 1rem; } }
    .spotlight .scroll-down-animation .title {
      color: #ffffff;
      font-size: 0.9rem;
      text-transform: uppercase;
      margin-top: 10px; }
    .spotlight .scroll-down-animation .mouse {
      margin: 0 auto;
      display: block;
      border-radius: 50px;
      border: 2px solid #ffffff;
      height: 70px;
      width: 40px;
      position: relative; }
    .spotlight .scroll-down-animation .move {
      position: absolute;
      background-color: #ffffff;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      left: 50%;
      transform: translateX(-50%);
      animation: move 2s linear infinite; }
@keyframes move {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0; }
  50% {
    transform: translate(-50%, 30px);
    opacity: 1; }
  100% {
    transform: translate(-50%, 50px);
    opacity: 0; } }
.orange-section {
  padding: 5rem 0 0 0;
  background: #F37021; }
  @media (max-width: 480px) {
    .orange-section {
      padding-top: 4rem; } }
  .orange-section .top {
    width: 65%;
    margin: 0 auto;
    color: #ffffff;
    display: flex; }
    @media (max-width: 480px) {
      .orange-section .top {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 0.75rem; } }
    .orange-section .top .left {
      width: 35%;
      opacity: 0; }
      @media (max-width: 480px) {
        .orange-section .top .left {
          width: 100%;
          margin-bottom: 4rem;
          opacity: 1;
          transform: translate(0); } }
    .orange-section .top .right {
      width: 75%;
      padding-right: 8%;
      padding-left: 2%;
      opacity: 0; }
      @media (max-width: 480px) {
        .orange-section .top .right {
          width: 100%;
          padding: 0;
          opacity: 1;
          transform: translate(0); } }
    .orange-section .top h3 {
      font-family: "cubano", sans-serif;
      font-size: 2rem;
      color: #E3DB13;
      text-transform: uppercase;
      margin-bottom: 0rem; }
    .orange-section .top h2 {
      font-family: "cubano", sans-serif;
      font-size: 7rem;
      line-height: 0.8;
      color: #ffffff;
      transform: translate(-4px, 0); }
  .orange-section .bottom {
    margin-top: 7rem; }
    @media (max-width: 480px) {
      .orange-section .bottom {
        margin-top: 3rem;
        margin-bottom: 1rem; } }
    .orange-section .bottom .video-wrap {
      padding: 0 4rem;
      position: relative;
      z-index: 1;
      transform: scale(0); }
      @media (max-width: 480px) {
        .orange-section .bottom .video-wrap {
          padding: 0;
          transform: scale(1); } }
      .orange-section .bottom .video-wrap:before {
        content: "";
        position: absolute;
        width: calc(100% - 2rem);
        left: 0;
        top: 0;
        height: calc(100% + 6rem);
        border: #ffffff solid 1.5px;
        border-radius: 5rem;
        transform: translate(0rem, -4rem);
        z-index: -1; }
        @media (max-width: 480px) {
          .orange-section .bottom .video-wrap:before {
            display: none; } }
      .orange-section .bottom .video-wrap:after {
        content: "";
        position: absolute;
        width: calc(100% - 2rem);
        left: 0;
        top: 0;
        height: calc(100% + 6rem);
        border: #ffffff solid 1.5px;
        border-radius: 5rem;
        transform: translate(2rem, -2rem);
        z-index: -1; }
        @media (max-width: 480px) {
          .orange-section .bottom .video-wrap:after {
            display: none; } }
      .orange-section .bottom .video-wrap .video-js {
        border-radius: 3rem;
        overflow: hidden; }
        @media (max-width: 480px) {
          .orange-section .bottom .video-wrap .video-js {
            border-radius: 1rem; } }
        .orange-section .bottom .video-wrap .video-js .vjs-big-play-button {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background: #ffffff;
          color: #EF1730;
          line-height: 70px;
          margin: 0;
          transform: translate(-50%, -50%); }
      .orange-section .bottom .video-wrap video {
        border-radius: 3rem; }
        @media (max-width: 480px) {
          .orange-section .bottom .video-wrap video {
            border-radius: 1rem; } }
  .orange-section .contest-slider .slider .slides {
    width: 100%; }
    .orange-section .contest-slider .slider .slides img {
      width: 100%;
      display: block;
      border-radius: 1rem; }
  .orange-section .block-content {
    position: relative; }
    @media (max-width: 480px) {
      .orange-section .block-content {
        overflow: hidden; } }
    .orange-section .block-content .content {
      color: #ffffff; }
      .orange-section .block-content .content h3 {
        font-family: "active", sans-serif;
        font-size: 3rem;
        line-height: 1;
        margin: 0;
        font-weight: normal;
        transform: translate(0, 4rem);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content .content h3 {
            font-size: 1.5rem;
            opacity: 1;
            transform: translate(0); } }
      .orange-section .block-content .content h2 {
        font-size: 6.5rem;
        line-height: 1;
        font-family: "cubano", sans-serif;
        font-weight: normal;
        transform: translate(0, 4rem);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content .content h2 {
            font-size: 2.5rem;
            opacity: 1;
            transform: translate(0); } }
    .orange-section .block-content .bg {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
      .orange-section .block-content .bg img {
        width: 100%;
        display: block; }
    .orange-section .block-content.section-1 {
      padding-top: 30vh;
      padding-bottom: 20vh;
      height: 100vh;
      z-index: 1; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-1 {
          padding-top: 15vh;
          padding-bottom: 15vh;
          height: auto;
          display: flex;
          justify-content: flex-end; } }
      .orange-section .block-content.section-1 .content {
        padding-left: 20%;
        text-align: center;
        width: 100%; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-1 .content {
            width: 70%;
            padding: 0;
            text-align: center;
            padding-right: 0.75rem; } }
      .orange-section .block-content.section-1 .character {
        position: absolute;
        left: 0;
        top: 0%;
        width: 50%;
        z-index: -1;
        transform: translate(-80%, 0%);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-1 .character {
            width: 100%;
            opacity: 1;
            transform: translate(-30%, 0); } }
    .orange-section .block-content.section-2 {
      z-index: 1;
      display: flex;
      flex-direction: row-reverse;
      background: url(../img/red-bg.png) center top no-repeat;
      background-size: cover;
      margin-top: -4%;
      padding-bottom: 25vh;
      height: 120vh;
      align-items: flex-start; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-2 {
          padding-top: 25vh;
          margin-top: -30%;
          padding-bottom: 0;
          background: url(../img/red-bg-mob.png) center top no-repeat;
          background-size: 100%;
          height: 70vh;
          justify-content: flex-end; } }
      .orange-section .block-content.section-2 .content {
        padding-left: 0;
        text-align: left;
        width: 70%;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translate(0, -50%); }
        @media (max-width: 480px) {
          .orange-section .block-content.section-2 .content {
            width: 100%;
            top: 25%;
            left: 0;
            padding: 0 0.75rem;
            text-align: center; } }
        .orange-section .block-content.section-2 .content h3 {
          padding-left: 5%; }
      .orange-section .block-content.section-2 .character {
        position: relative;
        width: 60%;
        transform: translate(50%, 5%);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-2 .character {
            width: 125%;
            opacity: 1;
            transform: translate(0); } }
    .orange-section .block-content.section-3 {
      z-index: 1;
      display: flex;
      background: url(../img/purple-bg.png) 90% top no-repeat;
      background-size: 110%;
      margin-top: -25%;
      padding-top: 5vh;
      padding-bottom: 25vh; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-3 {
          background: url(../img/purple-bg-mob.png) center top no-repeat;
          background-size: 100%;
          margin-top: -50%;
          padding-bottom: 10vh;
          padding-top: 15vh;
          height: auto; } }
      .orange-section .block-content.section-3 .content {
        padding-left: 0;
        text-align: left;
        width: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(0, -50%); }
        @media (max-width: 480px) {
          .orange-section .block-content.section-3 .content {
            width: calc(60% - 1.5rem);
            left: auto;
            right: 0;
            text-align: center;
            padding: 0 0.75rem; } }
        .orange-section .block-content.section-3 .content h2 {
          padding-left: 5%; }
          @media (max-width: 480px) {
            .orange-section .block-content.section-3 .content h2 {
              padding-left: 0; } }
      .orange-section .block-content.section-3 .character {
        position: relative;
        width: 40%;
        left: 5%;
        transform: translate(0, 70%);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-3 .character {
            width: 55%;
            left: 0;
            opacity: 1;
            transform: translate(0); } }
    .orange-section .block-content.section-4 {
      z-index: 1;
      display: flex;
      flex-direction: row-reverse;
      background: url(../img/pink-bg.png) center top no-repeat;
      background-size: 140%;
      margin-top: -33%;
      padding-bottom: 25vh;
      padding-right: 5%;
      padding-top: 10%; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-4 {
          background: url(../img/pink-bg-mob.png) center top no-repeat;
          background-size: 100%;
          margin-top: -50%;
          padding: 0;
          padding-bottom: 5vh;
          padding-top: 10vh; } }
      .orange-section .block-content.section-4 .content {
        padding-left: 0;
        text-align: center;
        width: 70%;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translate(0, -50%); }
        @media (max-width: 480px) {
          .orange-section .block-content.section-4 .content {
            left: 0.75rem;
            top: 50%;
            width: 50%; } }
      .orange-section .block-content.section-4 .character {
        position: relative;
        width: 30%;
        left: 0%;
        transform: translate(100%, 20%);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-4 .character {
            width: 50%;
            opacity: 1;
            transform: translate(0, 5%); } }
    .orange-section .block-content.section-5 {
      z-index: 1;
      display: flex;
      background: url(../img/green-bg.png) center top no-repeat;
      background-size: 130%;
      margin-top: -25%;
      padding-top: 20vh;
      padding-bottom: 40vh; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-5 {
          background: url(../img/green-bg-mob.png) center top no-repeat;
          background-size: 100%;
          padding-top: 15vh;
          padding-bottom: 30vh;
          margin-top: -65%;
          flex-wrap: wrap; } }
      .orange-section .block-content.section-5 .content {
        padding-left: 0;
        text-align: center;
        width: 70%;
        position: absolute;
        left: 30%;
        top: 50%;
        transform: translate(0, -50%); }
        @media (max-width: 480px) {
          .orange-section .block-content.section-5 .content {
            width: 100%;
            left: 0%;
            position: relative;
            margin-top: 2rem; } }
      .orange-section .block-content.section-5 .character {
        position: relative;
        width: 35%;
        left: 5%;
        transform: scale(0);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-5 .character {
            width: 90%;
            left: 0.75rem;
            opacity: 1;
            transform: translate(0); } }
    .orange-section .block-content.section-6 {
      z-index: 1;
      display: flex;
      flex-direction: row-reverse;
      background: url(../img/blue-bg.png) center top no-repeat;
      background-size: 130%;
      margin-top: -25%;
      padding-right: 5%;
      padding-bottom: 30vh; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-6 {
          background: url(../img/blue-bg-mob.png) center top no-repeat;
          background-size: 100%;
          padding-right: 0.75rem;
          margin-top: -90%;
          padding-top: 20vh;
          padding-bottom: 0; } }
      .orange-section .block-content.section-6 .content {
        padding-left: 0;
        text-align: left;
        width: 50%;
        position: absolute;
        left: 15%;
        top: 40%;
        transform: translate(0, -50%); }
        @media (max-width: 480px) {
          .orange-section .block-content.section-6 .content {
            left: 0.75rem;
            top: 25%;
            width: 80%; } }
        .orange-section .block-content.section-6 .content span {
          display: block; }
          @media (max-width: 480px) {
            .orange-section .block-content.section-6 .content span {
              display: inline; } }
      .orange-section .block-content.section-6 .character {
        position: relative;
        width: 35%;
        transform: translate(100%, 0%);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-6 .character {
            width: 80%;
            opacity: 1;
            transform: translate(0); } }
    .orange-section .block-content.section-7 {
      z-index: 1;
      display: flex;
      background: url(../img/light-blue-bg.png) center top no-repeat;
      background-size: 130%;
      margin-top: -38%;
      height: 120vh; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-7 {
          background: url(../img/light-blue-bg-mob.png) center top no-repeat;
          background-size: 100%;
          padding-top: 15vh;
          margin-top: -50%;
          padding-bottom: 0;
          display: block;
          height: 60vh; } }
      .orange-section .block-content.section-7 .content {
        padding-left: 0;
        text-align: center;
        width: 70%;
        position: absolute;
        left: 25%;
        top: 55%;
        transform: translate(0, -50%); }
        @media (max-width: 480px) {
          .orange-section .block-content.section-7 .content {
            width: calc(70% - 1.5rem);
            left: auto;
            right: 0.75rem;
            top: 35%;
            text-align: center; } }
        @media (max-width: 480px) {
          .orange-section .block-content.section-7 .content h2 {
            font-size: 2rem; } }
      .orange-section .block-content.section-7 .character {
        position: absolute;
        width: 70%;
        left: 0;
        top: 20%;
        transform: translate(-30%, 70%);
        opacity: 0; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-7 .character {
            position: relative;
            width: 80%;
            top: 0;
            opacity: 1;
            transform: translate(-30%, 0); } }
    .orange-section .block-content.section-8 {
      z-index: 1;
      display: flex;
      background: url(../img/yellow-bg.png) center top no-repeat;
      background-size: 130%;
      padding-top: 30vh;
      padding-bottom: 30vh;
      margin-top: -22%;
      color: #ffffff; }
      @media (max-width: 480px) {
        .orange-section .block-content.section-8 {
          padding-bottom: 20vh;
          padding-top: 10vh;
          margin-top: -55%;
          background: url(../img/yellow-bg-mob.png) center top no-repeat;
          background-size: 150% 100%; } }
      .orange-section .block-content.section-8 .content-block {
        width: 80%;
        margin: 0 auto; }
        @media (max-width: 480px) {
          .orange-section .block-content.section-8 .content-block {
            width: 100%; } }
        .orange-section .block-content.section-8 .content-block .amul-girl {
          max-width: 100%;
          height: auto; }
          @media (max-width: 480px) {
            .orange-section .block-content.section-8 .content-block .amul-girl {
              max-width: 30%;
              display: inline-block; } }
        .orange-section .block-content.section-8 .content-block .heading-block {
          display: flex; }
          .orange-section .block-content.section-8 .content-block .heading-block .logo {
            width: 65px; }
            @media (max-width: 480px) {
              .orange-section .block-content.section-8 .content-block .heading-block .logo {
                width: 80px; } }
            .orange-section .block-content.section-8 .content-block .heading-block .logo img {
              width: 100%; }
          .orange-section .block-content.section-8 .content-block .heading-block .headings {
            padding-left: 1rem; }
            .orange-section .block-content.section-8 .content-block .heading-block .headings h3 {
              font-size: 3rem;
              color: #EF1730;
              line-height: 1;
              font-weight: normal;
              font-family: "cubano", sans-serif;
              margin: 0;
              padding: 0; }
              @media (max-width: 480px) {
                .orange-section .block-content.section-8 .content-block .heading-block .headings h3 {
                  font-size: 2rem; } }
            .orange-section .block-content.section-8 .content-block .heading-block .headings h4 {
              font-size: 2rem;
              font-family: "cubano", sans-serif;
              font-weight: normal; }
              @media (max-width: 480px) {
                .orange-section .block-content.section-8 .content-block .heading-block .headings h4 {
                  font-size: 1.2rem; } }
        .orange-section .block-content.section-8 .content-block a {
          font-weight: bold;
          color: #ffffff;
          text-decoration: none;
          text-transform: uppercase;
          display: flex;
          align-items: center; }
          .orange-section .block-content.section-8 .content-block a svg {
            width: 15px;
            margin-left: 5px; }
            .orange-section .block-content.section-8 .content-block a svg path {
              fill: #EF1730; }
        .orange-section .block-content.section-8 .content-block .numbers-wrap {
          margin-top: 3rem; }
          @media (max-width: 480px) {
            .orange-section .block-content.section-8 .content-block .numbers-wrap {
              margin-top: 4rem; } }
          .orange-section .block-content.section-8 .content-block .numbers-wrap ul {
            display: flex; }
            @media (max-width: 480px) {
              .orange-section .block-content.section-8 .content-block .numbers-wrap ul {
                flex-wrap: wrap; } }
            .orange-section .block-content.section-8 .content-block .numbers-wrap ul li {
              margin-right: 2rem;
              min-width: 20%; }
              @media (max-width: 480px) {
                .orange-section .block-content.section-8 .content-block .numbers-wrap ul li {
                  width: 50%;
                  margin: 0 0 2rem 0;
                  text-align: center; } }
              .orange-section .block-content.section-8 .content-block .numbers-wrap ul li .big-numbers {
                font-size: 2rem;
                color: #EF1730;
                font-family: "cubano", sans-serif;
                font-weight: normal; }
                @media (max-width: 480px) {
                  .orange-section .block-content.section-8 .content-block .numbers-wrap ul li .big-numbers {
                    font-size: 1rem; } }
                .orange-section .block-content.section-8 .content-block .numbers-wrap ul li .big-numbers span {
                  font-size: 5rem;
                  line-height: 1; }
                  @media (max-width: 480px) {
                    .orange-section .block-content.section-8 .content-block .numbers-wrap ul li .big-numbers span {
                      font-size: 3rem; } }
              .orange-section .block-content.section-8 .content-block .numbers-wrap ul li .title {
                font-family: "cubano", sans-serif;
                font-size: 1.3rem;
                font-weight: normal;
                padding-right: 20%; }
                @media (max-width: 480px) {
                  .orange-section .block-content.section-8 .content-block .numbers-wrap ul li .title {
                    font-size: 0.9rem;
                    padding-right: 0; } }

/* Viseo slider start here */
.videoSliderDiv .slides {
  width: 100%;
  height: 100%;
  margin-top: 0; }
.videoSliderDiv .video-wrap:before, .videoSliderDiv .video-wrap:after {
  display: none; }
.videoSliderDiv .video-wrap p {
  color: #ffffff;
  margin: 1rem;
  text-align: center; }
  .videoSliderDiv .video-wrap p strong {
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center; }
.videoSliderDiv.videoSliderDivSlider3shows .slides {
  width: calc(100% / 3); }
  @media (max-width: 480px) {
    .videoSliderDiv.videoSliderDivSlider3shows .slides {
      width: 100%; } }
  .videoSliderDiv.videoSliderDivSlider3shows .slides .video-wrap {
    padding: 0 0.5rem;
    transform: scale(1); }
.videoSliderDiv.videoSliderDivSlider3shows .flickity-viewport {
  height: 400px !important; }
  @media (min-width: 1601px) {
    .videoSliderDiv.videoSliderDivSlider3shows .flickity-viewport {
      height: 500px !important; } }

.fullWidthSlider {
  max-width: 100%; }

/* Video slider end here */
.about-intro {
  background: #13AA72;
  padding: 25vh 0 40vh 0;
  color: #ffffff; }
  @media (max-width: 480px) {
    .about-intro {
      padding-top: 10vh; } }
  .about-intro .wrap {
    max-width: 80%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 480px) {
      .about-intro .wrap {
        max-width: 100%; } }
    .about-intro .wrap h1 {
      font-family: "cubano", sans-serif;
      font-size: 3rem; }
    .about-intro .wrap h2 {
      font-family: "cubano", sans-serif;
      font-size: 2rem; }
    .about-intro .wrap p {
      margin-bottom: 1.5rem; }
      .about-intro .wrap p.highlight {
        font-size: 1.4rem;
        font-weight: bold; }
    .about-intro .wrap ol {
      padding-left: 20px;
      list-style-position: outside; }
      .about-intro .wrap ol li {
        margin-bottom: 1rem; }
  .about-intro .slider .wrap {
    width: 100%;
    max-width: 100%; }
    .about-intro .slider .wrap .logoIMg {
      max-width: 100%;
      height: 400px;
      object-fit: contain; }
  .about-intro .slider .flickity-prev-next-button {
    top: calc(50% + 35px + 1.5rem); }
    @media (max-width: 480px) {
      .about-intro .slider .flickity-prev-next-button {
        display: none; } }
  .about-intro .slider .flickity-viewport {
    transition: all 0.5s linear; }

.initiatives-wrap {
  margin-top: -30vh; }
  .initiatives-wrap .curve-wrap img {
    width: 100%;
    display: block; }
  .initiatives-wrap .wrap {
    background: #251ec1;
    padding-bottom: 40vh;
    color: #ffffff; }
    @media (max-width: 480px) {
      .initiatives-wrap .wrap {
        padding-top: 5vh; } }
    .initiatives-wrap .wrap .mt-6 {
      margin-top: 6rem; }
      @media (max-width: 480px) {
        .initiatives-wrap .wrap .mt-6 {
          margin-top: 4rem; } }
    .initiatives-wrap .wrap h2 {
      font-size: 2.5rem; }
      @media (max-width: 480px) {
        .initiatives-wrap .wrap h2 {
          font-size: 2rem; } }
    .initiatives-wrap .wrap .image-wrap {
      position: relative; }
      @media (max-width: 480px) {
        .initiatives-wrap .wrap .image-wrap {
          margin-bottom: 1rem; } }
      .initiatives-wrap .wrap .image-wrap img {
        border-radius: 3rem; }
        @media (max-width: 480px) {
          .initiatives-wrap .wrap .image-wrap img {
            border-radius: 1rem; } }
      .initiatives-wrap .wrap .image-wrap:after {
        content: "";
        position: absolute;
        width: calc(100% + 3rem);
        height: calc(100% + 3rem);
        left: -1.5rem;
        top: -1.5rem;
        border: #ffffff solid 1px;
        border-radius: 3rem; }
        @media (max-width: 480px) {
          .initiatives-wrap .wrap .image-wrap:after {
            display: none; } }
    .initiatives-wrap .wrap .orange-text h2 {
      color: #FFB100; }
    .initiatives-wrap .wrap .orange-text .image-wrap:after {
      border-color: #FFB100; }
    .initiatives-wrap .wrap .pink-text h2 {
      color: #F22BA5; }
    .initiatives-wrap .wrap .pink-text .image-wrap:after {
      border-color: #F22BA5; }
    .initiatives-wrap .wrap .heading {
      font-family: "cubano", sans-serif;
      font-size: 2.5rem;
      width: 100px;
      line-height: 0.9; }
      @media (max-width: 480px) {
        .initiatives-wrap .wrap .heading {
          font-size: 4rem;
          margin-bottom: 2rem; } }

.press-div {
  margin-top: 3rem; }
  .press-div ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px; }
    .press-div ul li a {
      border: 1px solid #ffffff;
      padding: 1rem;
      display: block; }
      .press-div ul li a img {
        max-width: 100%;
        height: 300px; }
      .press-div ul li a.playBtn {
        position: relative; }
        .press-div ul li a.playBtn::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 50px;
          height: 50px;
          background-color: #fff;
          border-radius: 100%; }
        .press-div ul li a.playBtn::after {
          content: "\f101";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: red;
          font-family: VideoJS;
          font-weight: normal;
          font-style: normal; }
  .press-div.videosDiv ul li {
    width: calc((90% / 3) - 30px); }
    @media (max-width: 480px) {
      .press-div.videosDiv ul li {
        width: 100%; } }
    @media (max-width: 480px) {
      .press-div.videosDiv ul li a {
        padding: 0.5rem; } }
    .press-div.videosDiv ul li img {
      height: auto; }

.flickity-page-dots {
  bottom: -2.5rem; }
  .flickity-page-dots .dot {
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    width: 30px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    height: 6px; }
    .flickity-page-dots .dot.is-selected {
      width: 50px;
      background: white; }

/*# sourceMappingURL=main.css.map */
