@charset "utf-8";
/* CSS Document */

/*@font-face {
  font-family: 'interlight';
  src: url('fonts/Inter-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'interregular';
  src: url('fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'interbold';
  src: url('fonts/Inter-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'interSemibold';
  src: url('fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: "interbold";
  src: url("fonts/inter-bold-webfont.eot");
  src: url("fonts/inter-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/inter-bold-webfont.woff2") format("woff2"),
    url("fonts/inter-bold-webfont.woff") format("woff"),
    url("fonts/inter-bold-webfont.ttf") format("truetype"),
    url("fonts/inter-bold-webfont.svg#interbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "interlight";
  src: url("fonts/inter-light-beta-webfont.eot");
  src: url("fonts/inter-light-beta-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/inter-light-beta-webfont.woff2") format("woff2"),
    url("fonts/inter-light-beta-webfont.woff") format("woff"),
    url("fonts/inter-light-beta-webfont.ttf") format("truetype"),
    url("fonts/inter-light-beta-webfont.svg#interlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "interregular";
  src: url("fonts/inter-regular-webfont.eot");
  src: url("fonts/inter-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/inter-regular-webfont.woff2") format("woff2"),
    url("fonts/inter-regular-webfont.woff") format("woff"),
    url("fonts/inter-regular-webfont.ttf") format("truetype"),
    url("fonts/inter-regular-webfont.svg#interregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "interSemibold";
  src: url("fonts/inter-semibold-webfont.eot");
  src: url("fonts/inter-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/inter-semibold-webfont.woff2") format("woff2"),
    url("fonts/inter-semibold-webfont.woff") format("woff"),
    url("fonts/inter-semibold-webfont.ttf") format("truetype"),
    url("fonts/inter-semibold-webfont.svg#interSemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  font-family: "interregular";
  font-weight: normal;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
source {
  display: block;
  margin: 0;
  padding: 0;
}

a,
img {
  border: medium none;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

strong {
  font-family: "interbold";
}

/*a:hover { color: #979796; }*/

ul,
li {
  list-style: none;
}

a:focus,
:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
  line-height: 1px;
  padding: 0px;
  height: 0px;
  font-size: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.anim {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.anim2 {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.row {
   max-width: 1366px;
  margin: auto;
  padding: 0px 15px;
  width: 100%;
}

.row1 {
  width: 970px;
  margin: auto;
  padding: 0px;
}

/*home section css*/

.section {
  background-size: cover;
}

.home-section {
  background-image: url(../images/slide.jpg);
}

.home-section img {
  float: left;
  width: 100%;
  opacity: 0;
}

.home-section .flex-caption {
  position: absolute;
  top: 20px;
  width: auto;
  z-index: 1;
}

.home-section .flex-caption h1 {
  color: #fff;
  font-size: 240px;
  font-family: "interSemibold";
  line-height: 225px;
  margin-bottom: 20px;
}

.home-section .flex-caption h1 span {
  display: block;
}

.home-section .flex-caption p {
  max-width: 1200px;
  color: #fff;
  font-size: 28px;
  font-family: "interregular";
  line-height: 30px;
}

.home-section .logo {
  float: left;
  width: auto;
  position: absolute;
  /*bottom: 70px;*/
  bottom: 113px;
}

.home-section .logo.right {
  float: right;
  width: auto;
  position: absolute;
  bottom: 12%;
  right: 2em;
}

.home-section .logo a {
  float: left;
  width: auto;
}

.home-section .logo.right a:not(:last-child) {
  float: left;
  width: auto;
  margin-right: 1em;
}

.home-section .logo img {
  float: left;
  width: 212px;
  opacity: 1;
}

/*award image css*/

.award-section {
  background-image: url(../images/ivana-cajina-LlDQPnErFxo-unsplash.jpg);
}

.award-section .slide .slide-cont {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.award-section .slide .slide-cont p {
  width: 100%;
  float: left;
  color: #fff;
  font-family: "interregular";
  font-size: 40px;
  line-height: 46px;
}

.slide {
  background-size: cover;
}

/*Adding background for the slides
* --------------------------------------- */

#slide1 {
  background-image: url(../images/ivana-cajina-LlDQPnErFxo-unsplash.jpg);
  padding: 0px 0px;
}

#slide2 {
  background-image: url(../images/ivana-cajina-LlDQPnErFxo-unsplash.jpg);
  padding: 0px 0px;
}

/*award video css*/

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-image: /* our video */ ;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
}

