/*======
Import scss from other components
======*/
/*======
Font Family
======*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*======
Colors
======*/
/* red */
/* blue */
/* purple */
/* white */
/* light grey */
/* grey */
/* dark grey */
/*======
Font Sizes
======*/
/*======
Breakpoints
======*/
.lang-flag-eng {
  background-image: url("../img/eng.svg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 30px;
  height: 17px; }

.lang-flag-fra {
  background-image: url("../img/fra.svg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 30px;
  height: 17px; }

.lang-flag-ger {
  background-image: url("../img/ger.svg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 30px;
  height: 17px; }

.lang-flag-ita {
  background-image: url("../img/ita.svg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 30px;
  height: 17px; }

.lang-flag-spa {
  background-image: url("../img/spa.svg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 30px;
  height: 17px; }

.lang-flag-pol {
  background-image: url("../img/pol.svg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 30px;
  height: 17px; }

.lang-flag-rom {
  background-image: url("../img/rom.svg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 30px;
  height: 17px; }

.icon-facebook {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .icon-facebook:hover {
    background-image: url("../img/facebook-hover.svg"); }

.icon-instagram {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .icon-instagram:hover {
    background-image: url("../img/instagram-hover.svg"); }

.icon-twitter {
  background-image: url("../img/twitter.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .icon-twitter:hover {
    background-image: url("../img/twitter-hover.svg"); }

.icon-youtube {
  background-image: url("../img/youtube.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .icon-youtube:hover {
    background-image: url("../img/youtube-hover.svg"); }

.icon-linkedin {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .icon-linkedin:hover {
    background-image: url("../img/linkedin-hover.svg"); }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

body {
  margin: 0;
  padding: 0;
  font-size: 100%; }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

p {
  margin: 0;
  color: #808386;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600; }
  @media (max-width: 767px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600; }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600; }
  @media (max-width: 767px) {
    h3 {
      font-size: 27px; } }

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600; }
  @media (max-width: 767px) {
    h4 {
      font-size: 21px; } }

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 400; }
  @media (max-width: 767px) {
    h5 {
      font-size: 20px; } }

/*
@font-face {
  font-family: $font-family-bebas;
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
       url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: $font-family-roboto-bold;
  src: url('../fonts/Roboto-Bold.ttf') format('truetype'),
       url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: $font-family-roboto-thin;
  src: url('../fonts/Roboto-Light.ttf') format('truetype'),
       url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.clearfix:after,
.clearfix:before {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

@media (min-width: 768px) {
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.hidden1 {
  opacity: 0; }

.visible1 {
  opacity: 1; }

.popup-over {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  background-color: #ae2e47;
  padding: 15px 15px;
  border-radius: 30px;
  display: none; }
  .popup-over::after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #ae2e47; }
  .popup-over h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .popup-over h5 {
        font-size: 20px; } }
  .popup-over p {
    text-align: center;
    color: #FFFFFF; }

.desktop-header {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 15px 0;
  z-index: 999; }
  @media (max-width: 960px) {
    .desktop-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2222; } }
  .desktop-header .row {
    justify-content: space-between; }
    @media (max-width: 767px) {
      .desktop-header .row {
        justify-content: flex-start;
        align-items: center; } }
  .desktop-header .col-auto {
    padding: 0 15px 0 0; }
    @media (max-width: 1024px) {
      .desktop-header .col-auto {
        order: 3; } }
    @media (max-width: 767px) {
      .desktop-header .col-auto {
        padding: 0 15px; } }
  @media (max-width: 767px) {
    .desktop-header .col-2 {
      padding: 0;
      text-align: center;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; } }
  @media (max-width: 767px) {
    .desktop-header .col-3 {
      width: 150px; } }

.logo-box {
  padding-right: 10px; }
  @media (max-width: 767px) {
    .logo-box {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; } }

#LOGO {
  display: block; }

.header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%; }
  @media (max-width: 1200px) {
    .header-menu {
      flex-direction: column;
      display: block;
      z-index: 222; } }
  .header-menu li {
    position: relative;
    display: flex;
    margin: auto 0; }
    @media (max-width: 1200px) {
      .header-menu li {
        padding: 20px 0; } }
    .header-menu li a {
      -webkit-transition: .3s all ease-out;
      -moz-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out;
      text-transform: capitalize;
      font-size: 15px;
      line-height: 1.8;
      font-weight: 500;
      padding: 0 10px;
      font-family: "Poppins", sans-serif;
      color: #333333;
      display: block; }
      .header-menu li a:hover {
        color: #4254a1; }
      @media (max-width: 1200px) {
        .header-menu li a {
          font-size: 25px;
          text-transform: uppercase;
          line-height: 30px;
          width: 100%;
          text-align: center; } }

@media (max-width: 1200px) {
  .navigation {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 222;
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    position: fixed;
    top: 84px;
    left: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    transition: all 250ms;
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%); }
    .navigation.active {
      transform: translateZ(0) translateX(0);
      transform: translateZ(0) translateX(0);
      -webkit-transition: 0.4s;
      transition: 0.4s; } }
@media (max-width: 767px) {
  .navigation {
    top: 71px; } }

.lang-register {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1200px) {
    .lang-register {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 767px) {
    .lang-register {
      padding-left: 0;
      justify-content: center; } }

@media (max-width: 767px) {
  .lang {
    margin-right: 5px; } }
.lang .lang-flag-eng {
  display: inline-block;
  margin-right: 5px; }
.lang .lang-flag-fra {
  display: inline-block;
  margin-right: 5px; }
.lang .lang-flag-ger {
  display: inline-block;
  margin-right: 5px; }
.lang .lang-flag-ita {
  display: inline-block;
  margin-right: 5px; }
.lang .lang-flag-spa {
  display: inline-block;
  margin-right: 5px; }
.lang .lang-flag-pol {
  display: inline-block;
  margin-right: 5px; }
.lang .lang-flag-rom {
  display: inline-block;
  margin-right: 5px; }
.lang span {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #333333;
  display: inline-block; }
.lang ul {
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  display: none;
  position: absolute;
  top: 45px;
  left: 12px;
  z-index: 9999;
  background-color: #FFFFFF;
  padding: 5px 50px 5px 5px; }
  .lang ul.active {
    display: block; }
  .lang ul li {
    padding: 2px 0; }
    .lang ul li a {
      font-size: 16px;
      line-height: 1.8;
      font-weight: 500;
      padding-left: 40px;
      font-family: "Poppins", sans-serif;
      color: #333333;
      display: block;
      -webkit-transition: .3s all ease-out;
      -moz-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
      .lang ul li a:hover {
        color: #4254a1; }

.lang-active a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  color: #333333;
  display: block;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .lang-active a:hover {
    color: #4254a1; }

.register .register-button {
  padding: 10px;
  display: inline-block;
  font-size: 15px;
  text-transform: initial; }
@media (max-width: 1024px) {
  .register {
    order: 2; } }
@media (max-width: 960px) {
  .register {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }
@media (max-width: 767px) {
  .register .register-button {
    padding: 10px 10px;
    font-size: 12px; } }

#nav-icon1 {
  width: 60px;
  height: 28px;
  position: absolute;
  top: 22px;
  right: 15px;
  display: none;
  z-index: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 1200px) {
    #nav-icon1 {
      display: block; } }
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ae2e47;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon1 span:nth-child(1) {
      top: 0px; }
    #nav-icon1 span:nth-child(2) {
      top: 12px; }
    #nav-icon1 span:nth-child(3) {
      top: 24px; }
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.cookieConsentContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4254a1;
  padding: 20px 0;
  z-index: 101;
  text-align: center; }

.cookieDesc p {
  color: #FFFFFF;
  margin-bottom: 20px; }

.cookieButton a {
  padding: 20px 80px; }

#footer {
  padding: 80px 0;
  background-color: #322b3a;
  position: relative; }
  #footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/footer-bcg.svg");
    background-repeat: no-repeat;
    width: 100%; }
    @media (max-width: 1024px) {
      #footer::after {
        background-position: center; } }

.footer-box {
  position: relative;
  z-index: 1; }
  @media (max-width: 1024px) {
    .footer-box {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-top: 25px; } }
  @media (max-width: 767px) {
    .footer-box {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .footer-box h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4254a1;
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .footer-box h5 {
        font-size: 20px; } }
  .footer-box a.button-blue {
    margin-top: 37px; }
  .footer-box li a {
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.65);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out; }
    .footer-box li a:hover {
      color: #4254a1; }

.social-links li {
  display: inline-block;
  margin-top: 37px; }

.button, .button-blue, .button-dark-blue {
  padding: 20px 40px;
  text-transform: uppercase;
  display: inline-flex;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  cursor: pointer; }
  .button-blue {
    background-color: #4254a1; }
    .button-blue:hover {
      background-color: #333333; }
  .button-dark-blue {
    background-color: #ae2e47; }
    .button-dark-blue:hover {
      background-color: #333333; }

.register-button {
  white-space: nowrap; }

/*========
Front page - hero section
=========*/
.front-page-hero-section {
  position: relative;
  border-bottom-right-radius: 200px;
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .front-page-hero-section::after {
    content: url("../img/hero-icon.svg");
    position: absolute;
    bottom: -70px;
    right: 20%; }

.hero-container {
  width: 60%;
  padding-top: 220px;
  display: block;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .hero-container {
      padding-top: 120px; } }
  @media (max-width: 1024px) {
    .hero-container {
      width: 80%; } }
  @media (max-width: 960px) {
    .hero-container {
      width: 100%; } }

.hero-content {
  color: #FFFFFF; }
  .hero-content h1 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .hero-content h1 {
        font-size: 50px; } }
  .hero-content span {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600; }
    @media (max-width: 767px) {
      .hero-content span {
        font-size: 21px; } }

.hero-date {
  background-color: rgba(0, 42, 108, 0.6);
  padding: 18px 45px 25px 23px;
  border-bottom-right-radius: 70px;
  width: 60%;
  margin-top: 34px; }
  @media (max-width: 767px) {
    .hero-date {
      width: 100%; } }
  .hero-date h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .hero-date h5 {
        font-size: 20px; } }
  .hero-date .hero-date-item {
    display: flex; }
    .hero-date .hero-date-item p {
      color: #FFFFFF; }
    .hero-date .hero-date-item img {
      width: 30px;
      height: 30px; }

/*========
Front page - about section
=========*/
.front-page-about-section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 767px) {
    .front-page-about-section {
      padding: 150px 0 0 0; } }
  .front-page-about-section::after {
    content: url("../img/front-about-bcg.svg");
    position: absolute;
    bottom: -30%;
    right: 0%; }

.front-page-about-image-box {
  height: 708px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .front-page-about-image-box {
      height: 500px; } }
  .front-page-about-image-box .about-image-1 {
    width: 450px;
    height: 575px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 300px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 960px) {
      .front-page-about-image-box .about-image-1 {
        width: 100%; } }
    @media (max-width: 767px) {
      .front-page-about-image-box .about-image-1 {
        padding: 100px 0 0 0;
        width: 250px;
        height: 375px; } }
  .front-page-about-image-box .about-image-2 {
    width: 370px;
    height: 280px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 960px) {
      .front-page-about-image-box .about-image-2 {
        width: 260px;
        height: 215px; } }
  .front-page-about-image-box .about-play-wrap {
    background-color: #9fa7cf;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 282px;
    height: 282px;
    border-radius: 50%;
    position: absolute;
    left: -130px;
    top: 120px; }
    @media (max-width: 767px) {
      .front-page-about-image-box .about-play-wrap {
        left: unset;
        right: -0px;
        top: -40px;
        width: 235px;
        height: 235px; } }
  .front-page-about-image-box .about-play {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #4254a1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3; }
    .front-page-about-image-box .about-play a {
      background: url("../img/play.svg") no-repeat center/cover;
      width: 30px;
      height: 35px;
      display: block;
      margin-left: 12px; }

.front-page-about-content {
  padding-top: 60px;
  position: relative;
  z-index: 1; }
  .front-page-about-content h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    color: #9fa7cf; }
    @media (max-width: 767px) {
      .front-page-about-content h5 {
        font-size: 20px; } }
  .front-page-about-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin: 25px 0; }
    @media (max-width: 767px) {
      .front-page-about-content h2 {
        font-size: 40px; } }
  .front-page-about-content p {
    margin-bottom: 40px; }
  .front-page-about-content a {
    padding: 20px 60px; }

/*========
Front page - section three
=========*/
.front-page-section-three {
  padding: 100px 0; }
  .front-page-section-three h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    color: #9fa7cf;
    text-align: center; }
    @media (max-width: 767px) {
      .front-page-section-three h5 {
        font-size: 20px; } }
  .front-page-section-three h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-top: 25px;
    text-align: center; }
    @media (max-width: 767px) {
      .front-page-section-three h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .front-page-section-three h2 {
        margin-top: 5px; } }

.section-three-box {
  margin-top: 90px;
  position: relative;
  z-index: 4; }
  @media (max-width: 960px) {
    .section-three-box .col-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 25px 0; } }
  @media (max-width: 767px) {
    .section-three-box {
      margin-top: 10px; }
      .section-three-box .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.section-three-item-content {
  padding: 35px 15px 35px 15px;
  border-bottom-right-radius: 70px;
  background: #FFFFFF; }
  @media (max-width: 960px) {
    .section-three-item-content {
      box-shadow: 0 3px 33px -16px rgba(0, 0, 0, 0.4); } }
  .section-three-item-content h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    color: #4254a1;
    text-align: left; }
    @media (max-width: 767px) {
      .section-three-item-content h5 {
        font-size: 20px; } }
  .section-three-item-content h3, .section-three-item-content h3 a {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #ae2e47;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out; }
    @media (max-width: 767px) {
      .section-three-item-content h3, .section-three-item-content h3 a {
        font-size: 27px; } }
    .section-three-item-content h3:hover, .section-three-item-content h3 a:hover {
      color: #9fa7cf; }

.section-three-item-image {
  height: 490px;
  border-top-left-radius: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .section-three-item-image {
      height: 350px; } }

/*========
Front page - section four
=========*/
@media (min-width: 1360px) {
  .container-speaker {
    max-width: 1300px; } }
@media (min-width: 1600px) {
  .container-speaker {
    max-width: 1560px; } }
.front-page-section-four {
  position: relative;
  z-index: 2;
  padding-bottom: 222px;
  padding-top: 463px;
  margin-top: -350px;
  border-bottom-right-radius: 250px;
  border-top-left-radius: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .front-page-section-four {
      padding-bottom: 130px; } }
  .front-page-section-four::before {
    content: url("../img/section-four-2.svg");
    position: absolute;
    top: 27%;
    left: 20%; }
    @media (max-width: 960px) {
      .front-page-section-four::before {
        top: 15%; } }
    @media (max-width: 767px) {
      .front-page-section-four::before {
        top: 12%;
        left: 9%; } }
  .front-page-section-four::after {
    content: url("../img/section-four-1.svg");
    position: absolute;
    bottom: -70px;
    right: 20%; }

.speakers-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 250px;
  border-top-left-radius: 250px;
  background-color: #4254a1;
  z-index: -1; }

.speakers-box h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 400;
  color: #9fa7cf;
  text-align: center; }
  @media (max-width: 767px) {
    .speakers-box h5 {
      font-size: 20px; } }
.speakers-box h2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 25px;
  text-align: center; }
  @media (max-width: 767px) {
    .speakers-box h2 {
      font-size: 40px; } }

.section-four-box {
  margin-top: 130px;
  margin-bottom: 95px; }
  @media (max-width: 1200px) {
    .section-four-box .col-3 {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      margin: 25px 0; } }
  @media (max-width: 1024px) {
    .section-four-box .col-3,
    .section-four-box .col-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 25px 0; } }
  @media (max-width: 767px) {
    .section-four-box {
      margin-top: 50px;
      margin-bottom: 50px; }
      .section-four-box .col-3, .section-four-box .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.section-four-item {
  position: relative;
  padding-bottom: 40px; }
  .section-four-item::after {
    content: " ";
    position: absolute;
    right: 15px;
    left: 0;
    top: 150px;
    bottom: 50px;
    background: #9fa7cf;
    border-bottom-right-radius: 100px; }

.section-four-item-image {
  width: 264px;
  height: 255px;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.section-four-item-content {
  position: relative;
  z-index: 1;
  padding: 50px 15px; }
  .section-four-item-content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .section-four-item-content h4 {
        font-size: 21px; } }
  .section-four-item-content p {
    color: #FFFFFF; }

.cta-button {
  text-align: center; }

/*========
Front page - section five
=========*/
.countdown {
  padding: 380px 0 160px 0;
  position: relative;
  border-bottom-right-radius: 250px;
  margin-top: -235px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .countdown::after {
    content: url("../img/count-icon.svg");
    position: absolute;
    bottom: -70px;
    left: 20%; }
  .countdown h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    color: #9fa7cf;
    text-align: center; }
    @media (max-width: 767px) {
      .countdown h5 {
        font-size: 20px; } }
  .countdown h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-top: 25px;
    text-align: center; }
    @media (max-width: 767px) {
      .countdown h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .countdown h2 {
        margin-top: 5px; } }

.countdown-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 250px;
  background-color: rgba(243, 243, 243, 0.85);
  z-index: -1; }

.countdown-box {
  margin-top: 94px;
  text-align: center; }
  @media (max-width: 767px) {
    .countdown-box {
      margin-top: 54px; } }
  .countdown-box h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .countdown-box h5 {
        font-size: 20px; } }
  .countdown-box p {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
    font-weight: 400; }
    @media (max-width: 767px) {
      .countdown-box p {
        font-size: 50px; } }

.countdown-box-item {
  padding: 60px 0;
  border-bottom-right-radius: 70px;
  border-top-left-radius: 70px;
  background: url("../img/count-bcg.svg") #4254a1 no-repeat center/cover; }
  @media (max-width: 960px) {
    .countdown-box-item {
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .countdown-box-item {
      margin: 25px; } }

/*========
Front page - section six
=========*/
.sponsors {
  position: relative;
  padding: 80px 0 80px 0;
  /*	@include mq('sm') {
          padding: 140px 0 80px 0;
      }*/ }
  .sponsors h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    color: #9fa7cf;
    text-align: center; }
    @media (max-width: 767px) {
      .sponsors h5 {
        font-size: 20px; } }
  .sponsors h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-top: 25px;
    text-align: center; }
    @media (max-width: 767px) {
      .sponsors h4 {
        font-size: 21px; } }
    @media (max-width: 767px) {
      .sponsors h4 {
        margin-top: 5px; } }

.sponsors-slider {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .sponsors-slider {
      margin-top: 25px; } }

.sponsors-item {
  height: 200px !important;
  width: 100%;
  display: block;
  margin: 0 30px;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*========
About us page - section one
=========*/
.about-page-bcg {
  background-color: #F7F7F7; }

.about-section-one {
  padding-top: 90px;
  position: relative; }
  .about-section-one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #F7F7F7;
    border-bottom-left-radius: 250px; }

.about-text-container {
  padding-top: 90px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .about-text-container {
      padding-top: 0; } }
  .about-text-container h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .about-text-container h2 {
        font-size: 40px; } }
  .about-text-container h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #333333;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .about-text-container h3 {
        font-size: 27px; } }
  .about-text-container p {
    padding-bottom: 30px; }

.about-image-container {
  height: 567px;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 100px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .about-image-container {
      height: 400px;
      margin-top: 25px;
      margin-bottom: 45px; } }

/*========
About us page - section two
=========*/
.about-section-two {
  position: relative;
  z-index: 2; }

.about-image-section-two {
  width: 370px;
  height: 280px;
  border-bottom-right-radius: 70px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 960px) {
    .about-image-section-two {
      width: 310px;
      height: 230px; } }
  @media (max-width: 767px) {
    .about-image-section-two {
      margin-top: 45px; } }

@media (max-width: 767px) {
  .about-image-box {
    order: 2; } }
.about-image-box .about-play-wrap {
  background-color: #9fa7cf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 282px;
  border-radius: 50%;
  position: absolute;
  left: -130px;
  top: -135px; }
  @media (max-width: 767px) {
    .about-image-box .about-play-wrap {
      left: 0px;
      top: 160px;
      width: 230px;
      height: 230px; } }
.about-image-box .about-play {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #4254a1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3; }
  .about-image-box .about-play a {
    background: url("../img/play.svg") no-repeat center/cover;
    width: 30px;
    height: 35px;
    display: block;
    margin-left: 12px; }

/*========
About us page - section three
=========*/
.about-section-three {
  position: relative;
  margin-top: 200px; }
  .about-section-three::after {
    content: " ";
    position: absolute;
    top: 0;
    width: 80%;
    height: 525px;
    background: #ae2e47;
    border-top-right-radius: 250px; }
    @media (max-width: 767px) {
      .about-section-three::after {
        width: 100%;
        border-top-right-radius: 200px; } }
  .about-section-three::before {
    content: "";
    background: url("../img/about-icon-5.svg") no-repeat;
    background-position: right;
    width: 100%;
    position: absolute;
    top: -60%;
    right: 0%;
    bottom: 0; }

.about-section-three-box {
  padding-top: 90px;
  position: relative;
  z-index: 1; }
  .about-section-three-box .col-4 {
    margin-bottom: 20px; }
  @media (max-width: 960px) {
    .about-section-three-box .col-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 25px 0; } }
  @media (max-width: 960px) {
    .about-section-three-box {
      padding-top: 15px; }
      .about-section-three-box .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .about-section-three-box h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    text-align: left;
    margin: 15px 0 10px 0; }
    @media (max-width: 767px) {
      .about-section-three-box h4 {
        font-size: 21px; } }
  .about-section-three-box h5 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: initial;
    letter-spacing: unset;
    color: #808386;
    text-align: left;
    margin-bottom: 30px; }

.about-section-three h2, .about-section-three p {
  color: #FFFFFF; }

.sponsors-part-icon {
  position: absolute;
  left: 20%;
  top: -70px;
  z-index: 1;
  width: 126px;
  height: 126px; }

.about-part-icon {
  position: absolute;
  left: 50%;
  top: -70px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 126px;
  height: 126px;
  border-radius: 50%; }

/*========
About us page - section four
=========*/
.about-section-four {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 960px) {
    .about-section-four .col-5 {
      order: 2; } }
  .about-section-four .about-four-image {
    height: 567px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 960px) {
      .about-section-four .about-four-image {
        height: 400px;
        margin-top: 45px; } }
  .about-section-four .col-6 {
    margin-left: auto;
    padding-top: 100px; }
    @media (max-width: 960px) {
      .about-section-four .col-6 {
        padding-top: 20px; } }
  .about-section-four .about-map {
    position: absolute;
    right: 0;
    top: -50px; }
    @media (max-width: 960px) {
      .about-section-four .about-map {
        top: -100px; } }

/*========
About us page - section five
=========*/
.about-section-five {
  position: relative;
  border-top-left-radius: 250px;
  padding-bottom: 90px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
  @media (max-width: 960px) {
    .about-section-five {
      border-top-left-radius: 155px;
      padding: 50px 0; } }
  .about-section-five::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 250px;
    background-color: rgba(249, 249, 249, 0.9); }
    @media (max-width: 960px) {
      .about-section-five::after {
        border-top-left-radius: 155px; } }

/*========
Programme page
=========*/
.programme-page-bcg {
  background-color: #F7F7F7; }

.programme-count-days {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 960px) {
    .programme-count-days {
      padding: 50px 0; } }
  .programme-count-days::after {
    content: "";
    background: url("../img/programm-icon.svg") no-repeat;
    background-position: right;
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 2%;
    right: 0%; }
    @media (max-width: 767px) {
      .programme-count-days::after {
        display: none; } }
  .programme-count-days ul.tabs {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1; }
    @media (max-width: 960px) {
      .programme-count-days ul.tabs {
        flex-direction: column; } }
    .programme-count-days ul.tabs li {
      background-color: #ae2e47;
      border-top-left-radius: 50px;
      border-bottom-right-radius: 50px;
      box-shadow: inset 0px 0px 0px 1px #ffffff;
      margin: 0 -25px; }
      @media (max-width: 960px) {
        .programme-count-days ul.tabs li {
          margin: 5px 0; } }
      .programme-count-days ul.tabs li.active {
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 3px 33px -16px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 3px 33px -16px rgba(0, 0, 0, 0.8);
        box-shadow: 0 3px 33px -16px rgba(0, 0, 0, 0.8); }
        .programme-count-days ul.tabs li.active a {
          color: #ae2e47; }
      .programme-count-days ul.tabs li a {
        text-transform: uppercase;
        text-align: center;
        color: #FFFFFF;
        font-size: 16px;
        display: block;
        font-family: "Poppins", sans-serif;
        padding: 25px 120px; }
        @media (max-width: 960px) {
          .programme-count-days ul.tabs li a {
            padding: 25px 80px; } }
  .programme-count-days #programme-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 72px;
    position: relative;
    z-index: 1; }

.content-items-wrapper {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 72px;
  position: relative;
  z-index: 1; }

.content-items {
  display: none; }
  .content-items.active {
    display: block; }
  .content-items .session-loop {
    position: relative;
    z-index: 2; }
  .content-items h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .content-items h2 {
        font-size: 40px; } }
  .content-items h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #4254a1;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .content-items h4 {
        font-size: 21px; } }
  .content-items p {
    margin-bottom: 40px; }
  .content-items a.button-tab {
    position: relative;
    background-image: url("../img/pdf.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 40px;
    padding-left: 80px; }

.programme-image {
  height: 100%;
  min-height: 400px;
  max-height: 567px;
  max-width: 444px;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .programme-image {
      height: 350px;
      border-top-left-radius: 250px; } }

.sesion-date {
  display: flex;
  margin-top: 39px; }
  .sesion-date .session-date-item {
    background-color: #ae2e47;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 25px;
    text-align: center;
    margin-left: 5px; }
    .sesion-date .session-date-item span {
      color: #FFFFFF;
      font-size: 22px;
      font-family: "Poppins", sans-serif; }
    .sesion-date .session-date-item p {
      font-size: 16px;
      color: #9fa7cf;
      margin-bottom: 0; }

/*========
Speakers page
=========*/
.speakers-page-bcg {
  background-color: #F7F7F7; }

.speakers-image {
  width: 264px;
  height: 255px;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  z-index: 1; }
  @media (max-width: 767px) {
    .speakers-image {
      margin-top: 40px; } }

.speakers-loop-text {
  padding-top: 30px;
  text-align: left; }
  .speakers-loop-text h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #ae2e47; }
    @media (max-width: 767px) {
      .speakers-loop-text h3 {
        font-size: 27px; } }
  .speakers-loop-text h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #95BBC8;
    margin: 8px 0 10px 0; }
    @media (max-width: 767px) {
      .speakers-loop-text h4 {
        font-size: 21px; } }
  .speakers-loop-text h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .speakers-loop-text h5 {
        font-size: 20px; } }

.pagination {
  text-align: center;
  padding: 90px 0; }
  .pagination ul li {
    position: relative;
    display: inline-block; }
    .pagination ul li a {
      text-transform: uppercase;
      text-align: center;
      color: #FFFFFF;
      background-color: #ae2e47;
      font-size: 16px;
      display: block;
      font-family: "Poppins", sans-serif;
      padding: 25px 50px;
      margin: 0 -3px; }
      @media (max-width: 767px) {
        .pagination ul li a {
          padding: 15px 25px; } }
      .pagination ul li a.active {
        background-color: #FFFFFF;
        color: #ae2e47;
        -webkit-box-shadow: 0 3px 33px -16px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 3px 33px -16px rgba(0, 0, 0, 0.8);
        box-shadow: 0 3px 33px -16px rgba(0, 0, 0, 0.8); }
      .pagination ul li a.first {
        border-top-left-radius: 45px; }
      .pagination ul li a.last {
        border-bottom-right-radius: 45px; }

/*========
Sponsors page - cover section
=========*/
.cover-section {
  position: relative;
  height: 317px;
  border-bottom-right-radius: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F7F7F7; }
  @media (max-width: 960px) {
    .cover-section {
      margin-top: 71px; } }
  @media (max-width: 767px) {
    .cover-section {
      height: 180px; } }
  .cover-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 84, 161, 0.5);
    border-bottom-right-radius: 250px; }
  .cover-section .cover-content {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1; }
    .cover-section .cover-content h1 {
      font-family: "Poppins", sans-serif;
      font-size: 60px;
      line-height: 1.2;
      font-weight: 600;
      color: #FFFFFF; }
      @media (max-width: 767px) {
        .cover-section .cover-content h1 {
          font-size: 50px; } }

/*========
Sponsors page - intro section
=========*/
.about-page {
  background-color: #F7F7F7; }

.about-page-intro {
  position: relative;
  padding: 90px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .about-page-intro {
      padding: 50px 0; } }
  .about-page-intro::after {
    content: url("../img/about-intro.svg");
    position: absolute;
    top: 0px;
    right: 0%;
    bottom: 0; }

.about-page-intro-content {
  margin: 0 auto;
  width: 65%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .about-page-intro-content {
      width: 100%; } }
  .about-page-intro-content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #4254a1;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .about-page-intro-content h4 {
        font-size: 21px; } }

