@font-face {
  font-family: Uncut Sans;
  src: url('../fonts/UncutSans-Variable.woff2') format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hedvig Letters Serif;
  src: url('../fonts/HedvigLettersSerifopsz.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hedvig Letters Serif Regular;
  src: url('../fonts/HedvigLettersSerif-Regularopsz.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gooper Condensed;
  src: url('../fonts/GooperCondensed5-Regular.woff2') format("woff2"), url('../fonts/GooperCondensed5-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --0: #fffffc;
  --black: black;
  --600: #475569;
  --500: #617187;
  --50: #fafaf7;
  --200: #e2e8f0;
  --300: #cbd5e1;
  --100: #f7f7f1;
  --primary: #fde89e;
  --950: #020617;
  --700: #334155;
  --400: #94a3b8;
  --800: #1e293b;
  --900: #0f172a;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  background-color: var(--0);
  color: var(--black);
  margin-left: 0;
  font-family: Uncut Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: .96;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--600);
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: underline;
  transition: transform .2s, opacity .2s;
}

a:hover {
  opacity: .8;
}

a:active {
  transform: scale(.99);
}

a:focus-visible, a[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: 1px;
  border-radius: .25rem;
  outline-width: 2px;
  outline-style: solid;
}

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 {
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  font-style: italic;
  display: inline-block;
}

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

strong {
  font-weight: 600;
}

sup {
  color: var(--500);
}

blockquote {
  border-left: .1875rem solid var(--black);
  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-2 {
  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;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 38rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

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

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  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-right._10 {
  margin-left: -.375rem;
  padding-right: 10%;
  display: none;
}

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

.text-size-medium {
  font-size: 1.125rem;
}

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--50);
}

.heading-style-h6 {
  letter-spacing: -.01em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

.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 {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  letter-spacing: -.04em;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: .96;
}

.form-checkbox-icon {
  border: 2px solid var(--black);
  cursor: pointer;
  border-radius: .4375rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .675rem;
  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-top: .125rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.button {
  background-color: var(--black);
  min-height: 3.25rem;
  box-shadow: 0 0 0 0 #3341551f, inset 0 0 0 1.5px var(--black), 0 1px 0 0 #0000000f, 0 1px 2px 0 #0000000d, 0 2px 4px 0 #0000000a, 0 4px 8px 0 #00000008, 0 2px 12px 0 #00000005;
  color: var(--0);
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#fffffc33, #fffffc00);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.75rem;
  font-size: .875rem;
  font-weight: 600;
  transition: box-shadow .2s, transform .3s, opacity .3s;
  display: flex;
}

.button:hover {
  opacity: .92;
}

.button:active {
  transform: scale(.99);
}

.button:focus-visible, .button[data-wf-focus-visible] {
  box-shadow: 0 0 0 5px #3341551f, inset 0 0 0 1.5px var(--black), 0 1px 0 0 #0000000f, 0 1px 2px 0 #0000000d, 0 2px 4px 0 #0000000a, 0 4px 8px 0 #00000008, 0 2px 12px 0 #00000005;
  outline-offset: 0px;
  border-radius: .75rem;
  outline: 0 #fffffc;
}

.button.is-link {
  min-height: auto;
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link:focus-visible, .button.is-link[data-wf-focus-visible] {
  border-radius: .25rem;
}

.button.is-link.is-alternate {
  color: var(--0);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border-color: var(--200);
  box-shadow: inset 0 0 0 1px var(--200), inset 0 0 0 2.5px var(--0), 0 1px 0 0 #0000000f, 0 1px 2px 0 #0000000d, 0 2px 4px 0 #0000000a, 0 4px 8px 0 #00000008, 0 2px 12px 0 #00000005;
  color: var(--black);
  background-color: #0000;
  background-image: linear-gradient(#0000, #00000005);
  transition: box-shadow .3s;
}

.button.is-secondary:hover {
  box-shadow: inset 0 0 0 1px var(--300), inset 0 0 0 2.5px var(--0), 0 1px 0 0 #0000000f, 0 1px 2px 0 #0000000d, 0 2px 4px 0 #0000000a, 0 4px 8px 0 #00000008, 0 2px 12px 0 #00000005;
  opacity: 1;
}

.button.is-secondary.is-alternate {
  border-color: var(--0);
  color: var(--0);
  background-color: #0000;
}

.button.is-secondary.is-square {
  width: 3.25rem;
  max-width: 3.25rem;
  height: 3.25rem;
  max-height: 3.25rem;
  padding-left: 0;
  padding-right: 0;
}

.button.is-small {
  border-radius: .75rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.button.is-alternate {
  background-color: var(--0);
  color: #000;
}

.button.is-pagination {
  background-color: var(--100);
  width: 100%;
  box-shadow: none;
  color: var(--black);
  background-image: none;
  border-style: none;
  font-size: 1rem;
  font-weight: 500;
}

.button.is-copy {
  min-width: 7.32rem;
}

.button.is-email-ad {
  background-color: var(--primary);
  box-shadow: none;
  color: var(--black);
  background-image: none;
}

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

.heading-style-h4 {
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-style-italic {
  font-style: italic;
}

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

.form-radio-label {
  margin-bottom: 0;
}

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

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

.styleguide_label {
  color: var(--0);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  font-size: 1rem;
}

.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: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

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

.form-input {
  background-color: var(--50);
  height: 3.25rem;
  color: var(--black);
  border-style: none;
  border-width: 1px;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: box-shadow .2s;
  box-shadow: 0 0 0 1px #3341551a;
}

.form-input:where(.w-variant-96662ad1-87ae-b3c6-f3f0-1effc1b8ce8b) {
  background-color: var(--0);
}

.form-input:hover {
  box-shadow: 0 0 0 1px #33415533;
}

.form-input:focus {
  box-shadow: 0 0 0 5px #3341551f, 0 0 0 1px #3341551a;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: 10.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  border-style: solid;
  border-color: var(--200);
  box-shadow: none;
}

.form-input.is-search-input {
  background-color: var(--0);
  font-variation-settings: "wght" 450;
  background-image: url('../images/search.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: 1.14rem;
  background-attachment: scroll;
  border-radius: 100rem;
  width: 12rem;
  height: 2.375rem;
  margin-top: .5rem;
  padding: .5rem .875rem .5rem 2.675rem;
  font-size: 1rem;
  transition: box-shadow .2s, width .2s;
  display: inline-flex;
  box-shadow: 0 0 0 1.125px #3341551a;
}

.form-input.is-search-input:hover {
  box-shadow: 0 0 0 1px #33415533;
}

.form-input.is-search-input:focus {
  width: 14rem;
  box-shadow: 0 0 0 5px #00000014, 0 0 0 1px var(--200);
}

.form-input.is-search-input::placeholder {
  color: var(--black);
  font-size: 1rem;
}

.styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.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: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

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

.background-color-white {
  background-color: var(--0);
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.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-950 {
  color: var(--950);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  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-black {
  background-color: var(--black);
  color: var(--0);
}

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

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

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

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  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;
}

.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 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

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

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

.text-size-small {
  font-size: .875rem;
}

.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 {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.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: 3rem;
  margin-bottom: 2.5rem;
}

.text-rich-text blockquote {
  background-color: var(--100);
  border-left-style: none;
  border-radius: 1.25rem;
  line-height: 1.3;
}

.text-rich-text h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

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

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

.text-rich-text h5 {
  margin-top: 2rem;
  margin-bottom: .5rem;
}

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

.text-rich-text p {
  margin-bottom: 1.125rem;
  font-size: 1.25rem;
}

.text-rich-text a {
  color: var(--black);
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text img {
  border-radius: .75rem;
}

.text-rich-text li {
  color: var(--600);
  font-size: 1.25rem;
}

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

.form-checkbox {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

.text-size-large {
  font-size: 1.25rem;
}

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

.form-block {
  align-self: center;
  width: 100%;
}

.form-block.is-email-signup {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_spacing-all {
  display: none;
}

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

.styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 7%;
  padding-right: 7%;
}

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

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

.navbar_component {
  z-index: 9;
  background-color: var(--0);
  align-items: center;
  width: 100vw;
  height: 4.5rem;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.navbar_logo-link {
  color: var(--black);
  white-space: nowrap;
  padding-left: 0;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_link {
  font-variation-settings: "wght" 550;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.navbar_link.w--current {
  color: var(--black);
}

.navbar_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--0);
  padding: .5rem;
  position: absolute;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: var(--black);
}

.navbar_button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.header_component {
  text-align: center;
}

.resources_filters {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--0), #fffffc00);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  margin-bottom: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.filters-3_empty {
  grid-row-gap: 1.25rem;
  background-color: var(--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  padding: 4rem;
  display: flex;
}

.filters-2_form-block {
  margin-bottom: 0;
}

.filters-2_form {
  background-color: #0000;
}

.filters-2_keyword-search {
  align-items: center;
  transition: width .25s, margin .25s;
  display: flex;
}

.resources_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(360px, .5fr));
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: .5rem;
  display: grid;
}

.resources_list.full-bleed-mobile-portrait {
  grid-template-columns: repeat(auto-fit, minmax(300px, .5fr));
}

.resource_item {
  aspect-ratio: auto;
  background-color: var(--100);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resource_item:hover {
  transform: translate(0, -2px);
}

.resource_item.is-advert {
  justify-content: space-between;
  max-width: 600px;
  height: 100%;
}

.resource_item.is-advert:hover {
  opacity: 1;
}

.resource_item.is-advert:focus-visible, .resource_item.is-advert[data-wf-focus-visible] {
  outline-offset: -2px;
  border-radius: 1.5rem;
}

.resources_item-link {
  flex: none;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
}

.resources_item-link:focus-visible, .resources_item-link[data-wf-focus-visible] {
  outline-offset: 1px;
  outline-width: 3px;
  outline-style: solid;
}

.item-image {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.filters-2_keyword-search-wrapper {
  z-index: 9;
  transform-origin: 100% 0;
  justify-content: center;
  align-items: center;
  margin-top: .125rem;
  margin-left: -1.5rem;
  display: flex;
  transform: scale(.875);
}

.filters_list.is-radio2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filters_form-radio2 {
  background-color: var(--0);
  box-shadow: inset 0 0 0 1px var(--200);
  font-variation-settings: "wght" 450;
  border-radius: 100rem;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: .4375rem .875rem;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.filters_form-radio2:hover {
  box-shadow: inset 0 0 0 1px var(--300);
}

.filters_form-radio2.is-top-picks {
  background-image: linear-gradient(135deg, var(--0), var(--200) 20%, var(--0) 40%, var(--200) 60%, var(--0) 80%, var(--200));
}

.filters_form-radio2-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 100rem;
  width: 100%;
  height: 2.25rem;
  max-height: 2.25rem;
  margin: 0;
  transition: border .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.filters_form-radio2-icon:hover {
  border-color: var(--200);
}

.filters_form-radio2-icon.w--redirected-checked {
  background-color: var(--primary);
  border: 1px #0000;
  border-radius: 100rem;
}

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

.filters_form-radio2-icon.is-top-picks.w--redirected-checked {
  background-image: linear-gradient(135deg, #fff8e0, var(--primary) 20%, #fff8e0 40%, var(--primary) 60%, #fff8e0 80%, var(--primary));
}

.filters_form-radio2-label {
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  position: relative;
}

.tag {
  z-index: 2;
  background-color: var(--0);
  color: var(--600);
  border-radius: 100rem;
  flex: none;
  align-items: center;
  padding: .175rem .675rem .2rem;
  font-size: .75rem;
  font-weight: 500;
  transition-property: transform, box-shadow;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1px #3341550f;
}

.tag:hover {
  opacity: 100;
  box-shadow: 0 0 0 1px #33415533;
}

.tag:focus-visible, .tag[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 100rem;
}

.collection-list-filters {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--700);
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  color: var(--400);
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  font-weight: 500;
  display: flex;
}

.resource-detail_top-content {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.resource-detail_breadcrumb {
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.product-header_product-title-wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 40rem;
  display: flex;
}

.breadcrumb-item {
  color: var(--500);
  font-weight: 500;
}

.resource_main-image-outter-wrapper {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  position: relative;
  overflow: hidden;
}

.categorisation-wrapper {
  grid-row-gap: .25px;
  white-space: nowrap;
  word-break: normal;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .5rem;
  margin-left: .25rem;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.modal {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  padding: 4rem 7%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal.is-email-popup {
  display: none;
}

.item-modal_content-wrapper {
  background-color: var(--0);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin: auto;
  display: flex;
  overflow: scroll;
}

.item-modal_close-button {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
}

.modal_background-overlay {
  z-index: -1;
  background-color: #00000029;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.modal_background-overlay.close-modal {
  background-color: #00000026;
}

.empty-state {
  display: none;
}

.item_image-outter-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
  overflow: visible;
}

.rectangle-landscape_image-wrapper {
  background-color: var(--0);
  border-radius: 8px;
  flex: 0 auto;
  width: 80%;
  height: auto;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
  overflow: hidden;
  box-shadow: 0 24px 48px #00000014;
}

.rectangle-landscape_image-wrapper.shadow-layers {
  box-shadow: 0 2px 12px #00000005, 0 4px 8px #00000008, 0 2px 4px #0000000a, 0 1px 2px #0000000d, 0 1px #0000000f, 0 0 0 .4375em #00000005, 0 24px 48px #00000014;
}

.rectangle-landscape_image-wrapper.shadow-layers.is-video {
  width: 120%;
  max-height: 120%;
}

.rectangle-landscape_image-wrapper.shadow-layers.vertical-centre {
  display: flex;
}

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

.screenshot_image.is-sponsor {
  opacity: .75;
  filter: saturate(150%);
}

.square-small_image-wrapper {
  background-color: var(--0);
  object-fit: none;
  border-radius: 32%;
  width: 36%;
  height: 36%;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 12px #00000005, 0 4px 8px #00000008, 0 2px 4px #0000000a, 0 1px 2px #0000000d, 0 1px #0000000f, 0 0 0 .4375em #00000005, 0 24px 48px #00000014;
}

.square-big_image-wrapper {
  background-color: var(--0);
  object-fit: none;
  border-radius: 12%;
  width: 46%;
  height: 46%;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 24px 48px #00000014;
}

.square-big_image-wrapper.shadow-layers {
  box-shadow: 0 2px 12px #00000005, 0 4px 8px #00000008, 0 2px 4px #0000000a, 0 1px 2px #0000000d, 0 1px #0000000f, 0 0 0 .4375em #00000005, 0 24px 48px #00000014;
}

.open-modal {
  z-index: 1;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.open-modal:focus-visible, .open-modal[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: -2px;
  border-radius: 1.5rem;
  outline-width: 2px;
  outline-style: solid;
}

.categories-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .75rem;
  color: var(--500);
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
  overflow: auto;
}

.category-item {
  z-index: 1;
  color: var(--500);
  white-space: nowrap;
  flex: none;
  font-size: .75rem;
  position: relative;
}

.tags-wrapper {
  flex: none;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tags-wrapper.text-size-tiny {
  grid-column-gap: .75rem;
  align-items: center;
}

.categories_overflow-gradient {
  z-index: 2;
  background-image: linear-gradient(to right, #f7f7f100, var(--100));
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
}

.modal-body {
  margin: 4rem;
}

.submit-modal_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-modal_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.success-message {
  background-color: var(--100);
  text-align: center;
  border-radius: .75rem;
  min-height: 3.25rem;
  padding: .875rem 1.5rem;
  font-weight: 500;
}

.error-message {
  color: #b30404;
  text-align: center;
  background-color: #ffe0e0;
  border-radius: .75rem;
  min-height: 3.25rem;
  margin-top: .75rem;
  padding: .875rem 1rem;
  font-weight: 500;
}

.submit-modal_content-wrapper {
  background-color: var(--0);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 28rem;
  height: auto;
  margin: auto;
  padding: 2rem;
  position: relative;
  overflow: scroll;
}

.submit-modal_content-wrapper.is-email-popup {
  max-width: 52rem;
  padding: 4rem 3rem;
}

.modal_close-button {
  background-color: var(--100);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: fixed;
  top: 1rem;
  right: 2rem;
}

.modal_close-button.close-modal {
  z-index: 3;
  box-shadow: 0 0 0 1px #3341550f;
}

.rectangle_portrait-wrapper {
  background-color: var(--0);
  border-radius: 8px;
  flex: 0 auto;
  max-width: 42%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
  overflow: hidden;
  box-shadow: 0 24px 48px #00000014;
}

.rectangle_portrait-wrapper.shadow-layers {
  box-shadow: 0 2px 12px #00000005, 0 4px 8px #00000008, 0 2px 4px #0000000a, 0 1px 2px #0000000d, 0 1px #0000000f, 0 0 0 .4375em #00000005, 0 24px 48px #00000014;
}

.resources_filters-left {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

.products-filters_active-filters {
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  overflow: auto;
}

.products-filters_active-filters.no-scrollbar {
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.footer_link-small {
  text-align: center;
  flex: none;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_credit-text {
  grid-row-gap: 1rem;
  color: var(--500);
  font-size: .75rem;
  line-height: 1.4;
}

.footer-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hidden-filter-content {
  display: none;
}

.item-image-overlay {
  background-image: linear-gradient(#ffffff1a, #fff0 50%, #0000000d);
  border-radius: 32%;
  position: absolute;
  inset: 2.5%;
}

.item-image-overlay.portrait, .item-image-overlay.landscape {
  border-radius: 6px;
  inset: 2.5px;
}

.item-image-overlay.square-big {
  border-radius: 10%;
  inset: 2px;
}

.shadow-layers {
  box-shadow: 0 2px 12px #00000005, 0 4px 8px #00000008, 0 2px 4px #0000000a, 0 1px 2px #0000000d, 0 1px #0000000f, 0 0 0 6px #00000005, 0 24px 48px #00000014;
}

.item-title-wrapper {
  color: var(--800);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.item-title-outter-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.footer-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.play-icon {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--0);
  margin: auto;
  position: absolute;
  inset: 0%;
}

.filters_form-radio2-label-number {
  z-index: 1;
  color: #0f172a96;
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: .375rem;
  font-size: .625rem;
  font-weight: 400;
  position: relative;
}

.resource_bottom-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.resource-detail_details-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

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

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

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

.text-color-500.is-transparent {
  color: #00143399;
}

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

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

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

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

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

.link-wrapper {
  display: flex;
}

.text-style-lowercase {
  text-transform: lowercase;
}

.section.email-form-inset {
  background-color: var(--primary);
  border-radius: 1rem;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.section.gradient-vertical {
  background-image: linear-gradient(180deg, var(--0), var(--100));
}

.form-email-signup {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header_title-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block-wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.resource_detail-item {
  background-color: var(--100);
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  transition: transform .25s, opacity .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resource_detail-item:hover {
  transform: translate(0, -2px);
}

.resource_detail-item.not-interactive:hover {
  transform: none;
}

.divider-line {
  background-image: linear-gradient(90deg, #e2e8f000, var(--200) 50%, #e2e8f000);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 1px;
  display: flex;
}

.divider-line.is-absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.divider-line.interview-hero {
  background-color: var(--black);
  background-image: none;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.container-extra-small {
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.modal_submit-close-button {
  background-color: var(--100);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: .125rem;
  display: flex;
}

.modal_submit-close-button.is-email-popup {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.footer_link {
  color: var(--700);
  text-align: left;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.footer-links_top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.submit-modal_heading-wrapper {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-wrapper {
  flex: none;
  width: 100%;
  display: flex;
  position: relative;
}

.resource_middle-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.no-modal {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.video-wrapper-16-9 {
  margin-bottom: -1px;
  padding-top: 56.25%;
  position: relative;
  inset: 0%;
}

.video_embed {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.play-icon-embed {
  width: 100%;
  height: 100%;
  color: var(--0);
  position: absolute;
  inset: 0%;
}

.navbar_text-links {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex: 1;
  display: flex;
}

.direct-link {
  z-index: 1;
  background-color: var(--0);
  opacity: 0;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--950);
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: .125rem;
  padding-left: .125rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.direct-link:focus-visible, .direct-link[data-wf-focus-visible] {
  opacity: 100;
  outline-offset: 0px;
  border-radius: .75rem;
}

.resource_item-margin {
  margin: 1rem;
}

.table_cell {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.table_row {
  border-bottom: 1px solid var(--200);
}

.table_component {
  width: 100%;
}

.product-hunt-badge {
  justify-content: center;
  display: flex;
}

.vertical-stack {
  flex-direction: column;
  display: flex;
}

.article-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.profile-image {
  border-radius: 50px;
  transform: translate(0);
}

.article-toc-and-content {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.article-item-details-text {
  grid-column-gap: .5rem;
  background-color: #0000;
  margin-left: .75rem;
  font-weight: 500;
  display: flex;
}

.article-item-details {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.toc-header {
  margin-bottom: .5rem;
  padding-left: .75rem;
}

.page-padding {
  flex: 1;
  padding-left: 7%;
  padding-right: 7%;
}

.toc {
  background-color: var(--100);
  border-radius: 1rem;
  flex-direction: column;
  min-width: 19rem;
  margin-left: 5rem;
  padding: 1.25rem .75rem .75rem;
  position: sticky;
  top: 3rem;
}

.tocitem {
  width: 100%;
  min-height: 2.75rem;
  color: var(--600);
  border-radius: .675rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .9375rem;
  font-weight: 500;
  display: flex;
}

.tocitem.w--current {
  background-color: var(--primary);
  color: var(--900);
}

.tocitem.active {
  background-color: var(--primary);
  color: var(--black);
  border-radius: .5rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1);
}

.divider-line-blog {
  background-image: linear-gradient(90deg, #e2e8f000, var(--200) 50%, #e2e8f000);
  flex-direction: column;
  align-items: stretch;
  height: 1px;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
}

.blog_title-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48rem;
  display: flex;
}

.blog-cover-wrapper {
  margin-top: 4rem;
}

.blog-cover-image {
  border-radius: 1rem;
  width: 100%;
}

.button-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #00000003;
  border-radius: .75rem;
  padding: 1.0625rem 2rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  inset: 0%;
}

.button-2:hover {
  opacity: 1;
}

.button-2:focus-visible, .button-2[data-wf-focus-visible] {
  outline-offset: 0rem;
  border-radius: .75rem;
  outline: 3px solid #0000003d;
}

.button-submit-wrapper {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #000;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  height: 3.75rem;
  padding: 1.0625rem 2rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .25s, transform .25s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-submit-wrapper:hover {
  transform: translate(0, -.125rem);
}

.button-submit-wrapper:active {
  opacity: .96;
  background-image: radial-gradient(circle, #000, #1a1a1a);
  transform: scale(.98)translate(0);
}

.article-details_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.article-item-details-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog_item {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_item:hover {
  transform: translate(0, -2px);
}

.blog_item-link {
  background-color: var(--100);
  border-radius: 1.5rem;
  flex: none;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
}

.blog-grid-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1.5rem;
  display: flex;
}

.filters_form-radio2-label-number- {
  z-index: 1;
  color: #0f172a96;
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: .625rem;
  font-weight: 400;
  position: relative;
}

.footer6_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.footer6_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer6_column-heading {
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
}

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

.inset-container {
  border-radius: 1.5rem;
}

.category-link:focus-visible, .category-link[data-wf-focus-visible] {
  outline-offset: 0px;
}

.collection-list-wrapper {
  margin-left: .125px;
  padding-left: .0625px;
}

.interview_title-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.interviews_interest-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.full-width-text-svg {
  z-index: 1;
  text-align: center;
  width: 100%;
  font-family: Gooper Condensed, Georgia, sans-serif;
  position: relative;
}

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

.interview_header-image-layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

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

.interview_header-image-wrapper {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: 22rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.interview_header-image-wrapper.image-2 {
  z-index: 0;
  position: absolute;
  inset: 0%;
  transform: rotate(-15deg);
}

.interview_header-image-wrapper.image-3 {
  z-index: 0;
  position: absolute;
  inset: 0%;
  transform: rotate(9deg);
}

.interview_header-image-wrapper.image-1 {
  width: 100%;
  max-width: 24rem;
  height: auto;
  transform: rotate(-6deg);
}

.interview_header-images-wrapper {
  margin: 2rem;
  position: relative;
}

.interview-details-text {
  grid-column-gap: .4375rem;
  color: var(--black);
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.text-rich-text-interview {
  width: 100%;
}

.text-rich-text-interview h1 {
  max-width: 42.5rem;
  margin: 3rem auto 2.5rem;
}

.text-rich-text-interview blockquote {
  background-color: var(--primary);
  text-align: center;
  letter-spacing: -.05em;
  text-wrap: balance;
  background-image: url('../images/noise-dots.svg');
  background-position: 0 0;
  background-size: auto;
  border-left-style: none;
  border-radius: 1.25rem;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 4rem 12vw;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  position: relative;
  overflow: hidden;
}

.text-rich-text-interview h2 {
  max-width: 42.5rem;
  margin: 3rem auto 1.25rem;
}

.text-rich-text-interview h3, .text-rich-text-interview h4 {
  max-width: 42.5rem;
  margin: 2rem auto 1rem;
}

.text-rich-text-interview h5 {
  max-width: 42.5rem;
  margin: 2rem auto .5rem;
}

.text-rich-text-interview h6 {
  max-width: 42.5rem;
  margin: 1.25rem auto 1rem;
}

.text-rich-text-interview p {
  color: #000c;
  letter-spacing: -.025em;
  max-width: 42.5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 1.25rem;
}

.text-rich-text-interview a {
  color: var(--black);
  letter-spacing: -.01em;
  text-underline-offset: .1875rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  text-decoration-thickness: .125rem;
  transition: text-underline-offset .2s, opacity .2s;
}

.text-rich-text-interview a:hover {
  opacity: 100;
  text-underline-offset: .25rem;
}

.text-rich-text-interview figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text-interview img {
  border-radius: .75rem;
}

.text-rich-text-interview li {
  color: #000000c7;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.text-rich-text-interview ol, .text-rich-text-interview ul {
  letter-spacing: -.03em;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Shippori Mincho B1, sans-serif;
}

.text-rich-text-interview strong {
  color: var(--black);
  letter-spacing: -.01em;
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
}

.text-rich-text-interview-large {
  width: 100%;
}

.text-rich-text-interview-large h1 {
  max-width: 42.5rem;
  margin: 3rem auto 2.5rem;
}

.text-rich-text-interview-large blockquote {
  background-color: var(--100);
  border-left-style: none;
  border-radius: 1.25rem;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 3rem 6rem;
  font-family: Hedvig Letters Serif, Georgia, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}

.text-rich-text-interview-large h2 {
  max-width: 42.5rem;
  margin: 3rem auto 1rem;
}

.text-rich-text-interview-large h3 {
  max-width: 42.5rem;
  margin: 2rem auto 1rem;
}

.text-rich-text-interview-large h4 {
  max-width: 42.5rem;
  margin: 1.5rem auto 1rem;
}

.text-rich-text-interview-large h5 {
  max-width: 42.5rem;
  margin: 2rem auto .5rem;
}

.text-rich-text-interview-large h6 {
  max-width: 42.5rem;
  margin: 1.25rem auto 1rem;
}

.text-rich-text-interview-large p {
  max-width: 100%;
  color: var(--800);
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Hedvig Letters Serif, Georgia, sans-serif;
  font-size: 1.9375rem;
  line-height: 1.4;
}

.text-rich-text-interview-large a {
  color: var(--black);
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.text-rich-text-interview-large figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text-interview-large img {
  border-radius: .75rem;
}

.text-rich-text-interview-large li {
  color: var(--600);
  font-size: 1.25rem;
}

.horizontal-wrapper {
  display: flex;
}

.resources_feed-interview {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.email-ad-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  aspect-ratio: auto;
  background-color: var(--100);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.email-ad-content {
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.text-styke-underline {
  text-decoration: underline;
}

.interview_title-wrapper-copy {
  grid-column-gap: 0rem;
  flex-direction: column;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.oval-pill {
  outline-offset: -1px;
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: uppercase;
  cursor: pointer;
  font-variant-numeric: slashed-zero;
  border: 1px solid #000;
  border-radius: 100%;
  outline: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  font-size: .75rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.oval-pill:hover {
  outline-offset: -5px;
  outline: 1px solid #000;
}

.oval-pill.not-interactive {
  outline-offset: -1px;
  cursor: default;
  outline: 1px #000;
  flex-flow: row;
}

.oval-pill.not-interactive:hover {
  outline-offset: -5px;
  outline: 1px #000;
}

.categories-wrapper-overlapping {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.interview_header-image-wrapper-new {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 45rem;
  height: 100%;
  padding-left: 7vw;
  position: relative;
  overflow: hidden;
}

.interview_header-image-layout-new {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.interview_hero-left {
  min-width: 0;
  max-width: 45rem;
  margin-left: 7vw;
}

.interview_hero-right {
  background-color: #00000014;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding-top: 7vw;
  padding-bottom: 7vw;
  padding-right: 7vw;
  display: flex;
  position: relative;
}

.div-block {
  z-index: 0;
  opacity: .04;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.interview-tag-underline {
  text-transform: lowercase;
  text-underline-offset: .125rem;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #02061759;
  text-decoration: underline #02061759;
  text-decoration-thickness: .125rem;
  transition-property: text-underline-offset, opacity;
  display: flex;
}

.interview-tag-underline:hover {
  text-underline-offset: .1875rem;
}

.embed-wrapper {
  width: 100%;
  min-width: 0;
  margin-bottom: .75rem;
  display: block;
}

.bold-text {
  color: var(--black);
}

.interview-tags-wrapper {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 500;
  display: flex;
}

.interview-information {
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-variant-numeric: slashed-zero;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.interview-information-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.interview_header-image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.opacity-25 {
  opacity: .25;
}

.negative-overlap {
  margin: -.5rem;
}

.text-rich-text-interview-largee {
  width: 100%;
}

.text-rich-text-interview-largee h1 {
  max-width: 42.5rem;
  margin: 3rem auto 2.5rem;
}

.text-rich-text-interview-largee blockquote {
  background-color: var(--primary);
  text-align: center;
  letter-spacing: -.05em;
  text-wrap: balance;
  background-image: url('../images/noise-dots.svg');
  background-position: 0 0;
  background-size: auto;
  border-left-style: none;
  border-radius: 1.25rem;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 4rem 12vw;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  position: relative;
  overflow: hidden;
}

.text-rich-text-interview-largee h2 {
  max-width: 42.5rem;
  margin: 3rem auto 1.25rem;
}

.text-rich-text-interview-largee h3, .text-rich-text-interview-largee h4 {
  max-width: 42.5rem;
  margin: 2rem auto 1rem;
}

.text-rich-text-interview-largee h5 {
  max-width: 42.5rem;
  margin: 2rem auto .5rem;
}

.text-rich-text-interview-largee h6 {
  max-width: 42.5rem;
  margin: 1.25rem auto 1rem;
}

.text-rich-text-interview-largee p {
  color: #000c;
  letter-spacing: -.025em;
  max-width: 52rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 1.5rem;
}

.text-rich-text-interview-largee a {
  color: var(--black);
  letter-spacing: -.01em;
  text-underline-offset: .1875rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
  text-decoration-thickness: .125rem;
  transition: text-underline-offset .2s, opacity .2s;
}

.text-rich-text-interview-largee a:hover {
  opacity: 100;
  text-underline-offset: .25rem;
}

.text-rich-text-interview-largee figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text-interview-largee img {
  border-radius: .75rem;
}

.text-rich-text-interview-largee li {
  color: #000000c7;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.text-rich-text-interview-largee ol, .text-rich-text-interview-largee ul {
  letter-spacing: -.03em;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Shippori Mincho B1, sans-serif;
}

.text-rich-text-interview-largee strong {
  color: var(--black);
  letter-spacing: -.01em;
  font-family: Uncut Sans, sans-serif;
  font-weight: 500;
}

@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-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    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-right._10 {
    margin-left: -.375rem;
    padding-right: 7vw;
    display: block;
  }

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

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

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

  .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-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_menu {
    background-color: var(--0);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_resources {
    overflow: hidden;
  }

  .resources_filters {
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .filters-2_form-block {
    z-index: 999;
  }

  .resources_list, .resources_list.full-bleed-mobile-portrait {
    grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  }

  .resource_item:hover {
    transform: none;
  }

  .resource-detail_top-content {
    padding-bottom: 3rem;
  }

  .item-modal_content-wrapper {
    max-width: none;
  }

  .success-message {
    font-weight: 500;
  }

  .submit-modal_content-wrapper {
    width: 86%;
  }

  .submit-modal_content-wrapper.is-email-popup {
    padding: 3rem;
  }

  .resources_filters-left {
    margin-left: -7vw;
    margin-right: -4rem;
    padding-left: 7vw;
  }

  .products-filters_active-filters {
    width: auto;
  }

  .products-filters_active-filters.no-scrollbar {
    justify-content: flex-start;
    width: 100vw;
    margin-left: -7vw;
    padding-left: 7vw;
  }

  .products-filters_active-wrapper {
    padding-right: 0;
    overflow: visible;
  }

  .footer-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .play-icon {
    width: 3rem;
    height: 3rem;
  }

  .resource_bottom-content {
    margin-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .resource-detail_details-wrapper {
    max-width: 100%;
  }

  .resource_middle-content {
    margin-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .article-content {
    margin-bottom: 6rem;
  }

  .article-toc-and-content {
    flex-direction: column;
  }

  .article-item-details-text {
    flex-wrap: wrap;
  }

  .page-padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .toc {
    order: -1;
    width: 100%;
    margin-bottom: 3rem;
    margin-left: 0;
    position: static;
  }

  .blog-cover-wrapper {
    margin-top: 3rem;
  }

  .button-submit-wrapper {
    justify-content: center;
  }

  .blog_item:hover {
    transform: none;
  }

  .footer6_top-wrapper {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .interview_title-wrapper {
    grid-row-gap: 2.5rem;
  }

  .interview_header-image-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .text-rich-text-interview blockquote {
    padding: 3rem 4rem;
    font-size: 2rem;
  }

  .text-rich-text-interview-large p {
    color: var(--black);
    font-size: 1.75rem;
  }

  .email-ad-wrapper:hover {
    transform: none;
  }

  .interview_title-wrapper-copy {
    grid-template-columns: minmax(0, 1fr);
    display: flex;
  }

  .interview_header-image-wrapper-new {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .interview_header-image-layout-new {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  .interview_hero-left {
    margin-right: 7vw;
  }

  .interview_hero-right {
    padding-left: 7vw;
  }

  .interview-tags-wrapper {
    flex-wrap: wrap;
  }

  .interview-information {
    font-size: .75rem;
  }

  .div-block-2 {
    width: 100%;
  }

  .text-rich-text-interview-largee blockquote {
    padding: 3rem 4rem;
    font-size: 2rem;
  }

  .text-rich-text-interview-largee p {
    font-size: 1.375rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  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-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    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;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

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

  .form-input {
    background-color: var(--50);
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .text-size-large {
    font-size: 1.125rem;
  }

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

  .resources_list, .resources_list.full-bleed-mobile-portrait {
    grid-template-columns: 1fr 1fr;
  }

  .resources_item-link {
    padding: 1.25rem;
  }

  .filters_list.is-radio2 {
    flex-wrap: nowrap;
  }

  .resource_main-image-outter-wrapper {
    height: 100%;
  }

  .modal {
    align-items: flex-start;
    height: 100dvh;
    padding: 4.5rem 0% 0;
  }

  .item-modal_content-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .rectangle-landscape_image-wrapper {
    width: 96%;
    max-height: 60%;
  }

  .rectangle-landscape_image-wrapper.shadow-layers.is-video {
    width: 140%;
    max-height: 140%;
  }

  .square-small_image-wrapper {
    width: 54%;
    height: 54%;
  }

  .square-big_image-wrapper {
    width: 64%;
    height: 64%;
  }

  .open-modal {
    padding: 1.25rem;
  }

  .modal-body {
    margin: 2rem 7%;
  }

  .submit-modal_content-wrapper {
    width: 100%;
    max-width: none;
    max-height: none;
    margin-bottom: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .submit-modal_content-wrapper.is-email-popup {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rectangle_portrait-wrapper {
    max-width: 56%;
  }

  .resources_filters-left {
    flex: none;
    width: 100vw;
    display: block;
    position: relative;
    overflow: auto;
  }

  .products-filters_active-filters {
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .play-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .resource_bottom-content {
    padding-bottom: 1.5rem;
  }

  .resource-detail_details-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .resource_middle-content {
    padding-bottom: 1.5rem;
  }

  .no-modal {
    padding: 1.25rem;
  }

  .article-content {
    margin-bottom: 4rem;
  }

  .article-item-details-text {
    flex-wrap: wrap;
  }

  .toc {
    width: 100%;
  }

  .divider-line-blog {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .blog-cover-wrapper {
    margin-top: 2.5rem;
  }

  .button-submit-wrapper {
    text-align: center;
  }

  .blog_item-link {
    padding: 1.25rem;
  }

  .interview_title-wrapper {
    grid-row-gap: 1.5rem;
  }

  .interview_title-bio {
    margin-top: 1rem;
  }

  .interview_header-image-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
  }

  .interview_header-image-wrapper {
    max-width: 20rem;
  }

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

  .text-rich-text-interview blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem;
    font-size: 1.5rem;
  }

  .text-rich-text-interview p {
    font-size: 1.125rem;
  }

  .text-rich-text-interview-large h1 {
    margin-bottom: 2rem;
  }

  .text-rich-text-interview-large p {
    font-size: 1.5rem;
  }

  .resources_feed-interview {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .interview_title-wrapper-copy {
    grid-row-gap: 1.5rem;
  }

  .interview_header-image-layout-new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-rich-text-interview-largee h1 {
    margin-bottom: 2rem;
  }

  .text-rich-text-interview-largee blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem;
    font-size: 1.5rem;
  }

  .text-rich-text-interview-largee p {
    font-size: 1.25rem;
  }
}

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

  .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-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-h6 {
    font-size: 1rem;
  }

  .button {
    flex: 1;
    min-height: 3.25rem;
  }

  .button.is-pagination {
    cursor: auto;
    border-radius: 0;
  }

  .form-input {
    height: 3.25rem;
  }

  .form-input.is-search-input {
    width: 7.695rem;
  }

  .text-style-nowrap {
    white-space: nowrap;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .text-rich-text h1 {
    margin-bottom: 1.5rem;
  }

  .text-rich-text p {
    font-size: 1.125rem;
  }

  .padding-global.remove-mobile-portrait {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

  .navbar_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .navbar_link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_button-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-left: .5rem;
  }

  .resources_filters {
    margin-bottom: .5rem;
    padding-left: 7%;
    padding-right: 7%;
  }

  .resources_feed {
    width: 100vw;
  }

  .filters-3_empty {
    margin-left: 7%;
    margin-right: 7%;
    padding: 2rem;
  }

  .resources_list.full-bleed-mobile-portrait {
    width: 100vw;
    margin-left: -8%;
  }

  .resource_item {
    border-radius: 1.25rem;
  }

  .resource_item:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .resource_item:nth-child(2n) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .resources_item-link {
    padding: 1rem;
  }

  .filters_list.is-radio2 {
    justify-content: flex-start;
  }

  .tag {
    padding: .2rem .5rem .25rem;
    font-size: .625rem;
  }

  .resource_main-image-outter-wrapper {
    padding: 18%;
    overflow: visible;
  }

  .categorisation-wrapper {
    grid-column-gap: .5rem;
  }

  .item_image-outter-wrapper {
    overflow: visible;
  }

  .rectangle-landscape_image-wrapper.shadow-layers.is-video {
    width: 145%;
    max-height: 145%;
  }

  .categories-wrapper {
    grid-column-gap: .6875rem;
  }

  .submit-modal_content-wrapper {
    padding: 1.75rem;
  }

  .submit-modal_content-wrapper.is-email-popup {
    padding: 2rem 1.75rem;
  }

  .footer-links-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
  }

  .footer-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .resource-detail_details-wrapper {
    grid-row-gap: 1.5rem;
  }

  .form-email-signup {
    flex-direction: column;
  }

  .modal_submit-close-button {
    flex: none;
  }

  .footer_link {
    font-size: .875rem;
  }

  .navbar_text-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .direct-link {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    display: none;
  }

  .resource_item-margin {
    margin: 0 .125rem .5rem;
  }

  .article-content {
    margin-bottom: 3rem;
    overflow: visible;
  }

  .article-toc-and-content {
    flex: 0 auto;
    width: 100%;
  }

  .article-item-details-text {
    flex-wrap: wrap;
  }

  .article-item-details {
    width: 100%;
  }

  .page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .toc {
    min-width: auto;
  }

  .article-content-wrapper {
    width: 100%;
  }

  .divider-line-blog {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .blog-cover-wrapper {
    margin-top: 2rem;
  }

  .button-2 {
    white-space: nowrap;
  }

  .button-submit-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .article-details_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_item {
    border-radius: 1.25rem;
  }

  .blog_item:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog_item:nth-child(2n) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .blog_item-link {
    padding: 1rem;
  }

  .blog-grid-details {
    padding-left: 1rem;
  }

  .footer6_top-wrapper {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .inset-container {
    border-radius: 0;
    width: 100vw;
    margin-left: -7vw;
  }

  .interview_title-wrapper {
    grid-row-gap: 1rem;
  }

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

  .interview_header-image-layout {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .interview_header-image-wrapper {
    max-width: 14rem;
  }

  .interview-details-text {
    grid-column-gap: .375rem;
    width: 100%;
  }

  .text-rich-text-interview h1 {
    margin-bottom: 1.5rem;
  }

  .text-rich-text-interview blockquote {
    border-radius: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 7vw;
    font-size: 1.25rem;
  }

  .text-rich-text-interview p {
    font-size: 1rem;
  }

  .text-rich-text-interview li {
    font-size: 1.125rem;
  }

  .text-rich-text-interview-large h1 {
    margin-bottom: 1.5rem;
  }

  .text-rich-text-interview-large p {
    font-size: 1.25rem;
  }

  .resources_feed-interview {
    width: 100vw;
    margin: 2rem -7vw 3rem;
    overflow: visible;
  }

  .email-ad-wrapper {
    border-radius: 1.25rem;
  }

  .email-ad-wrapper:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .email-ad-wrapper:nth-child(2n) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .email-ad-content {
    grid-column-gap: .5rem;
  }

  .interview_title-wrapper-copy {
    grid-row-gap: 0rem;
  }

  .oval-pill {
    padding: .625rem 1.5rem;
    font-size: .6875rem;
  }

  .interview_header-image-layout-new {
    flex-flow: column;
    display: flex;
  }

  .interview-tags-wrapper {
    grid-column-gap: .375rem;
    flex-flow: wrap;
    display: flex;
  }

  .interview-information {
    font-size: .6875rem;
  }

  .interview-information-wrapper {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .interview-information-wrapper.is-right {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .negative-overlap {
    margin: -.375rem;
  }

  .text-rich-text-interview-largee h1 {
    margin-bottom: 1.5rem;
  }

  .text-rich-text-interview-largee blockquote {
    border-radius: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 7vw;
    font-size: 1.25rem;
  }

  .text-rich-text-interview-largee p, .text-rich-text-interview-largee li {
    font-size: 1.125rem;
  }
}

#w-node-_7d710544-4d94-e822-028e-8eac6a25725a-e1cebe7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d0f3928-cab7-1747-b11d-3099e5a84278-e1cebe7f {
  align-self: stretch;
}

#w-node-_41a959fb-c064-d782-a9a0-9d2f34aca581-da6d8450 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e7914acf-42aa-223b-b2fc-3b2be94c1ae5-da6d8450 {
  grid-area: 1 / 3 / 3 / 7;
}

#w-node-e7914acf-42aa-223b-b2fc-3b2be94c1aef-da6d8450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d470f58-4e9e-dd27-7784-6b2885e4580f-da6d8450, #w-node-_65673372-8af1-a509-1b2d-ef618cfc6f32-da6d8450 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_84acf320-95c6-3cb4-3dcb-cd92df1b5c55-df1b5c41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d3849f9-f079-fbbd-3a93-e4b11fe4f12a-1fe4f128 {
  justify-self: start;
}

#w-node-_8d3849f9-f079-fbbd-3a93-e4b11fe4f12d-1fe4f128 {
  justify-self: center;
}

#w-node-_8d3849f9-f079-fbbd-3a93-e4b11fe4f140-1fe4f128 {
  justify-self: end;
}

#w-node-_0a9f5646-083e-7549-43f5-e7dbfa288f51-fa288f3d {
  justify-self: center;
}

#w-node-a578faa9-8fe7-7d96-1755-ab02929b9981-e1cebe89, #w-node-ca32ce38-3c01-eb5b-ee3d-26d860aae47a-e1cebe8a, #w-node-_262394f5-a13a-7426-72d9-d79bea61d01b-e1cebe8a, #w-node-d1d67fba-3e0a-9409-9ac0-478aa83e23c6-e1cebe8a, #w-node-e57696fa-661b-cab5-0d5d-c427efac8d2e-e1cebe8c {
  align-self: stretch;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-e1cebe9b {
  justify-self: start;
}

#w-node-e6e5f527-cc76-233b-b7f7-98de16a3e994-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6e5f527-cc76-233b-b7f7-98de16a3e995-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-e1cebe9b {
  justify-self: start;
}

#w-node-eeda78ee-10b9-997c-5c1c-dc1d7faecad8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eeda78ee-10b9-997c-5c1c-dc1d7faecad9-e1cebe9b {
  justify-self: start;
}

#w-node-_764b88fd-4c4a-8e2d-31f7-cfc91e4a59ae-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_764b88fd-4c4a-8e2d-31f7-cfc91e4a59af-e1cebe9b {
  justify-self: start;
}

#w-node-_16ad7451-7c28-aeda-e754-2bfed7adbee0-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16ad7451-7c28-aeda-e754-2bfed7adbee1-e1cebe9b {
  justify-self: start;
}

#w-node-_182c8bfd-1c2d-97c8-9462-4dd366937b74-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_182c8bfd-1c2d-97c8-9462-4dd366937b75-e1cebe9b {
  justify-self: start;
}

#w-node-_1d9c4375-d9b7-9b0e-3d94-6c484bd51b63-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d9c4375-d9b7-9b0e-3d94-6c484bd51b64-e1cebe9b {
  justify-self: start;
}

#w-node-f399c535-2fbc-3e00-74ec-bda46443aacb-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f399c535-2fbc-3e00-74ec-bda46443aacc-e1cebe9b {
  justify-self: start;
}

#w-node-_2c17363c-fbdb-c5e8-14ff-f23e66e9a126-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c17363c-fbdb-c5e8-14ff-f23e66e9a127-e1cebe9b {
  justify-self: start;
}

#w-node-eaa3f21d-a01b-3b9e-227c-6e5734c4bb1f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaa3f21d-a01b-3b9e-227c-6e5734c4bb20-e1cebe9b {
  justify-self: start;
}

#w-node-_05048ae2-c6d5-d88c-590b-e2e0c05d1b62-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05048ae2-c6d5-d88c-590b-e2e0c05d1b63-e1cebe9b {
  justify-self: start;
}

#w-node-f2094f5f-6781-80eb-4834-a2c7f57d180b-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2094f5f-6781-80eb-4834-a2c7f57d180c-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-e1cebe9b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-e1cebe9b {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-e1cebe9b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-e1cebe9b {
  justify-self: start;
}

#w-node-_2c90de8d-1848-b983-620e-cac7eb70bf54-e1cebe9b, #w-node-_438a5e74-6717-1eb7-978b-541e37bfcc11-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e1cebe9b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-e1cebe9b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-e1cebe9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-e1cebe9b {
  justify-self: start;
}

#w-node-fcefd466-4d1d-e435-3af7-dbc70c17238e-4dbea2f0, #w-node-_47c82103-27e4-6aa4-9d5f-f490da03e707-2bac70be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47c82103-27e4-6aa4-9d5f-f490da03e70a-2bac70be {
  align-self: start;
}

#w-node-_277a2378-7c94-b1d7-58bc-986410b95f08-42d66ee6 {
  align-self: stretch;
}

#w-node-_640833c3-d772-8ea6-5d32-61c3ef503a45-7e0fd2d9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bf7aedff-793b-541d-9fbd-704ebacec041-7e0fd2d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1424b3d-0d20-8609-0832-dbc8451e7b83-7e0fd2d9, #w-node-d1424b3d-0d20-8609-0832-dbc8451e7b94-7e0fd2d9 {
  justify-self: stretch;
}

#w-node-_53745310-c08f-00c4-1e91-ed8c173cdc42-7e0fd2d9 {
  justify-self: end;
}

#w-node-_48f1e9af-44fc-7b2c-efc2-2eeb0a137c33-57e7f1ff {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_41a959fb-c064-d782-a9a0-9d2f34aca581-da6d8450 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e7914acf-42aa-223b-b2fc-3b2be94c1ae5-da6d8450 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-d1424b3d-0d20-8609-0832-dbc8451e7b83-7e0fd2d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_98592ba1-1394-71fd-ef6c-4625bfe181db-e1cebe8a, #w-node-c83a2042-e1ef-037a-2d88-49e52eb80037-e1cebe8a, #w-node-_542d4221-0e85-a000-2bb9-7394b9838a4f-e1cebe8a, #w-node-_4b6cbc37-7672-e2f4-a6e5-103dcad5d0ad-e1cebe8a, #w-node-_09bfda34-05dc-f50a-e124-4cc6cdf00b21-e1cebe8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf7aedff-793b-541d-9fbd-704ebacec041-7e0fd2d9 {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3d470f58-4e9e-dd27-7784-6b2885e4580f-da6d8450, #w-node-_65673372-8af1-a509-1b2d-ef618cfc6f32-da6d8450 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/UncutSans-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hedvig Letters Serif';
  src: url('../fonts/HedvigLettersSerifopsz.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hedvig Letters Serif Regular';
  src: url('../fonts/HedvigLettersSerif-Regularopsz.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gooper Condensed';
  src: url('../fonts/GooperCondensed5-Regular.woff2') format('woff2'), url('../fonts/GooperCondensed5-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}