/*category-sec css*/

.category-sec::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  background: #ffc003;
  z-index: -1;
}

.category-sec::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  background: #009da6;
  z-index: -1;
}

.category-cont {
  float: left;
  width: 100%;
}

.category-a {
  width: 50%;
  float: left;
  background: #009da6;
  padding: 20px;
  padding-bottom: 173px;
}

.category-b {
  width: 50%;
  float: right;
  background: #ffc003;
  padding: 20px;
  padding-bottom: 100px;
}

.category-sec h3 {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.category-sec h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 95px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.category-sec p {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  margin-bottom: 101px;
}

.early-lst {
  width: 100%;
  float: left;
  margin-bottom: 90px;
}

.early-lst ul {
  text-align: center;
}

.early-lst ul li {
  width: 48%;
  float: none;
  display: inline-block;
  margin-right: 4%;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: #6a3fdc;
  text-align: center;
  background: #fff;
  height: 350px;
  max-width: 350px;
  border-radius: 200px;
}

.early-lst ul li .c-all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.early-lst ul li span {
  font-family: "interregular";
  font-size: 18px;
  line-height: 20px;
  /* font-style: italic; */
  font-weight: bold;
}

.early-lst ul li span sup {
  font-size: 12px;
}

.early-lst ul li h3 {
  color: #6a3fdc;
  font-family: "interSemibold";
  font-size: 28px;
  line-height: 32px;
  margin: 10px 0;
}

.early-lst ul li p {
  margin-bottom: 0;
  color: #6a3fdc;
  font-size: 16px;
  font-family: "interregular";
  text-align: center;
  line-height: 20px;
}

.early-lst ul li p:lang(fr) {
  font-size: 14px;
  line-height: 16px;
}

.early-lst ul li:last-child {
  margin-right: 0;
}

.early-lst.full ul {
  text-align: center;
}

.early-lst.full ul li {
  width: 48%;
  float: none;
  display: inline-block;
}

.category-b > p {
  /* margin-bottom: 155px; */
  margin-bottom: 40px;
}
.category-b > p:lang(fr) {
  /* margin-bottom: 155px; */
  margin-bottom: 65px;
}

.early-lst.full ul li h3 {
  color: #ffbf03;
  text-transform: uppercase;
  font-family: "interSemibold";
  margin: 60px 0 15px;
}

.early-lst.full ul li p {
  color: #ffbf03;
  font-size: 19px;
  padding: 0 8px;
  line-height: 22px;
}

.criteria {
  width: 100%;
  float: left;
}

.criteria h4 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}

.criteria ul li {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

.criteria ul li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  left: 0;
  top: 10px;
}

/*app-guide css*/

.app-sec {
  background: #6a3fdc;
}

.app-guide {
  float: left;
  width: 100%;
  padding: 30px 0px 130px;
}

.app-guide h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 227px;
  line-height: 227px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.app-guide h2 span {
  display: block;
}

.app-buton {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 180px;
  margin-top: 0px;
  /*margin-top: 80px;*/
}

.app-buton ul {
  float: left;
  width: 100%;
}

.app-buton ul li {
  display: inline-block;
  margin-right: 5px;
}

.app-buton ul li:last-child {
  margin-right: 0;
  /* margin-top: 15px; */
}

.app-buton ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  font-family: "interregular";
  font-size: 29px;
  line-height: 32px;
  color: #fff;
  border: 1px solid #b7deff;
  width: 360px;
  transition: all 0.5s ease;
  height: 100%;
}

.app-buton ul li a:hover {
  background: #fff;
  color: #009da6;
}

.guid-lst {
  width: 100%;
  float: left;
}

.guid-lst ul {
  width: 100%;
  float: left;
}

.guid-lst ul li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}