.about-sponsors {
  background-color: #FFFFFF; }
  .about-sponsors h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    color: #ae2e47; }
    @media (max-width: 767px) {
      .about-sponsors h3 {
        font-size: 27px; } }

.sponsors-box-1 {
  padding: 90px 0;
  border-top-left-radius: 250px; }
  @media (max-width: 767px) {
    .sponsors-box-1 {
      padding: 90px 0 50px 0; } }

.about-sponsors-items {
  margin-top: 50px; }

.about-sponsors-images {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  margin: 0 15px; }
  @media (max-width: 960px) {
    .about-sponsors-images {
      height: 240px; } }
  @media (max-width: 767px) {
    .about-sponsors-images {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      height: 160px; } }

.sponsors-box-2 {
  background-color: #F7F7F7;
  padding: 90px 0;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px; }
  @media (max-width: 960px) {
    .sponsors-box-2 .col-3 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 767px) {
    .sponsors-box-2 .col-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      height: 160px; } }

.sponsors-box-3 {
  padding: 90px 0; }
  @media (max-width: 960px) {
    .sponsors-box-3 .col-2 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }

/*========
Become sponsors section
=========*/
.sponsors-part {
  position: relative;
  padding: 117px 0;
  background-color: #F7F7F7;
  border-top-right-radius: 250px; }
  @media (max-width: 960px) {
    .sponsors-part .col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 35px; }
    .sponsors-part .col-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .sponsors-part {
      padding: 117px 0 50px 0; }
      .sponsors-part .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .sponsors-part::after {
    content: "";
    background: url("../img/sponsors-part.svg") no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .sponsors-part .col-6 {
    display: flex;
    align-items: center; }

.sponsors-part-icon {
  position: absolute;
  left: 20%;
  top: -70px;
  z-index: 1;
  width: 126px;
  height: 126px;
  border-radius: 50%; }

.sponsors-part-content, .sponsors-part-card {
  position: relative;
  z-index: 1; }
  .sponsors-part-content h2, .sponsors-part-card h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .sponsors-part-content h2, .sponsors-part-card h2 {
        font-size: 40px; } }

