<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global */
@import url("../fonts/FFShamelFamily/font.css");

html,
body {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  font-family: "FFShamelFamily" !important;
}

body h3 {
  font-family: "FFShamelFamily Bold";
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #b89635;
  font-weight: 700;
  text-decoration: none;
}

.separator {
  width: 90%;
  height: 2px;
  background-color: rgba(58, 57, 57, 1);
}

.btn-primary {
  padding: 5px 32px 0px 32px;
  font-family: "FFShamelFamily Bold", sans-serif !important;
  background-color: rgba(69, 179, 142, 1) !important;
  border: 1px solid rgba(69, 179, 142, 1);
  border-radius: 8px;
  text-align: center !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 30.4px;
  color: #fff !important;
}

.register button:hover,
.btn-primary:hover {
  cursor: pointer;
  background-color: #432460 !important;
  border: 1px solid #432460 !important;
}

.register button:hover,
.btn-primary:active {
  background-color: #432460 !important;
  border: 1px solid #432460 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 127, 43, 0.5);
}

.btn-previous {
  color: #b89635;
  font-family: "FFShamelFamily Bold" !important;
  outline: none !important;
  font-size: 18px;
}

.divider {
  border-top: 1px solid #e7e7e7;
}

.danger-text {
  color: #ff4848;
}

/* start loader */
.pace {
  pointer-events: none;
  user-select: none;
  z-index: 99999;
  position: fixed;
  margin: auto;
  top: 195px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  border: 0px;
  height: 5px;
  overflow: hidden;
  background: #222;
}

.pace .pace-progress {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  max-width: 250px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #432460;
}

.pace.pace-inactive {
  display: none;
}

#preloader {
  width: 100%;
  height: 100vh;
  background: #171717;
  overflow: hidden;
  position: fixed;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 9999;
}

@media (max-width: 991px) {
  #preloader {
    height: 100%;
    position: fixed;
  }
}

.p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
}

.p img {
  width: 130px;
}

/* header */
header {
  top: 0;
  position: absolute;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 115px;
  color: #ffffff;
}

@media screen and (max-width: 1400px) {
  .header {
    padding: 15px 70px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 15px 20px;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.mobile-logo {
  display: none;
}

.header-start img,
.header-end img {
  width: 140px;
}

.header-start {
  display: flex;
}

#NavBar {
  z-index: 200;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.header-middle {
  background: url("../images/bg-header.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 116px;
  top: 0;
  margin-top: -32px;
  transition: 0.5s ease-in-out;
  display: flex;
}

.header-middle ul {
  list-style: none;
  padding: 0px 47px;
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 0px;
}

.header-middle ul li {
  color: #ffffff;
  display: inline;
  cursor: pointer;
}

.header-middle ul li:hover {
  color: #b89635 !important;
}

.header-middle ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .header-end button,
  .header-start ul li a {
    font-size: 0.825rem !important;
  }

  .header-end button,
  .header-middle ul li a {
    font-size: 0.75rem !important;
  }

  .header-end button {
    padding: 17px 23px;
  }
}

@media screen and (max-width: 1200px) {
  .header-start img,
  .header-end img {
    width: 95px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    padding: 15px 35px;
  }

  .header-middle {
    margin-top: -35px;
  }

  .header-end button,
  .header-middle ul li a {
    font-size: 0.55rem !important;
  }

  .header-start img,
  .header-end img {
    width: 85px;
  }
}

.header-middle ul li a:hover {
  color: #45b38e !important;
}

.header-middle ul .active {
  font-family: "FFShamelFamily Bold";
}

.sticky .active {
  color: #ffffff !important;
}

.header-end button {
  padding: 17px 33px;
  border-radius: 35px;
  background-color: #b89635;
  color: #ffffff;
  border: 1px solid #1d1f221a;
  cursor: pointer;
  font-size: 1rem;
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 38px;
  padding: 0.25rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: url("../images/icons/hamburger.png");
  background-repeat: no-repeat;
  background-position: center;
}

.menu-toggle .line {
  width: 30px;
  height: 2px;
  background-color: #ddd;
  margin: 6px 0px;
}

.sticky {
  background-color: #2e1744 !important;
}

.sticky .header-middle {
  margin-top: 0px;
  background: none;
}

@media screen and (max-width: 768px) {
  .header-start img,
  .header-end {
    display: none;
  }

  .header-start ul {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 108px;
    left: 50%;
    background-color: #fff;
    width: 100%;
    padding: 0px;
    z-index: 2;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    align-items: start;
    transform: translate(-50%, 0%);
    width: calc(100% - 40px);
  }

  .header-middle ul {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 108px;
    left: 50%;
    background-color: #fff;
    width: 100%;
    padding: 0px;
    z-index: 2;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    align-items: start;
    transform: translate(-50%, 0%);
    width: calc(100% - 40px);
  }

  .sticky {
    background-color: #313131bd !important;
  }

  .sticky .header-middle ul {
    top: 82px;
  }

  .show ul {
    height: 509px;
  }

  .header-middle ul li {
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: start;
    padding: 1.2rem 2.5rem !important;
  }

  .header-middle ul li a {
    color: #141414;
    font-size: 14px !important;
  }

  .header-middle ul li:last-child {
    border-bottom: none;
  }
  .menu-toggle,
  .mobile-logo {
    display: block;
    cursor: pointer;
  }

  .mobile-logo img {
    width: 120px;
    height: 100%;
  }
}

/* hero */
.hero-section {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  text-align: center;
  /* background: url("../images/bg-hero.png"); */
}
.hero-section.hero-section-internal {
  background: url("../images/bg-hero.png");
}
.video-background-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    180.91deg,
    rgba(0, 0, 0, 0.51) 30.5%,
    rgba(102, 102, 102, 0) 107.2%
  );
}

