:root {
  --blue: #56b3c3;
  --yellow1: #f1bd05;
  --yellow2: #f1af09;
  --pink: #e386db;
  --green: #cddb00;
  --blue2: #7ccfd9;
  --orange: #f3941c;
  --purple: #6566ef;
  --magenta: #f01780;
  --orange2: #f15b20;
  --gutter-x: 1.5rem;
  --gutter-y: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  max-width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  z-index: 1;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  overflow: hidden;
}

.container {
  background-image: linear-gradient(180deg, var(--blue), var(--yellow1) 7%, var(--yellow2) 19%, var(--pink) 26%, var(--pink) 38%, var(--green) 43%, var(--green) 49%, var(--blue2) 54%, var(--blue2) 58%, var(--orange) 62%, var(--orange) 70%, var(--purple) 74%, var(--purple) 83%, var(--magenta) 89%, var(--magenta) 95%, var(--orange2) 100%, white);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.row {
  margin-left: calc(-.5 * @var_variable-a0b3846e-517a-c4a2-3943-2084966779c8);
  margin-right: calc(-.5 * @var_variable-a0b3846e-517a-c4a2-3943-2084966779c8);
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.row.mt-4.mb-4 {
  margin-bottom: 3rem;
}

.row.mt-4.mb-5 {
  margin-bottom: 5rem;
}

.row.mt-3 {
  width: 100%;
  margin-top: 1.5rem;
}

.row.mt-3.mb-4 {
  margin-bottom: 2rem;
}

.row.mt-5 {
  margin-top: 25vh;
}

.row.mb-4 {
  margin-bottom: 2.5rem;
}

.row.cover {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  height: 100%;
}

.row.right {
  justify-content: flex-end;
  align-items: stretch;
}

.col-3 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.img-fluid {
  transform: translate(0);
}

.img-fluid.social-media {
  max-width: 100%;
  margin-bottom: 17px;
}

.img-fluid.logo {
  width: 100%;
  transform: rotate(-45deg);
}

.col-6 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.col-6.right {
  justify-content: center;
  align-items: flex-end;
}

.section-container {
  width: 75%;
  max-width: 80%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-container.cover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.col-12 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.col-12.text-center {
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
}

.col-12.left {
  justify-content: flex-start;
  align-items: center;
}

.col-12.wrap {
  flex-flow: wrap;
}

.col-12.cover {
  justify-content: center;
  align-items: flex-end;
}

.col-12.right {
  justify-content: flex-end;
  align-items: center;
}

.heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Anton, sans-serif;
  font-size: 4.5vw;
  line-height: 4.5vw;
}

.heading.outline {
  color: #3330;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #000;
}

.heading.white {
  color: #fff;
}

.heading.outline-white {
  color: #0000;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #fff;
}

.video-container {
  border-radius: 2rem;
  width: 100%;
  overflow: hidden;
}

.video {
  border-radius: 23.39px;
}

.mt-4 {
  text-align: center;
  margin-top: 3rem;
}

.p-lg {
  font-size: 1.3rem;
}

.p-lg.text-white {
  color: #fff;
  font-size: 2rem;
  line-height: 2.2rem;
}

.p-lg.text-white.margin-start-5 {
  margin-left: 4vw;
  font-size: 2vw;
  line-height: 2.2vw;
}

.p-lg.text-white.right {
  text-align: left;
  font-size: 1.5vw;
}

.p-lg.white {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.col-8 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 66.666%;
  display: flex;
}

.col-8.center {
  justify-content: center;
  align-items: center;
}

.col-4 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  display: flex;
  position: relative;
}

.col-4.p-5 {
  padding: 5rem;
}

.col-2 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16.66%;
  display: flex;
  position: relative;
}

.card {
  background-color: #ffffffc9;
  border-radius: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.card.text-center {
  text-align: center;
}

.card.text-center.padding-top-5 {
  padding: 8rem 2rem 2rem;
}

.card.p-4 {
  padding: 2.5rem;
}

.card.p-3 {
  padding: 2rem;
}

.card._100-op {
  background-color: #fff;
}

.p-sm {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.3vw;
  line-height: 1.6vw;
}

.p-sm.text-white {
  color: #fff;
}

.p-sm.text-center {
  text-align: center;
  margin-bottom: 20px;
}

.p-sm.white {
  color: #fff;
  display: flex;
}

.p-sm.right {
  text-align: right;
}

.bold-text {
  text-align: left;
  font-size: 1.3vw;
}

.col-10 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 83.33%;
  display: flex;
  position: relative;
}

.col-10.right {
  justify-content: center;
  align-items: flex-end;
}

.col-10.center {
  justify-content: center;
  align-items: center;
}