.guid-lst ul li:last-child {
  margin-right: 0;
}

.guid-lst ul li span {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 95px;
  line-height: 85px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}

.guid-lst ul li p {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: left;
}

/*news section css*/

.news-section {
  background: #ffc003;
}

.news-sec {
  width: 100%;
  float: left;
  padding: 30px 0px 50px;
}

.news-sec h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 160px;
  line-height: 130px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}

.news-lst {
  width: 100%;
  float: left;
}

.news-lst ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
  border-top: 1px solid #261a02;
  padding-top: 15px;
  margin-bottom: 100px;
}

.news-lst ul li:nth-child(2n + 2) {
  margin-right: 0;
}

.news-lst ul li h3 {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 38px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 20px;
}

.news-lst ul li p {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 30px;
}

.news-lst ul li a {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.5s ease;
}

.news-lst ul li a:hover {
  font-family: "interbold";
}

/*jury section css*/

.jury-section {
  background: #009da6;
}

.jury-sec {
  width: 100%;
  float: left;
  padding: 30px 0px 130px;
}

.jury-sec h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 160px;
  line-height: 130px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}

.jury-lst {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}

.jury-lst ul li {
  width: 32.65%;
  float: left;
  margin-right: 1%;
}

.jury-lst ul .el-cen {
  margin-left: 17.35%;
}

.jury-lst ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.jury-lst ul li .jury-img {
  width: 100%;
  float: left;
}

.jury-lst ul li .jury-img img {
  width: 100%;
  float: left;
  transition: all 0.5s ease;
}

.jury-lst ul li .jury-cnt {
  width: 100%;
  float: left;
  padding-top: 10px;
}

.jury-lst ul li h3 {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 40px;
  line-height: 42px;
  color: #ffffff;
}

.jury-lst ul li p {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
}

/*about section css*/

.about-sec {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.notified-lft {
  width: 50%;
  float: left;
  background: url("../images/about-img.jpg") no-repeat;
  background-size: cover;
}

.notified-sec {
  float: left;
  width: 50%;
  padding: 30px 15px 100px;
  position: relative;
}

.notified-sec h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 130px;
  line-height: 130px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.notified-sec p {
  width: 100%;
  float: left;
  font-family: "interregular";
  font-size: 25px;
  line-height: 32px;
  color: black;
  margin-bottom: 70px;
}

.notified-form {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

.notified-form h3 {
  float: left;
  width: 100%;
  font-family: "interSemibold";
  font-size: 30px;
  line-height: 45px;
  color: #000;
  text-align: center;
}

.box-col {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.notified-form input[type="text"] {
  width: 100%;
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #888888;
  color: #ffffff;
  background: none;
  height: 45px;
  line-height: 45px;
  font-size: 25px;
  font-family: "interregular";
}

.notified-form input[type="submit"] {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 30px;
  height: 52px;
  line-height: 52px;
  padding: 0px 68px;
  background: none;
  font-family: "interregular";
  letter-spacing: 0.5px;
  border: 1px solid #888888;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 20px;
}

.notified-form input[type="submit"]:hover {
  background: #ffffff;
  color: #fff;
}

.check-options input[type="checkbox"]:not(old) {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  left: 0;
  top: 13px;
}

.check-options input[type="checkbox"]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  margin-top: 8px;
  cursor: pointer;
}

.check-options input[type="checkbox"]:not(old) + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 18px 0 0;
  vertical-align: middle;
  border: none;
  position: relative;
  background: none;
  border-radius: 0px;
  border: 1px solid #ffffff;
  display: none;
}

.check-options input[type="checkbox"]:not(old):checked + label > span::before {
  content: "";
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: #000;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.check-options {
  float: left;
  width: 100%;
  margin-top: 7px;
  padding: 0px 0px;
}

p.checkbox-policy,
.check-options p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "interregular";
  cursor: pointer;
  float: right;
  width: calc(100% - 35px);
  margin: 0;
  text-align: left;
}

.notified-form input[type="text"]::placeholder {
  color: #000;
  opacity: 1;
}

.notified-form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
  opacity: 1;
}

.notified-form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

