:root {
  --secondary-blue: #e6eff5;
  --main-blue: #004f79;
  --main-orange: #f6921e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tthoves, sans-serif;
  font-size: 7em;
  font-weight: 900;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tthoves, sans-serif;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tthoves, sans-serif;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tthoves, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tthoves, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-family: Tthoves, sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.main-title {
  font-size: 3.125em;
  line-height: 1.1;
}

.main-title2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.22222;
}

.p2 {
  color: #fff7f7;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.4;
}

.button {
  width: 100%;
  height: 100%;
  color: #fff7f7;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.22222;
  display: flex;
}

.button:hover {
  color: #000;
}

.hero-section {
  height: 100vh;
  background-color: #e6eff5;
  padding-top: 40px;
}

.hero-wrapper {
  position: relative;
}

.hero-title-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.welcome-wrapper {
  width: 25em;
  height: 3em;
  background-color: #004f79;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.hero-title-welcome {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.hero-title {
  color: #f6921e;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 6.6em;
}

.body {
  color: #004f79;
  text-align: center;
}

.hero-mascot-wrapper {
  width: 80%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 90px;
}

.hero-mascot {
  z-index: 1;
  position: relative;
}

.door-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.door-left {
  width: 50%;
  min-height: 90vh;
  background-color: var(--secondary-blue);
  padding-left: 20px;
  position: relative;
}