.img-container {
  border-radius: 2rem;
  margin: 2rem;
  overflow: hidden;
}

.col-5 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 41.66%;
  display: flex;
  position: relative;
}

.col-5.padding-start-4 {
  padding-left: 2.5rem;
}

.col-5.top {
  justify-content: flex-start;
  align-items: center;
}

.col-5.logo {
  height: 100%;
  padding: 0 8rem;
}

.col-7 {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 58.33%;
  display: flex;
}

.col-7.center {
  justify-content: center;
  align-items: center;
}

.text-span-2 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  font-weight: 400;
}

.div-block {
  width: 100%;
  display: flex;
}

.list {
  font-family: Manrope, sans-serif;
  font-size: 1.3vw;
  line-height: 1.6vw;
}

.list.white {
  color: #fff;
  text-align: left;
}

.inst-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6.25%;
  padding: 0;
  display: flex;
}

.bold-text-3 {
  text-align: center;
}

.picto1 {
  width: 15vw;
  font-size: 10vw;
  line-height: 20;
  position: absolute;
  top: -13%;
  left: 7%;
}

.picto2 {
  width: 15vw;
  position: absolute;
  top: 21%;
  left: 91%;
}

.pattern1 {
  width: 13vw;
  position: absolute;
  top: -12%;
  left: 69%;
}

.pattern2 {
  width: 12vw;
  position: absolute;
  top: 11%;
  left: -2.4%;
}

.pattern3 {
  width: 15vw;
  position: absolute;
  top: 59%;
  left: 91.5%;
}

.number {
  z-index: 10;
  width: 7vw;
  position: absolute;
  top: -15.5%;
  left: 50%;
  translate: -50%;
}

.title-number {
  z-index: 0;
  width: 5.5vw;
  position: absolute;
  top: -59.5%;
  left: 2%;
  translate: -50%;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-size: 1.5vw;
}

.pattern4 {
  width: 12vw;
  position: absolute;
  top: 53%;
  left: 76.6%;
}

.picto3 {
  width: 12vw;
  position: absolute;
  top: -70%;
  left: 35%;
}

.pattern5 {
  z-index: 10;
  width: 15vw;
  position: absolute;
  top: 70%;
  left: 91.5%;
}

.picto4 {
  z-index: -1;
  width: 6vw;
  position: absolute;
  top: -29%;
  left: -1%;
}

.picto5 {
  z-index: -1;
  width: 10vw;
  position: absolute;
  top: -4%;
  left: 76%;
}

.picto6 {
  width: 10vw;
  position: absolute;
  top: 14%;
  left: 60%;
}

.picto7 {
  z-index: -1;
  width: 11vw;
  position: absolute;
  top: -40%;
  left: -5%;
}

.picto8 {
  z-index: 10;
  width: 6vw;
  position: absolute;
  top: -7%;
  left: -5%;
}

.pattern6 {
  z-index: 10;
  width: 12vw;
  position: absolute;
  top: 61%;
  left: -5.4%;
}

.pattern7 {
  z-index: 10;
  width: 15vw;
  position: absolute;
  top: 16%;
  left: 72.5%;
}

.picto9 {
  width: 15vw;
  position: absolute;
  top: -8%;
  left: 32%;
}

.pattern8 {
  width: 12vw;
  position: absolute;
  top: 3%;
  left: 88.6%;
}

.div-block-2 {
  width: 100%;
  padding: 0;
}

.bold-text-8 {
  margin-right: 6vw;
}

.col-2-mb.inst-col {
  width: 4%;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 20px;
}