.notified-form input[type="text"]::-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
  opacity: 1;
}

.notified-form input[type="text"]::-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  opacity: 1;
}

.notified-img-mb {
  float: left;
  width: 100%;
  display: none;
}

.notified-img-mb img {
  float: left;
  width: 100%;
}

.app-sec {
  background: #009da6;
}

.app-sec.app-sec-yellow {
  background: #febf2e;
}

.app-guide {
  float: left;
  width: 100%;
  padding: 30px 0px 130px;
}

.app-guide h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 227px;
  line-height: 227px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.app-guide.app-guide-centered h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 80px;
  line-height: 95px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 25%;
  margin: 0;
  left: 0;
  max-width: 100%;
  font-size: 3.2rem;
  line-height: 5rem;
  /* top: 20vh; */
}

.app-guide h2 span {
  display: block;
}

.about-buton {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -21px;
}

.about-buton ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-buton ul li:last-child {
  margin-right: 0;
}

.about-buton ul li a {
  display: inline-block;
  padding: 10px 25px;
  font-family: "interregular";
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  border: 1px solid #888888;
  width: 515px;
  transition: all 0.5s ease;
}

.about-buton ul li a:hover {
  background: #ffffff;
  color: #ffffff;
}

/*faq section css*/

.form-response {
  padding-top: 0px;
}

.faq {
  width: 100%;
  float: left;
  background: #009da6;
  padding: 30px 0px 100px;
}

.faq h2 {
  width: 100%;
  float: left;
  font-family: "interSemibold";
  font-size: 95px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.faq h2 span {
  display: block;
}

.faq p {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  font-family: "interregular";
  text-align: left;
  margin-bottom: 30px;
}

.faq p span {
  font-family: "interSemibold";
  width: 100%;
  float: left;
}

.faq ul li {
  font-size: 25px;
  line-height: 32px;
  font-family: "interregular";
  text-align: left;
  color: #ffff;
  transition: all 0.5s ease;
  list-style: disc;
  margin-left: 35px;
}

.faq a {
  font-size: 25px;
  line-height: 32px;
  font-family: "interregular";
  text-align: left;
  color: #ffff;
  transition: all 0.5s ease;
  text-decoration: underline;
}

/*footer css*/

.foot-logo-lft {
  float: left;
  width: 290px;
  margin-right: 20px;
  padding-top: 10px;
}

.foot-logo-rgt {
  width: 100%;
  float: right;
}

.foot-logo-lft ul li {
  width: auto;
  float: left;
  text-align: left;
  margin-right: 10px;
}

.foot-logo-lft ul li a {
  font-size: 17px;
  line-height: 28px;
  font-family: "interregular";
  text-align: left;
  color: #000;
  transition: all 0.5s ease;
}

.foot-logo-lft ul li a:hover {
  text-decoration: underline;
}

.foot-contact-lft {
  width: 280px;
  float: left;
  margin-right: 20px;
}

.foot-contact-lft img {
  width: 220px;
  float: left;
}

.foot-contact-rgt {
  width: calc(100% - 300px);
  float: right;
}

.foot-contact-rgt p {
  width: 100%;
  float: left;
  font-size: 25px;
  color: #ffffff;
  line-height: 32px;
  font-family: "interregular";
  text-align: left;
  margin-bottom: 45px;
}

.social-lst {
  width: 100%;
  float: left;
}

.foot-contact ul.social li:first-child {
  width: 200px;
  float: left;
  text-align: left;
  margin-top: 9px;
}

.foot-contact ul.social.mail li a {
  transition: all 0.5s ease;
  width: auto;
  margin-top: 5px;
}

.foot-contact ul.social.mail li a:hover {
  text-decoration: underline;
}

.footer-section {
  background: #ffffff;
}

.foot-div {
  min-height: 400px;
}

.foot-contact {
  float: left;
  width: 100%;
  padding: 20px 0px 30px;
  text-align: center;
}

.foot-contact h2 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-family: "interlight";
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-contact h2 a {
  margin-left: 36px;
  padding-left: 36px;
  font-size: 16px;
  color: #000;
  font-family: "interbold";
  background: url("../images/mail.svg") no-repeat scroll top 5px left 0px;
  transition: all 0.5s ease;
}

.foot-contact h2 a:hover {
  color: #47aaff;
}

.foot-contact ul.social {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0;
}

.foot-contact ul.social:last-child {
  margin-bottom: 0;
}

.foot-contact ul.social li {
  float: left;
  margin-right: 18px;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  font-family: "interbold";
}

.foot-contact ul.social li:last-child {
  margin-right: 0px;
}

.foot-contact ul.social li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "interregular";
}