.sponsors-part-card {
  text-align: center;
  width: 100%;
  max-width: 260px; }
  @media (max-width: 767px) {
    .sponsors-part-card {
      margin: 20px auto; } }
  .sponsors-part-card .sponsors-part-img {
    height: 266px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .sponsors-part-card h5 {
    font-size: 20px;
    line-height: 42px;
    color: #333333;
    font-family: "Poppins", sans-serif;
    margin-top: 30px; }
  .sponsors-part-card p {
    margin-bottom: 35px; }

/*========
Social parts section
=========*/
.social-part {
  position: relative;
  padding: 95px 0;
  border-top-left-radius: 250px;
  background-color: #FFFFFF; }

.social-part-content {
  text-align: center;
  width: 65%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .social-part-content {
      width: 100%; } }
  .social-part-content h4 {
    color: #4254a1;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .social-part-content h4 {
        font-size: 21px; } }
  .social-part-content p {
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .social-part-content p {
        margin-bottom: 0px; } }

.media-page {
  background-color: #F7F7F7; }

.media-page-intro {
  position: relative;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .media-page-intro {
      padding: 50px 0; } }
  .media-page-intro::after {
    content: "";
    background: url("../img/media-intro.svg") no-repeat;
    background-position: right;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0%;
    bottom: 0; }

.media-page-intro-content {
  position: relative;
  z-index: 1; }
  .media-page-intro-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-bottom: 23px;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .media-page-intro-content h2 {
        font-size: 40px; } }
  .media-page-intro-content .col-5 {
    margin-left: auto; }

.media-page-intro-image {
  height: 336px;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .media-page-intro-image {
      margin-top: 40px; } }

.session-loop-content:nth-child(odd) {
  padding: 100px 0;
  border-top-left-radius: 250px;
  border-bottom-right-radius: 250px;
  background-color: #FFFFFF; }

.session-loop-content:nth-child(even) {
  background-color: #F7F7F7;
  padding: 100px 0; }
  .session-loop-content:nth-child(even) .col-reverse {
    order: 2; }
  .session-loop-content:nth-child(even) .session-image, .session-loop-content:nth-child(even) .programme-image {
    margin-left: auto; }

.session-image {
  height: 400px;
  max-width: 444px;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media (max-width: 767px) {
  .col-reverse {
    order: 2;
    margin-top: 40px; } }

.session-loop-text {
  padding-top: 30px;
  text-align: left; }
  .session-loop-text h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #ae2e47; }
    @media (max-width: 767px) {
      .session-loop-text h3 {
        font-size: 27px; } }
  .session-loop-text h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #95BBC8;
    margin: 16px 0; }
    @media (max-width: 767px) {
      .session-loop-text h4 {
        font-size: 21px; } }
    .session-loop-text h4:last-child {
      margin: 16px 0 39px 0; }
      @media (max-width: 767px) {
        .session-loop-text h4:last-child {
          margin: 16px 0 20px 0; } }

/*========
Contact page - countdown
=========*/
.countdown-page {
  padding: 150px 0 250px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .countdown-page {
      padding: 50px 0 120px 0; } }
  .countdown-page::after {
    content: "";
    background: url("../img/countdown-icon.svg") no-repeat;
    background-position: right;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0%;
    bottom: 0;
    z-index: -1; }
  .countdown-page h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #9fa7cf;
    text-align: center; }
    @media (max-width: 767px) {
      .countdown-page h4 {
        font-size: 21px; } }
  .countdown-page h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-top: 25px;
    text-align: center; }
    @media (max-width: 767px) {
      .countdown-page h2 {
        font-size: 40px; } }
  .countdown-page .countdown-box {
    position: relative;
    z-index: 1; }