.code-embed {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sub-txt-black {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container {
    overflow: hidden;
  }

  .row.mt-4 {
    margin-top: 0;
  }

  .row.mt-5 {
    margin-top: 9vh;
  }

  .row.mb-4 {
    margin-bottom: 0;
  }

  .col-3 {
    width: 100%;
  }

  .col-3.mb-col-4 {
    width: 33.3%;
  }

  .col-3.mb-col-3 {
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }

  .img-fluid.social-media {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .img-fluid.logo {
    flex: none;
    width: 50%;
    display: block;
    transform: rotate(0);
  }

  .col-6 {
    width: 100%;
    margin-bottom: 31px;
    padding-bottom: 0;
  }

  .col-6.col-6-mb {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .col-6.mb-4 {
    width: 33.3%;
  }

  .col-6.mb-col-6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-container.cover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-12.cover.mt-4 {
    justify-content: center;
    align-items: center;
  }

  .col-12.right.xs-mb {
    margin-top: -29px;
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading {
    font-size: 8vw;
    line-height: 1.6rem;
  }

  .heading.outline {
    text-align: right;
    font-size: 8vw;
  }

  .video-container {
    height: auto;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    border-radius: 0;
  }

  .w-embed-youtubevideo {
    padding-top: 56.25% !important; /* 16:9 aspect ratio */
  }

  .video {
    height: 250px;
  }

  .p-lg.text-white {
    line-height: 2rem;
  }

  .p-lg.text-white.margin-start-5 {
    font-size: 4vw;
  }

  .p-lg.text-white.right {
    font-size: 4vw;
    line-height: 2rem;
  }

  .p-lg.white {
    font-size: 1rem;
  }

  .col-8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #video {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-4 {
    width: 100%;
    margin-top: 51px;
    margin-bottom: 67px;
  }

  .col-4.p-5 {
    padding: 0;
  }

  .col-4.p-5.col-5-mb {
    width: 45%;
  }

  .col-2 {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 52px;
  }

  .card {
    padding-top: 3.5rem;
  }

  .card.text-center.padding-top-5 {
    padding-top: 3.3rem;
    padding-bottom: 2.8rem;
  }

  .card.p-4, .card.p-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-sm {
    font-size: 4.5vw;
    line-height: 5.3vw;
  }

  .p-sm.text-center {
    padding-bottom: 31px;
    font-size: 4.5vw;
    line-height: 5.2vw;
  }

  .p-sm.mt-4 {
    line-height: 5.3vw;
  }

  .p-sm.white.p-sm-mb {
    margin-left: 7px;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .p-sm.xs-mb {
    font-size: 2vw;
    line-height: 3vw;
  }

  .bold-text {
    text-align: center;
    font-size: 4.5vw;
  }

  .col-10 {
    width: 100%;
  }

  .col-10.expl {
    margin-bottom: 13px;
  }

  .img-container {
    width: 100%;
  }

  .col-5 {
    width: 100%;
    margin-bottom: 26px;
  }

  .col-5.padding-start-4.top {
    padding-left: 0;
    padding-right: 0;
  }

  .col-5.logo {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .col-7 {
    width: 100%;
    margin-bottom: 33px;
  }

  .text-span-2 {
    font-size: 6.5vw;
  }

  .list.white.mt-4 {
    font-size: 4vw;
    line-height: 4.3vw;
  }

  .inst-col {
    width: 33.33%;
  }

  .bold-text-3 {
    font-size: 6vw;
  }

  .picto1 {
    width: 30vw;
    top: -7%;
    left: 17%;
  }

  .picto2 {
    width: 25vw;
    left: 87%;
  }

  .pattern1 {
    width: 25vw;
    top: -4%;
    left: 62%;
  }

  .pattern2 {
    width: 20vw;
    left: -8.4%;
  }

  .pattern3 {
    width: 25vw;
    left: 87.5%;
  }

  .number {
    width: 20vw;
    top: -18.5%;
  }

  .title-number {
    width: 11vw;
    top: -16.5%;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 4vw;
  }

  .bold-text-7 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .pattern4 {
    top: 59%;
  }

  .picto3 {
    width: 25vw;
    left: 53%;
  }

  .pattern5 {
    width: 25vw;
    left: 88.5%;
  }

  .picto4 {
    width: 15vw;
    top: -18%;
    left: 7%;
  }

  .picto5 {
    width: 18vw;
    top: -27%;
  }

  .picto6 {
    width: 20vw;
    display: none;
    top: 6%;
    left: 78%;
  }

  .picto7 {
    width: 18vw;
    top: -25%;
    left: 74%;
  }

  .picto8 {
    width: 16vw;
    top: -4%;
    left: -2%;
  }

  .pattern7 {
    left: 87.5%;
  }

  .picto9 {
    width: 25vw;
    top: -44%;
    left: 5%;
  }

  .pattern8 {
    width: 20vw;
    top: 2%;
    left: 84.6%;
  }

  .div-block-2 {
    width: 50%;
  }

  .bold-text-9 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .bold-text-10 {
    font-size: 1rem;
    line-height: .5rem;
  }

  .bold-text-11 {
    font-size: 4vw;
  }

  .bold-text-12 {
    font-size: 6vw;
  }

  .col-6-mb, .col-2-mb {
    width: 15%;
  }

  .col-2-mb.inst-col {
    width: 10%;
    margin-top: 5px;
  }

  .bold-text-13 {
    font-size: 3vw;
  }

  .bold-text-14 {
    font-size: 4vw;
  }

  .list-item, .list-item-2, .list-item-3 {
    margin-bottom: 14px;
  }

  .p-xs.mt-4 {
    margin-top: 1rem;
  }

  .sub-txt-black {
    font-size: 6vw;
  }

  .text-span-3 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }

  .text-span-4, .text-span-5 {
    font-size: 6.5vw;
  }

  .text-span-6 {
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .text-span-7 {
    font-size: 6.5vw;
  }
}