.foot-contact ul.social li a.fb {
  background: url("../images/fb.svg") no-repeat scroll center center;
}

.foot-contact ul.social li a.fb:hover {
  background: url("../images/fb-hover.svg") no-repeat scroll center center;
}

.foot-contact ul.social li a.tw {
  background: url("../images/tw.svg") no-repeat scroll center center;
}

.foot-contact ul.social li a.tw:hover {
  background: url("../images/tw-hover.svg") no-repeat scroll center center;
}

.foot-contact ul.social li a.in {
  background: url("../images/li.svg") no-repeat scroll center center;
}

.foot-contact ul.social li a.in:hover {
  background: url("../images/li-hover.svg") no-repeat scroll center center;
}

.foot-logos {
  float: left;
  width: 100%;
  padding: 0px 0px 50px;
  text-align: center;
}

.foot-logos ul.logo-lst {
  float: left;
  width: 100%;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1.75em;
}

.foot-logos ul.logo-lst li {
  float: left;
  max-width: 100%;
  /* margin-right: 15px; */
  /* margin-bottom: 15px; */
}

.foot-logos ul.logo-lst li:last-child {
  /* margin-right: 0px; */
  flex-grow: 1;
}

.foot-logos ul.logo-lst li a {
  transition: all 0.5s ease;
}

.foot-logos ul.logo-lst li a:hover {
  opacity: 0.7;
}

.foot-logos ul.logo-lst li img {
  float: left;
  max-width: 285px;
  max-height: 42px;
}

.foot-logos ul.logo-lst li:last-child img {
  max-height: none;
  max-width: 300px;
}

.menu-btm {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  z-index: 70;
  width: 100%;
  padding: 0 1%;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  overflow: auto;
  white-space: nowrap;
}

.menu-btm #menu {
  float: left;
}

.menu-btm #menu li {
  font-size: 25px;
  margin: 0 70px 0 0;
  float: left;
  line-height: 58px;
  text-align: center;
  margin-right: 40px;
  display: inline-block;
}

.menu-btm #menu li:last-child {
  margin-right: 0;
}

.menu-btm #menu li a {
  padding: 0;
  font-family: "interregular";
  color: black;
  position: relative;
}

.menu-btm #menu li a::before {
  display: none;
  content: attr(title);
  font-family: "interSemibold";
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.menu-btm #menu li a:hover {
  font-family: "interSemibold";
}

.menu-btm #menu li.active a {
  font-family: "interSemibold";
}

.menu-btm #menu li.active {
  background: none;
  color: #ffffff;
  font-family: "interSemibold";
}

.menu-btm #menu .lang {
  float: right;
}

.menu-btm #menu .lang ul li {
  float: left;
  font-size: 30px;
  margin: 0 20px 0 0;
  line-height: 58px;
}

.menu-btm #menu .lang ul li a {
  color: #ffffff;
  font-family: "interregular";
}

.menu-btm #menu .lang ul li a.activeIdioma {
  font-family: "interSemibold";
}

.menu-btm #menu .lang ul li:last-child {
  margin-right: 0;
}

.menu-btm .mob-logo {
  float: left;
  width: 130px;
}

.menu-btm .mob-logo img {
  float: left;
  width: 100%;
}

.mob-logo {
  display: none;
}

.menu-top {
  float: left;
  width: 100%;
  background: #fff;
}

.m-menu {
  width: 32px;
  height: 22px;
  position: relative;
  margin: 12px 0px 0 0px;
  -webkit-transform: rotate(0deg);
  float: right;
  display: none;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.m-menu a {
  display: block;
  float: left;
  width: 100%;
}

.m-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #222;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m-menu:hover span {
  background: #6a3fdc;
}