.contact-page-intro-wrapper {
  background-color: #F7F7F7; }

.contact-page-intro {
  position: relative;
  padding: 100px 0;
  background-color: #FFFFFF; }
  @media (max-width: 767px) {
    .contact-page-intro {
      padding: 0 0 100px 0; } }
  .contact-page-intro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #F7F7F7;
    border-bottom-left-radius: 250px; }

.contact-page-img {
  height: 567px;
  border-top-left-radius: 300px;
  border-bottom-right-radius: 100px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: auto; }
  @media (max-width: 767px) {
    .contact-page-img {
      padding-bottom: 50px;
      height: 400px; } }

.contact-page-content {
  padding-top: 50px;
  z-index: 1; }
  @media (max-width: 767px) {
    .contact-page-content {
      padding-bottom: 50px; } }
  .contact-page-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      .contact-page-content h2 {
        font-size: 40px; } }

#find-us {
  height: 379px;
  width: 80%;
  border-top-right-radius: 250px; }
  @media (max-width: 767px) {
    #find-us {
      width: 100%; } }

.simple-page {
  position: relative;
  padding: 70px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .simple-page {
      padding: 50px 0; } }

.simple-page .about-page-intro-content {
  margin: 0 auto;
  width: 65%;
  display: block;
  text-align: left;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .simple-page .about-page-intro-content {
      width: 100%; } }
  .simple-page .about-page-intro-content h1 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .simple-page .about-page-intro-content h1 {
        font-size: 50px; } }
  .simple-page .about-page-intro-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #ae2e47;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .simple-page .about-page-intro-content h2 {
        font-size: 40px; } }
  .simple-page .about-page-intro-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #4254a1;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .simple-page .about-page-intro-content h3 {
        font-size: 27px; } }
  .simple-page .about-page-intro-content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #4254a1;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .simple-page .about-page-intro-content h4 {
        font-size: 21px; } }
  .simple-page .about-page-intro-content p {
    margin-bottom: 40px; }
  .simple-page .about-page-intro-content ul li {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #808386;
    list-style-type: disc; }

/*# sourceMappingURL=style.css.map */