.video-background {
  min-height: 100%;
}

@media screen and (min-width: 1600px) {
  .video-background {
    min-width: 100%;
  }
}
.hero-section.hero-section-internal.hero-award {
  background: url("../images/waii-award/award-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.centered-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.centered-text .time-and-location {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  row-gap: 7px;
  border: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 15px;
  border-radius: 9px;
}

@media screen and (max-width: 768px) {
  .centered-text {
    top: 55%;
  }

  .centered-text .time-and-location {
    flex-direction: column;
  }
}

.centered-text .time-and-location .group {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.centered-text .time-and-location .group .icon img {
  width: 18px;
}

@media screen and (max-width: 768px) {
  .centered-text .time-and-location .group .icon img {
    width: 24px;
  }
}

.centered-text .time-and-location .group .text {
  margin-top: 9px;
}

.centered-text .time-and-location .group .text h2 {
  font-size: 18px;
  margin: 0px;
}

.centered-text .head-line {
  margin-top: 20px;
  font-family: "FFShamelFamily Bold", sans-serif;
  padding: 0px 16px;
}

.centered-text .head-line h1 {
  font-size: 64px;
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .centered-text .head-line h1 {
    font-size: 32px;
  }
}

.centered-text .count-down {
  margin-top: 32px;
  padding: 25px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
}

.centered-text .count-down .group {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  column-gap: 10px;
  background-color: rgba(250, 250, 250, 0.1);
  padding: 12px 28px;
  border-radius: 12px;
  font-family: "FFShamelFamily Bold", sans-serif;
}

.centered-text .count-down .group .number {
  font-size: 34.62px;
}

.centered-text .count-down .group .unit {
  font-size: 8.95px;
}

@media screen and (max-width: 768px) {
  .centered-text .count-down .group {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .centered-text .count-down .group {
    padding: 9px 20px;
  }
  .centered-text .count-down .group .number {
    font-size: 24.62px;
  }
}

.register button {
  margin-top: 32px;
  font-family: "FFShamelFamily", sans-serif;
  padding: 12px 40px 10px;
  border-radius: 8px;
  background-color: #45b38e;
  color: #ffffff;
  border: 1px solid #45b38e;
  cursor: pointer;
  font-size: 16px;
}

/* about */

/* footer */
footer {
  background: rgba(69, 179, 142, 1);
  background-image: url("../images/footer/footer-bg.png");
  padding: 64px 70px;
}

.footer-item.active a {
  font-family: "FFShamelFamily Bold";
  color: var(--color-gold);
}

.footer-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-row {
  width: 50%;
}

.footer-row .footer-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
}

.footer-icons-text p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 1) !important;
}

.footer-icons img {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .footer-row {
    width: 100%;
  }

  .footer-list {
    display: flex;
    flex-direction: column !important;
    margin: 0 0 3rem;
    padding: 0%;
    gap: 10px;
  }

  .footer-bottom-row {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .footer-bottom-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.last-versions {
  font-family: "FFShamelFamily Bold" !important;
  position: fixed;
  z-index: 200;
  bottom: 120px;
  left: 20px;
  background: white !important;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.last-versions .last-versions-flex {
  color: #432460 !important;
  column-gap: 12px;
}

.last-versions .last-versions-flex a {
  color: #432460 !important;
}

@media (max-width: 992px) {
  .last-versions {
    display: none;
  }
}

#preloader .p img {
  width: 200px;
}
</pre></body></html>