@font-face {
  font-family: CoFo Weather;
  src: url('../fonts/CoFoWeather20240219-NormalRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CoFo Weather;
  src: url('../fonts/CoFoWeather20240219-NormalMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CoFo Weather;
  src: url('../fonts/CoFoWeather20240219-NormalBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cofoweather 20240219";
  src: url('../fonts/CoFoWeather20240219-ExtendedBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cofoweather 20240219";
  src: url('../fonts/CoFoWeather20240219-ExtendedRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cofoweather 20240219";
  src: url('../fonts/CoFoWeather20240219-ExtendedMedium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --lightest-grey: #ebeff3;
  --dark-grey: #010101;
  --link-color--link-primary\<deleted\|relume-variable-link-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --text-color--text-primary\<deleted\|relume-variable-text-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --green: #73e553;
  --grey: #181919;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --background-color--background-success\<deleted\|relume-variable-background-color-6\>: var(--base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>);
  --text-color--text-success\<deleted\|relume-variable-text-color-4\>: var(--base-color-system--success-green\<deleted\|relume-variable-system-color-1\>);
  --background-color--background-error\<deleted\|relume-variable-background-color-8\>: var(--base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>);
  --text-color--text-error\<deleted\|relume-variable-text-color-5\>: var(--base-color-system--error-red\<deleted\|relume-variable-system-color-5\>);
  --transparent: #0000;
  --lighter-grey: #8d9092;
  --white: white;
  --black: #000;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>: #ecfdf3;
  --base-color-system--success-green\<deleted\|relume-variable-system-color-1\>: #027a48;
  --base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>: #fef3f2;
  --base-color-system--error-red\<deleted\|relume-variable-system-color-5\>: #b42318;
}

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  background-color: var(--lightest-grey);
  color: var(--dark-grey);
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: CoFo Weather, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.max-width-360 {
  width: 100%;
  max-width: 22.5rem;
}

.page-wrapper {
  width: 100%;
}

.max-width-320 {
  width: 100%;
  max-width: 20rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  width: 100%;
  height: 100%;
}

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

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

.margin-16 {
  margin: 1rem;
}

.margin-24 {
  margin: 1.5rem;
}

.margin-32 {
  margin: 2rem;
}

.margin-48 {
  margin: 3rem;
}

.margin-64 {
  margin: 4rem;
}

.margin-80 {
  margin: 5rem;
}

.margin-96 {
  margin: 6rem;
}

.margin-112 {
  margin: 7rem;
}

.margin-160 {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-16 {
  padding: 1rem;
}

.padding-24 {
  padding: 1.5rem;
}

.padding-32 {
  padding: 2rem;
}

.padding-48 {
  padding: 3rem;
}

.padding-64 {
  padding: 4rem;
}

.padding-80 {
  padding: 5rem;
}

.padding-96 {
  padding: 6rem;
}

.padding-112 {
  padding: 7rem;
}

.padding-160 {
  padding: 10rem;
}

.margin-top, .margin-top.margin-0 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-0 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-40 {
  margin-bottom: 2.5rem;
}

.margin-bottom.margin-12 {
  margin-bottom: .75rem;
}

.margin-left, .margin-left.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-0 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-top-auto {
  margin-top: auto;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.heading-style-h5 {
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.text-color-lightest-grey-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h1.text-color-lightest-grey-2.is-how-text {
  max-width: 28rem;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border-style: solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>) var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>) black;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  padding: .31rem 1rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
}

.button.is-icon {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 3.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 42.88rem;
  padding: 1.75rem 2.5rem;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

.button.is-arrow-green {
  border-style: none;
  border-color: var(--green);
  background-color: var(--green);
  color: var(--dark-grey);
  border-radius: 3.75rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button.is-arrow-green:hover {
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
}

.button.is-arrow-green.is-footer {
  background-color: var(--grey);
  color: var(--lightest-grey);
  width: 20rem;
}

.button.is-arrow-green.is-footer:hover {
  background-color: var(--green);
  color: var(--dark-grey);
}

.button.is-arrow-white {
  border: 2px solid var(--dark-grey);
  background-color: var(--lightest-grey);
  color: var(--dark-grey);
  border-radius: 3.75rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button.is-arrow-white:hover {
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
}

.button.is-arrow-black {
  border: 2px solid var(--lightest-grey);
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
  border-radius: 3.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 42.88rem;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button.is-arrow-black:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--dark-grey);
}

.button.is-nav-button {
  grid-column-gap: .63rem;
  color: #fff;
  background-color: #303131;
  border-color: #000;
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .88rem 1.25rem;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: .88rem;
  font-weight: 700;
  display: flex;
}

.button.is-nav-button:hover {
  background-color: var(--green);
  color: var(--dark-grey);
}

.button.is-cookie {
  grid-column-gap: 1.5rem;
  border-style: none;
  border-color: var(--green);
  background-color: var(--green);
  color: var(--dark-grey);
  cursor: pointer;
  border-radius: 3.75rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button.is-cookie:hover {
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
}

.rl-styleguide_effects {
  display: none;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.background-color-ligth-grey {
  background-color: var(--lightest-grey);
}

.text-weight-semibold {
  font-weight: 600;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-dark-grey {
  color: var(--dark-grey);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-dark-grey {
  background-color: var(--dark-grey);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--green);
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  -webkit-text-stroke-color: black;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding: .63rem 1.5rem;
}

.padding-global.padding-section-nominant {
  padding-top: 1.88rem;
  padding-bottom: 3.75rem;
}

.padding-global.padding-section-how, .padding-global.padding-section-bid {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}

.padding-global.padding-section-footer {
  padding: 1.88rem 1.5rem 0;
}

.padding-global.padding-section-cookie {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 1.88rem;
  display: flex;
}

.padding-global.padding-section-item {
  padding: 3.75rem 7.88rem;
}

.padding-global.padding-section-template-all {
  padding-top: 5.3rem;
}

.padding-global.padding-section-faq, .padding-global.padding-section-expert {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}

.padding-global.padding-section-margue {
  width: 100%;
  height: 100%;
  padding: 1.31rem 0 1.69rem;
}

.padding-global.padding-section-what {
  width: 100%;
  height: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.88rem;
}

.padding-global.padding-section-h-hero {
  width: 100%;
  height: 100%;
  padding-top: 5.3rem;
  padding-bottom: 1.88rem;
}

.padding-global.padding-section-h-collections {
  width: 100%;
  padding-top: 2.5rem;
}

.padding-global.padding-section-what {
  padding-top: 1.25rem;
  padding-bottom: 1.88rem;
}

.padding-global.padding-section-h-hero {
  height: 100%;
  padding-top: 5.3rem;
  padding-bottom: 1.88rem;
}

.padding-global.padding-section-margue {
  padding: 1.31rem 0 1.69rem;
}

.padding-global.padding-section-bid {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}

.padding-global.padding-section-h-collections {
  padding-top: 2.5rem;
}

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

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

.spacer-4 {
  width: 100%;
  padding-top: .25rem;
}

.spacer-8 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-16 {
  width: 100%;
  padding-top: 1rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-green {
  background-color: var(--green);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.text-color-lightest-grey {
  color: var(--lightest-grey);
}

.text-color-green {
  color: var(--green);
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|relume-variable-background-color-6\>);
  color: var(--text-color--text-success\<deleted\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|relume-variable-background-color-8\>);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.container-cookie {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section_h-hero {
  min-height: 46.25rem;
  margin-bottom: 1.88rem;
}

.section_h-hero.m.desk {
  width: 100%;
  height: 100%;
}

.h-hero_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_navbar {
  z-index: 100;
  background-color: var(--transparent);
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-embed-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.is-h-hero {
  z-index: 1;
  position: relative;
}

.image.is-bid-auto {
  z-index: 1;
  width: auto;
  position: relative;
}

.navbar_component {
  background-color: var(--dark-grey);
  border-radius: 3.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: .5rem;
  display: flex;
  box-shadow: 0 10px 5px 5px #0000000d;
}

.h-hero-gif {
  z-index: 0;
  width: 11rem;
  height: 7.6rem;
  position: absolute;
  inset: 16% auto auto 35%;
}

.section_marque {
  background-color: var(--dark-grey);
  overflow: hidden;
}

.margue_component {
  grid-column-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.margue_computer-embed {
  flex: none;
  width: 3.13rem;
  height: 3.25rem;
  display: block;
}

.heading-style-h1-bold {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.text-m-ext {
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-m-ext.is-bid-head {
  max-width: 41.2rem;
}

.text-m-norm {
  font-family: CoFo Weather, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-s-ext {
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-s-ext.text-color-lightest-grey.is-mobile {
  font-size: 1.5rem;
}

.text-s-ext.text-color-lightest-grey.is-mobile.desk {
  display: block;
}

.text-s-ext.mob {
  display: none;
}

.text-s-norm {
  font-family: CoFo Weather, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-s-norm.text-color-lightest-grey.mob {
  display: none;
}

.text-s-norm.is-green {
  color: var(--green);
}

.text-xs-norm {
  font-family: CoFo Weather, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.text-xs-norm.text-color-lighter-grey {
  font-size: .875rem;
}

.text-xs-norm.text-color-lighter-grey.is-footer-text-link:hover {
  color: var(--green);
}

.text-xs-norm.is-cookie-text-2 {
  max-width: 19rem;
}

.text-margue {
  color: var(--lightest-grey);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.nominant-card {
  grid-row-gap: 24px;
  background-color: #181919;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nominant_image {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  inset: -2rem 1.25rem auto auto;
}

.nominant_image.is-cool {
  width: 9.15rem;
  margin-bottom: 0;
  position: static;
}

.nominant_image.is-cool._2 {
  width: 7.5rem;
  height: 8rem;
  margin-bottom: 0;
}

.nominant_image.is-cool {
  width: 9.13rem;
}

.navbar-logo {
  color: var(--lightest-grey);
  width: 4.94rem;
  height: 1.25rem;
}

.navbar-logo:hover {
  color: var(--green);
}

.navbar-link {
  color: var(--lightest-grey);
  cursor: pointer;
  padding: .84rem 1.25rem;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.navbar-link:hover, .navbar-link.w--current {
  color: var(--green);
}

.menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.icon-arrow-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.margue-css {
  position: fixed;
  inset: 0% auto auto 0%;
}

.marquee-content {
  grid-column-gap: 1.5rem;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: visible;
}

.prize-card_left-content {
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20.44rem;
  margin-right: 1.88rem;
  display: flex;
}

.text-color-lighter-grey {
  color: var(--lighter-grey);
}

.how_component {
  border: 2px solid var(--dark-grey);
  border-radius: 3.13rem;
  padding: 3.75rem;
}

.how_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.25rem;
  display: flex;
}

.how-wrapper-heading {
  grid-column-gap: 3.75rem;
  background-color: var(--dark-grey);
  border-radius: 3.125rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3.75rem;
  display: flex;
}

.how-text {
  color: var(--lightest-grey);
  width: 16.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.how-row_content {
  grid-column-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.how_button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-down_december-wrapper {
  width: 27.2rem;
}

.max-width-how {
  width: 100%;
  max-width: 15.9rem;
}

.expert_component {
  background-color: var(--dark-grey);
  border-radius: 3.13rem;
  padding: 3.75rem;
}

.expert_green-wrapper {
  grid-column-gap: 3.75rem;
  background-color: var(--green);
  border-radius: 3.13rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.75rem;
  display: flex;
}

.expert_label {
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
  border-radius: 2.5rem;
  padding: .56rem 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.expert_card-content.is-1 {
  max-width: 30.4rem;
}

.expert_card-content.is-2.mob {
  display: none;
}

.expert_card-content.is-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-width-expert {
  max-width: 34.9rem;
}

.bid_component {
  border: 2px solid var(--dark-grey);
  border-radius: 3.13rem;
  padding: 3.75rem;
}

.section_footer {
  overflow: hidden;
}

.bid_head {
  margin-bottom: 2.5rem;
  position: relative;
}

.bid-gif {
  width: 11.44rem;
  height: 7.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bid_card-wrapper {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: flex-start stretch;
  max-height: 37.5rem;
  margin-bottom: 3.75rem;
  display: flex;
}

.bid-card_dropdown-1 {
  background-color: var(--green);
  border-radius: 2.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.max-width-bid-card {
  width: 100%;
  max-width: 15.3rem;
}

.max-width-bid-card.is-1 {
  max-width: 20rem;
}

.max-width-bid-card.is-2 {
  max-width: 10.9rem;
}

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

.footer_component {
  z-index: 1;
  background-color: var(--dark-grey);
  border-radius: 3.13rem;
  margin-bottom: -4.3rem;
  padding: 3.75rem;
  position: relative;
}

.footer_image {
  width: 100%;
  height: 14.44rem;
}

.faq_component {
  border: 2px solid var(--dark-grey);
  border-radius: 3.13rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.add-ons_component {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.add-ons_accordion {
  display: block;
}

.add-ons_accordion.add-ons_js-accordion {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.add-ons_accordion-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.add-ons_accordion-item {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  border-bottom: 2px solid #010101;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  transition: all .3s ease-in-out;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  opacity: 1;
  background-color: #f5f5f71a;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  background-color: #f5f5f71a;
}

.add-ons_accordion-item.add-ons_js-accordion-item.is-last {
  border-bottom-style: none;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  cursor: default;
  padding-bottom: 2.5rem;
  padding-left: 9.7rem;
  padding-right: 11.25rem;
}

.add-ons_title-icon-wrapper {
  border: 2px solid var(--dark-grey);
  border-radius: 100vw;
  flex: none;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: auto;
  padding: 1.06rem;
  transition: all .6s cubic-bezier(.86, 0, .07, 1);
  position: relative;
}

.add-ons_title-icon-wrapper.active {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
  transform: rotate(90deg);
}

.faq-number {
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
  text-transform: uppercase;
  border-radius: 2.5rem;
  margin-right: 3.75rem;
  padding: 1.25rem 2.13rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer_card-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

.footer-card-link {
  background-color: var(--grey);
  color: var(--lighter-grey);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 9.75rem;
  height: 7.5rem;
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-card-link:hover {
  background-color: var(--lightest-grey);
  color: var(--green);
}

.footer_card-arrow {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.footer_wrapper {
  grid-column-gap: 5.75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: flex;
}

.footer_button {
  margin-right: auto;
}

.footer_head-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: flex;
}

.footer_up-rigth {
  width: 24.3rem;
}

.footer_up-left {
  width: 14.8rem;
}

.expert_dropdown {
  background-color: var(--grey);
  border-radius: 3.13rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.25rem;
  padding: 3.75rem;
  display: flex;
}

.expert-head {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expert-body {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expert-image {
  border-radius: 40px;
  width: 100%;
  height: 17.06rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.expert_body-inner {
  width: 100%;
  height: auto;
  padding-top: 3.75rem;
}

.expert_circle-arrow {
  background-color: var(--green);
  color: var(--dark-grey);
  border-radius: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 1.06rem;
  display: flex;
}

.bid-card_head-2 {
  cursor: pointer;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bid-card_body-inner {
  height: 100%;
  padding-top: 2.5rem;
}

.bid-card_slider {
  background-color: var(--lightest-grey);
  pointer-events: auto;
  background-image: url('../images/pattern_1pattern.png');
  background-position: 50%;
  background-size: 48px;
  border-radius: 2.5rem;
  width: 100%;
  max-width: 34.13rem;
  height: 22.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper.bid-swiper {
  width: 100%;
  height: 100%;
}

.swiper.expert-swiper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.swiper-wrapper.bid-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.swiper-wrapper.expert_card-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.swiper-slide.bid-slide {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.expert-card {
  flex-flow: column;
  display: flex;
}

.swiper-buttons {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper-left-button {
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.swiper-right-button {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.swiper-arrow {
  background-color: var(--dark-grey);
  border-radius: 100vw;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.swiper-arrow:hover {
  background-color: var(--green);
}

.swiper-arrow.is-right {
  transform: rotate(180deg);
}

.bid-card_dropdown-2 {
  background-color: var(--dark-grey);
  border-radius: 2.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.bid_circle-arrow-1 {
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
  border-radius: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 1.06rem;
  display: flex;
}

.bid-card_body-1 {
  overflow: hidden;
}

.bid-card_body-2 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.bid-card_body-inner-1 {
  padding-top: 2.5rem;
}

.bid-card_heading-grow {
  width: 13.3rem;
  margin-bottom: 1.5rem;
}

.bid-card_head-1 {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bit-card_heading-grow-2 {
  grid-column-gap: .63rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 27.3rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.icon-embed-bid {
  flex: none;
  width: .88rem;
  height: .88rem;
}

.nominant-head {
  grid-column-gap: 3.75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  margin-right: auto;
  display: flex;
}

.footer_privacy-grid {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center start;
  max-width: 52.13rem;
  display: flex;
}

.section_cookie {
  z-index: 999;
  cursor: not-allowed;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie_component {
  background-color: var(--lightest-grey);
  cursor: default;
  border-radius: 1.88rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.55rem;
  display: block;
  overflow: hidden;
}

.cookie-text {
  margin-bottom: 1.25rem;
}

.section_item {
  border-bottom: 2px solid var(--dark-grey);
  background-image: url('../images/pattern_1pattern.png');
  background-position: 50% 0;
  background-size: 48px;
}

.item_component {
  background-color: var(--lightest-grey);
  border-radius: 3.13rem;
  padding: 3.75rem;
}

.item-name {
  border: 2px solid var(--dark-grey);
  text-align: center;
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  padding: 1.13rem 8.81rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.item_content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3.75rem;
  display: grid;
}

.item-label {
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
  border-radius: 2.5rem;
  margin-bottom: .75rem;
  padding: .19rem .75rem;
  font-size: .75rem;
  font-weight: 500;
}

.item-text-content {
  text-align: left;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31.25rem;
  height: 31.25rem;
  display: flex;
}

.item_wrapper {
  grid-column-gap: 3.75rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.item_image-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 31.25rem;
  height: 100%;
  display: flex;
}

.item_content-wrapper {
  max-width: 31.75rem;
  position: sticky;
  top: 3.75rem;
}

.section_h-collections {
  background-image: url('../images/pattern_1pattern.png');
  background-position: 50% 0;
  background-size: 48px;
  border-bottom: 2px solid #000;
}

.h-item-card {
  color: #000;
  width: 20.81rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.h-item_image {
  background-color: var(--white);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20.81rem;
  margin-bottom: .63rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h-item_name {
  border: 2px solid var(--dark-grey);
  background-color: var(--transparent);
  color: var(--dark-grey);
  text-align: center;
  white-space: nowrap;
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.13rem 3.31rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.h-collections_head {
  background-color: var(--dark-grey);
  border-radius: 3.13rem;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 3.75rem;
  display: block;
  overflow: hidden;
}

.h-collections_inner {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-collections_green-label {
  background-color: var(--green);
  border-radius: 2.5rem;
  margin-right: 3.75rem;
  padding: .56rem 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.h-collection_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3.75rem;
  display: flex;
}

.h-collection_button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
}

.h-collection_button {
  width: 42.88rem;
}

.h-item_likes-label {
  grid-column-gap: .63rem;
  background-color: var(--dark-grey);
  color: var(--lightest-grey);
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 10.5rem;
  height: 3.75rem;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 1.25rem 1.25rem auto;
}

.h-item_likes-label.is-hide {
  display: none;
}

.icon-like {
  width: 2.38rem;
  height: 2.25rem;
}

.section_template-all {
  border-bottom: 1px solid var(--dark-grey);
  background-image: url('../images/pattern_1pattern.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 48px;
}

.template-all_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3.75rem;
  display: flex;
}

.item_button-back {
  color: var(--dark-grey);
  width: 1.56rem;
  height: 1.56rem;
  text-decoration: none;
  transition: all .4s ease-out;
  display: block;
  position: fixed;
  inset: 1.88rem 1.88rem auto auto;
}

.item_button-back:hover {
  color: var(--lighter-grey);
}

.template-all_head {
  background-color: var(--dark-grey);
  border-radius: 3.13rem;
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 1.25rem;
  display: block;
  overflow: hidden;
}

.collection-list_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.h-item_price {
  background-color: var(--dark-grey);
  color: var(--lighter-grey);
  border-radius: 3.13rem;
  padding: .38rem .75rem;
  font-size: .88rem;
  font-weight: 700;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.h-item_component, .template_image-wrapper {
  display: none;
}

.footer_image-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-left: -1.5rem;
  display: flex;
}

.h-collection_head {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.h-collection_left-text {
  max-width: 38.38rem;
}

.h-collection_right-text {
  max-width: 31.75rem;
}

.faq_head {
  margin-bottom: 2.5rem;
  padding-top: 3.75rem;
  padding-left: 3.75rem;
}

.mob-marque, .mob-expert-buttons {
  display: none;
}

.footer_up-arrow {
  color: var(--lighter-grey);
  cursor: pointer;
  width: 1.56rem;
  height: 1.56rem;
  position: absolute;
  inset: auto 3.75rem 3.44rem auto;
}

.footer_up-arrow:hover {
  color: var(--green);
}

.text-link-green {
  color: var(--green);
  cursor: pointer;
  text-decoration: none;
}

.text-link-green:hover {
  text-decoration: underline;
}

.mobile-margue-css {
  position: fixed;
  inset: 0% auto auto 0%;
}

.collection_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-items: flex-start;
  display: grid;
}

.mobile-slider {
  width: 100%;
  max-width: 31.25rem;
  height: auto;
  display: block;
}

.section_navbar-2, .section_navbar-3 {
  z-index: 100;
  background-color: #0000;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.section_navbar-3._2 {
  -webkit-text-stroke-color: #ebeff300;
}

.how_down-wrapper-2 {
  background-color: #010101;
  border-radius: 3.13rem;
  margin-bottom: 1.25rem;
  padding: 3.75rem;
  position: relative;
  overflow: hidden;
}

.how_component-2 {
  border: 2px solid #010101;
  border-radius: 3.13rem;
  padding: 3.75rem;
}

.nominan-head-card_label_box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.nominan-head-card_label_box.is-2 {
  grid-column-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-2 {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  padding: .31rem 1rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
}

.button-2.is-arrow-green {
  color: #010101;
  background-color: #73e553;
  border-style: none;
  border-color: #73e553;
  border-radius: 3.75rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-2.is-arrow-green:hover {
  color: #ebeff3;
  background-color: #010101;
}

.button-2.is-arrow-green.is-footer {
  color: #ebeff3;
  background-color: #181919;
  width: 20rem;
}

.button-2.is-arrow-green.is-footer:hover {
  color: #010101;
  background-color: #73e553;
}

.button-2.is-cookie {
  grid-column-gap: 1.5rem;
  color: #010101;
  cursor: pointer;
  background-color: #73e553;
  border-style: none;
  border-color: #73e553;
  border-radius: 3.75rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-2.is-cookie:hover {
  color: #ebeff3;
  background-color: #010101;
}

.button-2.is-arrow-black {
  color: #ebeff3;
  background-color: #010101;
  border: 2px solid #ebeff3;
  border-radius: 3.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 42.88rem;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-2.is-arrow-black:hover {
  color: #010101;
  background-color: #73e553;
  border-color: #73e553;
}

.button-2.is-arrow-white {
  color: #010101;
  background-color: #ebeff3;
  border: 2px solid #010101;
  border-radius: 3.75rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-2.is-arrow-white:hover {
  color: #ebeff3;
  background-color: #010101;
}

.button-2.is-nav-button {
  grid-column-gap: .63rem;
  color: #fff;
  background-color: #303131;
  border-color: #000;
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .88rem 1.25rem;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: .88rem;
  font-weight: 700;
  display: flex;
}

.button-2.is-nav-button:hover {
  color: #010101;
  background-color: #73e553;
}

.nominant_head_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  height: 65%;
}

.nominan-head-card_image_wr {
  border-radius: 1.25rem;
  flex: 0 auto;
  width: 14.38rem;
  height: 100%;
  overflow: hidden;
}

.swiper-arrow-2 {
  background-color: #010101;
  border-radius: 100vw;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.swiper-arrow-2:hover {
  background-color: #73e553;
}

.swiper-arrow-2.is-right {
  transform: rotate(180deg);
}

.text-xs-norm-2 {
  letter-spacing: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-xs-norm-2.text-color-lighter-grey {
  color: #8d9092;
}

.bid-card_grid-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.navbar-link-2 {
  color: #ebeff3;
  cursor: pointer;
  padding: .84rem 1.25rem;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.navbar-link-2:hover, .navbar-link-2.w--current {
  color: #73e553;
}

.flex-block-3 {
  flex-flow: row;
  width: 41.6875rem;
}

.footer_up-arrow-2 {
  color: #8d9092;
  cursor: pointer;
  width: 1.56rem;
  height: 1.56rem;
  position: absolute;
  inset: auto 3.75rem 3.44rem auto;
}

.footer_up-arrow-2:hover {
  color: #73e553;
}

.nominan-head-card-image {
  flex: 0 auto;
  width: 14.38rem;
  height: 100%;
}

.nominan-head-card-image.is-2 {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.nominant_component-2 {
  background-color: #010101;
  border-radius: 3.13rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.75rem;
  display: flex;
}

.what_card-2 {
  border: 2px solid #010101;
  border-radius: 3.13rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 13.3438rem;
  padding: 3.75rem;
  display: flex;
}

.what_card-2.is-second {
  background-color: #73e553;
  border-width: 0;
  width: 100%;
  height: 100%;
  min-height: 26.251rem;
}

.what_card-2.is-third {
  color: #fff;
  background-color: #000;
}

.winner-slider_card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.winner-slider_nomination {
  text-align: center;
  border: .125rem solid #010101;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.h-hero_logo-image-2 {
  width: 46.69rem;
  height: 7.5rem;
  margin-bottom: 3.75rem;
}

.h-hero_image-wrapper-2 {
  width: 42vw;
  max-width: 34.38rem;
  height: 31vw;
  max-height: 25rem;
  position: absolute;
  inset: auto 5.19rem 0 auto;
}

.text-link-black-2 {
  color: #010101;
}

.text-link-black-2:hover {
  color: #73e553;
}

.h-collections_component-2 {
  width: 100%;
}

.how-gif-2 {
  width: 12.75rem;
  height: 16.19rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.h-hero_text-content-2 {
  color: #ebeff3;
  width: 100%;
  max-width: 25.81rem;
  height: 100%;
}

.nominant-heading-2 {
  max-width: 35.375rem;
}

.text-m-ext-2 {
  margin-bottom: 0;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.expert_label-2 {
  color: #ebeff3;
  background-color: #010101;
  border-radius: 2.5rem;
  padding: .56rem 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.expert_label-2.is-green {
  color: #010101;
  background-color: #73e553;
  margin-right: 3.75rem;
}

.h-hero_six-label-2 {
  color: #8d9092;
  background-color: #181919;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 1.875rem;
  padding: .38rem .75rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 1.88rem 1.88rem auto auto;
}

.nominant_black-label {
  color: #73e553;
  background-color: #010101;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .56rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.h-hero_text-2 {
  width: 22.1rem;
  height: auto;
  display: block;
  position: absolute;
  inset: 3.75rem 7.06rem auto auto;
}

.how-row-2 {
  grid-column-gap: 3rem;
  border-bottom: 2px solid #010101;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .63rem 3.5rem;
  display: flex;
}

.how-row-2.is-last {
  border-bottom-style: none;
}

.how-it-work_wrapper-heading {
  grid-column-gap: 3.75rem;
  background-color: #010101;
  border-bottom-right-radius: 3.13rem;
  border-bottom-left-radius: 3.13rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem;
  display: flex;
}

.section_h-hero-2 {
  min-height: 46.25rem;
  margin-bottom: 1.88rem;
}

.section_h-hero-2.m {
  padding-top: .625rem;
}

.section_h-hero-2.m.mob {
  display: none;
}

.nominant_head_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0px;
  grid-template-rows: min-content;
  grid-template-columns: 2fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 2.5rem;
  display: grid;
}

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

.l_arrow {
  border: .125rem solid #ebeff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  inset: 3.75rem 8.75rem auto auto;
}

.winners_slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.nominant_card-2 {
  cursor: pointer;
  background-color: #181919;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 23.4375rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.winner-slider_image-wr {
  border-radius: 2.5rem;
  width: 20.8rem;
  height: 20.8125rem;
  position: relative;
  overflow: hidden;
}

.nominant_card-text-wr {
  flex-flow: row;
  width: 100%;
}

.text-s-norm_link {
  color: #010101;
  text-decoration: underline;
}

.nominant_green-label-2 {
  background-color: #73e553;
  border-radius: 2.5rem;
  padding: .56rem 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.how-number-2 {
  color: #ebeff3;
  text-transform: uppercase;
  background-color: #010101;
  border-radius: 2.5rem;
  padding: 1.25rem 2.13rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.how-it-work_text_wr {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #ebeff3;
  flex-flow: column;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.winner_slider_cheap {
  color: #8d9092;
  background-color: #010101;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 1.875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.nominant_grid-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.s_arrow {
  width: .90625rem;
  height: 1.63375rem;
}

.faq-number-2 {
  color: #ebeff3;
  text-transform: uppercase;
  background-color: #010101;
  border-radius: 2.5rem;
  margin-right: 3.75rem;
  padding: 1.25rem 2.13rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin_h3 {
  padding-right: 20%;
}

.margin_h3._0 {
  padding-right: 0%;
}

.nominant_label {
  grid-column-gap: .63rem;
  color: #ebeff3;
  white-space: nowrap;
  background-color: #010101;
  border-radius: 1.88rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 3.75rem;
  margin-bottom: 1.5rem;
  padding: 1.56rem 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.nominant_label.is-2 {
  color: #010101;
  text-align: center;
  white-space: normal;
  background-color: #73e553;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 1.25rem 3.125rem;
}

.nominant_label.is-2.mob, .slide-nav {
  display: none;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.h1.text-color-lightest-grey-2 {
  color: #ebeff3;
}

.nominant-cards_content-block {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: center;
}

.h-collections_head-2 {
  background-color: #010101;
  border-radius: 3.13rem;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 3.75rem;
  display: block;
  overflow: hidden;
}

.h-collections_head-2.mob {
  display: none;
}

.navbar_component-2 {
  background-color: #010101;
  border-radius: 3.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: .5rem;
  display: flex;
  box-shadow: 0 10px 5px 5px #0000000d;
}

.icon-embed-digitalrazor {
  flex: none;
}

.bid_circle-arrow-2-2 {
  color: #010101;
  background-color: #73e553;
  border-radius: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 1.06rem;
  display: flex;
}

._12px {
  color: #8d9092;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  font-size: .75rem;
}

.winners-slider_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-bottom: 1.25rem;
}

.h-hero_component-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  display: flex;
}

.how-it-work_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid #010101;
  border-radius: 3.13rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.text-link-green-2 {
  color: #73e553;
  cursor: pointer;
  text-decoration: none;
}

.text-link-green-2:hover {
  text-decoration: underline;
}

.footer_component-2 {
  z-index: 1;
  background-color: #010101;
  border-radius: 3.13rem;
  margin-bottom: -4.3rem;
  padding: 3.75rem;
  position: relative;
}

.righ_arrow {
  border: .125rem solid #ebeff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  inset: 3.75rem 3.75rem auto auto;
}

.winner-slider_nomination_wr {
  width: 100%;
}

.text-color-lightest-grey-2 {
  color: #ebeff3;
}

.h-hero_label-2 {
  color: #ebeff3;
  background-color: #181919;
  border-radius: 2.5rem;
  height: auto;
  padding: 1.25rem;
  font-weight: 700;
  position: absolute;
  inset: auto auto 3.75rem 3.75rem;
}

.how-it-work_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.25rem;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.h3.text-color-lightest-grey-2 {
  color: var(--lightest-grey);
}

.h3.mob {
  display: none;
}

.how_down-inner-2 {
  grid-column-gap: 3.75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h-hero-2 {
  background-color: #010101;
  border-radius: 3.13rem;
  height: 33.75rem;
  margin-bottom: .63rem;
  padding: 3.75rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.h-hero-2.m {
  width: 100%;
}

.how-it-work_wrapper-heading_image {
  width: 12.25rem;
  height: 8.25rem;
}

.text-s-norm-2 {
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 120%;
}

.text-s-norm-2.text-color-lightest-grey-2 {
  color: #ebeff3;
}

.navbar-logo-2 {
  color: #ebeff3;
  width: 4.94rem;
  height: 1.25rem;
}

.navbar-logo-2:hover {
  color: #73e553;
}

.h-hero_btn-wrapper-2 {
  grid-column-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.nominantt-head-card {
  background-color: #73e553;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 39.13rem;
  padding: 1.25rem;
  display: flex;
}

.nominantt-head-card.is-2 {
  background-color: #ebeff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.d {
  color: var(--lightest-grey);
  margin-bottom: 0;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.d.text-color-lighter-grey {
  color: #8d9092;
}

.nominan-head-card {
  background-color: #73e553;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 39.13rem;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.bid-number-2 {
  color: #ebeff3;
  background-color: #010101;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  padding: .38rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.footer-card-link-2 {
  color: #8d9092;
  background-color: #181919;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 9.75rem;
  height: 7.5rem;
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-card-link-2:hover {
  color: #73e553;
  background-color: #ebeff3;
}

.what-gif-2 {
  flex: none;
  width: 16.875rem;
  height: 10.6875rem;
}

.what_component-2 {
  grid-template: "Area"
                 "Area"
                 / 1fr 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.slide {
  margin-right: 1.25rem;
}

.cookie_component-2 {
  cursor: default;
  background-color: #ebeff3;
  border-radius: 1.88rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.55rem;
  display: block;
  overflow: hidden;
}

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

.winners_section.mob {
  display: none;
}

.nominan-head-card_label_wr {
  grid-column-gap: .63rem;
  color: #ebeff3;
  white-space: nowrap;
  background-color: #010101;
  border-radius: 1.88rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 3.75rem;
  padding: 1.56rem 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.nominan-head-card_label_wr.is-2 {
  color: #010101;
  text-align: center;
  white-space: normal;
  background-color: #73e553;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.nominan-head-card_label_wr.black.mobile {
  display: none;
}

.nominan-head-card_label_wr.black.winner-slider_mask {
  justify-content: center;
  align-items: center;
}

.winner-slider_image {
  width: 100%;
  height: 100%;
}

.bold-text-3 {
  font-weight: 400;
}

.nominant-wr_box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
}

.prize-content-2 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 1.56rem;
  display: flex;
}

.prize-content-2.is-2 {
  grid-column-gap: .63rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-7.container-cookie {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.container-7.container-h-hero {
  height: 100%;
}

.footer_up-rigth-2 {
  width: 31.4375rem;
}

.how_green-label-2 {
  background-color: #73e553;
  border-radius: 2.5rem;
  padding: .56rem 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq_acc {
  display: none;
}

._30 {
  width: 33%;
}

.section_h-collections-copy {
  background-image: url('../images/pattern_1pattern.png');
  background-position: 50% 0;
  background-size: 48px;
  border-bottom: 2px solid #000;
}

.vote_card_code, .code-embed-4 {
  display: none;
}

.grid {
  display: flex;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-48 {
    margin: 2.5rem;
  }

  .margin-64 {
    margin: 3.5rem;
  }

  .margin-80 {
    margin: 4.5rem;
  }

  .margin-96 {
    margin: 5rem;
  }

  .margin-112 {
    margin: 6rem;
  }

  .margin-160 {
    margin: 7.5rem;
  }

  .padding-48 {
    padding: 2.5rem;
  }

  .padding-64 {
    padding: 3.5rem;
  }

  .padding-80 {
    padding: 4.5rem;
  }

  .padding-96 {
    padding: 5rem;
  }

  .padding-112 {
    padding: 6rem;
  }

  .padding-160 {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global.padding-section-cookie {
    padding-left: 3.13rem;
    padding-right: 3.13rem;
  }

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

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

  .heading-style-h1-bold {
    font-size: 3.25rem;
  }

  .add-ons_accordion.add-ons_js-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    border-radius: 1.6rem;
    width: 100%;
  }

  .add-ons_title-icon-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .section_cookie {
    display: none;
  }

  .cookie_component {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cookie-text {
    white-space: normal;
    margin-right: 0;
  }

  .cookie_component-2 {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-16 {
    margin: .75rem;
  }

  .margin-24 {
    margin: 1.25rem;
  }

  .margin-32 {
    margin: 1.5rem;
  }

  .margin-48 {
    margin: 2rem;
  }

  .margin-64 {
    margin: 2.5rem;
  }

  .margin-80 {
    margin: 3rem;
  }

  .margin-96 {
    margin: 3.5rem;
  }

  .margin-112 {
    margin: 4rem;
  }

  .margin-160 {
    margin: 5rem;
  }

  .padding-16 {
    padding: .75rem;
  }

  .padding-24 {
    padding: 1.25rem;
  }

  .padding-32 {
    padding: 1.5rem;
  }

  .padding-48 {
    padding: 2rem;
  }

  .padding-64 {
    padding: 2.5rem;
  }

  .padding-80 {
    padding: 3rem;
  }

  .padding-96 {
    padding: 3.5rem;
  }

  .padding-112 {
    padding: 4rem;
  }

  .padding-160 {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4 {
    line-height: 1.4;
  }

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

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

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

  .spacer-16 {
    padding-top: .75rem;
  }

  .add-ons_accordion {
    width: 100%;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    margin-top: 0;
    padding-bottom: 1.5rem;
    padding-left: 2.8rem;
  }

  .add-ons_title-icon-wrapper {
    align-items: center;
  }

  .section_cookie {
    display: none;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

  .margin-bottom.margin-24.mob-margin-10 {
    margin-bottom: .63rem;
  }

  .margin-bottom.margin-24.mob-margin-20 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom.margin-40.mob-margin-20 {
    width: 100%;
    margin-bottom: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h2 {
    font-size: 1.88rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h1 {
    font-size: 1.88rem;
  }

  .button.is-arrow-green {
    padding: 1.38rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-arrow-green:hover {
    background-color: var(--green);
    color: var(--dark-grey);
  }

  .button.is-arrow-green.is-footer {
    width: 100%;
    padding: 1.38rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-arrow-white {
    padding: 1.25rem 1.38rem;
    font-size: 1rem;
  }

  .button.is-arrow-white:hover {
    background-color: var(--lightest-grey);
    color: var(--dark-grey);
  }

  .button.is-arrow-black {
    width: 100%;
    padding: 1.38rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-arrow-black:hover {
    border-color: var(--lightest-grey);
    background-color: var(--dark-grey);
    color: var(--lightest-grey);
  }

  .button.is-nav-button {
    margin-top: auto;
  }

  .button.is-cookie {
    padding: 1rem 1.25rem;
    font-size: .88rem;
  }

  .rl-styleguide_header {
    flex-flow: column;
  }

  .padding-global, .padding-global.padding-section-h-hero {
    padding: 0;
  }

  .padding-global.padding-section-nominant {
    padding: 0 0 2.5rem;
  }

  .padding-global.padding-section-how {
    padding: 0 1rem 2.5rem;
  }

  .padding-global.padding-section-bid {
    padding-bottom: 1.88rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-footer {
    padding: 2.5rem 0 0;
  }

  .padding-global.padding-section-cookie {
    height: 100svh;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-item {
    padding: 3.25rem 1rem 3.75rem;
  }

  .padding-global.padding-section-template-all {
    padding-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-navbar {
    padding: .75rem 1rem;
  }

  .padding-global.padding-section-what {
    padding: 1.25rem 1rem 2.5rem;
  }

  .padding-global.padding-section-h-hero {
    padding: 0;
  }

  .padding-global.padding-section-margue {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-global.padding-section-h-collections, .padding-global.padding-section-bid, .padding-global.padding-section-h-collections {
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_h-hero {
    background-color: var(--dark-grey);
    border-bottom-right-radius: 1.88rem;
    border-bottom-left-radius: 1.88rem;
    height: 47.5rem;
    min-height: 47.5rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
  }

  .section_h-hero.m.desk {
    display: none;
  }

  .h-hero_component {
    height: 100%;
    position: relative;
  }

  .section_navbar {
    background-color: var(--dark-grey);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .icon-embed-arrow {
    width: .94rem;
    height: .94rem;
  }

  .navbar_component {
    background-color: var(--transparent);
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h-hero-gif {
    width: 29vw;
    height: 21vw;
    top: 12vw;
    left: 36vw;
  }

  .section_marque {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .margue_computer-embed {
    width: 1.75rem;
    height: 1.75rem;
  }

  .heading-style-h1-bold {
    font-size: 1.88rem;
  }

  .text-m-ext {
    font-size: 1.13rem;
  }

  .text-m-ext.text-color-lightest-grey.is-mobile-s-ext {
    font-size: .88rem;
  }

  .text-m-norm {
    font-size: 1.13rem;
  }

  .text-m-norm.s-norm-mob {
    font-size: .875rem;
  }

  .text-s-ext {
    font-size: .88rem;
  }

  .text-s-ext.text-color-lightest-grey.is-mobile {
    font-size: .875rem;
  }

  .text-s-ext.text-color-lightest-grey.is-mobile.desk, .text-s-ext.desk {
    display: none;
  }

  .text-s-ext.mob {
    display: block;
  }

  .text-s-norm {
    font-size: .88rem;
  }

  .text-s-norm.text-color-lightest-grey.desk {
    display: none;
  }

  .text-s-norm.text-color-lightest-grey.mob {
    display: block;
  }

  .text-s-norm.is-green {
    color: var(--green);
  }

  .text-s-norm.is-bold {
    font-weight: 700;
  }

  .text-s-norm.small {
    font-size: .85rem;
  }

  .text-xs-norm, .text-xs-norm.text-color-lighter-grey.is-footer-text-link {
    font-size: .75rem;
  }

  .text-xs-norm.text-color-lighter-grey.is-footer-hide {
    display: none;
  }

  .text-xs-norm.text-color-lighter-grey.is-footer-diviner {
    margin-left: .63rem;
    margin-right: .63rem;
    font-size: .75rem;
  }

  .text-xs-norm.text-color-lighter-grey.is-footer-text-12, .text-xs-norm.is-cookie-text-2, .text-xs-norm.is-cookie-text-12 {
    font-size: .75rem;
  }

  .text-margue {
    font-size: 1.88rem;
    font-weight: 500;
  }

  .nominant_image {
    width: 5rem;
    height: 5rem;
    top: -.9rem;
  }

  .nominant_image.is-cool._2 {
    width: 3.9375rem;
    height: 4rem;
  }

  .nominant_image.is-cool._3 {
    width: 5.1rem;
    height: 4rem;
  }

  .nominant_image.is-cool {
    width: 6.1rem;
    height: 5rem;
    top: -.5rem;
    right: 1.38rem;
  }

  .navbar-logo {
    z-index: 11;
    width: 3.44rem;
    height: .88rem;
    padding: 0;
  }

  .navbar-menu {
    z-index: 10;
    background-color: var(--dark-grey);
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    padding-top: 12rem;
    padding-bottom: 5.25rem;
  }

  .prize-card_left-content {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .section_how {
    padding-top: 2.5rem;
  }

  .how_component {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .how-wrapper-heading {
    grid-column-gap: 0rem;
    grid-row-gap: .875rem;
    border-radius: 1.88rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem;
  }

  .how-text {
    width: 100%;
    font-size: 1.13rem;
    font-weight: 700;
  }

  .how-row_content {
    grid-column-gap: .25rem;
  }

  .how-down_december-wrapper {
    width: 100%;
  }

  .max-width-how {
    max-width: 12rem;
  }

  .expert_component {
    border-radius: 1.88rem;
    padding: 2.5rem 1rem;
  }

  .expert_green-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: .88rem;
    border-radius: 1.88rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem;
  }

  .expert_label {
    border-radius: 1.88rem;
    width: 10.8125rem;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1.125rem;
    display: flex;
  }

  .expert_card-content.is-1 {
    padding-right: 1.8rem;
  }

  .expert_card-content.is-2 {
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: none;
  }

  .expert_card-content.is-2.mob {
    flex-flow: row;
    display: flex;
  }

  .expert_card-content.is-2 {
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .text-width-expert {
    width: 80%;
    max-width: 100%;
  }

  .bid_component {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .section_footer {
    overflow: hidden;
  }

  .bid_head {
    margin-bottom: 1.25rem;
  }

  .bid-gif {
    display: none;
  }

  .bid_card-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-height: none;
    margin-bottom: 2.5rem;
  }

  .bid-card_dropdown-1 {
    border-radius: 1.88rem;
    padding: 1.25rem;
  }

  .max-width-bid-card.is-1 {
    max-width: 100rem;
  }

  .footer_component {
    border-radius: 1.88rem;
    margin-bottom: -.9rem;
    padding: 2.5rem 1rem;
  }

  .footer_image {
    width: 100%;
    height: 3.1rem;
  }

  .faq_component {
    border-radius: 1.88rem;
  }

  .add-ons_component {
    width: 100%;
  }

  .add-ons_accordion.add-ons_js-accordion {
    grid-row-gap: .88rem;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: .88rem;
    padding-bottom: 1.25rem;
    display: flex;
    position: relative;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    border-radius: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item:hover {
    background-color: #f5f5f71a;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    margin-top: 0;
    padding-bottom: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .add-ons_title-icon-wrapper {
    width: 3.13rem;
    height: 3.13rem;
    margin-right: 0;
    padding: .88rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .faq-number {
    margin-bottom: 2.38rem;
    margin-right: 0;
    padding: .25rem .75rem;
    font-size: .75rem;
  }

  .footer_card-grid {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-card-link {
    border-radius: .88rem;
    width: 5.63rem;
    height: 5.63rem;
    padding: .63rem;
    font-size: .88rem;
  }

  .footer-card-link:hover {
    background-color: var(--grey);
    color: var(--lighter-grey);
  }

  .footer_card-arrow {
    width: .88rem;
    height: .88rem;
    top: .63rem;
    right: .63rem;
  }

  .footer_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_button {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    inset: 7.5rem 0% auto;
  }

  .footer_head-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 16rem;
    margin-bottom: 2.5rem;
  }

  .footer_up-rigth {
    width: 100%;
    margin-top: auto;
  }

  .expert_dropdown {
    border-radius: 1.88rem;
    padding: 1.25rem;
  }

  .expert-head {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .expert-card {
    flex: none;
    width: 100%;
  }

  .expert-image {
    border-radius: 1.88rem;
    height: 16rem;
    margin-bottom: 1.25rem;
  }

  .expert_body-inner {
    flex-flow: column;
    padding-top: 1.25rem;
    display: flex;
    overflow: hidden;
  }

  .expert_circle-arrow {
    width: 3.13rem;
    height: 3.13rem;
  }

  .bid-card_head-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bid-card_body-inner {
    padding-top: .88rem;
  }

  .bid-card_slider {
    background-color: var(--transparent);
    background-image: none;
    background-size: auto;
    border-radius: 0;
    max-width: 100%;
    height: auto;
  }

  .swiper.bid-swiper {
    border-radius: 1.88rem;
    height: 16.5rem;
    margin-bottom: 1.25rem;
  }

  .swiper-wrapper.bid-wrapper {
    border-radius: 1.88rem;
  }

  .swiper-wrapper.expert_card-wrapper {
    width: 100%;
  }

  .swiper-slide.bid-slide {
    border-radius: 1.88rem;
    overflow: hidden;
  }

  .swiper-slide.expert-card {
    flex: none;
    width: 100%;
    overflow: hidden;
  }

  .swiper-buttons {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: center;
    align-items: center;
    height: 3.13rem;
    position: relative;
  }

  .swiper-left-button {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3.13rem;
    height: 3.13rem;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-right-button {
    flex: none;
    width: 3.13rem;
    height: 3.13rem;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-arrow {
    color: var(--lightest-grey);
    width: 100%;
    height: 100%;
  }

  .swiper-arrow:hover {
    background-color: var(--dark-grey);
  }

  .swiper-arrow:active {
    background-color: var(--green);
    color: var(--dark-grey);
  }

  .bid-card_dropdown-2 {
    background-color: var(--grey);
    border-radius: 1.88rem;
    padding: 1.25rem;
  }

  .bid_circle-arrow-1 {
    width: 3.13rem;
    height: 3.13rem;
  }

  .bid-card_body-inner-1 {
    padding-top: .88rem;
  }

  .bid-card_head-1 {
    grid-row-gap: .88rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .bit-card_heading-grow-2 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .nominant-head {
    grid-column-gap: 0rem;
    grid-row-gap: .88rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .footer_privacy-grid {
    grid-column-gap: 0rem;
    grid-row-gap: .63rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    align-items: flex-start;
    max-width: 100%;
    display: grid;
  }

  .section_cookie {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100vh;
    display: none;
  }

  .cookie_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem;
    display: flex;
  }

  .cookie-text {
    text-align: left;
    white-space: normal;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .section_item {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .item_component {
    border-radius: 1.88rem;
    padding: 0;
  }

  .item-name {
    width: 100%;
    padding: .5rem 3.69rem;
  }

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

  .item-text-content {
    font-family: "Cofoweather 20240219", sans-serif;
    font-size: .88rem;
    font-weight: 400;
  }

  .item-image {
    border-radius: 1.88rem;
    width: 100%;
    height: 18rem;
    overflow: hidden;
  }

  .item_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item_image-wrapper {
    grid-column-gap: 1.88rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 18.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: .5rem;
    display: flex;
    overflow: auto;
  }

  .item_content-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
  }

  .h-item-card {
    width: 15.38rem;
    min-width: 15.38rem;
    max-width: 15.38rem;
    display: block;
  }

  .h-item-card.is-grid-form {
    width: 8.69rem;
    min-width: 8.69rem;
    max-width: 8.13rem;
  }

  .h-item_image {
    border-radius: 1.88rem;
    height: 15.38rem;
    margin-bottom: .63rem;
  }

  .h-item_image.is-grid-format {
    height: 8.69rem;
  }

  .h-item_name {
    padding: .5rem 3.56rem;
    font-size: .88rem;
  }

  .h-collections_head {
    border-radius: 1.88rem;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    display: flex;
  }

  .h-collections_inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h-collections_green-label {
    margin-bottom: 1.25rem;
    margin-right: 0;
    padding: .25rem 1rem;
    font-size: 1.5rem;
  }

  .h-collection_inner-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h-collection_block {
    margin-bottom: 0;
  }

  .h-collection_button {
    width: 100%;
  }

  .h-item_likes-label {
    width: 7rem;
    height: 2.56rem;
    padding: .5rem 1rem;
    font-size: .88rem;
    bottom: .63rem;
    right: .63rem;
  }

  .icon-like {
    width: 1.56rem;
    height: 1.56rem;
  }

  .item_button-back {
    width: 1.25rem;
    height: 1.25rem;
    top: .75rem;
    right: 1rem;
  }

  .item_button-back:hover {
    color: var(--dark-grey);
  }

  .item_button-back:active {
    color: var(--lighter-grey);
  }

  .template-all_head {
    border-radius: 1.88rem;
  }

  .collection-list_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-bottom: .5rem;
    display: flex;
    overflow: auto;
  }

  .h-item_price {
    top: .63rem;
    right: .63rem;
  }

  .h-item_component {
    flex: none;
    width: 15.38rem;
    min-width: 15.38rem;
    max-width: 15.38rem;
    display: none;
  }

  .h-item_component.is-grid-format {
    width: 8.69rem;
    min-width: 8.69rem;
    max-width: 8.69rem;
  }

  .menu-button {
    z-index: 11;
    background-color: var(--grey);
    border-radius: 6.25rem;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 1.69rem;
    padding: 0 .75rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--grey);
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .footer_image-wrapper {
    margin-left: 0;
  }

  .h-collection_head {
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_head {
    margin-bottom: 1.25rem;
    padding-top: 2.5rem;
    padding-left: 1rem;
  }

  .mob-marque {
    padding-top: 3.75rem;
    display: block;
  }

  .mob-expert-buttons {
    margin-top: 1.25rem;
    display: block;
    position: relative;
  }

  .footer_up-arrow {
    display: none;
  }

  .collection_grid {
    grid-column-gap: .6rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: stretch flex-start;
    align-items: stretch;
    width: 100%;
    display: grid;
    overflow: hidden;
  }

  .mobile-slider {
    width: 100%;
  }

  .section_navbar-2, .section_navbar-3 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #010101;
  }

  .how_down-wrapper-2 {
    border-radius: 1.88rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.25rem 1.25rem 0;
    display: flex;
  }

  .navbar-menu-2 {
    z-index: 10;
    background-color: #010101;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .how_component-2 {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .nominan-head-card_label_box.is-2 {
    grid-column-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .how-it-work_icon_wr {
    display: none;
  }

  .button-2.is-arrow-green {
    padding: 1.38rem 1.25rem;
    font-size: 1rem;
  }

  .button-2.is-arrow-green:hover {
    color: #010101;
    background-color: #73e553;
  }

  .button-2.is-arrow-green.is-footer {
    width: 100%;
    padding: 1.38rem 1.25rem;
    font-size: 1rem;
  }

  .button-2.is-cookie {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: .88rem;
  }

  .button-2.is-arrow-black {
    width: 100%;
    padding: 1.38rem 1.25rem;
    font-size: 1rem;
  }

  .button-2.is-arrow-black:hover {
    color: #ebeff3;
    background-color: #010101;
    border-color: #ebeff3;
  }

  .button-2.is-arrow-white {
    padding: 1.25rem 1.38rem;
    font-size: 1rem;
  }

  .button-2.is-arrow-white:hover {
    color: #010101;
    background-color: #ebeff3;
  }

  .button-2.is-nav-button {
    margin-top: auto;
  }

  .nominant_head_flex {
    flex-flow: row-reverse;
    width: 100%;
  }

  .nominan-head-card_image_wr {
    width: 11.25rem;
    height: 7.5rem;
  }

  .swiper-arrow-2 {
    color: #ebeff3;
    width: 100%;
    height: 100%;
  }

  .swiper-arrow-2:hover {
    background-color: #010101;
  }

  .swiper-arrow-2:active {
    color: #010101;
    background-color: #73e553;
  }

  .text-xs-norm-2.text-color-lighter-grey {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .text-xs-norm-2.text-color-lighter-grey.is-footer-hide {
    display: none;
  }

  .text-xs-norm-2.text-color-lighter-grey.is-footer-diviner {
    margin-left: .63rem;
    margin-right: .63rem;
    font-size: .75rem;
  }

  .flex-block-3 {
    width: 100%;
  }

  .footer_up-arrow-2 {
    display: none;
  }

  .nominan-head-card-image, .nominan-head-card-image.is-2 {
    width: 100%;
  }

  .nominant_component-2 {
    border-radius: 1.88rem;
    padding: 2.5rem 1rem;
  }

  .what_card-2 {
    border-radius: 1.88rem;
    min-height: auto;
    padding: 1.25rem 1rem 1.25rem 1.25rem;
  }

  .what_card-2.is-second {
    min-height: 100%;
    padding: 1.25rem;
  }

  .what_card-2.is-third {
    padding: .8rem;
  }

  .winner-slider_nomination {
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .h-hero_logo-image-2 {
    width: 100%;
    height: 2.8rem;
    margin-bottom: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .h-hero_image-wrapper-2 {
    flex: none;
    order: 1;
    width: 100vw;
    max-width: 100%;
    height: 76vw;
    max-height: none;
    position: relative;
    inset: auto 0% -2%;
  }

  .text-link-black-2:hover {
    color: #010101;
  }

  .how-gif-2 {
    object-fit: cover;
    object-position: 50% 0%;
    order: 1;
    align-self: auto;
    width: 80%;
    height: 100%;
    position: static;
    top: 0%;
    left: 0;
    overflow: hidden;
    transform: none;
  }

  .h-hero_text-content-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nominant-heading-2 {
    max-width: 100%;
  }

  .text-m-ext-2 {
    font-size: .875rem;
  }

  .lottie-animation-2 {
    color: #73e553;
    width: 100%;
    height: 100%;
  }

  .expert_label-2 {
    border-radius: 1.88rem;
    font-size: 1.13rem;
    display: flex;
  }

  .expert_label-2.is-green {
    margin-bottom: .88rem;
    margin-right: 0;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .h-hero_six-label-2 {
    flex: none;
    height: 2.13rem;
    padding: .63rem .75rem;
    font-size: .75rem;
    top: 3.25rem;
    right: 1rem;
  }

  .nominant_black-label {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: .625rem;
    padding: .25rem .625rem;
    font-size: .75rem;
  }

  .h-hero_text-2 {
    width: 100%;
    margin-bottom: 1.44rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }

  .flex-block-8 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .how-row-2 {
    grid-column-gap: 0rem;
    grid-row-gap: .63rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .8rem;
  }

  .how-it-work_wrapper-heading {
    grid-column-gap: 0rem;
    grid-row-gap: .88rem;
    border-bottom-right-radius: 1.88rem;
    border-bottom-left-radius: 1.88rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem;
  }

  .section_h-hero-2 {
    background-color: #010101;
    border-bottom-right-radius: 1.88rem;
    border-bottom-left-radius: 1.88rem;
    height: 47.5rem;
    min-height: 47.5rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
  }

  .section_h-hero-2.m {
    height: 100%;
    min-height: 100%;
  }

  .section_h-hero-2.m.mob {
    flex-flow: column;
    padding-bottom: 0;
    display: block;
  }

  .nominant_head_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: min-content auto auto;
    grid-template-columns: 100%;
    width: 100%;
    margin-bottom: 1.25rem;
    display: grid;
  }

  .l_arrow {
    display: none;
  }

  .nominant_card-2 {
    border-radius: 1.88rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .winner-slider_image-wr {
    width: 15.375rem;
    height: 15.375rem;
  }

  .nominant_green-label-2 {
    padding: .375rem .625rem;
    font-size: 1.5rem;
  }

  .how-number-2 {
    padding: .25rem .75rem;
    font-size: .75rem;
  }

  .how-it-work_text_wr {
    width: 100%;
    font-size: 1.13rem;
    font-weight: 700;
  }

  .nominant_grid-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: min-content auto auto;
    grid-template-columns: 100%;
    width: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .menu-button-2 {
    z-index: 11;
    background-color: #181919;
    border-radius: 6.25rem;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 1.69rem;
    padding: 0 .75rem;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #181919;
  }

  .faq-number-2 {
    margin-bottom: 2.38rem;
    margin-right: 0;
    padding: .25rem .75rem;
    font-size: .75rem;
  }

  .nominant_label {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    white-space: normal;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    margin-bottom: 1.25rem;
    padding: .38rem .75rem;
    font-size: 1.13rem;
    position: relative;
  }

  .nominant_label.is-2 {
    margin-bottom: 1.25rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
  }

  .nominant_label.is-2.desk {
    color: var(--dark-grey);
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .nominant_label.is-2.mob {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .h1 {
    font-size: 1.875rem;
  }

  .h1.text-color-lightest-grey-2 {
    font-size: 1.5rem;
  }

  .nominant-cards_content-block {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h-collections_head-2 {
    text-align: left;
    border-radius: 1.88rem;
    padding: 1.25rem;
    display: block;
  }

  .h-collections_head-2.mob {
    display: block;
  }

  .flex-block-7 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 9.25rem;
    height: 7rem;
    position: relative;
    overflow: hidden;
  }

  .navbar_component-2 {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-digitalrazor {
    width: 9.8125rem;
    height: 1.4rem;
    position: static;
    inset: 1.7rem 2rem auto auto;
  }

  .bid_circle-arrow-2-2 {
    width: 3.13rem;
    height: 3.13rem;
    margin-left: auto;
  }

  .winners-slider_grid {
    overflow: scroll;
  }

  .h-hero_component-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: static;
  }

  .how-it-work_grid {
    border-radius: 1.88rem;
    grid-template-columns: 100%;
  }

  .footer_component-2 {
    border-radius: 1.88rem;
    margin-bottom: -.9rem;
    padding: 2.5rem 1rem;
  }

  .righ_arrow {
    display: none;
  }

  .h-hero_label-2 {
    flex: none;
    order: -1;
    width: 12.56rem;
    margin-bottom: 1.25rem;
    margin-left: 1rem;
    padding: .63rem;
    font-size: .75rem;
    position: relative;
    bottom: auto;
    left: 0;
  }

  .h3 {
    font-size: 1.125rem;
  }

  .h3.desk {
    display: none;
  }

  .h3.mob {
    display: block;
  }

  .how_down-inner-2 {
    z-index: 1;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .h-hero-2 {
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    margin-bottom: 0;
    padding: 3.25rem 0 0;
    display: flex;
    overflow: visible;
  }

  .h-hero-2.m {
    background-color: #010101;
  }

  .h-hero-2.m.mobile {
    justify-content: space-between;
    align-items: stretch;
  }

  .text-s-norm-2, .text-s-norm-2.text-color-lightest-grey-2 {
    font-size: .88rem;
  }

  .text-s-norm-2.text-color-lightest-grey-2.is-expert-georg-2 {
    font-size: .8rem;
  }

  .flex-block-6 {
    padding-right: 18%;
  }

  .flex-block-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-logo-2 {
    z-index: 11;
    width: 3.44rem;
    height: .88rem;
    padding: 0;
  }

  .h-hero_btn-wrapper-2 {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: .63rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
    inset: auto 0% 14.8rem;
  }

  .nominantt-head-card {
    width: 100%;
    min-width: auto;
  }

  .d {
    font-size: .88rem;
  }

  .nominan-head-card {
    width: 100%;
    min-width: auto;
  }

  .bid-number-2 {
    width: 2.625rem;
    font-size: .75rem;
  }

  .footer-card-link-2 {
    border-radius: .88rem;
    width: 5.63rem;
    height: 5.63rem;
    padding: .63rem;
    font-size: .88rem;
  }

  .footer-card-link-2:hover {
    color: #8d9092;
    background-color: #181919;
  }

  .what-gif-2 {
    width: 7.375rem;
    height: 4.625rem;
    margin-top: 1.25rem;
  }

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

  .cookie_component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem;
    display: flex;
  }

  .flex-block-4 {
    padding-right: 5px;
  }

  .winners_section {
    display: none;
  }

  .winners_section.mob {
    display: block;
  }

  .nominan-head-card_label_wr {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    white-space: normal;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    padding: .38rem .75rem;
    font-size: 1.13rem;
    position: relative;
  }

  .nominan-head-card_label_wr.is-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 1.25rem;
  }

  .nominan-head-card_label_wr.black {
    padding-right: 1rem;
    display: block;
  }

  .nominan-head-card_label_wr.black.mobile {
    grid-row-gap: .375rem;
    border-radius: 1.25rem;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem .65rem;
    font-size: 1.1rem;
    display: flex;
  }

  .nominan-head-card_label_wr.black.winner-slider_mask {
    display: none;
  }

  .nominant-wr_box {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .how-it-work_wrapper-heading_image-wr {
    display: none;
  }

  .prize-content-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .prize-content-2.is-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
  }

  .footer_up-rigth-2 {
    width: 100%;
    margin-top: auto;
  }

  .how_green-label-2 {
    white-space: nowrap;
    border-radius: 1.25rem;
    padding: .38rem .63rem .38rem .625rem;
    font-size: .875rem;
  }

  ._30 {
    width: 100%;
  }

  .horisontal_greed {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-bottom: .4rem;
    display: flex;
    overflow: auto;
  }

  .flex-block-9 {
    width: 100%;
  }

  .code-embed-4 {
    display: none;
  }
}

#w-node-f66eeb45-e02e-e143-2776-edbab7665cef-0c28f674 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-0c28f677 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-0c28f677 {
  justify-self: start;
}

#w-node-df6735fc-af5b-00ca-6a34-7fcff0af08e3-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df6735fc-af5b-00ca-6a34-7fcff0af08e4-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-0c28f677 {
  justify-self: start;
}

#w-node-_58337031-ab4d-3551-3032-63be2e39df8d-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58337031-ab4d-3551-3032-63be2e39df8e-0c28f677 {
  justify-self: start;
}

#w-node-_48f95f3f-89ac-9c89-fc13-30e07c32e858-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f95f3f-89ac-9c89-fc13-30e07c32e859-0c28f677 {
  justify-self: start;
}

#w-node-f8972a67-290d-caf0-ab94-f15e1551c23c-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8972a67-290d-caf0-ab94-f15e1551c23d-0c28f677 {
  justify-self: start;
}

#w-node-ea3d2a13-f7df-a93d-eb7b-8b08bc3fb4a2-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3d2a13-f7df-a93d-eb7b-8b08bc3fb4a3-0c28f677 {
  justify-self: start;
}

#w-node-ea3d2a13-f7df-a93d-eb7b-8b08bc3fb4a5-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc86310-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-0c28f677 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-0c28f677, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-0c28f677, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-0c28f677, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-0c28f677, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-0c28f677, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-0c28f677 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-0c28f677 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-0c28f677 {
  justify-self: start;
}

#w-node-_294675e6-0a7f-4b53-54e8-6f841c55f646-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_294675e6-0a7f-4b53-54e8-6f841c55f647-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc86449-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-0c28f677, #w-node-_884a7897-0cfb-1eee-75bc-0b635fa37fc5-0c28f677, #w-node-_884a7897-0cfb-1eee-75bc-0b635fa37fc6-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884a7897-0cfb-1eee-75bc-0b635fa37fc7-0c28f677 {
  justify-self: start;
}

#w-node-_884a7897-0cfb-1eee-75bc-0b635fa37fcb-0c28f677, #w-node-_23d3da21-8105-6d46-fa93-67d77a296f83-0c28f677, #w-node-_23d3da21-8105-6d46-fa93-67d77a296f84-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23d3da21-8105-6d46-fa93-67d77a296f85-0c28f677 {
  justify-self: start;
}

#w-node-_23d3da21-8105-6d46-fa93-67d77a296f89-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-0c28f677 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-0c28f677 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-0c28f677, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-0c28f677, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-0c28f677, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-0c28f677, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-0c28f677, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-0c28f677, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-0c28f677 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-0c28f677, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-0c28f677, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-0c28f677 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-0c28f677, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-0c28f677, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-0c28f677 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-0c28f677, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-0c28f677, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-0c28f677 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-0c28f677 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-0c28f677 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-0c28f677 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-0c28f677 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-0c28f677 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-0c28f677 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-0c28f677 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-f66eeb45-e02e-e143-2776-edbab7665ff0-0c28f674 {
    order: 3;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab7665ff5-0c28f674 {
    order: 5;
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab7665ffa-0c28f674 {
    order: 4;
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab7665fff-0c28f674 {
    order: 3;
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab7666004-0c28f674 {
    order: 1;
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab766600b-0c28f674 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab766600d-0c28f674 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab766600f-0c28f674 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab7666011-0c28f674 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f66eeb45-e02e-e143-2776-edbab7666015-0c28f674 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_0b82e834-c92e-096e-798a-3a49b1b69812-b1b697e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0b82e834-c92e-096e-798a-3a49b1b69814-b1b697e3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0b82e834-c92e-096e-798a-3a49b1b69816-b1b697e3 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-_0b82e834-c92e-096e-798a-3a49b1b69818-b1b697e3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0b82e834-c92e-096e-798a-3a49b1b6981c-b1b697e3 {
    grid-area: 3 / 1 / 4 / 4;
  }
}


@font-face {
  font-family: 'CoFo Weather';
  src: url('../fonts/CoFoWeather20240219-NormalRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CoFo Weather';
  src: url('../fonts/CoFoWeather20240219-NormalMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CoFo Weather';
  src: url('../fonts/CoFoWeather20240219-NormalBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cofoweather 20240219';
  src: url('../fonts/CoFoWeather20240219-ExtendedBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cofoweather 20240219';
  src: url('../fonts/CoFoWeather20240219-ExtendedRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cofoweather 20240219';
  src: url('../fonts/CoFoWeather20240219-ExtendedMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}