.door-right {
  width: 50%;
  background-color: var(--secondary-blue);
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.left-area {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.right-area {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-content-wrapper {
  z-index: 1;
  width: 60%;
  height: 60%;
  padding-top: 140px;
  position: relative;
}

.left-title {
  color: #000;
  text-align: left;
  font-weight: 700;
}

.left-title._01 {
  color: var(--main-orange);
}

.left-paragraph {
  text-align: left;
  padding-top: 10px;
}

.left-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.left-button {
  background-color: var(--main-orange);
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Tthoves, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.right-content-wrapper {
  z-index: 1;
  width: 63%;
  height: 60%;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.right-title {
  color: #fff;
  text-align: right;
  font-weight: 700;
}

.right-title._01 {
  color: #318fcd;
}

.right-paragraph {
  color: #fff;
  text-align: right;
  padding-top: 10px;
}

.right-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.right-button {
  width: 150px;
  background-color: #30acb7;
  border-radius: 30px;
  font-family: Tthoves, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.flagship-title-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.flagship-title02 {
  color: var(--main-orange);
}

.event-wrapper {
  padding: 20px 20px 40px;
}

.event-grid {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.heading {
  font-weight: 700;
}

.event-grid-02 {
  grid-column-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.event-button {
  width: 10.44em;
  background-color: var(--main-orange);
  border-radius: 30px;
  margin-top: 60px;
  font-family: Tthoves, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.event-button.coming-soon {
  color: #f7f7f7;
  background-color: #908a83;
}

.container {
  width: 90%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-section {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.about-title-01 {
  color: var(--main-orange);
  margin-bottom: 10px;
}

.about-paragraph {
  width: 80%;
  color: var(--main-orange);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 53px;
  padding-right: 53px;
}

.about-content {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.about-title-02 {
  font-weight: 700;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.image-4 {
  border-radius: 10px;
}

.lightbox-link {
  position: absolute;
}

.join-section {
  height: 300px;
  background-color: var(--main-orange);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.join-title {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.join-button {
  width: 150px;
  background-color: var(--main-blue);
  text-align: center;
  border-radius: 10px;
  font-family: Tthoves, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.footer {
  background-color: var(--main-blue);
}

.image-5 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.socialmedia-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-menu-col {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.footer-title {
  color: var(--main-orange);
  font-family: Tthoves, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.footer-text {
  color: #fff;
  text-align: left;
  padding-top: 2px;
  font-family: Tthoves, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  font-family: Tthoves, sans-serif;
  text-decoration: none;
}

.footer-linkblock {
  padding-left: 5px;
  padding-right: 5px;
}

.copyright {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Tthoves, sans-serif;
  font-size: 14px;
}

.menu-link {
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.menu-text {
  color: var(--main-blue);
  font-family: Tthoves, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.navbar-wrapper {
  background-color: var(--secondary-blue);
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.door-cover, .door-cover-right {
  display: none;
}

.paragraph {
  font-size: 1.6em;
}

.cloud-02 {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -22%;
  right: 0%;
}

.cloud-01 {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.company-hero-section {
  height: 100vh;
  background-color: var(--secondary-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.company-hero-content {
  width: 40%;
  padding-left: 50px;
  padding-right: 50px;
}

.company-hero-title {
  color: var(--main-blue);
}

.company-hero-title.orange {
  color: var(--main-orange);
  margin-top: 10px;
}

.company-hero-paragraph {
  color: var(--main-blue);
  margin-top: 20px;
}

.button-2 {
  width: 150px;
  background-color: var(--main-orange);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.company-hero-img {
  margin-top: 130px;
  margin-right: -53px;
}

.facts-wrapper {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.facts {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-3 {
  color: #999;
  font-family: Tthoves, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.facts-title {
  color: var(--main-orange);
}

.industrial-youth-wrapper {
  padding: 10px 0 27px;
  position: relative;
}

.industrial-youth-column {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span, .text-span-2 {
  color: var(--main-orange);
}

.paragraph-3 {
  margin-left: -20px;
  padding-top: 10px;
  padding-right: 40px;
  line-height: 24px;
}

.col01 {
  padding-left: 40px;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--main-orange);
}

.how-section {
  background-color: #fff;
}

.how-wrapper {
  flex-direction: column;
  align-items: center;
  margin-left: 41px;
  margin-right: 41px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.how-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.how-title {
  color: var(--main-blue);
  margin-bottom: 0;
  font-weight: 700;
}

.how-para {
  color: var(--main-orange);
  font-size: 18px;
  font-weight: 500;
}

.how-case-wrapper {
  padding-top: 33px;
  padding-bottom: 33px;
}

.how-case {
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-case-img {
  width: 45%;
}

.how-case-content {
  width: 40%;
  padding-left: 20px;
  padding-right: 60px;
}

.how-case-para {
  width: 90%;
  padding-top: 10px;
  font-weight: 400;
}

.client-section {
  margin-bottom: 100px;
}

.client-box {
  width: 80%;
  background-color: var(--secondary-blue);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.client-grid {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 28px 50px 50px;
}

.heading-2 {
  color: var(--main-blue);
  text-align: center;
  font-size: 1.7em;
}

.heading-3 {
  margin-left: -20px;
  font-size: 1.7em;
}

.image-6, .image-7, .image-8 {
  border-radius: 20px;
}

.video {
  width: 500px;
  height: 300px;
  display: none;
}

.footer-button {
  background-color: var(--secondary-blue);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 5px 25px;
  display: flex;
}

.text-block-4 {
  padding-left: 5px;
  font-family: Tthoves, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.how-listing-title-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.lsting {
  background-color: var(--main-orange);
  color: #fff;
  border-radius: 100%;
  padding: 10px 15px;
}

.text-block-5 {
  font-family: Tthoves, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-4 {
  margin-left: 5px;
  font-size: 1.3em;
}

.how-case-title {
  font-size: 2.5em;
  line-height: 1em;
}

.div-block-2 {
  width: 50px;
  height: 3px;
  background-color: var(--main-orange);
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-3-copy {
  text-align: right;
  margin-right: -20px;
  font-size: 1.7em;
}

.paragraph-3-copy {
  text-align: right;
  margin-right: -20px;
  padding-top: 10px;
  line-height: 24px;
}

.who-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.who-title {
  color: var(--main-blue);
  margin-bottom: 0;
  font-weight: 700;
}

.portfolio-wrapper {
  flex-direction: column;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  border-radius: 15px;
}

.portfolio-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.7em;
}

.image-11 {
  display: none;
}

.who-para {
  color: var(--main-orange);
  font-size: 18px;
  font-weight: 500;
}

.navbar-2 {
  background-color: var(--secondary-blue);
  justify-content: center;
  align-items: center;
  padding-left: 106px;
  padding-right: 106px;
}

.brand {
  padding: 20px;
}

.nav-link {
  color: var(--main-blue);
  font-family: Tthoves, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-12 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  display: none;
}

.link-block-4 {
  color: #494a4a;
  text-decoration: none;
}

.nav-menu-2 {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navbar_mobile {
  display: none;
}

.footer-2 {
  z-index: auto;
  background-image: none;
  background-position: 50%;
  background-size: auto;
  border-top: 1px solid #fff;
  position: relative;
  bottom: auto;
}

.image-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 24%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-column-gap: 19px;
  grid-template: "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.div-block-85 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-22 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 15px;
}

.div-block-12 {
  width: 100px;
  height: 100%;
}

.grid-13 {
  grid-column-gap: 61px;
  grid-row-gap: 49px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-86 {
  height: 80vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  width: 500px;
  padding: 0 30px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
}

.text-block {
  color: #fff;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-5-copy {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 800;
}

.image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 16%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-9 {
  max-width: 300px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-16 {
  color: #dcdcdc;
}

.image-23 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.relative {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hamburger_wrapper {
  display: none;
}

.tab-link-tab-1 {
  color: #dcdcdc;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  background-color: rgba(196, 49, 49, 0);
  border-bottom: 1px solid #6698b1;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.image-19 {
  position: absolute;
  top: -3%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.button-hero {
  z-index: 10;
  width: 150px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
  position: relative;
}

.button-hero:hover {
  color: #000;
  background-image: linear-gradient(102deg, #551b67, #e49681 45%, #c83324);
}

.button-hero.hide {
  display: none;
}

.image-24 {
  margin-bottom: 60px;
}

.div-block-47 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-pane-tab-4 {
  text-align: center;
}

.tabs-content-2 {
  height: auto;
  margin-top: 50px;
}

.image-25 {
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.image-26 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card_01_content {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3 {
  width: 90%;
  height: 100%;
  max-width: 1200px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  position: relative;
}

.tab-link-tab-4 {
  background-color: #030000;
  font-size: 20px;
  line-height: 24px;
}

.tab-link-tab-4.w--current {
  color: #dcdcdc;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: content-box;
  border-bottom: 1px solid #6698b1;
  border-left: 1px #b8a080;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-4 {
  background-color: #000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.menu-2 {
  text-decoration: none;
}

.grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr .5fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: end;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 300;
}

.text-block-8 {
  color: #fff;
  padding-bottom: 25px;
  font-size: 35px;
  font-weight: 300;
  line-height: 22px;
}

.image-2 {
  z-index: 2;
  position: relative;
}

.how-you-can-involved {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.button-3 {
  width: 150px;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
}

.div-block-39 {
  display: inline-block;
}

.div-block-5 {
  height: 400px;
  background-color: #000;
  padding-top: 100px;
}

.menu-wrapper {
  display: none;
}

.image-20 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 11%;
  right: 0%;
}

.jury-highlight {
  margin-top: 100px;
}

.heading-8 {
  color: #fff;
  margin-bottom: 80px;
  font-size: 35px;
  font-weight: 800;
  line-height: 32px;
}

.jury_content {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu-2 {
  text-align: center;
  display: block;
}

.tabs-menu-2.pwtabs {
  margin-bottom: 50px;
  display: block;
}

.card_01_wrap {
  max-height: 400px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  z-index: 2;
  color: #fff;
  font-size: 33px;
  line-height: 32px;
  position: relative;
}

.text-block-18 {
  color: #dcdcdc;
  text-decoration: none;
}

.image-42 {
  display: none;
}

.div-block-10 {
  height: 100%;
  background-image: none;
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 111px;
  padding-bottom: 50px;
  display: flex;
}

.image-43 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-6 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
}

.div-block-20 {
  margin-top: 220px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 40px;
}

.ma02-text {
  max-width: 600px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.page-content {
  height: auto;
  background-color: #000;
  flex-direction: column;
  display: block;
}

.page-content.finale {
  background-color: rgba(0, 0, 0, 0);
}

.menu-1 {
  align-items: center;
  display: flex;
}

.text-block-57 {
  color: #dcdcdc;
  font-size: 20px;
  line-height: 24px;
}

.margin-center-box {
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.image-44 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-49 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-7 {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.hamburger-line-copy {
  width: 70%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-4 {
  width: 200px;
  height: 58px;
  color: #030000;
  text-align: center;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(117deg, #b561ac, #bf75a2 28%, #dd8881 62%, #f99463 82%, #fb7d5f 93%);
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 19.5px;
  padding-bottom: 19.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.85px;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: visible;
}

.heading-5 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 800;
}

.grid-4 {
  grid-column-gap: 46px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero {
  height: auto;
}

.image-21 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hamburger-line {
  width: 70%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block-58 {
  max-width: 620px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.link.w--current {
  display: inline;
}

.link.hide {
  display: inline-block;
}

.link.secondary {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

.div-block-51 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tabs-5 {
  height: auto;
  flex-direction: column;
  align-items: center;
  display: block;
}

.image-2-mobile {
  z-index: 2;
  display: none;
  position: relative;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  position: static;
}

.div-block-50 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-11 {
  color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.text-block-59 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.navlink {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.tab-link-tab-2 {
  color: #dcdcdc;
  background-color: #030000;
  border-left: 1px #b8a080;
  font-size: 20px;
  line-height: 24px;
}

.tab-link-tab-2.w--current {
  background-color: #030000;
  border-bottom: 1px solid #6698b1;
  font-weight: 700;
  text-decoration: none;
}

.image-46 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-14 {
  max-width: 650px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.menu-3 {
  text-decoration: none;
}

.column {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-99 {
  height: 685px;
  max-height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-5 {
  grid-column-gap: 11px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 50px;
  display: flex;
}

.jury-panel {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-46 {
  margin-top: 20px;
}

.margin-30px {
  margin-top: 30px;
}

.padding-20px {
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-3 {
  height: 90px;
  background-color: #000;
  flex-direction: row;
  display: block;
}

.link-2 {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
}

.link-block-5 {
  align-items: center;
  display: flex;
}

.div-block-8 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.tab-link-tab-5-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-5-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #6698b1;
  font-weight: 700;
}

.section-2 {
  background-color: #000;
}

.section-2._6 {
  height: auto;
  margin-bottom: 100px;
  position: relative;
}

.section-2._4 {
  position: relative;
}

.section-2._3 {
  height: auto;
  position: relative;
}

.section-2._5, .section-2._1 {
  position: relative;
}

.tab-pane-tab-1 {
  height: auto;
}

.div-block-16 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
}

.div-block-18 {
  order: 1;
  padding: 50px;
}

.tab-link-tab-3 {
  color: #dcdcdc;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px #b8a080;
  border-right: 1px #b8a080;
  font-size: 20px;
  line-height: 24px;
}

.tab-link-tab-3.w--current {
  background-color: #000;
  border-bottom: 1px solid #6698b1;
  border-right: 1px #b8a080;
  font-weight: 700;
}

.div-block-45 {
  width: auto;
  object-fit: fill;
  background-color: #fff;
  margin-top: 100px;
  margin-left: -50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 0;
}

.partners_logo {
  margin-top: 0;
  margin-bottom: 20px;
}

.partners_logo.hide {
  display: none;
}

.div-block-100 {
  display: inline-block;
}

.button-5 {
  width: 200px;
  height: 58px;
  color: #030000;
  text-align: center;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(117deg, #b561ac, #bf75a2 28%, #dd8881 62%, #f99463 82%, #fb7d5f 93%);
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 19.5px;
  padding-bottom: 19.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.85px;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: visible;
}

.heading-12 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 800;
}

.text-block-60 {
  color: #fff;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.menu-4 {
  text-decoration: none;
}

.grid-15 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr .5fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: end;
  align-items: center;
  justify-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.link-3 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.link-3.w--current {
  display: inline;
}

.link-3.hide {
  display: none;
}

.link-3.secondary {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

.menu-5 {
  text-decoration: none;
}

.div-block-101 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial_section {
  margin-top: 40px;
  position: relative;
}

.dropdown {
  width: 100%;
  background-color: #fff;
}

.image-47 {
  z-index: -1;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.sales_section {
  display: none;
}

.more-activities-text {
  font-size: 17px;
}

._50-80px-margin {
  padding-top: 50px;
  padding-bottom: 80px;
}

.finale_about_section {
  position: relative;
}

.testimonial-_title {
  text-align: center;
  margin-bottom: 60px;
}

.jury_description {
  width: 78%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Codec Pro News, sans-serif;
  line-height: 32px;
}

.jury_video {
  display: block;
}

.highlight_title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-family: Codec Pro, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.image-51 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -21%;
  left: 0%;
  right: 0%;
}

.image-58 {
  height: 500px;
}

.poster_button {
  width: 426px;
  height: 44px;
  color: #030000;
  text-align: center;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(117deg, #b561ac, #bf75a2 28%, #dd8881 62%, #f99463 82%, #fb7d5f 93%);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.85px;
  text-decoration: none;
  display: none;
  position: static;
  overflow: visible;
}

.highlight_section {
  background-color: #000;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.ticket_section {
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.jury_wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5px;
}

.sales_button {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph-11 {
  text-align: left;
  font-family: Codec Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.image-59 {
  z-index: -1;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.finale_hero_section {
  height: auto;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-span-29 {
  font-weight: 700;
}

.text-block-64 {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
}

.highlight_wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}

.heading-21 {
  color: #fff;
  text-align: center;
  font-family: Codec Pro, sans-serif;
  font-size: 40px;
}

.highlight_video {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.dropdown-list {
  width: 0;
  background-color: #fff;
  position: relative;
}

.sales_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.text-span-28 {
  font-family: Codec Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.text-span-30 {
  font-weight: 700;
}

.image-56 {
  padding-bottom: 10px;
}

.poster_content_wrapper {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.container-4 {
  z-index: 2;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  position: relative;
}

.container-4.highlights {
  width: auto;
  max-width: 1300px;
}

.poster_desciption_wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-60 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.finale_hero_video {
  width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-23 {
  color: #fff;
  font-size: 17px;
}

.heading-22 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Codec Pro, sans-serif;
  font-size: 40px;
}

.dropdown-toggle-3 {
  padding-left: 0;
}

.testimonial_card_wrapper {
  width: 250px;
  height: 320px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.testimonial_card_wrapper.bottom {
  margin-top: 0;
}

.dropdown-link-2 {
  width: 92%;
  color: #000206;
  white-space: pre-wrap;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.highlight_video_content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.columns-2 {
  margin-top: 60px;
  margin-bottom: 100px;
}

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

.poster_copy {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.sales_grid {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-items: center;
}

.jury_section {
  position: relative;
}

.testimonial_profile {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-left: 5px;
  padding-right: 10px;
  display: flex;
}

.testimonial_description {
  padding-left: 5px;
  padding-right: 5px;
}

.grid-19 {
  width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ma_activity_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ticket_wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ticket-sales-wrapper.close {
  display: none;
}

.finale_hero_description {
  text-align: center;
  font-family: Codec Pro News, sans-serif;
  line-height: 32px;
}

.paragraph-12 {
  width: 60%;
  color: #fff;
  text-align: center;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Codec Pro, sans-serif;
  font-weight: 700;
}

.testimonial_wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
}

.image-49 {
  background-color: #404040;
  display: block;
}

.link-block-6 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.finale_button {
  width: 200px;
  height: 42px;
  color: #030000;
  text-align: center;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(117deg, #b561ac, #bf75a2 28%, #dd8881 62%, #f99463 82%, #fb7d5f 93%);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.85px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.finale_button.sales {
  width: 180px;
  color: #fff;
  background-image: linear-gradient(101deg, #ef4433, #8c4398 0%, #f26e3c);
  margin-top: 10px;
}

.finale_button.sales._1111-sales {
  background-image: linear-gradient(101deg, #8c4398, #f26e3c 0%, #ef4433 0%);
  display: none;
}

.finale_button.activity {
  width: 200px;
  height: 54px;
  color: #fff;
  width: 200px;
  height: 54px;
  color: #fff;
  width: 200px;
  height: 54px;
  color: #fff;
  background-image: linear-gradient(110deg, #f26e3c, #ef4433);
  margin: 100px auto;
  display: none;
}

._60px-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-55 {
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: -14%;
}

._80px-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-block-66 {
  font-weight: 700;
}

.ma_about_wrapper {
  padding-left: 94px;
  padding-right: 94px;
}

.text-block-27 {
  color: #060200;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.jury_title {
  width: 60%;
  text-align: center;
  margin-bottom: 50px;
  font-family: Codec Pro, sans-serif;
  font-size: 35px;
}

.poster-section {
  height: auto;
  background-color: #000;
}

.heading-24 {
  color: #fff;
}

.jury_grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.faq_title {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.finale_hero_title {
  color: #000;
  text-align: center;
  font-family: Codec Pro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-67 {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  position: static;
}

.highlight_video_wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  display: flex;
}

.image-54 {
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 32%;
}

.image-53 {
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: auto;
}

.icon-2 {
  margin-right: 20px;
}

.dropdown-list-2 {
  position: relative;
}

.sales_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
}

.ma_gain_paragraph {
  text-align: center;
  font-family: Codec Pro News, sans-serif;
  font-weight: 400;
}

.ma_gain_paragraph.new {
  font-size: 24px;
  font-weight: 700;
}

.ma_gain_paragraph.benefits {
  color: #fff;
  background-image: linear-gradient(48deg, #b561ac, #bf75a2 32%, #dd8881 67%, #fb7d5f);
  border: 1px #685631;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-span-26 {
  font-weight: 700;
}

.video-3 {
  max-width: 100%;
}

.paragraph-9 {
  text-align: center;
  font-family: Codec Pro News, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.dropdown-toggle {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
}

.dropdown-toggle.w--open {
  padding-left: 20px;
  position: relative;
}

.grid-16 {
  width: 100%;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.text-span-31, .text-span-27 {
  font-weight: 700;
}

.faq_wrapper {
  margin-bottom: 100px;
}

.grid-17 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .75fr .5fr;
}

.dropdown-2 {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
}

.text-span-23 {
  font-weight: 700;
}

.back_to_top_wrapper {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.image-61 {
  z-index: -1;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.jury_description-2 {
  width: 78%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
}

.highlight_title-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.image-62 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -21%;
  left: 0%;
  right: 0%;
}

.image-63 {
  height: 500px;
}

.poster_button-2 {
  width: 426px;
  height: 44px;
  color: #030000;
  text-align: center;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(117deg, #b561ac, #bf75a2 28%, #dd8881 62%, #f99463 82%, #fb7d5f 93%);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.85px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.ticket_section-2 {
  height: 200px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-20 {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5px;
}

.paragraph-13 {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.image-65 {
  z-index: -1;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-32 {
  font-weight: 700;
}

.text-block-68 {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
}

.heading-25 {
  color: #fff;
  text-align: center;
}

.dropdown-list-3 {
  width: 0;
  background-color: #fff;
  position: relative;
}

.text-span-33 {
  font-size: 24px;
  font-weight: 700;
}

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

.text-span-34 {
  font-weight: 700;
}

.image-66 {
  padding-bottom: 10px;
}

.image-67 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-26 {
  color: #fff;
}

.heading-27 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.grid-21 {
  width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.finale_hero_description-2 {
  text-align: center;
  line-height: 32px;
}

.paragraph-14 {
  width: 60%;
  color: #fff;
  text-align: center;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.image-68 {
  background-color: #404040;
  display: block;
}

.image-69 {
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: -14%;
}

.text-block-70 {
  font-weight: 700;
}

.text-block-71 {
  color: #060200;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.jury_title-2 {
  width: 60%;
  text-align: center;
  margin-bottom: 50px;
}

.poster-section-2 {
  height: 500px;
  background-color: #000;
}

.heading-28 {
  color: #fff;
}

.finale_hero_title-2 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
}

.text-block-72 {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  position: static;
}

.image-70 {
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 32%;
}

.image-71 {
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: auto;
}

.icon-3 {
  margin-right: 20px;
}

.ma_gain_paragraph-2 {
  text-align: center;
  font-weight: 400;
}

.ma_gain_paragraph-2.new {
  font-size: 24px;
  font-weight: 700;
}

.ma_gain_paragraph-2.benefits {
  color: #fff;
  background-image: linear-gradient(48deg, #b561ac, #bf75a2 32%, #dd8881 67%, #fb7d5f);
  border: 1px #685631;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-span-35 {
  font-weight: 700;
}

.video-4 {
  max-width: 100%;
}

.paragraph-16 {
  text-align: center;
  font-weight: 400;
  line-height: 32px;
}

.dropdown-toggle-4 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
}

.dropdown-toggle-4.w--open {
  padding-left: 20px;
  position: relative;
}

.text-span-36, .text-span-37 {
  font-weight: 700;
}

.grid-22 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .75fr .5fr;
}

.dropdown-3 {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
}

.text-span-38 {
  font-weight: 700;
}

.image-73 {
  z-index: -1;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.image-74 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -21%;
  left: 0%;
  right: 0%;
}

.image-75 {
  height: 500px;
}

.ticket_section-3 {
  height: 200px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-23 {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5px;
}

.paragraph-17 {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.image-77 {
  z-index: -1;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-39 {
  font-weight: 700;
}

.text-block-73 {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
}

.heading-29 {
  color: #fff;
  text-align: center;
}

.dropdown-list-4 {
  width: 0;
  background-color: #fff;
  position: relative;
}

.text-span-40 {
  font-size: 24px;
  font-weight: 700;
}

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

.text-span-41 {
  font-weight: 700;
}

.image-78 {
  padding-bottom: 10px;
}

.image-79 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-30 {
  color: #fff;
}

.heading-31 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.dropdown-toggle-5 {
  padding-left: 0;
}

.grid-24 {
  width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-18 {
  width: 60%;
  color: #fff;
  text-align: center;
}

.paragraph-19 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.image-80 {
  background-color: #404040;
  display: block;
}

.image-81 {
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: -14%;
}

.text-block-75 {
  font-weight: 700;
}

.text-block-76 {
  color: #060200;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.jury_title-3 {
  width: 60%;
  text-align: center;
  margin-bottom: 50px;
}

.poster-section-3 {
  height: 500px;
  background-color: #000;
}

.heading-32 {
  color: #fff;
}

.text-block-77 {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  position: static;
}

.image-82 {
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 32%;
}

.image-83 {
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: auto;
}

.text-span-42 {
  font-weight: 700;
}

.paragraph-20 {
  text-align: center;
  font-weight: 400;
  line-height: 32px;
}

.dropdown-toggle-6 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
}

.dropdown-toggle-6.w--open {
  padding-left: 20px;
  position: relative;
}

.text-span-43, .text-span-44 {
  font-weight: 700;
}

.grid-25 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .75fr .5fr;
}

.dropdown-4 {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
}

.text-span-45 {
  font-weight: 700;
}

._11-sales-wrapper {
  z-index: 10;
  height: 30px;
  background-image: linear-gradient(76deg, #b561ac, #ef4433 91%, #fb7d5f);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-block-78 {
  color: #fff;
  text-align: center;
  font-family: Codec Pro, sans-serif;
  font-weight: 700;
}

.link-4 {
  color: #f2ff00;
  text-decoration: underline;
}

.past-highlights-title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.past-year-highlights {
  height: auto;
  text-align: center;
  background-color: #000;
}

.text-block-48 {
  color: #fff;
  background-color: #000;
  font-family: Codec Pro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.past-winners-title {
  padding-top: 60px;
}

.grid-26 {
  grid-column-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.pwtextwrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.pwtextwrapper:hover {
  opacity: 1;
}

.pwtextspan {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.52px;
}

.tabs-4 {
  text-align: center;
  padding-top: 60px;
}

.pw2018 {
  height: 335px;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw201910 {
  background-image: url('../images/Ygandran.png');
}

.pw2018.pw20186 {
  text-align: center;
  background-image: url('../images/Vanessa-Cruez.png');
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw20193 {
  text-align: center;
  background-image: url('../images/Jason-Fung.png');
}

.pw2018.pw20207 {
  text-align: center;
  background-image: url('../images/Jerin-Thomas-George.png');
}

.pw2018.pw20196 {
  background-image: url('../images/Mathura-Kannan.png');
}

.pw2018.pw20194 {
  height: auto;
  background-image: url('../images/Joyce.png');
}

.pw2018.pw20189 {
  text-align: center;
  background-image: url('../images/Wong-Shy-Kit.png');
}

.pw2018.pw20191 {
  width: auto;
  text-align: center;
  background-image: url('../images/Aliza-Lim.png');
  background-size: cover;
}

.pw2018.pw202014 {
  text-align: center;
  background-image: url('../images/Nicklaus-Gan-Zhau-Hern.png');
}

.pw2018.pw202011 {
  text-align: center;
  background-image: url('../images/Vinishyaa-Sugumar.png');
}

.pw2018.pw20204 {
  text-align: center;
  background-image: url('../images/Dafuallah-Esameldien-Dafaallah.png');
}

.pw2018.pw20187 {
  text-align: center;
  background-image: url('../images/Nur-Siti-Eissya-bt.-Abdul-Rais.png');
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw20184 {
  text-align: center;
  background-image: url('../images/Gee-Jia-Ho.png');
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw20195 {
  background-image: url('../images/Leong-Yong-Xuan.png');
}

.pw2018.pw20198 {
  background-image: url('../images/Nermesh-Singh.png');
}

.pw2018.pw20197 {
  background-image: url('../images/Azfar-Firdaus.png');
}

.pw2018.pw201811 {
  text-align: center;
  background-image: url('../images/Janice-Chai-Xin-Hui.png');
}

.pw2018.pw20181 {
  width: auto;
  height: auto;
  text-align: center;
  background-image: url('../images/Aliff-Fadzly-Sariff.png');
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw202013 {
  text-align: center;
  background-image: url('../images/Nurin-Miza.png');
}

.pw2018.pw201810 {
  text-align: center;
  background-image: url('../images/Yasser-Abdul-Karimo-Nazir.png');
}

.pw2018.pw202010 {
  text-align: center;
  background-image: url('../images/Mohamad-Danniel.png');
}

.pw2018.pw20192 {
  text-align: center;
  background-image: url('../images/Chow-Heng-Yee.png');
}

.pw2018.pw202012 {
  text-align: center;
  background-image: url('../images/Yap-Khim-Wen.png');
}

.pw2018.pw20199 {
  background-image: url('../images/Roy-Haiza.png');
}

.pw2018.pw20182 {
  background-image: url('../images/Archana-Vijai-Kumar.png');
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw20201 {
  text-align: center;
  background-image: url('../images/Arivaasaran.png');
}

.pw2018.pw20183 {
  width: auto;
  text-align: center;
  background-image: url('../images/Chang-Kai-Yang.png');
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw20185 {
  text-align: center;
  background-image: url('../images/Haris-Lim.png');
  background-position: 50%;
  background-size: cover;
}

.pw2018.pw20202 {
  height: auto;
  text-align: center;
  background-image: url('../images/Ching-Yong-Qi.png');
}

.pw2018.pw20188 {
  text-align: center;
  background-image: url('../images/Luenna-Lau.png');
}

.pw2018.pw20206 {
  text-align: center;
  background-image: url('../images/Emily-Ng-Kah-Heng.png');
}

.pw2018.pw20203 {
  text-align: center;
  background-image: url('../images/Chow-Khey-Wey.png');
}

.pw2018.pw20208 {
  text-align: center;
  background-image: url('../images/Kavitha-Sivapra.png');
}

.pw2018.pw20209 {
  text-align: center;
  background-image: url('../images/Lee-Kwang-Yau.png');
}

.pw2018.pw20205 {
  width: auto;
  text-align: center;
  background-image: url('../images/Dusha-Nanthakumar.png');
}

.div-block-74 {
  margin-bottom: 50px;
}

.section-39 {
  text-align: center;
  background-color: #000;
}

.tab-pane-tab-3-2 {
  margin-bottom: 50px;
}

.grid-8 {
  width: 1100px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.text-block-47 {
  width: 100%;
  height: 100%;
  opacity: 1;
  color: #dcdcdc;
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 10px 10px;
  font-size: 21px;
  font-weight: 800;
  line-height: 24px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-section {
    height: auto;
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: 6em;
  }

  .hero-mascot-wrapper {
    margin-right: auto;
  }

  .hero-mascot {
    margin-left: 40px;
    padding-top: 100px;
    position: relative;
  }

  .door-left {
    padding-left: 0;
  }

  .door-right {
    padding-right: 0;
  }

  .image-3 {
    width: 28em;
  }

  .left-content-wrapper {
    padding-top: 8.75em;
    padding-left: 20px;
  }

  .right-content-wrapper {
    padding-top: 8.75em;
    padding-right: 20px;
  }

  .flagship-title-wrapper {
    margin-bottom: 40px;
  }

  .event-wrapper {
    padding: 40px 10px 10px;
  }

  .event-button {
    margin-top: 30px;
    font-size: 12px;
  }

  .container {
    width: 95%;
  }

  .footer-text {
    font-size: 12px;
  }

  .footer-linkblock {
    margin-left: 0;
  }

  .door-cover {
    height: 130px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .door-cover-right {
    height: 130px;
    background-color: var(--main-blue);
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .company-hero-content {
    width: 60%;
    padding: 40px 0 20px 40px;
  }

  .company-hero-img {
    padding-top: 70px;
  }

  .industrial-youth-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .how-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .how-title {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .how-para {
    text-align: center;
  }

  .how-case-wrapper {
    justify-content: center;
    align-items: center;
  }

  .how-case-content {
    width: 50%;
    padding-left: 0;
    padding-right: 40px;
  }

  .client-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .who-title {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .portfolio-wrapper {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lightbox-link-2 {
    padding: 0;
  }

  .who-para {
    text-align: center;
  }

  .navbar-2 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    width: 100%;
    background-color: #fff;
  }

  .text-primary {
    font-size: 16px;
  }

  .grid-3 {
    grid-row-gap: 29px;
  }

  .div-block-85 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    padding: 10px;
  }

  .text-block {
    font-size: 13px;
    line-height: 15px;
  }

  .container-3 {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-90 {
    padding-left: 40px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows: .25fr;
    grid-auto-flow: row;
  }

  .div-block-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-secondary {
    font-size: 16px;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-line-copy {
    width: 50%;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
  }

  .button-4 {
    margin-bottom: 20px;
  }

  .grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-line {
    width: 50%;
    height: 3px;
    background-color: #000;
  }

  .link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .div-block-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-3 {
    display: none;
  }

  .div-block-46 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    text-align: center;
  }

  .partners_logo {
    margin: 0;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-5 {
    margin-bottom: 20px;
  }

  .text-block-60 {
    font-size: 13px;
    line-height: 15px;
  }

  .grid-15 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows: .25fr;
    grid-auto-flow: row;
  }

  .link-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .menu-5 {
    display: none;
  }

  .poster_button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jury_wrapper {
    margin-bottom: 0;
  }

  .heading-21 {
    margin-top: 40px;
  }

  .testimonial_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .poster_content_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .finale_hero_video {
    width: auto;
  }

  .testimonial_card_wrapper {
    width: auto;
    height: 260px;
    flex-direction: column;
  }

  .testimonial_card_wrapper.bottom {
    margin-top: 200px;
  }

  .testimonial_card_wrapper.bottom2 {
    margin-top: -89px;
  }

  .grid-19 {
    width: 93%;
  }

  .paragraph-12 {
    width: 90%;
  }

  .finale_button {
    margin-bottom: 20px;
  }

  .jury_title {
    width: 80%;
  }

  .poster-section {
    height: auto;
  }

  .jury_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .poster_button-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-25 {
    margin-top: 40px;
  }

  .grid-21 {
    width: 93%;
  }

  .paragraph-14 {
    width: 90%;
  }

  .jury_title-2 {
    width: 80%;
  }

  .poster-section-2 {
    height: auto;
  }

  .heading-29 {
    margin-top: 40px;
  }

  .grid-24 {
    width: 93%;
  }

  .paragraph-18 {
    width: 90%;
  }

  .jury_title-3 {
    width: 80%;
  }

  .poster-section-3 {
    height: auto;
  }

  .text-block-48 {
    padding-top: 60px;
  }

  .grid-8 {
    width: auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button:hover {
    color: #fff;
  }

  .hero-mascot-wrapper {
    margin-right: auto;
  }

  .hero-mascot {
    display: none;
  }

  .door-wrapper {
    flex-direction: column;
  }

  .door-left {
    width: 100%;
    height: 50vh;
    min-height: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .door-right {
    width: 100%;
    height: 50vh;
    background-color: var(--main-blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left-area, .right-area, .image-3 {
    display: none;
  }

  .left-content-wrapper {
    width: 90%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .left-button-wrapper {
    margin-top: 40px;
  }

  .right-content-wrapper {
    width: 90%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 20px;
  }

  .right-title, .right-title._01, .right-paragraph {
    text-align: left;
  }

  .right-button-wrapper {
    align-self: flex-start;
    margin-top: 40px;
  }

  .flagship-title02 {
    font-size: 1.7em;
  }

  .event-wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .event-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .event-grid-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-paragraph {
    width: 100%;
    text-align: justify;
  }

  .about-title-02 {
    font-size: 2.4em;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 40px;
  }

  .door-cover, .door-cover-right {
    display: none;
  }

  .paragraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .company-hero-section {
    flex-direction: column;
  }

  .company-hero-content {
    width: 90%;
  }

  .company-hero-img {
    order: -1;
    padding-top: 0;
  }

  .industrial-youth-column {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .paragraph-3 {
    text-align: left;
    margin-left: 0;
    padding-right: 0;
  }

  .col01 {
    margin-bottom: -66px;
    padding-top: 0;
    padding-left: 0;
  }

  .col03 {
    text-align: center;
    margin-top: -41px;
    padding-bottom: 0;
  }

  .how-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .how-title {
    font-size: 2.5em;
  }

  .how-para {
    font-size: 16px;
  }

  .how-case {
    flex-direction: column;
  }

  .how-case-img {
    width: 100%;
    order: -1;
  }

  .how-case-content {
    width: 100%;
    margin-top: 20px;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    text-align: left;
    margin-left: 0;
  }

  .heading-3-copy, .paragraph-3-copy {
    text-align: left;
    margin-right: 0;
  }

  .who-wrapper {
    padding-left: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-11 {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .who-para {
    font-size: 16px;
  }

  .paragraph-4, .paragraph-5 {
    text-align: justify;
  }

  .navbar-2 {
    padding-left: 10px;
  }

  .nav-link {
    text-align: left;
    padding: 10px 10px 10px 40px;
  }

  .nav-menu {
    background-color: #fff;
    margin-left: 60%;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button {
    z-index: 100;
  }

  .menu-button.w--open {
    background-color: rgba(201, 201, 201, 0);
  }

  .icon {
    color: #000;
  }

  .nav-menu-2 {
    z-index: 50;
    width: 70vw;
    height: 100vh;
    background-color: #3f3f3f;
    padding-top: 100px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navbar_mobile {
    display: block;
  }

  .text-primary {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: static;
  }

  .grid-3 {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

  .grid-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-86 {
    height: 50vh;
  }

  .div-block-19 {
    width: 90%;
    padding: 20px 0;
  }

  .div-block-94 {
    margin-top: 0;
  }

  .heading-5-copy, .text-block-9 {
    text-align: center;
  }

  .image-23 {
    top: -11%;
    left: -13%;
  }

  .hamburger_wrapper {
    z-index: 120;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 2.5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .button-hero {
    margin-top: 60px;
  }

  .tabs-content-2 {
    height: auto;
  }

  .div-block-56-copy {
    width: 80%;
    height: 2px;
    background-color: rgba(185, 185, 185, .24);
    margin: 80px auto 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-26 {
    bottom: -11%;
    right: -13%;
  }

  .card_01_content {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .menu-2 {
    display: none;
  }

  .grid {
    z-index: 99;
    grid-template-columns: 1.75fr .75fr 1fr;
    position: relative;
  }

  .text-block-17 {
    font-size: 31px;
  }

  .div-block-56 {
    width: 80%;
    height: 2px;
    background-color: rgba(185, 185, 185, .24);
    margin: 40px auto;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .image-2 {
    display: none;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .text-secondary {
    color: #bababa;
    font-size: 15px;
    font-weight: 700;
    position: static;
  }

  .menu-wrapper {
    z-index: 99;
    width: 300px;
    background-color: #3f3f3f;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .card_01_wrap {
    width: 85%;
    max-height: none;
    max-width: none;
  }

  .heading-9 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
  }

  .div-block-57 {
    margin-top: 20px;
  }

  .div-block-17 {
    padding-bottom: 0;
  }

  .image-43 {
    right: -14%;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .grid-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ma02-text {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-center-box {
    margin-bottom: 100px;
  }

  .hamburger-line-copy {
    background-color: #fff;
  }

  .heading-5 {
    text-align: center;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hamburger-line {
    background-color: #fff;
  }

  .text-block-58 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-2-mobile {
    display: block;
  }

  .heading-10 {
    text-align: center;
    font-size: 42px;
  }

  .heading-11 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
  }

  .navlink {
    z-index: 2;
    color: #000;
    padding: 10px 20px 15px 60px;
    font-size: 17px;
    display: flex;
    position: relative;
  }

  .navlink._2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-98 {
    margin-top: 0;
  }

  .image-46 {
    top: 15%;
  }

  .column {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-99 {
    height: auto;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar-3 {
    z-index: 99;
    background-color: #000;
  }

  .link-2 {
    text-align: center;
  }

  .div-block-18 {
    flex-direction: column;
    order: 1;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .grid-14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .partners_logo {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-12 {
    text-align: center;
  }

  .menu-4 {
    display: none;
  }

  .grid-15 {
    z-index: 99;
    grid-template-columns: 1.75fr .75fr 1fr;
    position: relative;
  }

  ._50-80px-margin {
    padding-left: 10px;
    padding-right: 10px;
  }

  .poster_button {
    margin-top: 20px;
  }

  .image-59 {
    top: -5%;
  }

  .poster_content_wrapper {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .poster_desciption_wrapper {
    justify-content: space-around;
  }

  .heading-23 {
    text-align: center;
  }

  .testimonial_card_wrapper.bottom, .testimonial_card_wrapper.bottom2 {
    height: auto;
  }

  .sales_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .paragraph-12 {
    width: auto;
    text-align: center;
  }

  .testimonial_wrapper {
    padding-bottom: 40px;
  }

  .ma_about_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .jury_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .poster_button-2 {
    margin-top: 20px;
  }

  .image-65 {
    top: -5%;
  }

  .heading-26 {
    text-align: center;
  }

  .paragraph-14 {
    width: auto;
    text-align: center;
  }

  .image-77 {
    top: -5%;
  }

  .heading-30 {
    text-align: center;
  }

  .paragraph-18 {
    width: auto;
    text-align: center;
  }

  .div-block-102 {
    width: 80%;
    height: 2px;
    background-color: rgba(185, 185, 185, .24);
    margin: 40px auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-103 {
    margin-top: 20px;
  }

  .div-block-104 {
    margin-top: 0;
  }

  ._11-sales-wrapper {
    height: auto;
  }

  .text-block-48 {
    padding-top: 0;
  }

  .grid-26 {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-4 {
    padding-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .button {
    color: #fff;
  }

  .button:hover {
    color: #000;
  }

  .hero-section {
    height: auto;
    padding-bottom: 40px;
  }

  .title-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-title {
    font-size: 4.6em;
  }

  .hero-mascot-wrapper {
    margin-right: auto;
  }

  .hero-mascot {
    display: none;
  }

  .left-content-wrapper {
    width: 100%;
    padding-bottom: 4em;
    padding-right: 20px;
  }

  .right-content-wrapper {
    width: 100%;
    padding-bottom: 4em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-title, .right-title._01, .right-paragraph {
    text-align: left;
  }

  .right-button-wrapper {
    align-self: flex-start;
  }

  .about-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .join-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .join-title {
    text-align: center;
    font-size: 2.1em;
  }

  .footer-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-menu-col {
    align-items: center;
  }

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

  .paragraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .company-hero-section {
    height: 120vh;
  }

  .company-hero-content {
    padding-left: 0;
  }

  .company-hero-img {
    margin-top: 0;
  }

  .facts-wrapper {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .facts {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    text-align: center;
    line-height: 16px;
  }

  .facts-title {
    font-size: 2.5em;
  }

  .industrial-youth-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col01 {
    margin-bottom: -41px;
  }

  .col03 {
    margin-top: -23px;
  }

  .how-title-wrapper {
    margin-top: 80px;
  }

  .how-para {
    text-align: left;
  }

  .how-case-wrapper {
    padding-bottom: 80px;
  }

  .how-case-content {
    padding-right: 0;
  }

  .how-case-para {
    width: 100%;
  }

  .client-box {
    width: 90%;
  }

  .client-grid {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 1.3em;
  }

  .how-listing-title-wrapper, .div-block-2 {
    margin-bottom: 15px;
  }

  .who-wrapper {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-11 {
    z-index: 1;
    position: relative;
  }

  .who-para {
    text-align: left;
  }

  .nav-menu {
    margin-left: 0%;
  }

  .div-block-3 {
    z-index: -1;
    height: 50vh;
    background-color: #f9efe1;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-4 {
    color: #2c2c2c;
    text-decoration: none;
  }

  .nav-menu-2 {
    z-index: 100;
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-mobile {
    display: block;
    top: 0%;
  }

  .grid-3 {
    grid-column-gap: 18px;
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .text-block-6 {
    line-height: 20px;
  }

  .grid-13 {
    grid-column-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-86 {
    height: 60vh;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-19 {
    width: 98%;
  }

  .div-block-94 {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .heading-5-copy {
    font-size: 30px;
  }

  .image {
    display: none;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .relative {
    z-index: 10;
  }

  .hamburger_wrapper {
    z-index: 120;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-top: 20px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .tab-link-tab-1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .tab-link-tab-1.w--current {
    margin-bottom: 10px;
    display: inline-block;
  }

  .image-19 {
    display: block;
    overflow: hidden;
  }

  .button-hero {
    width: 180px;
    margin-top: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tabs-content-2 {
    width: 100vw;
    height: auto;
  }

  .div-block-56-copy {
    margin-top: 0;
    display: block;
  }

  .card_01_content {
    padding: 10px 10px 20px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-90 {
    padding-left: 0;
  }

  .tab-link-tab-4 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .tab-link-tab-4.w--current {
    text-align: center;
    border: 1px #000;
    border-bottom: 1px solid #e7cca2;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: 300;
    text-decoration: none;
  }

  .grid {
    grid-template-columns: 2.75fr .75fr 1fr;
    align-content: end;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-17 {
    text-align: center;
    font-size: 22px;
    overflow: hidden;
  }

  .text-block-8 {
    line-height: 33px;
  }

  .button-3 {
    width: 180px;
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-wrapper {
    z-index: 100;
    width: 300px;
    height: 100vh;
    background-color: #3f3f3f;
    padding-top: 100px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-20 {
    left: -2%;
    overflow: hidden;
  }

  .heading-8 {
    text-align: center;
  }

  .jury_content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-2.pwtabs {
    margin-top: 50px;
  }

  .card_01_wrap {
    width: 93%;
  }

  .image-42 {
    display: block;
  }

  .image-43 {
    top: 21%;
    right: -3%;
    overflow: hidden;
  }

  .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .page-content {
    position: relative;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-4 {
    margin-bottom: 20px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .grid-4 {
    grid-column-gap: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-21 {
    overflow: hidden;
  }

  .image-45 {
    display: none;
  }

  .tabs-5 {
    width: auto;
    margin-top: 50px;
  }

  .image-2-mobile {
    top: 83px;
  }

  .heading-10 {
    font-size: 32px;
    overflow: hidden;
  }

  .heading-11 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-59 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 27px;
  }

  .tab-link-tab-2 {
    text-align: center;
    border: 1px #000;
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-98 {
    margin-top: 0;
  }

  .image-46 {
    display: none;
  }

  .column {
    margin-top: 0;
    padding: 20px 40px;
  }

  .div-block-99 {
    height: auto;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-30px {
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .padding-20px {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-3 {
    position: relative;
  }

  .div-block-8 {
    padding-bottom: 40px;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3 {
    text-align: center;
    border: 1px #000;
    padding-left: 10px;
    padding-right: 20px;
  }

  .grid-14 {
    grid-template-columns: 1fr 1fr;
  }

  .button-5 {
    margin-bottom: 20px;
  }

  .heading-12 {
    font-size: 30px;
  }

  .grid-15 {
    grid-template-columns: 2.75fr .75fr 1fr;
    align-content: end;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown {
    width: 93%;
  }

  .image-47 {
    right: 0%;
  }

  .more-activities-text {
    text-align: center;
  }

  ._50-80px-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .jury_description {
    width: auto;
  }

  .image-58 {
    height: auto;
  }

  .poster_button {
    width: 280px;
    margin-bottom: 20px;
  }

  .finale_physical_virtual {
    flex-direction: column;
    align-items: center;
  }

  .ticket_section {
    height: 300px;
  }

  .grid-18 {
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sales_button {
    flex-direction: column;
  }

  .image-59 {
    top: -2%;
    left: -25%;
  }

  .highlight_wrapper {
    padding-bottom: 40px;
  }

  .heading-21 {
    text-align: center;
    margin-top: 0;
    font-size: 28px;
  }

  .highlight_video {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-list {
    width: auto;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.jury {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4._1111-sales {
    height: auto;
    padding: 10px;
    font-family: Codec Pro News, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
  }

  .poster_desciption_wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-22 {
    text-align: left;
  }

  .heading-22.center-align {
    text-align: center;
    font-size: 31px;
  }

  .testimonial_card_wrapper.bottom, .testimonial_card_wrapper.bottom2 {
    margin-top: 0;
  }

  .dropdown-link-2 {
    width: auto;
    white-space: pre-wrap;
  }

  .grid-19 {
    width: auto;
  }

  .jury_image {
    padding: 20px;
  }

  .finale_hero_description {
    text-align: justify;
  }

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

  .paragraph-12 {
    font-size: 15px;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 18px;
  }

  .testimonial_wrapper {
    padding-top: 0;
  }

  .image-49 {
    display: none;
  }

  .finale_button {
    margin-bottom: 20px;
  }

  .image-55 {
    display: none;
  }

  .ma_about_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-27 {
    text-align: left;
    object-fit: fill;
  }

  .jury_title {
    width: auto;
  }

  .poster-section {
    height: auto;
  }

  .heading-24 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .jury_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .finale_hero_title {
    text-align: center;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .ma_gain_paragraph {
    text-align: left;
  }

  .ma_gain_paragraph.new {
    text-align: center;
  }

  .ma_gain_paragraph.benefits {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph-9 {
    text-align: left;
  }

  .dropdown-toggle {
    width: auto;
    height: auto;
    white-space: pre-wrap;
    object-fit: fill;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 44px;
    display: flex;
    position: relative;
  }

  .grid-17 {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .bold-text {
    font-size: 30px;
  }

  .image-61 {
    right: 0%;
  }

  .more-activities-text-2 {
    text-align: center;
  }

  .jury_description-2 {
    width: auto;
  }

  .image-63 {
    height: auto;
  }

  .poster_button-2 {
    width: 280px;
    margin-bottom: 20px;
  }

  .ticket_section-2 {
    height: 300px;
  }

  .grid-20 {
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-65 {
    top: -2%;
    left: -25%;
  }

  .heading-25 {
    text-align: center;
    margin-top: 0;
    font-size: 37px;
  }

  .dropdown-list-3 {
    width: auto;
  }

  .heading-27 {
    text-align: left;
  }

  .heading-27.center-align {
    text-align: center;
  }

  .grid-21 {
    width: auto;
  }

  .finale_hero_description-2 {
    text-align: justify;
  }

  .finale_hero_description-2.center-align {
    text-align: center;
  }

  .paragraph-14 {
    font-size: 15px;
  }

  .paragraph-15 {
    text-align: center;
    font-size: 18px;
  }

  .image-68, .image-69 {
    display: none;
  }

  .text-block-71 {
    text-align: left;
    object-fit: fill;
  }

  .jury_title-2 {
    width: auto;
  }

  .poster-section-2 {
    height: auto;
  }

  .heading-28 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .finale_hero_title-2 {
    text-align: center;
  }

  .ma_gain_paragraph-2 {
    text-align: left;
  }

  .ma_gain_paragraph-2.new, .ma_gain_paragraph-2.benefits {
    text-align: center;
  }

  .paragraph-16 {
    text-align: left;
  }

  .dropdown-toggle-4 {
    width: auto;
    height: auto;
    white-space: pre-wrap;
    object-fit: fill;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 44px;
    display: flex;
    position: relative;
  }

  .grid-22 {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .image-73 {
    right: 0%;
  }

  .image-75 {
    height: auto;
  }

  .ticket_section-3 {
    height: 300px;
  }

  .grid-23 {
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-77 {
    top: -2%;
    left: -25%;
  }

  .heading-29 {
    text-align: center;
    margin-top: 0;
    font-size: 37px;
  }

  .dropdown-list-4 {
    width: auto;
  }

  .heading-31 {
    text-align: left;
  }

  .heading-31.center-align {
    text-align: center;
  }

  .grid-24 {
    width: auto;
  }

  .paragraph-18 {
    font-size: 15px;
  }

  .paragraph-19 {
    text-align: center;
    font-size: 18px;
  }

  .image-80, .image-81 {
    display: none;
  }

  .text-block-76 {
    text-align: left;
    object-fit: fill;
  }

  .jury_title-3 {
    width: auto;
  }

  .poster-section-3 {
    height: auto;
  }

  .heading-32 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .paragraph-20 {
    text-align: left;
  }

  .dropdown-toggle-6 {
    width: auto;
    height: auto;
    white-space: pre-wrap;
    object-fit: fill;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 44px;
    display: flex;
    position: relative;
  }

  .grid-25 {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .div-block-104 {
    margin-top: 0;
  }

  .past-year-highlights {
    margin-bottom: 0;
  }

  .text-block-48 {
    padding-top: 0;
  }

  .grid-26 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pwtextwrapper {
    width: 288px;
  }

  .text-block-63 {
    display: inline-block;
  }

  .pw2018.pw201910 {
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20186 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20193 {
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20207 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20196, .pw2018.pw20194 {
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20189 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20191 {
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw202014, .pw2018.pw202011, .pw2018.pw20204, .pw2018.pw20187, .pw2018.pw20184 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20195, .pw2018.pw20198, .pw2018.pw20197 {
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw201811 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20181 {
    height: 335px;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .pw2018.pw202013, .pw2018.pw201810, .pw2018.pw202010 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20192 {
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw202012 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20199 {
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20182 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20201 {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .pw2018.pw20183, .pw2018.pw20185, .pw2018.pw20202, .pw2018.pw20188, .pw2018.pw20206, .pw2018.pw20203, .pw2018.pw20208, .pw2018.pw20209 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pw2018.pw20205 {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .grid-8 {
    display: block;
  }
}

#w-node-_63049653-020e-825d-f606-96039fb609f6-eda04faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073735d7-10ec-9671-5e9f-21b105c12904-eda04faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9b1f36b1-1d9b-d8f7-0181-220373250c5c-eda04faf, #w-node-_9b1f36b1-1d9b-d8f7-0181-220373250c56-eda04faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d73c72-66dd-5821-3a56-da9997b86a51-97b86a4e {
  justify-self: center;
}

#w-node-e3d73c72-66dd-5821-3a56-da9997b86a56-97b86a4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e3d73c72-66dd-5821-3a56-da9997b86a58-97b86a4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e3d73c72-66dd-5821-3a56-da9997b86a5a-97b86a4e, #w-node-_9b15b636-60e2-2616-ca77-e468949f5287-97b86a4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e3d73c72-66dd-5821-3a56-da9997b86a5c-97b86a4e, #w-node-e3d73c72-66dd-5821-3a56-da9997b86a74-97b86a4e, #w-node-d157c4b4-8737-fac7-541c-01f692909068-97b86a4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc0e6c0b-fd8f-9281-9041-55bed6a108fb-cd6f5a92 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-de73c55d-535b-2f79-8d01-4cd0bba810f8-cd6f5a92 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-ccc5c731-2a21-95ab-2efe-3349445ed82f-cd6f5a92 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_42d27517-80ca-154f-bb08-a28778f773cb-cd6f5a92 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_649f019a-4069-08cf-73a0-33c247e55091-cd6f5a92 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_82487f80-4d78-f18b-86f6-e30d873ddd3d-cd6f5a92 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-af366363-a426-0e80-1c57-6f44fb54828d-cd6f5a92 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_17863430-0cd2-44de-0c77-803069a8aebb-cd6f5a92 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-_13262bec-fbe8-b53e-c0de-d7fb28a9c035-cd6f5a92 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-f50c5f87-62ee-ed1e-47ff-8c5fed2cd7f3-cd6f5a92 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-_523a4b5f-5ea0-ae35-e971-665db6cdde15-cd6f5a92 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_0067928d-e87c-dbc4-a3b0-bb7b49f4f309-cd6f5a92 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f7371a3d-fc83-3073-134d-fcfa60cd0558-cd6f5a92 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_8331dcd0-baa6-5b95-0678-70e25d04b03b-cd6f5a92 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
}

#w-node-_87ff4c6e-874f-c1cb-873f-bcc20fbdbe34-cd6f5a92 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_4e64111f-4d98-cab2-e5a8-c387c14337ad-cd6f5a92 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-cefab910-d498-edab-7efb-fc1dc4f8e491-cd6f5a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b6670e6a-631e-1ed3-57f2-8d0a41600e4a-cd6f5a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_66739e16-02c8-e0ab-9406-eef2fd5d5e28-cd6f5a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_06d3bf69-9abb-9b7d-4f44-82f27b22623e-cd6f5a92, #w-node-_35216d8a-1f65-4b78-a8cc-e6e580b34645-cd6f5a92, #w-node-_214e8166-c84d-0ae4-6e30-8a2c5502a4ed-cd6f5a92, #w-node-bd4af657-5392-607d-5c3c-efdc77cd5a55-cd6f5a92 {
  align-self: center;
  justify-self: center;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6a0-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6a1-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6a2-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6a3-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6e9-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6ea-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6eb-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6ec-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6ed-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6ee-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6ef-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f0-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f1-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f2-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f3-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f4-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f5-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f6-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f7-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f8-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f9-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fa-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fb-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fc-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fd-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fe-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6ff-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a700-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a701-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a702-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a703-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a704-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a705-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a706-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a707-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a708-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a709-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a70a-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a70b-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a70c-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a70d-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a70e-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a70f-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a732-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a733-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a734-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a735-3f2c4cfe {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a736-3f2c4cfe {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a739-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a73a-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a73b-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a73c-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a73d-3f2c4cfe {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a740-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a741-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a742-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a743-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a744-3f2c4cfe {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a745-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a74c-3f2c4cfe {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a74f-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a750-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a751-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a752-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a753-3f2c4cfe {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a75a-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a75d-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a760-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a763-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a766-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a769-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a76c-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a76f-3f2c4cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a793-3f2c4cfe {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_1a58133a-771e-9f5d-b251-e4dc4528a79a-3f2c4cfe {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
  justify-self: center;
}

#w-node-_7708fe56-5c69-a63e-0a59-d73a1b73b200-1b73b1fc, #w-node-_7708fe56-5c69-a63e-0a59-d73a1b73b201-1b73b1fc, #w-node-_7708fe56-5c69-a63e-0a59-d73a1b73b202-1b73b1fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7708fe56-5c69-a63e-0a59-d73a1b73b207-1b73b1fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7708fe56-5c69-a63e-0a59-d73a1b73b212-1b73b1fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6282-1cbaabbf {
  justify-self: center;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62a3-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62a5-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62a7-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62b5-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62ca-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62ce-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62d2-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62d6-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62da-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62de-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62ee-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62f4-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e62fa-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6304-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6305-1cbaabbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6306-1cbaabbf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6307-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6308-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6309-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e630a-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e630c-1cbaabbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e630d-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e630e-1cbaabbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e632c-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e632d-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e632e-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e632f-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6330-1cbaabbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6339-1cbaabbf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6348-1cbaabbf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6358-1cbaabbf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6377-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6378-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e637c-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e637d-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6385-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6386-1cbaabbf, #w-node-_5d368d6e-370a-17d8-3dc1-b9c8fc3e0c47-fb9bbd24, #w-node-_5d368d6e-370a-17d8-3dc1-b9c8fc3e0c48-fb9bbd24, #w-node-_5d368d6e-370a-17d8-3dc1-b9c8fc3e0c49-fb9bbd24, #w-node-_5d368d6e-370a-17d8-3dc1-b9c8fc3e0c4a-fb9bbd24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9b1f36b1-1d9b-d8f7-0181-220373250c5c-eda04faf {
    align-self: start;
  }

  #w-node-bc0e6c0b-fd8f-9281-9041-55bed6a108fb-cd6f5a92 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_82487f80-4d78-f18b-86f6-e30d873ddd3d-cd6f5a92 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-af366363-a426-0e80-1c57-6f44fb54828d-cd6f5a92 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_17863430-0cd2-44de-0c77-803069a8aebb-cd6f5a92 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_13262bec-fbe8-b53e-c0de-d7fb28a9c035-cd6f5a92 {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-f50c5f87-62ee-ed1e-47ff-8c5fed2cd7f3-cd6f5a92 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_523a4b5f-5ea0-ae35-e971-665db6cdde15-cd6f5a92 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0067928d-e87c-dbc4-a3b0-bb7b49f4f309-cd6f5a92 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f7371a3d-fc83-3073-134d-fcfa60cd0558-cd6f5a92 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_8331dcd0-baa6-5b95-0678-70e25d04b03b-cd6f5a92 {
    grid-area: 5 / 3 / 6 / 4;
    justify-self: center;
  }

  #w-node-_87ff4c6e-874f-c1cb-873f-bcc20fbdbe34-cd6f5a92 {
    grid-area: 5 / 2 / 6 / 3;
    align-self: center;
  }

  #w-node-_4e64111f-4d98-cab2-e5a8-c387c14337ad-cd6f5a92 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7708fe56-5c69-a63e-0a59-d73a1b73b207-1b73b1fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6330-1cbaabbf {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6348-1cbaabbf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6358-1cbaabbf {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_073735d7-10ec-9671-5e9f-21b105c12904-eda04faf {
    order: -9999;
  }

  #w-node-e3d73c72-66dd-5821-3a56-da9997b86a51-97b86a4e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-d157c4b4-8737-fac7-541c-01f692909068-97b86a4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc0e6c0b-fd8f-9281-9041-55bed6a108fb-cd6f5a92 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_649f019a-4069-08cf-73a0-33c247e55091-cd6f5a92 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_17863430-0cd2-44de-0c77-803069a8aebb-cd6f5a92 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_8331dcd0-baa6-5b95-0678-70e25d04b03b-cd6f5a92 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_87ff4c6e-874f-c1cb-873f-bcc20fbdbe34-cd6f5a92 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_4e64111f-4d98-cab2-e5a8-c387c14337ad-cd6f5a92 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f3-3f2c4cfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e632e-1cbaabbf {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6330-1cbaabbf {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3d73c72-66dd-5821-3a56-da9997b86a51-97b86a4e {
    grid-column: span 1 / span 1;
  }

  #w-node-e3d73c72-66dd-5821-3a56-da9997b86a5c-97b86a4e {
    justify-self: center;
  }

  #w-node-bc0e6c0b-fd8f-9281-9041-55bed6a108fb-cd6f5a92 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_17863430-0cd2-44de-0c77-803069a8aebb-cd6f5a92 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_13262bec-fbe8-b53e-c0de-d7fb28a9c035-cd6f5a92 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f7371a3d-fc83-3073-134d-fcfa60cd0558-cd6f5a92 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_8331dcd0-baa6-5b95-0678-70e25d04b03b-cd6f5a92 {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-_87ff4c6e-874f-c1cb-873f-bcc20fbdbe34-cd6f5a92 {
    grid-area: 6 / 2 / 7 / 3;
    align-self: center;
  }

  #w-node-_4e64111f-4d98-cab2-e5a8-c387c14337ad-cd6f5a92 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b6670e6a-631e-1ed3-57f2-8d0a41600e4a-cd6f5a92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f0-3f2c4cfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f3-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6f6-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fb-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fc-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6fd-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a6ff-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a701-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a70f-3f2c4cfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a735-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a73d-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a744-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a74c-3f2c4cfe, #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a753-3f2c4cfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a790-3f2c4cfe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a793-3f2c4cfe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a58133a-771e-9f5d-b251-e4dc4528a79a-3f2c4cfe {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7708fe56-5c69-a63e-0a59-d73a1b73b200-1b73b1fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e630e-1cbaabbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e632e-1cbaabbf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e632f-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6330-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6339-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6348-1cbaabbf, #w-node-_33b7ce7e-e530-f4a6-3f15-9283763e6358-1cbaabbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codec Pro Variable';
  src: url('../fonts/Codec-Pro-Variable.ttf') format('truetype');
  font-weight: 38 682;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codec Pro';
  src: url('../fonts/Codec-Pro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codec Pro';
  src: url('../fonts/Codec-Pro-Extrabold.ttf') format('truetype'), url('../fonts/Codec-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codec Pro News';
  src: url('../fonts/Codec-Pro-News.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}