@font-face {
  font-family: Inter-VQ;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-VQ;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-VQ;
  src: url('../fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-VQ;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-VQ;
  src: url('../fonts/Inter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2c2c2c;
  --goldenrod: #bb980c;
  --link-hover: #ecc31c;
  --white: white;
  --grey: #f8f8f8;
  --light-grey: #f4f4f4;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-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-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--black);
  letter-spacing: .2px;
  font-family: Inter-VQ, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

h1, h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

p {
  margin-bottom: 0;
}

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

ul {
  margin-bottom: .25rem;
  padding-left: 1.25rem;
}

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

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

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

label {
  margin-bottom: .25rem;
  font-weight: 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;
}

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

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

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.text-align-center.is-relative {
  position: relative;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text a {
  color: var(--goldenrod);
  font-weight: 600;
}

.text-rich-text a:hover {
  color: var(--link-hover);
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

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

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

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

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

.show-tablet {
  display: none;
}

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

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

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

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

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

.main-wrapper {
  overflow: hidden;
}

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

.padding-custom1 {
  padding-top: 16rem;
  padding-bottom: 7rem;
}

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

.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-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-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge.bottom-bigger {
  padding-bottom: 30vw;
}

.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-vertical.padding-xhuge.contact {
  padding-top: 11.5rem;
}

.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-style-nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.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_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  background-color: var(--goldenrod);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  padding: 1rem 2.375rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--link-hover);
}

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

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

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.form-input {
  background-color: #fffef8;
  border: 1px #000;
  border-radius: .25rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

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

.form-input.is-text-area::placeholder {
  font-size: .9rem;
}

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.heading-xsmall {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

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

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.form-field-wrapper {
  font-size: 1rem;
  position: relative;
}

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

.rl-styleguide-message {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.beta-label {
  text-transform: uppercase;
  background-color: #e4e2df;
  border-radius: .25rem;
  margin-left: .15rem;
  margin-right: .15rem;
  padding: .05rem .25rem;
  font-size: .875rem;
  display: inline-block;
}

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

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

.text-lineheight-normal {
  line-height: 1.5;
}

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

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

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

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

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

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

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

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

.text-letterspacing-wide {
  letter-spacing: .025em;
}

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

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

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

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

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

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

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

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

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

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

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

.button-link {
  color: var(--goldenrod);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button-link:hover {
  color: var(--link-hover);
}

.button-link.is-alternate {
  color: #fff;
}

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

.icon-xsmall {
  height: 1.5rem;
}

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

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

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

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

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

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  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;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

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

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

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

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

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

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

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

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

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

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

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

.fs-cc-manager2_button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #000;
  background-size: auto;
  border-color: #000;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  z-index: 9999;
  position: relative;
}

.fs-cc-banner2_text {
  font-size: 13px;
  line-height: 18px;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 0 20px 0 0;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 10px;
  margin-bottom: 12px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  margin-left: -8px;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper.prefer {
  margin-left: 0;
}

.fs-cc-prefs2_form {
  color: #fff;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #000;
  border-radius: 20px 0 0;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #0006;
  border: 1px solid #fff;
  border-radius: 10px;
}

.fs-cc-banner2_button.fs-cc-button-alt.preferences {
  border-width: 0 0 1px;
  border-color: #fff9;
  border-radius: 0;
  min-width: 0;
  margin-left: 0;
  padding: 0;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_submit {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: 10px;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #000000ba;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-icon4_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-top {
  background-color: #000;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navigation-link {
  margin-bottom: 20px;
  text-decoration: none;
  transition: transform .25s;
}

.navigation-link:hover {
  color: #8b2323;
  transform: translate(6px);
}

.navigation-link.w--current, .navigation-link.w--current:active, .navigation-link.w--current:focus {
  color: #8b2323;
}

.div-block-53 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 1.5rem 5%;
  display: grid;
  position: relative;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.language-link {
  text-decoration: none;
}

.language-link.not-active {
  opacity: .6;
}

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

.language-divider {
  background-color: #000;
  width: 1px;
  height: 100%;
  min-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-55 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-link__wrapper {
  align-items: flex-start;
  font-size: 2.5rem;
  font-weight: 400;
  display: flex;
}

.nav-menu-2 {
  z-index: 20;
  background-color: #fff;
  flex-direction: row;
  width: auto;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  z-index: 9999;
  background-color: #0000;
}

.logo-icon_wrapper {
  margin-top: -3rem;
}

.div-block-57 {
  position: relative;
}

.navmenu-overlay {
  background-image: linear-gradient(#fff 18%, #fff0);
  height: 10rem;
  position: absolute;
  inset: 0%;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.language-switch {
  z-index: 90;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  max-height: 40px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.div-block-54 {
  z-index: 9999;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navbar {
  z-index: 500;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  height: 6.5rem;
  position: fixed;
  top: 0;
}

.navbar4_logo-link {
  padding-left: 0;
}

.linkwrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

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

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linkwrappernav-2 {
  background-image: url('../images/lines-menu.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  place-content: flex-start center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 35%;
  padding-bottom: 30%;
  padding-left: 4rem;
  display: flex;
}

.menu-icon4_line-bottom {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.social-icon {
  color: #8b6969;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: color .2s;
  display: flex;
}

.social-icon:hover {
  color: #8b2323;
}

.text-color-gold {
  color: var(--goldenrod);
}

.layout16_item {
  align-items: center;
  transition: color .2s;
  display: flex;
}

.layout16_item:hover {
  color: var(--goldenrod);
}

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  width: 1.3rem;
  height: 1.3rem;
}

.navbar1_logo-link {
  z-index: 1000;
  max-width: 12.5rem;
  max-height: 9.375rem;
  padding-left: 0;
}

.navbar1_logo-link.w--current {
  z-index: 1000;
}

.div-block {
  grid-column-gap: 3rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.language-switch-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar1_logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.navbar1_link {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  transition: color .2s;
}

.navbar1_link:hover, .navbar1_link.w--current {
  color: var(--goldenrod);
}

.layout16_item-list {
  grid-column-gap: .25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  height: 100%;
  display: flex;
}

.navbar1_component {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 9rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .375rem;
  display: flex;
  position: relative;
}

.navbar1_menu-button {
  padding: 0;
}

.navmenu-overlay-2 {
  background-image: linear-gradient(#090909 18%, #09090900);
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: 0%;
}

.navbar1_menu {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.navbar-bg {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.language-link-2 {
  color: var(--goldenrod);
  font-size: 1.125rem;
  text-decoration: none;
}

.language-link-2.not-active {
  color: var(--white);
}

.language-link-2.not-active:hover {
  opacity: 1;
}

.aria-only {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.language-divider-2 {
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

.button-row.is-button-row-center {
  justify-content: center;
}

.cta4_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta4_background-image-wrapper.show-tablet, .cta4_background-image-wrapper.landscape, .cta4_background-image-wrapper.portrait {
  display: none;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.show-desktop {
  background-color: #0000;
  background-image: linear-gradient(to right, #000000ab, #0000 39%);
  display: block;
}

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

.header5_background-image.contact {
  object-position: 35% 5%;
}

.header5_background-image.is-home-header.portrait {
  object-position: 50% 0%;
}

.header5_background-image.is-media {
  object-position: 50% 20%;
}

.header5_background-image.is-bio-header {
  object-position: 70% 50%;
}

.header5_background-image.is-bio-header.landscape {
  object-position: 50% 40%;
}

.header5_background-image.portrait {
  object-position: 50% 0%;
}

.header5_background-image.landscape {
  object-position: 50% 65%;
}

.section-header5 {
  position: relative;
}

.header-100vh {
  align-items: flex-start;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.header-100vh.align-bottom {
  align-items: flex-end;
}

.header-100vh.concerts {
  padding-top: 9.7rem;
}

.home_calendar-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #bb980ccc;
  border-radius: 4px;
  align-items: center;
  padding: .8rem 1.5rem .8rem .8rem;
  transition: background-color .2s, color .2s;
  display: flex;
}

.home_calendar-button:hover {
  background-color: #ecc31ccc;
}

.calendar-day {
  font-size: 1.5625rem;
  line-height: 1;
}

.calendar-month {
  text-transform: uppercase;
  font-size: .8rem;
}

.calendar-venue {
  font-size: .8rem;
  font-style: italic;
  font-weight: 300;
}

.calendar-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  display: flex;
}

.calendar-link:hover {
  color: var(--goldenrod);
}

.calendar-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.quote-mark {
  opacity: .16;
  position: absolute;
}

.quote-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-icon_wrapper {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.bio_component {
  min-height: 100vh;
  position: relative;
}

.member-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex: none;
  width: 20vw;
  min-width: 16rem;
  max-width: 30rem;
}

.member-card._2 {
  top: 35rem;
  left: -11.7rem;
}

.member-card._3 {
  top: 30rem;
}

.member-image {
  border-radius: .25rem;
  overflow: hidden;
}

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

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

.image-cover.is-absolute {
  position: absolute;
  inset: 0%;
}

.member-column {
  grid-column-gap: 3rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 6rem auto auto -15.4vw;
}

.member-column._2 {
  top: 15rem;
  left: auto;
  right: -15.4vw;
}

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

.container-xsmall.smaller {
  width: 80%;
  max-width: 35rem;
}

.footer {
  background-color: var(--goldenrod);
  color: #fff;
  background-image: linear-gradient(#bb980ce0, #bb980ce0), url('../images/velvet.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 55px;
  margin-top: 0;
  margin-left: 0;
  font-size: 1rem;
  position: relative;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.leftfooter {
  grid-column-gap: .25rem;
  display: flex;
}

.footerlink {
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.footerlink.created {
  padding-top: 3px;
}

.rightfooter {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 120px;
}

.image-3.inverted {
  filter: invert();
}

.concerts_component {
  background-image: linear-gradient(#fffc, #fffc);
  border-radius: 4px;
  flex-direction: column;
  height: 50rem;
  max-height: 70vh;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.concerts-headings {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.calendar-month-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.month-divider {
  background-color: var(--black);
  height: 1px;
  margin-left: -5px;
  margin-right: -5px;
}

.calendar-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  display: flex;
}

.div-block-59 {
  margin-left: auto;
}

.accordion1_component {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: .5rem;
  padding: 1rem;
}

.accordion1_top {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.accordion1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.accordion1_bottom {
  overflow: hidden;
}

.faq1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_component {
  border-bottom: 1px solid #000;
}

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

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.videos-full_width {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.tab-button {
  background-color: var(--goldenrod);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding: .75rem 2.5rem;
}

.tab-button:hover, .tab-button.w--current {
  background-color: var(--link-hover);
}

.section-layout135.background-color-green {
  position: relative;
}

.bg-texture {
  opacity: .1;
  background-image: url('../images/textures.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 70rem;
  position: absolute;
  inset: 0%;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #00000026;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.bg-lines {
  z-index: 0;
  background-image: url('../images/lines.svg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: auto;
  position: absolute;
  inset: 0% 10% 0% 0;
}

.videos-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.layout16_item-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  height: 100%;
  display: flex;
}

.layout16_item-2 {
  color: var(--goldenrod);
  align-items: center;
  transition: color .2s;
  display: flex;
}

.layout16_item-2:hover {
  color: var(--link-hover);
}

.layout16_item-icon-wrapper-2 {
  flex: none;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.layout16_item-text-wrapper {
  align-items: center;
  display: flex;
}

.div-block-60 {
  grid-column-gap: .5rem;
  display: flex;
}

.is-hidden {
  display: none;
}

.videos-list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.video-wrapper {
  position: relative;
}

.video-thumbnail_wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover-2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-button {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto;
  padding-left: .25rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-columns {
  column-count: 3;
  column-gap: 1rem;
  width: 100%;
}

.gallery-item {
  width: 100%;
  margin-bottom: 1rem;
}

.news-wrapper {
  justify-content: flex-end;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.news-image_wrapper {
  opacity: 0;
  width: 43vw;
  transition: opacity .25s;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.news-image_wrapper.current {
  opacity: 1;
}

.news-text_wrapper {
  flex: 0 auto;
  width: 57%;
  padding-top: 11.7rem;
  padding-left: 2rem;
  padding-right: 5%;
}

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

.news-image.current {
  opacity: 1;
}

.news-text-wrapper {
  color: var(--goldenrod);
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  padding-right: 1.625rem;
  transition: color .2s;
  position: relative;
}

.news-text-wrapper.current {
  color: var(--link-hover);
}

.heading-tiny {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.news-triangle-image {
  opacity: 0;
  transform-style: preserve-3d;
  transition: transform .2s;
  position: absolute;
  inset: 40% auto auto -4.4rem;
  transform: translate(100%)scale3d(1, 2, 1)rotate(-180deg);
}

.news-triangle-image.current {
  opacity: 1;
  transform-style: preserve-3d;
  left: -3.4rem;
  transform: translate(0%)scale3d(1, 2, 1)rotate(-180deg);
}

.news-triangle-image.home {
  opacity: 1;
  transform-style: preserve-3d;
  inset: 35% -3.9rem 0% auto;
  transform: translate(100%)scale3d(1, 2, 1)rotate(0);
}

.news-detail-wrapper {
  width: 100%;
  max-width: 64rem;
  height: 100%;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  padding-right: 1.625rem;
  transition: color .2s;
  position: relative;
}

.news-detail-wrapper.current {
  color: var(--goldenrod);
}

.div-block-61 {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.calendar-list {
  grid-column-gap: 2rem;
  display: flex;
}

.layout1_image-wrapper {
  height: 50rem;
  position: relative;
}

.button-link-2 {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link-2.with-icon {
  grid-column-gap: .5rem;
}

.layout1_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.news-title {
  color: var(--goldenrod);
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  padding-right: 1.625rem;
  transition: color .2s;
  position: relative;
}

.news-title:hover {
  color: var(--link-hover);
}

.news-title.current {
  color: var(--goldenrod);
}

.layout1_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-home_media {
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.header-65vh {
  align-items: flex-end;
  height: 80vw;
  min-height: 0;
  max-height: 85vh;
  display: flex;
}

.header-65vh.align-bottom {
  align-items: flex-end;
}

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

.bio-quartet {
  background-color: var(--grey);
  border-radius: .25rem;
}

.news-detail-image_wrapper {
  opacity: 1;
  width: 43vw;
  transition: opacity .25s;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.mycontain-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

.impressum-rich-text h3 {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 400;
}

.imprintsection {
  color: #fff;
  margin-left: 0;
  padding-top: 120px;
  position: relative;
}

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

.section_frauen-komponieren {
  width: 150vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.image-world {
  width: 100%;
}

.dots {
  position: absolute;
  inset: 0%;
}

.dot {
  z-index: 10;
  background-color: var(--goldenrod);
  cursor: pointer;
  border-radius: 100%;
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
}

.dot-circle {
  z-index: 0;
  border: 1px solid var(--goldenrod);
  border-radius: 100%;
  width: 1.7vw;
  height: 1.7vw;
  position: absolute;
}

.dot-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 15.8vw;
  right: 8.4vw;
}

.dot-wrapper.europe {
  top: 16.5vw;
  right: 5.7vw;
  overflow: visible;
}

.dot-wrapper.na {
  top: 18.3vw;
  right: 54.2vw;
}

.dot-wrapper.sa {
  top: 48vw;
  right: 39.1vw;
}

.dot-wrapper.africa {
  top: 34.1vw;
  right: 4.8vw;
}

.dot-wrapper.asia {
  top: 22.7vw;
  right: -31.6vw;
}

.dot-wrapper.australia {
  top: 54.2vw;
  right: -50vw;
}

.label-wrapper {
  border-radius: .25rem;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
  left: 2.1vw;
}

.label-wrapper:hover {
  background-color: var(--goldenrod);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section-frauen_list {
  z-index: 9999;
  background-color: #00000085;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-frauen_list.is-hidden {
  display: none;
}

.section-frauen_list.is-visible {
  display: block;
}

.composer-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
}

.composers_component {
  background-image: linear-gradient(#fffffffa, #fffffffa), url('../images/velvet.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, 1036px;
  border-radius: 4px;
  flex-direction: column;
  height: 50rem;
  max-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

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

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

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

.composer-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

.composer-rich-text a {
  color: var(--goldenrod);
  font-weight: 600;
}

.composer-rich-text a:hover {
  color: var(--link-hover);
}

.composer-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.list {
  list-style-type: disc;
}

.composer-label_text {
  cursor: pointer;
  font-size: .8vw;
}

.frauen-wrapper {
  padding-left: 10vw;
}

.frauen-link {
  grid-column-gap: 1rem;
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: .25rem;
  padding: .925rem 1.625rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.frauen-link:hover {
  background-color: var(--link-hover);
}

.frauen-link.current {
  color: var(--link-hover);
}

.empty-state {
  display: none;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

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

.section-contact1 {
  color: #fff;
  background-image: linear-gradient(#bb980ccc, #bb980ccc), url('../images/velvet.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.error-text {
  color: #e23939;
}

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

.contact1_component {
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
}

.composer_arrow {
  cursor: pointer;
  font-size: .7vw;
}

.div-block-63 {
  grid-column-gap: .25rem;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/velvet.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: .25rem;
  flex: none;
  align-items: center;
  padding: .4vw .7vw;
  display: flex;
}

.div-block-63:hover {
  background-color: var(--goldenrod);
  background-image: none;
  background-position: 0 0;
}

.h2-homepage {
  letter-spacing: -.5px;
  font-size: 2.8rem;
}

.prev-next-wrapper {
  display: flex;
}

.prev-button {
  position: relative;
}

.prev-button.is-empty {
  z-index: 1;
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  position: absolute;
  inset: 0%;
}

.next-button {
  position: relative;
}

.next-button.is-empty {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  position: absolute;
  inset: 0%;
}

.prev-next-link, .prev-next-link.w--current {
  position: absolute;
  inset: 0%;
}

.prev-next-container {
  grid-column-gap: 1rem;
  margin-left: auto;
  display: flex;
}

.div-block-65, .tm-image-box {
  position: relative;
}

.tm-box {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tm-item {
  grid-column-gap: 16px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  display: grid;
}

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

.image-cover-3 {
  object-fit: cover;
}

.image-cover-3.is-absolute {
  position: absolute;
  inset: 0%;
}

.h6 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.copyright {
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.copyright.created {
  padding-top: 3px;
}

.calendar-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.frauen-link-wrapper {
  display: flex;
}

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

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-small.align-center {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .padding-custom1 {
    padding-bottom: 2.2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-53 {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .div-block-56 {
    height: 500px;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .div-block-55 {
    align-items: flex-start;
  }

  .nav-menu-2 {
    width: 60vw;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .logo-icon_wrapper {
    max-width: 5rem;
    margin-top: -.8rem;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .div-block-58 {
    overflow: visible;
  }

  .div-block-54 {
    align-items: flex-start;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .navbar {
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 0;
  }

  .linkwrapper-2 {
    align-content: stretch;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .linkwrappernav-2 {
    background-position: 90% 90%;
    background-size: 100%;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout16_item {
    align-items: center;
  }

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

  .layout16_item-icon-wrapper {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_logo-link {
    max-width: 8rem;
  }

  .navbar1_logo-link.w--current {
    z-index: 20;
  }

  .div-block {
    grid-row-gap: .85rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .language-switch-2 {
    align-self: flex-start;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .45rem 0;
    font-size: 1.5rem;
  }

  .navbar1_component {
    min-height: 4rem;
  }

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

  .navbar1_menu-button.w--open {
    z-index: 1000;
    background-color: #0000;
  }

  .navmenu-overlay-2 {
    height: 8rem;
  }

  .navbar1_menu {
    z-index: 0;
    -webkit-text-fill-color: inherit;
    background-color: #090909;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 11rem 5% 2rem;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .language-link-2 {
    font-size: 1.5rem;
  }

  .language-divider-2 {
    height: 1.5rem;
  }

  .cta4_background-image-wrapper.show-tablet {
    display: block;
  }

  .image-overlay-layer.show-desktop {
    display: none;
  }

  .header5_background-image.contact {
    object-position: 50% 50%;
  }

  .header5_background-image.is-home-header, .header5_background-image.is-bio-portrait {
    object-position: 50% 0%;
  }

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

  .bio_component {
    grid-column-gap: 16px;
    grid-row-gap: 3rem;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .member-card {
    width: 100%;
    margin-top: 0;
  }

  .member-image {
    width: 100%;
    max-height: 19rem;
  }

  .member-column {
    grid-row-gap: 3rem;
    flex-direction: column;
    order: 1;
    justify-content: space-between;
    height: 100%;
    position: static;
  }

  .container-xsmall.smaller {
    max-width: 30rem;
  }

  .footer {
    height: auto;
  }

  .grid-4 {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    place-items: center start;
  }

  .footerlink.created {
    font-size: .75rem;
  }

  .rightfooter {
    height: 1.125rem;
  }

  .image-3.inverted {
    width: 100%;
  }

  .concerts_component {
    max-height: 60vh;
    margin-bottom: 3rem;
  }

  .videos-full_width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .videos-list, .audio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .layout16_item-2 {
    align-items: center;
  }

  .layout16_item-icon-wrapper-2 {
    margin-right: .5rem;
  }

  .videos-list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-columns {
    column-count: 2;
  }

  .news-image_wrapper {
    width: 50vw;
  }

  .news-text_wrapper {
    width: 50%;
    padding-left: 2rem;
  }

  .news-triangle-image {
    left: -4.7rem;
  }

  .news-triangle-image.home {
    right: -2.9rem;
  }

  .calendar-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-wrap: wrap;
  }

  .layout1_image-wrapper {
    height: 30rem;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .header-65vh {
    height: 80vw;
    min-height: 0;
    max-height: 60rem;
  }

  .collection-list-wrapper {
    flex: none;
  }

  .news-detail-image_wrapper {
    width: 50vw;
  }

  .mycontain-2 {
    padding-top: 70px;
  }

  .dot-wrapper.europe {
    top: 19.9vw;
  }

  .label-wrapper {
    left: 1.5rem;
  }

  .composers_component {
    min-height: 0;
    max-height: 60vh;
  }

  .composer-label_text {
    font-size: 1.5vw;
  }

  .frauen-wrapper {
    overflow: scroll;
  }

  .composer_arrow {
    font-size: 1.5vw;
  }

  .div-block-63 {
    padding: .7vw 1vw;
  }

  .h2-homepage {
    font-size: 2rem;
  }

  .copyright {
    font-size: .75rem;
  }

  .logo-footer {
    width: 6rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

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

  .padding-custom1 {
    padding-top: 11.8rem;
  }

  .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-vertical.padding-xhuge.bottom-bigger {
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-xhuge.contact {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

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

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .div-block-53 {
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .language-link {
    font-size: 1.2rem;
  }

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

  .nav-menu-2 {
    background-position: 90% 90%;
    background-size: 40%;
    width: 100vw;
  }

  .logo-icon_wrapper {
    max-width: 4rem;
    margin-top: -1.1rem;
    display: none;
  }

  .language-switch {
    margin-left: 5px;
  }

  .navbar, .linkwrapper-2 {
    height: auto;
  }

  .layout16_item-icon-wrapper {
    width: 1.8rem;
    height: 1.8rem;
  }

  .navbar1_logo-link {
    max-width: 8rem;
    padding-left: 0;
  }

  .language-switch-2 {
    grid-column-gap: .75rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navmenu-overlay-2 {
    height: 6rem;
  }

  .home_calendar-button {
    max-width: 100%;
  }

  .member-image {
    max-height: none;
  }

  .member-column {
    grid-row-gap: 3rem;
    align-items: center;
  }

  .footer {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-4 {
    grid-row-gap: .5rem;
  }

  .concerts_component {
    padding: 1.4rem;
  }

  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .accordion1_icon, .faq1_icon {
    width: 1.75rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .videos-full_width {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
  }

  .bg-lines {
    background-size: 49px;
  }

  .videos-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

  .videos-list-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .gallery-columns {
    column-count: 1;
  }

  .news-wrapper {
    flex-direction: column;
    min-height: 0;
  }

  .news-image_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .news-text_wrapper {
    flex-direction: column;
    width: auto;
    padding-top: 2rem;
    padding-left: 5%;
    display: flex;
  }

  .heading-tiny {
    font-size: 1.125rem;
  }

  .news-triangle-image.home {
    display: none;
  }

  .layout1_image-wrapper {
    width: 100%;
  }

  .layout1_component {
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .news-title {
    border: 1px #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout1_component-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .header-65vh {
    height: 60vw;
    min-height: 0;
  }

  .collection-list-wrapper {
    flex: 0 auto;
  }

  .collection-list {
    height: 100%;
    padding-top: 160%;
    position: relative;
  }

  .news-detail-image_wrapper {
    width: 100vw;
    padding-top: 160%;
    position: relative;
    inset: 0%;
  }

  .imprintsection {
    margin-left: 0;
  }

  .dot-wrapper.australia {
    top: 61.1vw;
  }

  .label-wrapper {
    left: .8rem;
  }

  .composers_component {
    padding: 1.4rem;
  }

  .composer-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .composer-label_text {
    font-size: 2vw;
  }

  .news-collection {
    margin-bottom: 2rem;
  }

  .composer_arrow {
    font-size: 2vw;
  }

  .div-block-63 {
    padding: .5rem .6rem;
  }

  .tm-box {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }

  .team-members {
    width: 100vw;
    margin-left: -24px;
  }

  .tm-item {
    min-width: 240px;
  }

  .h6 {
    font-size: 14px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .show-mobile-portrait {
    display: block;
  }

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

  .page-wrapper {
    flex-direction: column;
    min-height: 100vh;
    display: flex;
  }

  .max-width-small.align-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-custom1 {
    padding-top: 8.6rem;
  }

  .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-vertical.padding-small {
    flex: 1;
  }

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

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

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .div-block-53 {
    padding: 1rem 3%;
  }

  .language-divider {
    min-height: 1rem;
  }

  .nav-menu-2 {
    background-size: 60%;
    width: 100vw;
  }

  .navbar4_menu-button {
    margin-left: 0;
  }

  .logo-icon_wrapper {
    display: none;
  }

  .grid-9 {
    width: 70%;
  }

  .language-switch {
    margin-right: .5rem;
  }

  .navbar4_logo-link {
    padding-top: .7rem;
  }

  .linkwrappernav-2 {
    padding-top: 47%;
  }

  .navbar1_logo-link {
    max-width: 7.5rem;
  }

  .div-block {
    margin-bottom: .8rem;
  }

  .language-switch-2 {
    margin-right: .5rem;
  }

  .navbar1_link {
    padding-top: .35rem;
    padding-bottom: .35rem;
  }

  .layout16_item-list {
    grid-row-gap: 1rem;
    height: auto;
    margin-bottom: 1rem;
  }

  .navmenu-overlay-2 {
    height: 100%;
  }

  .navbar1_menu {
    padding-top: 9rem;
  }

  .navbar-bg {
    inset: 0%;
  }

  .language-divider-2 {
    min-height: 1rem;
  }

  .header-100vh {
    min-height: 95vh;
  }

  .home_calendar-button {
    align-items: center;
    min-width: 15rem;
    height: 100%;
  }

  .bio_component {
    display: flex;
  }

  .member-column {
    flex-direction: column;
  }

  .container-xsmall.smaller {
    width: 90%;
    min-width: 13rem;
  }

  .footer {
    margin-top: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: .15rem;
    grid-template-columns: 1fr 1fr;
    place-items: end start;
  }

  .leftfooter, .footerlink {
    font-size: 1rem;
  }

  .footerlink.created {
    flex: none;
    padding-top: 0;
    font-size: 12px;
  }

  .rightfooter {
    font-size: .8rem;
  }

  .concerts_component {
    padding: .9rem;
  }

  .videos-full_width {
    padding-left: 0;
    padding-right: 0;
  }

  .layout16_item-list-2 {
    grid-row-gap: 1rem;
    height: auto;
    margin-bottom: 1rem;
  }

  .footer-100vh {
    margin-top: 0;
    font-size: 1rem;
  }

  .news-image_wrapper {
    width: 100vw;
  }

  .calendar-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: scroll;
  }

  .layout1_image-wrapper {
    height: 26rem;
  }

  .layout1_component, .layout1_component-2 {
    grid-template-columns: 1fr;
  }

  .header-65vh {
    height: 80vw;
    min-height: 0;
  }

  .collection-list-wrapper {
    width: 95vw;
  }

  .calendar_date {
    padding-top: 3px;
  }

  .news-detail-image_wrapper {
    width: 100vw;
  }

  .mycontain-2 {
    padding-top: 0;
    overflow: hidden;
  }

  .impressum-rich-text h2 {
    font-size: 1.6rem;
  }

  .impressum-heading {
    font-size: 2rem;
  }

  .section_frauen-komponieren {
    width: 250vw;
  }

  .dot {
    transform: scale(1.5);
  }

  .dot-wrapper.europe {
    top: 33.8vw;
    right: 13.2vw;
  }

  .dot-wrapper.na {
    top: 40.3vw;
    right: 90.8vw;
  }

  .dot-wrapper.sa {
    top: 85.6vw;
    right: 65.7vw;
  }

  .dot-wrapper.africa {
    top: 71.8vw;
  }

  .dot-wrapper.asia {
    top: 31.6vw;
    right: -39.2vw;
  }

  .dot-wrapper.australia {
    top: 96.9vw;
    right: -75.3vw;
  }

  .label-wrapper {
    width: 21vw;
    left: .5rem;
  }

  .composers_component {
    max-height: 75vh;
    padding: .9rem;
  }

  .composer-label_text {
    font-size: .5rem;
  }

  .frauen-wrapper {
    width: 100%;
  }

  .contact1_form {
    grid-column-gap: 1rem;
  }

  .div-block-63 {
    padding: .4rem;
  }

  .collection-list-wrapper-3 {
    margin-top: 2rem;
  }

  .prev-next-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .prev-next-container {
    grid-row-gap: 1rem;
    order: -1;
    margin-left: 0;
  }

  .collection-item:last-child {
    margin-right: 2rem;
  }

  .copyright {
    text-align: left;
    font-size: 12px;
  }
}

#w-node-b92a30bc-b74a-7959-6f6d-8ce800f8de80-5edef046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de08045-bb82-87af-0493-ecf919ac6b35-5edef046 {
  align-self: center;
}

#w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-5edef046, #w-node-_06a958bc-a443-7064-4cb9-27b1de57de06-5edef046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa1b102-cceb-0cbc-5556-f7e651bc5a67-51bc5a5c {
  justify-self: end;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-8adef05d {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-8adef05d {
  justify-self: start;
}

#w-node-_20dc9d9b-4ea3-841a-608d-688892b0d35d-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20dc9d9b-4ea3-841a-608d-688892b0d35e-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-8adef05d, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-8adef05d {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-8adef05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756cf1-32f00e7f, #w-node-_15ef1ac5-d73a-fe25-af45-ed68210d3855-32f00e7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756ced-32f00e7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756cfc-32f00e7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b92a30bc-b74a-7959-6f6d-8ce800f8de80-980b5dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de08045-bb82-87af-0493-ecf919ac6b35-980b5dee {
  align-self: center;
}

#w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-980b5dee, #w-node-_06a958bc-a443-7064-4cb9-27b1de57de06-980b5dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756cf1-526692ee, #w-node-_15ef1ac5-d73a-fe25-af45-ed68210d3855-526692ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756ced-526692ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756cfc-526692ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1de08045-bb82-87af-0493-ecf919ac6b35-5edef046 {
    align-self: end;
  }

  #w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-5edef046 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfa1b102-cceb-0cbc-5556-f7e651bc5a5e-51bc5a5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dfa1b102-cceb-0cbc-5556-f7e651bc5a67-51bc5a5c {
    justify-self: center;
  }

  #w-node-_45a196af-5d40-8648-0128-2720d4110cf8-17191bc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1de08045-bb82-87af-0493-ecf919ac6b35-980b5dee {
    align-self: end;
  }

  #w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-980b5dee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_45a196af-5d40-8648-0128-2720d4110cf8-a4216cc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4366033c-02ec-ee3a-b6f4-2b1e81947f95-5edef046 {
    order: -9999;
  }

  #w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-5edef046 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_45a196af-5d40-8648-0128-2720d4110cde-17191bc2, #w-node-_45a196af-5d40-8648-0128-2720d4110ceb-17191bc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_689d25cd-f265-d17f-9511-50bef3a8ce5e-980b5dee {
    order: -9999;
  }

  #w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-980b5dee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_45a196af-5d40-8648-0128-2720d4110cde-a4216cc9, #w-node-_45a196af-5d40-8648-0128-2720d4110ceb-a4216cc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1de08045-bb82-87af-0493-ecf919ac6b35-5edef046 {
    order: -9999;
  }

  #w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-5edef046 {
    grid-row: 3 / 4;
  }

  #w-node-dfa1b102-cceb-0cbc-5556-f7e651bc5a5e-51bc5a5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756ced-32f00e7f, #w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756ce9-32f00e7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1de08045-bb82-87af-0493-ecf919ac6b35-980b5dee {
    order: -9999;
  }

  #w-node-b951b9e9-9d92-3062-4c33-38bded00b1b9-980b5dee {
    grid-row: 3 / 4;
  }

  #w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756ced-526692ee, #w-node-_6d9da675-d89d-ba6c-a2e1-0cd5b8756ce9-526692ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter-VQ';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-VQ';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-VQ';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-VQ';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-VQ';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}