.body {
  font-family: 'Libre Franklin', sans-serif;
  color: #272633;
  font-size: 16px;
  line-height: 26px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.logo.text {
  margin-left: 12px;
  color: #fff;
}

.navcontainer {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.navbar {
  display: block;
  height: 95px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1936;
}

.navlink {
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.navlink:hover {
  color: #00ffcd;
}

.sectiontop {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #1a1936;
  background-image: url('../images/multi-phones.png');
  background-position: 40vw 50%;
  background-size: 1200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
}

.container.flexh {
  display: -ms-grid;
  display: grid;
  max-width: 85%;
  margin-top: 55px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-bottom: 20px;
  font-family: 'Noto Serif', sans-serif;
  font-size: 68px;
  line-height: 93px;
  font-style: italic;
}

.sub {
  margin-bottom: 45px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.sub.dark {
  color: #1a1936;
}

.sub.dark.center {
  text-align: center;
}

.sub.dark.center.marginno {
  margin-bottom: 0px;
}

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

.sub.center.marginno {
  margin-bottom: 0px;
}

.sub.center.marginno.color2 {
  color: #fff07c;
}

.sub.paddingleft20 {
  padding-right: 98px;
}

.sub.width80 {
  width: 80%;
}

.button {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #00ffcd;
  color: #1a1936;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff07c;
}

.button.join {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  text-align: center;
}

.button.long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.sectioncount {
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0%;
  height: auto;
  background-color: transparent;
}

.italic-text {
  color: #fff;
}

.left {
  width: 100%;
}

.left.color1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff07c;
}

.right {
  width: 100%;
}

.right.color2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #00ffcd;
}

.image {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.containerwide.flexh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.containerwide.flexh.paddingno {
  padding-top: 0px;
  padding-bottom: 0px;
}

.count {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: transparent;
}

.headingcount {
  font-size: 50px;
  text-align: center;
}

.countdownset {
  display: -ms-grid;
  display: grid;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.countdown {
  width: auto;
  min-width: 100px;
  padding: 20px 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff07c;
  border-radius: 10px;
  background-color: #1a1936;
}

.number {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.number.participants {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 4px;
  color: #fff;
  font-size: 76px;
  line-height: 76px;
  letter-spacing: 10px;
  text-indent: 0px;
}

.countpeople {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 4px;
  border-color: #00ffcd;
  border-radius: 10px;
  background-color: #1a1936;
}

.sidebar {
  width: 10px;
  height: 30px;
  background-color: #00ffcd;
}

.brand {
  width: 130px;
}

.sectionshare {
  position: static;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #1a1936;
}

.sectionshare:hover {
  background-color: #1a1936;
  color: #fff;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1936;
  font-size: 22px;
  text-align: center;
}

.button-2:hover {
  background-color: #342ba2;
  color: #00ffcd;
}

.heading-2 {
  margin-bottom: 30px;
  font-family: 'Noto Serif', sans-serif;
  font-size: 50px;
  line-height: 80px;
  font-style: italic;
  text-align: center;
}

.heading-2.c {
  color: #fff;
  line-height: 78px;
}

.heading-2.color1 {
  color: #00ffcd;
}

.heading-2.ranking {
  margin-top: 140px;
}

.prizeset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 175px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prizecard2nd {
  position: relative;
  right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 400px;
  padding: 0px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
}

.prizetext {
  position: static;
  top: -40%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}

.prizetext._1st {
  position: relative;
  top: 0px;
  padding: 60px 36px;
  clear: none;
  background-color: #342ba2;
}

.prizetextbold {
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.imageprize {
  position: static;
  top: auto;
  max-width: none;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 5px;
  border-color: #00ffcd;
  border-radius: 0%;
}

.imageprize._1st {
  position: static;
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
}

.prize {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.prizecard1st {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
}

.prizecard3rd {
  position: relative;
  left: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 400px;
  padding: 0px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #fff07c;
}

.sectiona {
  padding-top: 120px;
  padding-bottom: 120px;
  color: #1a1936;
}

.sectiona.bgdark {
  background-color: #1a1936;
}

.flexh {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imgtitlep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.center {
  text-align: center;
}

.text-span {
  color: #fff07c;
}

.board {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
}

.boardperson {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boarddata {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.boardsingle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90px;
  margin-bottom: 15px;
  padding-right: 36px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #1a1936;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

.boardsingle:hover {
  opacity: 0.9;
}

.boardsingle._1 {
  height: auto;
  padding-left: 0px;
  background-color: #342ba2;
  color: #00ffcd;
}

.boardsingle._2 {
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: rgba(52, 43, 162, 0.8);
  color: #fff07c;
}

.boardsingle._3 {
  background-color: rgba(52, 43, 162, 0.5);
  color: #fff07c;
}

.text-block {
  font-size: 30px;
  font-weight: 700;
}

.numberrank {
  margin-right: 0px;
  font-family: 'Noto Serif', sans-serif;
  font-size: 26px;
  text-align: justify;
}

.numberrank._1 {
  color: #fff;
}

.numberrank.color2 {
  color: #fff07c;
}

.boardimg {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #fff;
  border-radius: 50%;
  background-color: transparent;
}

.slider {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: transparent;
}

.mask {
  overflow: visible;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.boardslide {
  width: 100%;
  height: auto;
  margin: 18px 33px 36px auto;
}

.arrowicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: #1a1936;
  font-size: 28px;
}

.arrowicon:hover {
  background-color: #00ffcd;
}

.arrowicon.rarrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 28px;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  margin-left: 36px;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  margin-right: 36px;
}

.slide-nav {
  background-color: transparent;
}

.prize2n3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tablink {
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 20px;
  background-color: #1a1936;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.tablink.w--current {
  background-color: #00ffcd;
  color: #1a1936;
  font-size: 14px;
  font-weight: 700;
}

.prizetext2n3 {
  position: relative;
  top: -50%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  font-size: 22px;
  line-height: 60px;
  text-align: center;
}

.prizetext2n3._1st {
  top: -20%;
}

.prizetext2n3._3rd {
  top: -25%;
}

.maskreview {
  overflow: visible;
  width: 60%;
  height: 350px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review {
  width: 300px;
  height: 400px;
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 0px;
  background-color: #00ffcd;
}

.lastslidewapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slidereview {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 38px;
  padding-right: 0px;
  padding-bottom: 38px;
  background-color: transparent;
}

.slide {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 25px;
}

.reviewcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 8px;
  margin-left: 0px;
  padding: 30px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
}

.reviewtext {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  text-align: center;
}

.reviewname {
  margin-top: 45px;
  color: #1a1936;
}

.icon-2 {
  z-index: 16;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1936;
}

.socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialmediaicon {
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 0px;
}

.footertext {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}

.footertext.dark {
  color: #1a1936;
}

.footertext.dark.center {
  text-align: center;
}

.footertext.dark.center.marginno {
  margin-bottom: 0px;
}

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

.footertext.center.marginno {
  margin-bottom: 0px;
}

.footertext.center.marginno.color2 {
  color: #fff07c;
}

.footertext.paddingleft20 {
  padding-right: 98px;
}

.footertext.width80 {
  width: 80%;
}

.casestudy {
  width: 100%;
  height: 40%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.imgtitlep2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 65px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.tilep {
  padding-right: 16px;
  padding-left: 16px;
}

.prizecontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prizecontainer:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prizecontainer._3 {
  top: 25px;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prizecontainer._3.hide:hover {
  -webkit-transform: translate(0px, -48px) scale(1.1);
  -ms-transform: translate(0px, -48px) scale(1.1);
  transform: translate(0px, -48px) scale(1.1);
}

.prizetextwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 350px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #342ba2;
}

.prizetextwrapper._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(52, 43, 162, 0.8);
}

.prizecontent {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-indent: 0px;
  white-space: normal;
}

._2 {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 0px;
}

.prizetablet {
  display: none;
}

.numberwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1936;
  background-image: url('../images/rank-1.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.numberwrapper._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #342ba2;
  background-image: url('../images/rank-2.svg');
}

.numberwrapper._3 {
  background-color: #5d56b6;
  background-image: url('../images/rank-3.svg');
}

.numberwrapper.none {
  background-color: rgba(52, 43, 162, 0.5);
  background-image: none;
}

.sectionb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #342ba2;
}

.subnoto {
  margin-bottom: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.subnoto.dark {
  color: #1a1936;
}

.subnoto.dark.center {
  text-align: center;
}

.subnoto.dark.center.marginno {
  margin-bottom: 0px;
}

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

.subnoto.center.marginno {
  margin-bottom: 0px;
}

.subnoto.center.marginno.color2 {
  color: #fff07c;
}

.subnoto.paddingleft20 {
  padding-right: 98px;
}

.subnoto.width80 {
  width: 80%;
}

.image-2 {
  width: 30px;
}

.image-2.shareicon {
  margin-right: 16px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #342ba2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .navcontainer {
    max-width: 1200px;
    padding-right: 36px;
    padding-left: 36px;
  }
  .navlink {
    text-align: center;
  }
  .sectiontop {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.flexh {
    max-width: 1200px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 36px;
    padding-left: 36px;
  }
  .container.flexh.flexv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right {
    display: none;
  }
  .right.color2 {
    display: block;
  }
  .containerwide.flexh.paddingno {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon {
    background-color: transparent;
    color: #00ffcd;
    font-size: 40px;
  }
  .prizeset {
    margin-top: 135px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prizecard2nd {
    right: auto;
    width: 45%;
    margin-bottom: 140px;
  }
  .prizetext {
    top: -45%;
  }
  .prizecard1st {
    position: relative;
    width: 60%;
    margin-bottom: 140px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .prizecard3rd {
    left: auto;
    width: 45%;
  }
  .flexh {
    grid-column-gap: 16px;
  }
  .tabs-menu {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .tablink {
    margin-bottom: 10px;
  }
  .prizetext2n3 {
    top: -45%;
  }
  .maskreview {
    width: 80%;
    height: 400px;
  }
  .reviewcard {
    height: 100%;
    margin-left: 0px;
  }
  .menu-button {
    background-color: transparent;
    color: #1a1936;
  }
  .menu-button.w--open {
    background-color: #1a1936;
  }
  .nav-menu {
    background-color: #342ba2;
  }
  .prizecontainer {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .prizecontainer:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .prizecontainer._3 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .prizecontainer._3.hide {
    display: none;
  }
  .prizetablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .subnoto {
    font-style: italic;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .navcontainer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container.flexh {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    font-size: 40px;
    line-height: 60px;
  }
  .sub.center.marginno.color2 {
    font-size: 20px;
  }
  .button.long {
    width: 80%;
  }
  .number {
    font-size: 36px;
    line-height: 36px;
  }
  .number.participants {
    font-size: 60px;
    line-height: 60px;
  }
  .brand {
    width: 180px;
  }
  .heading-2 {
    font-size: 33px;
    line-height: 66px;
  }
  .prizecard2nd {
    width: 80%;
  }
  .prizecard1st {
    width: 100%;
  }
  .prizecard3rd {
    width: 80%;
  }
  .sectiona {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .flexh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .imgtitlep {
    margin-top: 30px;
  }
  .boardperson {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .boardsingle {
    height: 90px;
    padding-right: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .boardimg {
    margin-right: 10px;
  }
  .mask {
    width: 88%;
  }
  .arrowicon {
    display: none;
  }
  .arrowicon.rarrow {
    margin-right: 0px;
  }
  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    width: 30px;
  }
  .right-arrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 30px;
  }
  .prize2n3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text {
    font-size: 36px;
    line-height: 40px;
  }
  .tabs-menu {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .maskreview {
    width: 90%;
    height: auto;
  }
  .reviewcard {
    margin-left: 0px;
  }
  .reviewtext {
    font-size: 22px;
    line-height: 36px;
  }
  .footertext.center.marginno.color2 {
    font-size: 20px;
  }
  .imgtitlep2 {
    margin-top: 30px;
  }
  .prizecontainer {
    width: 80%;
  }
  .prizecontainer._3.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: 40px;
  }
  .prizecontainer._3.hide:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .prizetablet.hide {
    display: none;
  }
  .prizeimg:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .subnoto.center.marginno.color2 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container.flexh {
    padding-right: 14px;
    padding-left: 14px;
  }
  .heading {
    font-size: 40px;
    line-height: 60px;
  }
  .sub.width80 {
    width: 100%;
  }
  .button.long {
    width: 90%;
  }
  .left.color1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .right.color2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .headingcount {
    font-size: 36px;
    line-height: 40px;
  }
  .countdownset {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .number.participants {
    margin-left: 6px;
    font-size: 40px;
    line-height: 40px;
  }
  .countpeople {
    width: 65%;
  }
  .sidebar {
    width: 8px;
  }
  .button-2 {
    font-size: 20px;
  }
  .prizeset {
    margin-top: 110px;
  }
  .prizecard2nd {
    padding-right: 16px;
    padding-left: 16px;
  }
  .prizetext {
    top: -45%;
    line-height: 50px;
  }
  .prizetext._1st {
    top: -30%;
  }
  .prizetextbold {
    font-size: 50px;
  }
  .prize {
    height: auto;
  }
  .prizecard1st {
    height: 400px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .prizecard3rd {
    height: 300px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .boardperson {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 10px;
    background-color: #9996d1;
  }
  .boardperson._11 {
    background-color: #1a1a36;
  }
  .boardperson._22 {
    background-color: #342ba2;
  }
  .boardperson._33 {
    background-color: #5d56b6;
  }
  .boardsingle {
    height: auto;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .boardsingle._1 {
    padding-right: 0px;
  }
  .boardsingle._2 {
    height: auto;
    padding-left: 0px;
  }
  .boardsingle._3 {
    height: auto;
    padding-left: 0px;
  }
  .text-block {
    margin-right: 15px;
    padding-right: 0px;
  }
  .numberrank.color2 {
    margin-right: 0px;
  }
  .boardimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slider {
    width: 100%;
  }
  .mask {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .tabs-menu {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .tablink {
    margin-bottom: 14px;
  }
  .prizetext2n3 {
    top: -45%;
    line-height: 50px;
  }
  .prizetext2n3._1st {
    top: -30%;
  }
  .prizetext2n3._3rd {
    top: -30%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .maskreview {
    width: 100%;
    height: auto;
  }
  .reviewcard {
    padding: 25px;
  }
  .reviewtext {
    font-size: 20px;
    line-height: 30px;
  }
  .footertext.width80 {
    width: 100%;
  }
  .prizecontainer {
    width: 100%;
  }
  .prizecontainer._3.hide {
    width: 90%;
  }
  .numberwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .numberwrapper._3 {
    background-color: #5d56b6;
  }
  .numberwrapper.none {
    background-color: #9996d1;
  }
  .subnoto {
    padding-right: 16px;
    padding-left: 16px;
  }
  .subnoto.width80 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #w-node-2b079e66ec72-90f89c7b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-00369bac4bd0-90f89c7b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

.footer .w-button {
  color: #1A1936 !important;
}

.footer a {
  color: #00FFCD;
  text-decoration: none;
}

.footer a:visited {
  color: #00FFCD;
}

#Rankings {
  padding-bottom: 0 !important;
}