/* Icon 4 */

.m-menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.m-menu span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.m-menu span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.m-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -8px;
  left: 4px;
  background: #222;
}

.m-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.m-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 4px;
  background: #222;
}

.mobile-menu {
  position: fixed;
  top: 72px;
  width: 100%;
  z-index: 99999;
  background: #fff;
  height: calc(100vh - 72px);
  overflow: auto;
  padding: 20px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/*video::-webkit-media-controls {
  display: none;
}*/

.app-buton ul li.f-wid,
.app-buton ul ul.f-wid {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.app-buton ul li.f-wid-no,
.app-buton ul ul.f-wid-no {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

/*.app-buton ul ul.f-wid {
  float: left;
}*/

.app-buton ul li.f-wid a {
  width: 730px;
  font-size: 40px;
  padding: 20px 0;
  cursor: pointer;
}

.app-buton ul li.f-wid-no a {
  width: 730px;
  font-size: 40px;
  padding: 20px 0;
  cursor: pointer;
}

.foot-logo-lft ul li:last-child {
  margin-right: 0;
}

.foot-div.fa-foot {
  min-height: 430px;
}

.jury-lst ul li.jury-item-centered {
  width: 100%;
}

.jury-lst ul li.jury-item-centered p {
  text-align: center;
}

.jury-lst ul li.jury-item-centered p:last-child {
  text-align: left;
}

.jury-lst ul li.jury-item-centered .jury-img {
  width: 32%;
  float: none;
  margin: 0 auto;
}

.app-guide-centered .app-buton {
  margin-bottom: 0;
  margin-top: 40px;
}

.app-guide-centered .app-buton a {
  background: #6a3fdc;
}

/* .app-guide-centered .app-buton a:hover {
  background: #febf2e;
} */

.youtube-container {
  position: absolute;
  width: 80vw;
  height: 44vw;
  max-height: 75vh;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.youtube-container iframe {
  width: 100%;
  height: 100%;
}

.about-buton ul li a {
  color: black;
}

.about-buton ul li a:hover {
  background-color: black;
}

.notified-form input[type="text"] {
  color: black;
}

.notified-form input[type="submit"] {
  color: black;
}

.notified-form input[type="submit"]:hover {
  background: black;
}

p.checkbox-policy,
.check-options p {
  color: black;
}

.menu-btm #menu .lang ul li a {
  color: black;
}

.foot-contact ul.social li {
  color: black;
}

.foot-contact ul.social li a {
  color: black;
}

.foot-contact ul.social li:first-child:lang(fr) {
  width: 280px;
}

a {
  color: #febf2e;
}

u:hover {
  text-decoration: none;
}

.about-section a {
  color: #333333;
}

.to-be-opened {
  padding: 2em 0;
}

.to-be-opened p {
  color: white;
  font-size: 20px;
}

.app-buton ul li.f-wid a:lang(fr) {
  font-size: 31px;
}

.app-buton ul li.f-wid-no a:lang(fr) {
  font-size: 31px;
}

.faq h2:lang(fr) {
  line-height: 105px;
}

.faq a {
  color: #febf2e;
}

.faq a:hover {
  text-decoration: none;
}

.flex-caption p strong {
  font-family: "interbold";
}

.foot-logo-lft ul {
  /* display: flex; */
  /* flex-direction: column; */
}

.foot-logo-lft ul li {
  /* margin: 0; */
}

.plata {
  color: #c0c0c0 !important;
}

.or {
  color: #cda434 !important;
}

/* RECAPTCHA */
.grecaptcha-badge {
  opacity: 0 !important;
}

.ul_winners {
  display: flex;
  justify-content: center;
}

.category-b-text {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 639px) {
  .ul_winners {
    display: block;
  }
}
.jury-lst ul li.li_winners {
  width: 32.65%;
  float: left;
  margin-right: 3%;
  margin-left: 3%;
}

@media screen and (max-width: 639px) {
  .jury-lst ul li.li_winners {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }
}

