:root {
  --black: #0a0a0a;
  --grey: #b3b3b3;
  --orange: #ff8001;
  --blue: #115fca;
  --white: #fafafa;
  --purple: #5b3d5b;
  --light-grey: #efedea;
  --light-blue: #c1dade;
  --yellow: #f6c243;
  --pink: #f2a6b0;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  background-color: #efedea;
  font-family: JET Sans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: JET Sans, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 90%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 0;
  font-family: JET Sans, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

li {
  margin-bottom: 6px;
}

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

label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.btn-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-section-medium {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.padding-xxhuge {
  padding: 12rem;
}

._2col_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uncode-styleguide_4col {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.form_radio-icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-large {
  margin: 3.2rem;
}

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

.uncode-styleguide_header {
  border-bottom: 1px solid #fff;
  margin-top: 8rem;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}

.color-black--700 {
  color: #000;
}

.form_label {
  margin-bottom: .5rem;
  font-size: 1.4rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-small {
  padding: 1rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxlarge {
  padding: 5.2rem;
}

.bg-color-blue-50 {
  background-color: #f8f9fb;
}

.padding-xsmall {
  padding: .5rem;
}

.uncode-styleguide_1col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
  position: relative;
}

.color-white {
  color: #fff;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-small {
  margin: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-xxsmall {
  padding: .25rem;
}

.color-black--600 {
  color: #2c2c2c;
}

.uncode-styleguide_spacing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(to top, #ffffffd1, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-section-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.margin-medium {
  margin: 2rem;
}

.bg-color-blue-100 {
  background-color: #e8ebf0;
}

.margin-0 {
  margin: 0;
}

.form_component {
  margin-bottom: 0;
}

.margin-xsmall {
  margin: .5rem;
}

.bg-color-black--300 {
  background-color: #8b8b8b;
}

.bg-color-black--700 {
  background-color: #000;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.bg-color-black--100 {
  background-color: #e9e9e9;
}

.uncode-styleguide_chapter {
  padding-top: 8rem;
}

.btn-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-group.is-vertical {
  flex-flow: column;
}

.bg-color-black--500 {
  background-color: #555;
}

._5col_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uncode-styleguide_2col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.padding-huge {
  padding: 6rem;
}

.text-size-small {
  font-size: 14px;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.uncode-styleguide_main {
  border-bottom: 1px solid #686a5f;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}

.bg-color-blue-300 {
  background-color: #a2aab6;
}

.bg-color-blue-200 {
  background-color: #d2d8e0;
}

.uncode-styleguide_3col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padding-medium {
  padding: 2rem;
}

.bg-color-black--400 {
  background-color: #6d6d6d;
}

.bg-color-blue-500 {
  background-color: #46556d;
}

._4col_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-color-black--200 {
  background-color: #d1d1d1;
}

.padding-global {
  padding-left: 2vw;
  padding-right: 2vw;
}

.color-black--400 {
  color: #65738a;
}

.bg-color-black--600 {
  background-color: #2c2c2c;
}

.form_field-wrapper {
  margin-bottom: 1rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-large {
  padding: 3.2rem;
}

.container-small {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-xxlarge {
  margin: 5.2rem;
}

.padding-section-large {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.color-black--300 {
  color: #a2aab6;
}

.uncode-styleguide_title {
  font-size: 2.4rem;
}

.color-black--500 {
  color: #2c2c2c;
}

.uncode-styleguide_label {
  color: #fff;
  background-color: #2363fb;
  border: 1px solid #2363fb;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem .64rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.uncode-styleguide_label.is-tag {
  background-color: #be4aa5;
  border-color: #be4aa5;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-tiny {
  padding: .125rem;
}

.rich-text {
  margin-top: 10px;
}

.uncode-styleguide_section {
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.container-medium {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  text-align: center;
  background-color: #125fca;
  border-radius: 5rem;
  align-items: center;
  padding: 12px 36px;
  font-size: 20px;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}

.btn.is-icon {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .4rem .4rem .4rem 0;
  font-size: 1.4rem;
}

.btn.is-secondary {
  background-color: #e77400;
}

.btn.is-nav {
  border: 1px solid var(--grey);
  color: var(--grey);
  background-color: #2363fb00;
  font-size: 1.4rem;
}

.btn.is-nav.w--current {
  border-width: 2px;
  border-color: var(--orange);
  color: var(--orange);
}

.form_checkbox-label {
  text-decoration: none;
}

.form_checkbox-icon {
  border: 1px solid #242e30;
  border-radius: .3rem;
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-color: var(--blue);
  background-color: var(--blue);
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 0 1px var(--blue);
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.uncode-styleguide_heading {
  font-size: 4rem;
}

.global {
  position: fixed;
}

.form_message-success {
  padding: 1.25rem;
}

._3col_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uncode-styleguide_hero {
  color: #2363fb;
  background-color: #f5f7ff;
}

.uncode-styleguide_box {
  z-index: -1;
  background-color: #ffffff4d;
  border: 1px dotted #adadab;
  border-radius: .5rem;
  width: 100%;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.bg-color-blue-400 {
  background-color: #65738a;
}

.uncode-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.uncode-styleguide_item.is-stretch {
  justify-items: stretch;
}

.padding-xlarge {
  padding: 4rem;
}

.form_input {
  background-color: #0000;
  border-radius: 1rem;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: 2.4rem 1rem 2.4rem 1.6rem;
  font-size: 1.6rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: 1rem;
}

.white-text-outline {
  color: #0000;
}

.bg-color-blue-600 {
  background-color: #2e3f5a;
}

.color-black--200 {
  color: #d2d8e0;
}

.bg-color-black--50 {
  background-color: #f7f7f7;
}

.bannerset_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.embed {
  position: relative;
}

.embed.to-do {
  opacity: .1;
  background-color: #ffc38e;
}

.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-size: 96px;
  font-style: italic;
  font-weight: 900;
}

.section.is-home {
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.is-img {
  padding-top: 160px;
  padding-bottom: 240px;
  position: relative;
}

.section.is-prizes {
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.section.is-faq {
  background-color: var(--purple);
  color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_logos {
  width: 240px;
  margin-bottom: -32px;
}

.text-size-large {
  font-size: 24px;
}

.container-xsmall {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.transform-rotate-7 {
  transform: rotate(-7.5deg);
}

.v-large {
  width: 100%;
  height: 64px;
}

.hero_main-img {
  width: 688px;
  margin-top: -40px;
  margin-bottom: -100px;
}

.team_layout {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
  position: relative;
}

.v-small {
  height: 16px;
}

.v-regular {
  height: 32px;
}

.v-medium {
  width: 100%;
  height: 40px;
}

.hero_heading {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  font-style: italic;
  font-weight: 900;
  display: flex;
  transform: rotate(-7.5deg);
}

.row {
  margin-left: .83333rem;
  margin-right: .83333rem;
}

.row.is-test {
  margin-left: 0;
  margin-right: 0;
}

.team_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.team_item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
  position: relative;
}

.team_logo {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  position: relative;
}

.team_form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.team_form {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team_radio {
  z-index: 0;
  background-color: var(--white);
  cursor: pointer;
  border: 1px #000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.team_radio.w--redirected-checked {
  background-color: var(--light-grey);
  border: 1px solid #00000080;
}

.team_radio.w--redirected-focus {
  border: 2px solid #0000006e;
  box-shadow: 0 0 #0000;
}

.team_label {
  font-size: 20px;
  line-height: 130%;
  position: relative;
}

.max-width-xlarge {
  width: 100%;
  max-width: 1000px;
}

.team_detail-text {
  color: #757a7a;
}

.max-width-600px {
  max-width: 600px;
}

.prize_wrapper {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  text-decoration: none;
  overflow: hidden;
}

.prize-content_wrapper {
  background-color: var(--white);
  color: var(--black);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 40px;
}

.team_success-wrapper {
  background-color: #ddd0;
  padding: 0;
}

.team_result {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 320px;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: relative;
}

.team_logo-result {
  width: 320px;
  height: 320px;
}

.hero_bg {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero_slope {
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.max-width-medium {
  max-width: 600px;
}

.v-xlarge {
  background-color: var(--orange);
  width: 100%;
  height: 100px;
}

.razor-up-grey {
  z-index: 0;
  width: 100%;
  height: 120px;
  margin-top: -160px;
  padding-top: 40px;
  position: relative;
}

.wrapper {
  position: relative;
}

.hero_bg-img {
  width: 96vw;
  max-width: none;
  height: 130%;
  position: relative;
  bottom: -57%;
}

.team_confetti {
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% -8% 0% auto;
}

.team_confetti.is-right {
  display: none;
  right: 0%;
}

.team_confetti.is-left {
  display: none;
  left: -8%;
  right: auto;
}

.text-size-medium {
  font-size: 18px;
}

.v-xxlarge {
  background-color: var(--orange);
  width: 100%;
  height: 140px;
}

.faqs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.faq_question {
  font-size: 22px;
  transition: all .5s;
}

.line_second {
  text-align: right;
  margin-right: -50px;
}

.text-weigth-bold {
  font-weight: 700;
}

.razor-down-orange {
  z-index: 0;
  width: 100%;
  height: 0;
  padding-top: 40px;
  position: relative;
}

.faq_heading {
  text-align: center;
  font-weight: 700;
}

.question {
  font-weight: 400;
}

.chapter {
  transition: all .12s;
}

.intro_heading {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  font-size: 96px;
  font-style: italic;
  font-weight: 900;
  line-height: 80%;
  display: flex;
  transform: rotate(-7.5deg);
}

.line_first {
  margin-left: -140px;
}

.line_third {
  text-align: right;
  margin-right: 50px;
}

.topbar-container {
  z-index: 20;
  background-color: var(--orange);
  position: relative;
}

.topbar {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.menu-navigation {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.select-dropdown {
  cursor: pointer;
  background-image: url('../images/gb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}

.select-dropdown.de-de {
  background-image: url('../images/de.svg');
}

.select-dropdown.de-gb {
  background-image: url('../images/gb.svg');
}

.menu-navigation_item {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.success_bg {
  z-index: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  max-width: 800px;
}

.slick-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.steps_item {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
}

.steps_item.is-first {
  background-color: var(--light-blue);
}

.steps_item.is-second {
  background-color: var(--yellow);
  text-align: center;
}

.steps_item.is-third {
  background-color: var(--pink);
}

.steps_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.number_wrapper {
  background-color: var(--light-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.number_wrapper.is-third {
  background-color: var(--pink);
}

.number_wrapper.is-second {
  background-color: var(--yellow);
}

.step_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps_title {
  font-size: 28px;
}

.steps_icon {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.steps_slider {
  position: relative;
}

.slick-slide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slick-slide.steps_item.is-second {
  flex: auto;
}

.slider-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  height: 400px !important;
}

.div-block {
  min-height: 260px;
}

.hide {
  display: none;
}

.select-menu {
  opacity: 0;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 24px;
  display: none;
  position: absolute;
  top: 70px;
  right: 24px;
  transform: translate(0, -30px);
  box-shadow: 0 2px 5px #0000000d;
}

.select-title {
  color: #293133;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.list-container {
  float: left;
  min-width: 200px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-user {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 40px;
  display: flex;
  position: relative;
}

.list-item {
  width: 100%;
  text-decoration: none;
}

.list-item.w--current {
  font-weight: 700;
}

.team_choice {
  font-size: 24px;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  .uncode-styleguide_4col {
    grid-template-columns: 1fr;
  }

  .btn-text {
    font-size: 1.6rem;
  }

  .uncode-styleguide_2col, .uncode-styleguide_3col {
    grid-template-columns: 1fr;
  }

  .section.is-home {
    background-position: 100% 101%;
    background-size: 101%;
  }

  .section.is-img {
    padding-bottom: 160px;
  }

  .hero_logos {
    margin-bottom: -10px;
  }

  .text-size-large {
    font-size: 20px;
  }

  .v-large {
    height: 48px;
  }

  .text-size-medium {
    font-size: 20px;
  }

  .v-xxlarge {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  .padding-xxhuge {
    padding: 6rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 2.8rem;
  }

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

  .padding-huge {
    padding: 3rem;
  }

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

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-large {
    padding: 1.6rem;
  }

  .padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .section.is-home {
    background-size: 950px, auto;
  }

  .hero_logos {
    width: 160px;
  }

  .text-size-large {
    font-size: 20px;
  }

  .v-large {
    height: 48px;
  }

  .hero_heading {
    font-size: 42px;
  }

  .team_list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-size-medium {
    font-size: 20px;
  }

  .v-xxlarge {
    height: 100px;
  }

  .intro_heading {
    font-size: 42px;
  }

  .line_first {
    margin-left: -30px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }

  .padding-section-medium {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  ._2col_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._5col_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .padding-medium {
    padding: 1.6rem;
  }

  ._4col_grid, ._3col_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .flex {
    flex-flow: column;
  }

  .section.is-home {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    position: relative;
  }

  .section.is-img {
    padding-bottom: 120px;
  }

  .section.is-prizes {
    padding-top: 60px;
  }

  .hero_logos {
    width: 200px;
  }

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

  .v-large {
    height: 36px;
  }

  .v-medium {
    height: 20px;
  }

  .hero_heading {
    font-size: 36px;
  }

  .team_list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .team_item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .prize-content_wrapper {
    padding: 20px;
  }

  .hero_bg-img {
    width: 150%;
    max-width: none;
    bottom: -40%;
  }

  .text-size-medium {
    font-size: 18px;
  }

  .v-xxlarge {
    height: 64px;
  }

  .razor-down-orange {
    height: 80px;
    margin-top: -60px;
  }

  .intro_heading {
    font-size: 36px;
  }

  .line_first {
    margin-left: 0;
  }

  .topbar {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .topbar_logo {
    order: 1;
  }

  .menu-navigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slick-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd2d-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd32-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd37-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd3c-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd41-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd46-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd4b-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd58-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd5d-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd62-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd67-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd6c-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffd71-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd7a-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd7b-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd80-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd81-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd86-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd87-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd8c-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd8d-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd92-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd93-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd98-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd99-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd9e-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffd9f-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffda4-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffda5-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdaa-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdab-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdb0-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdb1-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdb6-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdb7-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdbc-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdbd-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdc5-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffdc7-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe2c-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe2d-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe2e-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe30-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe41-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe51-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe53-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe56-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe58-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe5b-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe5d-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe60-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe62-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe65-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe67-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe6a-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe6c-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe72-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe73-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe74-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe76-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe78-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe79-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe7a-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe7c-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe7e-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe7f-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe80-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe82-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe84-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe85-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe86-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe88-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe8a-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe8b-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe8c-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe8e-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe90-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe91-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe92-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe94-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe96-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe97-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe98-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe9a-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe9c-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffe9d-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffe9e-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffea0-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffea2-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffea3-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffea4-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffea6-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffea8-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffea9-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffeaa-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffeac-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffeae-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffeaf-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffeb0-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffeb2-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffeb4-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffeb5-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffeb6-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffeb8-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffec0-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffec3-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffec4-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffec6-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffec9-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffeca-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffecb-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffecd-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffed0-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffed1-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffed2-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffed3-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffed5-6a269663 {
  justify-self: start;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffed8-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffed9-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffeda-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffedb-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdffedc-6a269663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d92802-b175-bfe3-7ec8-16101bdffefc-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdfff02-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdfff08-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdfff0e-6a269663, #w-node-c9d92802-b175-bfe3-7ec8-16101bdfff13-6a269663, #w-node-_430a2c87-8b2d-9197-616d-954b3876e373-6a269663, #w-node-_6401ea67-f513-bc26-d611-5e55259823b4-6a269663, #w-node-_5eddc205-4396-8030-2113-6b12161be378-6a269663, #w-node-d56a8800-a8a4-9bd5-3a11-b98f78660197-6a269663 {
  justify-self: start;
}


@font-face {
  font-family: 'JET Sans';
  src: url('../fonts/JETSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JET Sans';
  src: url('../fonts/JETSans-ExtraBlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'JET Sans';
  src: url('../fonts/JETSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'JET Sans';
  src: url('../fonts/JETSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}