:root {
  --website-bg: #000;
  --gray25: #fcfcfd;
  --primary700: #2e7eff;
  --website-roundness: 2rem;
  --primary600: #0059ff;
  --gray500: #858585;
  --gray800: #353535;
  --white: white;
  --gray700: #505050;
  --primary50: #000843;
  --gray300: #ddd;
  --primary100: #001078;
  --gray900: var(--gray25);
  --primary300: #0034e0;
  --gray50: #f9fafb;
  --primary800: #7daeff;
  --gray100: #f2f4f7;
  --gray200: #f1f1f1;
  --primary200: #0020b5;
  --error200: #fecdca;
  --error50: #fef3f2;
  --error700: #b42318;
  --warning200: #fedf89;
  --warning50: #fffaeb;
  --warning700: #b54708;
  --success200: #a6f4c5;
  --success50: #ecfdf3;
  --success700: #027a48;
  --primary500: #0062fa;
  --success500: #12b76a;
  --error500: #f04438;
  --warning500: #f79009;
  --gray400: #b3b3b3;
  --gray600: #686868;
  --primary25: #00031a;
  --primary400: #004ced;
  --primary900: #c4deff;
  --error25: #fffbfa;
  --error100: #fee4e2;
  --error300: #fda29b;
  --error400: #f97066;
  --error600: #d92d20;
  --error800: #912018;
  --error900: #7a271a;
  --warning25: #fffcf5;
  --warning100: #fef0c7;
  --warning300: #fec84b;
  --warning400: #fdb022;
  --warning600: #dc6803;
  --warning800: #93370d;
  --warning900: #7a2e0e;
  --success25: #f6fef9;
  --success100: #d1fadf;
  --success300: #6ce9a6;
  --success400: #32d583;
  --success600: #039855;
  --success800: #05603a;
  --success900: #054f31;
  --indigo25: #f5f8ff;
  --indigo50: #eef4ff;
  --indigo100: #e0eaff;
  --indigo200: #c7d7fe;
  --indigo300: #a4bcfd;
  --indigo400: #8098f9;
  --indigo500: #6172f3;
  --indigo600: #444ce7;
  --indigo700: #3538cd;
  --indigo800: #2d31a6;
  --indigo900: #2d3282;
  --blue25: #f5faff;
  --blue50: #eff8ff;
  --blue100: #d1e9ff;
  --blue200: #b2ddff;
  --blue300: #84caff;
  --blue400: #53b1fd;
  --blue500: #2e90fa;
  --blue600: #1570ef;
  --blue700: #175cd3;
  --blue800: #1849a9;
  --blue900: #194185;
  --pink25: #fef6fb;
  --pink50: #fdf2fa;
  --pink100: #fce7f6;
  --pink200: #fcceee;
  --pink300: #faa7e0;
  --pink400: #f670c7;
  --pink500: #ee46bc;
  --pink600: #dd2590;
  --pink700: #c11574;
  --pink800: #9e165f;
  --pink900: #851651;
  --orange25: #fefaf5;
  --orange50: #fef6ee;
  --orange100: #fdead7;
  --orange200: #f9dbaf;
  --orange300: #f7b27a;
  --orange400: #f38744;
  --orange500: #ef6820;
  --orange600: #e04f16;
  --orange700: #b93815;
  --orange800: #932f19;
  --orange900: #772917;
  --standard-font: field-gothic-xwide, sans-serif;
  --text: #bebebe;
  --standard: 300;
  --headings: white;
  --medium-headings: 2rem;
  --standard-size: 1rem;
  --taglines-links: #0059ff;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--website-bg);
  color: var(--gray25);
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--gray25);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

h4 {
  color: var(--gray25);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

p {
  letter-spacing: normal;
  margin-bottom: 0;
}

a {
  color: var(--primary700);
  cursor: pointer;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  list-style-type: none;
}

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

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

img {
  aspect-ratio: 1;
  border-radius: var(--website-roundness);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .125rem solid var(--primary600);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  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;
}

.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: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.clickable-off {
  position: relative;
}

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

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

.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-style-link {
  text-decoration: underline;
}

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

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

.text-size-small.box-categories.color-inherit {
  color: inherit;
}

.text-size-small.box-categories.tiny {
  font-size: .7rem;
}

.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 {
  text-decoration: underline;
}

.text-rich-text figcaption {
  color: var(--gray500);
  text-align: left;
  margin-top: 1rem;
  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;
}

.page-wrapper.password {
  max-width: 100vw;
  max-height: 100vh;
}

.text-size-tiny {
  letter-spacing: normal;
  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-gray800 {
  background-color: var(--gray800);
  color: #f5f5f5;
}

.uui-styleguide_classes {
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
}

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

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

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

.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: 30rem;
}

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.margin-bottom.margin-medium {
  justify-content: space-between;
  align-items: center;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.uui-styleguide_subheading {
  z-index: 99;
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  backdrop-filter: saturate(150%) blur(8px);
  background-color: #ffffffe6;
  border-bottom: 1px solid #fff;
  padding: .75rem 1rem;
  position: sticky;
  top: 3rem;
}

.text-size-medium {
  color: var(--white);
  letter-spacing: normal;
  font-size: 1.125rem;
}

.icon-small {
  height: 2rem;
}

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

.form-checkbox-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

.icon-medium {
  height: 3rem;
}

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

.text-size-large {
  color: var(--white);
  letter-spacing: normal;
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-tertiary {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.button-tertiary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-tertiary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-radio-icon {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  margin-top: 0;
}

.icon-xsmall {
  height: 1.5rem;
}

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

.icon-xxsmall {
  height: 1.25rem;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.icon-xlarge {
  height: 6.5rem;
}

.heading-large {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

.button:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button.is-button-xsmall {
  padding: .5rem .875rem;
}

.button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-input {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.form-input::placeholder {
  color: var(--gray500);
}

.form-input.select {
  color: var(--gray900);
  background-color: #fff;
  background-image: none;
}

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

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

.form-checkbox-icon {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.heading-xsmall {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.button-secondary {
  grid-column-gap: .5rem;
  background-color: var(--primary50);
  color: var(--primary700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

.button-secondary:focus {
  background-color: var(--primary50);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: 1rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-secondary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-secondary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .125rem solid var(--primary600);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.form-field-wrapper {
  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-gray900 {
  color: var(--gray900);
}

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

.icon-large {
  height: 5rem;
}

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

.heading-xlarge {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-styleguide_heading {
  z-index: 100;
  background-color: var(--gray900);
  color: #fff;
  padding: .75rem 1rem;
  font-weight: 600;
  position: sticky;
  top: 0;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-1x1-xxsmall.absolute-top-right {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary700);
}

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

.icon-1x1-xsmall.text-color-white {
  order: -1;
}

.icon-1x1-xsmall.text-color-white.payment-card {
  height: 1.4rem;
}

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

.form-radio-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

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

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

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

.button-link {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.button-link.is-button-xsmall {
  font-size: .875rem;
}

.button-link.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_text-wrapper {
  padding-top: 1.5rem;
}

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

.button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.badge {
  grid-column-gap: .375rem;
  border: 1px solid var(--gray200);
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge.is-primary {
  border-color: var(--primary200);
  background-color: var(--primary50);
  color: var(--primary700);
}

.badge.is-error {
  border-color: var(--error200);
  background-color: var(--error50);
  color: var(--error700);
}

.badge.is-warning {
  border-color: var(--warning200);
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge.is-success {
  border-color: var(--success200);
  background-color: var(--success50);
  color: var(--success700);
}

.badge.is-badge-large {
  padding: .25rem .75rem;
}

.badge.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge-group {
  border: 1px solid var(--gray200);
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group.is-badge-group-small {
  font-size: .75rem;
}

.badge-group.is-primary {
  border-color: var(--primary200);
  background-color: var(--primary50);
  color: var(--primary700);
  white-space: nowrap;
}

.badge-group.is-error {
  border-color: var(--error200);
  background-color: var(--error50);
  color: var(--error700);
}

.badge-group.is-warning {
  border-color: var(--warning200);
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge-group.is-success {
  border-color: var(--success200);
  background-color: var(--success50);
  color: var(--success700);
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.badge-group_badge {
  border: 1px solid var(--gray200);
  background-color: var(--white);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group_badge.is-badge-small {
  padding: .125rem .375rem;
  font-size: .75rem;
}

.badge-group_badge.is-primary {
  border-color: var(--primary200);
  background-color: var(--white);
  color: var(--primary700);
}

.badge-group_badge.is-error {
  border-color: var(--error200);
  background-color: var(--white);
  color: var(--error700);
}

.badge-group_badge.is-warning {
  border-color: var(--warning200);
  background-color: var(--white);
  color: var(--warning700);
}

.badge-group_badge.is-success {
  border-color: var(--success200);
  background-color: var(--white);
  color: var(--success700);
}

.badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.badge-group_icon.text-color-primary500 {
  color: var(--primary500);
  margin-right: -.25rem;
}

.badge-group_icon.text-color-success500 {
  color: var(--success500);
}

.badge-group_icon.text-color-error500 {
  color: var(--error500);
}

.badge-group_icon.text-color-warning500 {
  color: var(--warning500);
}

.badge-group_icon.badge-icon-small {
  width: .75rem;
  height: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-dot {
  color: var(--gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--warning500);
}

.badge-dot.text-color-success500 {
  color: var(--success500);
}

.badge-dot.text-color-primary500 {
  color: var(--primary500);
}

.badge-dot.text-color-error500 {
  color: var(--error500);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uui-styleguide_color-sample {
  padding: 8rem 1rem 1rem;
}

.uui-styleguide_color-sample.is-gray25 {
  background-color: var(--gray25);
}

.uui-styleguide_color-sample.is-gray600 {
  background-color: var(--gray600);
}

.uui-styleguide_color-sample.is-gray700 {
  background-color: var(--gray700);
}

.uui-styleguide_color-sample.is-gray300 {
  background-color: var(--gray300);
}

.uui-styleguide_color-sample.is-gray200 {
  background-color: var(--gray200);
}

.uui-styleguide_color-sample.is-gray900 {
  background-color: var(--gray900);
}

.uui-styleguide_color-sample.is-gray100 {
  background-color: var(--gray100);
}

.uui-styleguide_color-sample.is-gray50 {
  background-color: var(--gray50);
}

.uui-styleguide_color-sample.is-gray500 {
  background-color: var(--gray500);
}

.uui-styleguide_color-sample.is-gray800 {
  background-color: var(--gray800);
}

.uui-styleguide_color-sample.is-gray400 {
  background-color: var(--gray400);
}

.uui-styleguide_color-sample.is-primary25 {
  background-color: var(--primary25);
}

.uui-styleguide_color-sample.is-primary50 {
  background-color: var(--primary50);
}

.uui-styleguide_color-sample.is-primary100 {
  background-color: var(--primary100);
}

.uui-styleguide_color-sample.is-primary200 {
  background-color: var(--primary200);
}

.uui-styleguide_color-sample.is-primary300 {
  background-color: var(--primary300);
}

.uui-styleguide_color-sample.is-primary400 {
  background-color: var(--primary400);
}

.uui-styleguide_color-sample.is-primary500 {
  background-color: var(--primary500);
}

.uui-styleguide_color-sample.is-primary600 {
  background-color: var(--primary600);
}

.uui-styleguide_color-sample.is-primary700 {
  background-color: var(--primary700);
}

.uui-styleguide_color-sample.is-primary800 {
  background-color: var(--primary800);
}

.uui-styleguide_color-sample.is-primary900 {
  background-color: var(--primary900);
}

.uui-styleguide_color-sample.is-error25 {
  background-color: var(--error25);
}

.uui-styleguide_color-sample.is-error50 {
  background-color: var(--error50);
}

.uui-styleguide_color-sample.is-error100 {
  background-color: var(--error100);
}

.uui-styleguide_color-sample.is-error200 {
  background-color: var(--error200);
}

.uui-styleguide_color-sample.is-error300 {
  background-color: var(--error300);
}

.uui-styleguide_color-sample.is-error400 {
  background-color: var(--error400);
}

.uui-styleguide_color-sample.is-error500 {
  background-color: var(--error500);
}

.uui-styleguide_color-sample.is-error600 {
  background-color: var(--error600);
}

.uui-styleguide_color-sample.is-error700 {
  background-color: var(--error700);
}

.uui-styleguide_color-sample.is-error800 {
  background-color: var(--error800);
}

.uui-styleguide_color-sample.is-error900 {
  background-color: var(--error900);
}

.uui-styleguide_color-sample.is-warning25 {
  background-color: var(--warning25);
}

.uui-styleguide_color-sample.is-warning50 {
  background-color: var(--warning50);
}

.uui-styleguide_color-sample.is-warning100 {
  background-color: var(--warning100);
}

.uui-styleguide_color-sample.is-warning200 {
  background-color: var(--warning200);
}

.uui-styleguide_color-sample.is-warning300 {
  background-color: var(--warning300);
}

.uui-styleguide_color-sample.is-warning400 {
  background-color: var(--warning400);
}

.uui-styleguide_color-sample.is-warning500 {
  background-color: var(--warning500);
}

.uui-styleguide_color-sample.is-warning600 {
  background-color: var(--warning600);
}

.uui-styleguide_color-sample.is-warning700 {
  background-color: var(--warning700);
}

.uui-styleguide_color-sample.is-warning800 {
  background-color: var(--warning800);
}

.uui-styleguide_color-sample.is-warning900 {
  background-color: var(--warning900);
}

.uui-styleguide_color-sample.is-success25 {
  background-color: var(--success25);
}

.uui-styleguide_color-sample.is-success50 {
  background-color: var(--success50);
}

.uui-styleguide_color-sample.is-success100 {
  background-color: var(--success100);
}

.uui-styleguide_color-sample.is-success200 {
  background-color: var(--success200);
}

.uui-styleguide_color-sample.is-success300 {
  background-color: var(--success300);
}

.uui-styleguide_color-sample.is-success400 {
  background-color: var(--success400);
}

.uui-styleguide_color-sample.is-success500 {
  background-color: var(--success500);
}

.uui-styleguide_color-sample.is-success600 {
  background-color: var(--success600);
}

.uui-styleguide_color-sample.is-success700 {
  background-color: var(--success700);
}

.uui-styleguide_color-sample.is-success800 {
  background-color: var(--success800);
}

.uui-styleguide_color-sample.is-success900 {
  background-color: var(--success900);
}

.uui-styleguide_color-sample.is-indigo25 {
  background-color: var(--indigo25);
}

.uui-styleguide_color-sample.is-indigo50 {
  background-color: var(--indigo50);
}

.uui-styleguide_color-sample.is-indigo100 {
  background-color: var(--indigo100);
}

.uui-styleguide_color-sample.is-indigo200 {
  background-color: var(--indigo200);
}

.uui-styleguide_color-sample.is-indigo300 {
  background-color: var(--indigo300);
}

.uui-styleguide_color-sample.is-indigo400 {
  background-color: var(--indigo400);
}

.uui-styleguide_color-sample.is-indigo500 {
  background-color: var(--indigo500);
}

.uui-styleguide_color-sample.is-indigo600 {
  background-color: var(--indigo600);
}

.uui-styleguide_color-sample.is-indigo700 {
  background-color: var(--indigo700);
}

.uui-styleguide_color-sample.is-indigo800 {
  background-color: var(--indigo800);
}

.uui-styleguide_color-sample.is-indigo900 {
  background-color: var(--indigo900);
}

.uui-styleguide_color-sample.is-blue25 {
  background-color: var(--blue25);
}

.uui-styleguide_color-sample.is-blue50 {
  background-color: var(--blue50);
}

.uui-styleguide_color-sample.is-blue100 {
  background-color: var(--blue100);
}

.uui-styleguide_color-sample.is-blue200 {
  background-color: var(--blue200);
}

.uui-styleguide_color-sample.is-blue300 {
  background-color: var(--blue300);
}

.uui-styleguide_color-sample.is-blue400 {
  background-color: var(--blue400);
}

.uui-styleguide_color-sample.is-blue500 {
  background-color: var(--blue500);
}

.uui-styleguide_color-sample.is-blue600 {
  background-color: var(--blue600);
}

.uui-styleguide_color-sample.is-blue700 {
  background-color: var(--blue700);
}

.uui-styleguide_color-sample.is-blue800 {
  background-color: var(--blue800);
}

.uui-styleguide_color-sample.is-blue900 {
  background-color: var(--blue900);
}

.uui-styleguide_color-sample.is-pink25 {
  background-color: var(--pink25);
}

.uui-styleguide_color-sample.is-pink50 {
  background-color: var(--pink50);
}

.uui-styleguide_color-sample.is-pink100 {
  background-color: var(--pink100);
}

.uui-styleguide_color-sample.is-pink200 {
  background-color: var(--pink200);
}

.uui-styleguide_color-sample.is-pink300 {
  background-color: var(--pink300);
}

.uui-styleguide_color-sample.is-pink400 {
  background-color: var(--pink400);
}

.uui-styleguide_color-sample.is-pink500 {
  background-color: var(--pink500);
}

.uui-styleguide_color-sample.is-pink600 {
  background-color: var(--pink600);
}

.uui-styleguide_color-sample.is-pink700 {
  background-color: var(--pink700);
}

.uui-styleguide_color-sample.is-pink800 {
  background-color: var(--pink800);
}

.uui-styleguide_color-sample.is-pink900 {
  background-color: var(--pink900);
}

.uui-styleguide_color-sample.is-orange25 {
  background-color: var(--orange25);
}

.uui-styleguide_color-sample.is-orange50 {
  background-color: var(--orange50);
}

.uui-styleguide_color-sample.is-orange100 {
  background-color: var(--orange100);
}

.uui-styleguide_color-sample.is-orange200 {
  background-color: var(--orange200);
}

.uui-styleguide_color-sample.is-orange300 {
  background-color: var(--orange300);
}

.uui-styleguide_color-sample.is-orange400 {
  background-color: var(--orange400);
}

.uui-styleguide_color-sample.is-orange500 {
  background-color: var(--orange500);
}

.uui-styleguide_color-sample.is-orange600 {
  background-color: var(--orange600);
}

.uui-styleguide_color-sample.is-orange700 {
  background-color: var(--orange700);
}

.uui-styleguide_color-sample.is-orange800 {
  background-color: var(--orange800);
}

.uui-styleguide_color-sample.is-orange900 {
  background-color: var(--orange900);
}

.uui-styleguide_color-sample-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

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

.uui-styleguide_callout-link {
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.uui-styleguide_callout-link-wrapper {
  border: 1px solid var(--gray200);
  background-color: var(--gray50);
  width: 100%;
  color: var(--gray900);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

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

.uui-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.uui-styleguide_button-row {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.icon-featured-outline-medium {
  border: .375rem solid var(--primary50);
  background-color: var(--primary100);
  width: 3rem;
  height: 3rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary-gray.is-button-xsmall {
  padding: .5rem .875rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray700);
}

.button-tertiary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-tertiary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-link-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.button-link-gray.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.uui-styleguide_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-styleguide_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-outline-large {
  border: .5rem solid var(--primary50);
  background-color: var(--primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-large {
  background-color: var(--primary100);
  width: 3rem;
  height: 3rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-medium {
  background-color: var(--primary100);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.icon-featured-square-large {
  background-color: var(--primary500);
  width: 3rem;
  height: 3rem;
  color: var(--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-square-medium {
  background-color: var(--primary500);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-styleguide_common-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: flex;
}

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

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

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

.uui-text-size-small {
  font-family: var(--standard-font);
  color: var(--text);
  font-size: .875rem;
  line-height: 1.5;
  font-weight: var(--standard);
  letter-spacing: normal;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--gray500);
}

.show-tablet-2 {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  border-radius: var(--website-roundness);
  background-color: var(--primary600);
  font-family: var(--standard-font);
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--standard);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button:focus {
  border-color: var(--primary600);
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary600);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button.essential {
  border-color: var(--orange600);
  background-color: var(--orange600);
}

.uui-button.essential:hover {
  border-color: var(--orange700);
  background-color: var(--orange700);
}

.uui-button.pro {
  border-color: var(--warning500);
  background-color: var(--warning500);
}

.uui-button.pro:hover {
  border-color: var(--pink700);
  background-color: var(--pink700);
}

.uui-button.creator {
  border-color: var(--warning500);
  background-color: var(--warning500);
}

.uui-button.creator:hover {
  border-color: var(--warning600);
  background-color: var(--warning600);
}

.uui-button.margin-left {
  margin-left: auto;
}

.uui-button.alternative {
  background-color: #ffffff0d;
  border-color: #ffffff3d;
}

.uui-button.lightblue {
  background-color: var(--blue700);
}

.uui-button.lightblue:hover {
  background-color: var(--blue500);
}

.uui-button.lightblue:active {
  background-color: var(--blue700);
}

.uui-button.pink {
  border-color: var(--pink600);
  background-color: var(--pink600);
}

.uui-button.pink:hover {
  background-color: var(--pink400);
}

.uui-button.pink:active {
  background-color: var(--pink700);
}

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

.uui-navbar07_component {
  z-index: 996;
  background-color: #000;
  border-bottom: .8px solid #fff3;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_menu {
  color: var(--text);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_link {
  font-family: var(--standard-font);
  color: var(--text);
  font-size: 1rem;
  font-weight: var(--standard);
  align-items: center;
  padding: .75rem 1rem;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--gray700);
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button-secondary-dffdfgray {
  grid-column-gap: .5rem;
  border-radius: var(--website-roundness);
  font-family: var(--standard-font);
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--standard);
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-top-width: .8px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-dffdfgray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-dffdfgray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--gray100);
}

.uui-button-secondary-dffdfgray.show-tablet-2 {
  display: none;
}

.uui-button-secondary-dffdfgray.is-button-large {
  grid-column-gap: .75rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff05;
  border-width: .8px;
  border-color: #fff3;
  padding: 1rem 1.75rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray700);
}

.uui-button-tertiary-gray.hide-tablet-2 {
  border-radius: var(--website-roundness);
  font-family: var(--standard-font);
  font-weight: var(--standard);
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.uui-container-large {
  border: 1px solid #0000;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  z-index: 1;
  margin-top: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.uui-heading-xlarge {
  color: var(--headings);
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  font-family: var(--standard-font);
  color: var(--white);
  font-weight: var(--standard);
}

.uui-section_heroheader01 {
  overflow: hidden;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
  width: 100%;
}

.uui-button-wrapper.max-width-full-mobile-landscape {
  position: relative;
}

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

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

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-text-size-xlarge {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-gray200 {
  color: var(--gray200);
  font-family: field-gothic-xwide, sans-serif;
  font-weight: var(--standard);
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-space-large.hide-tablet {
  display: block;
}

.uui-padding-vertical-xhuge {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

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

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

.uui-heroheader07_content.z-index-1.text-align-center {
  justify-content: center;
  align-items: center;
}

.uui-text-color-gray200 {
  color: var(--gray200);
}

.uui-section_heroheader07 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.uui-section_heroheader07.hero-section {
  overflow: visible;
}

.uui-heroheader07_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.uui-heroheader07_component.align-center {
  grid-template-columns: 1fr;
  place-items: center;
}

.uui-heroheader07_component.align-center.text-align-center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
}

.uui-heading-subheading {
  color: var(--primary700);
  margin-bottom: .75rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-text-size-medium {
  color: var(--white);
  letter-spacing: normal;
  padding-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-primary700 {
  color: var(--primary700);
}

.uui-text-size-medium.pricing-landingpage {
  padding-bottom: 2rem;
}

.uui-text-size-medium.utility-text-secondary.margin-left-small {
  margin-left: .5rem;
}

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

.uui-max-width-xlarge.margin-horizontal {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-xlarge.margin-horizontal.text-align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-max-width-xlarge.margin-horizontal.text-align-center.flex-horizontal {
  flex-flow: row;
}

.uui-max-width-xlarge.margin-horizontal.text-align-center.flex-horizontal.min-height-100vh {
  justify-content: center;
  align-items: flex-start;
}

.uui-heading-medium {
  color: var(--headings);
  font-family: field-gothic-xwide, sans-serif;
  font-size: var(--medium-headings);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  color: var(--white);
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.uui-testimonial03_rating-wrapper {
  display: flex;
}

.uui-testimonial03_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--warning300);
  justify-content: center;
  align-items: center;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.uui-testimonial03_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial03_client-image-wrapper {
  margin-right: 1rem;
}

.vx-testimonial03_divider {
  background-color: var(--gray800);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-testimonial03_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-testimonial03_logo {
  aspect-ratio: auto;
  object-fit: cover;
  width: 13rem;
}

.uui-testimonial03_logo.website-testimonial-logo {
  width: 4rem;
}

.uui-testimonial03_logo-wrapper {
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial03_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-heading-tiny {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-text-size-large {
  color: var(--text);
  font-family: field-gothic-xwide, sans-serif;
  font-size: var(--standard-size);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.5;
}

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

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

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-layout60_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-layout60_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.uui-layout60_image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--website-roundness);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout60_image-wrapper.modelss {
  aspect-ratio: 2 / 3;
}

.uui-layout60_number {
  font-family: var(--standard-font);
  color: var(--taglines-links);
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: var(--standard);
  margin-top: 0;
  margin-bottom: .5rem;
}

.uui-layout60_number-text {
  color: var(--text);
  font-family: field-gothic-xwide, sans-serif;
  font-weight: var(--standard);
}

.uui-heading-xxsmall {
  font-family: var(--standard-font);
  color: var(--headings);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: var(--standard);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.uui-heading-xxsmall.text-weight-medium {
  font-weight: 500;
}

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

.uui-layout73_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-button-link {
  grid-column-gap: .5rem;
  font-family: var(--standard-font);
  color: var(--taglines-links);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--standard);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

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

.uui-layout73_image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--website-roundness);
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.uui-layout73_image-wrapper.portfolio {
  aspect-ratio: 5 / 6;
}

.uui-layout73_image {
  aspect-ratio: 16 / 9;
  border-radius: var(--website-roundness);
  object-fit: cover;
  width: 100%;
}

.uui-layout73_image.portfolio {
  aspect-ratio: 5 / 6;
}

.uui-layout73_image.models {
  object-fit: cover;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

.uui-max-width-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.uui-max-width-large.align-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large.align-center-3 {
  justify-content: center;
  align-items: center;
}

.uui-max-width-large.align-center-8, .uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-cta12_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: none;
}

.uui-cta12_logo {
  height: 2.5rem;
}

.uui-heading-xsmall {
  font-family: var(--standard-font);
  color: var(--headings);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: var(--standard);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.uui-section_pricing01 {
  position: relative;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--primary50);
  color: var(--primary700);
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--primary50);
  background-color: var(--primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.social-link {
  color: var(--gray400);
  transition: all .3s;
}

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

.uui-team09_item-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-team09_image {
  object-fit: contain;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-team09_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team09_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-team09_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.uui-team09_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-team09_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-team09_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1rem;
  display: grid;
}

.uui-team06_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}

.uui-section_team06 {
  overflow: hidden;
}

.uui-team06_image {
  aspect-ratio: auto;
  border-radius: var(--website-roundness);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-team06_image-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team06_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

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

.uui-team06_slide {
  margin-right: 2rem;
}

.uui-team06_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-team06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-team06_arrow {
  width: 3rem;
  height: 3rem;
  color: var(--gray500);
  background-color: #ffffff05;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-team06_arrow:hover {
  background-color: var(--gray900);
}

.uui-team06_arrow.left {
  background-color: #ffffff05;
  right: 4rem;
}

.uui-team06_arrow.left:hover {
  background-color: var(--gray900);
}

.uui-heading-large {
  font-family: var(--standard-font);
  color: var(--headings);
  font-size: 3rem;
  line-height: 1.2;
  font-weight: var(--standard);
  margin-top: 0;
  margin-bottom: 0;
}

.uui-section_cta02 {
  overflow: hidden;
}

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

.uui-cta02_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-cta02_item {
  display: flex;
}

.uui-cta02_image-wrapper {
  object-fit: contain;
  height: 100%;
  min-height: auto;
  position: relative;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_accordion {
  border-bottom: .8px solid #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_icon-wrapper {
  color: var(--primary600);
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-faq01_cta {
  border-radius: var(--website-roundness);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-avatar-group_item {
  background-color: #ffffff0a;
  border: 2px #000;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
  padding: 7px;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item {
  border: 2px none var(--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  border-color: #ffffff05;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component {
  border: 2px solid var(--gray400);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_heading {
  font-family: var(--standard-font);
  color: var(--headings);
  font-size: 1.125rem;
  font-weight: var(--standard);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.uui-text-style-link-02 {
  font-family: var(--standard-font);
  color: var(--primary700);
  font-weight: var(--standard);
  text-decoration: none;
}

.uui-contact13_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 4rem;
  display: grid;
}

.uui-contact13_item {
  border-radius: var(--website-roundness);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.icon-featured-square-large-2 {
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-footer07_legal-link {
  color: var(--gray500);
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--gray600);
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_link {
  font-family: var(--standard-font);
  color: var(--text);
  font-size: 1rem;
  font-weight: var(--standard);
  text-align: center;
  padding: .5rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: var(--gray700);
}

.uui-footer07_link.w--current {
  font-family: var(--standard-font);
  color: var(--text);
  font-weight: var(--standard);
}

.uui-footer07_bottom-wrapper {
  border-top: .8px solid #fff3;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  font-family: var(--standard-font);
  color: var(--taglines-links);
  font-weight: var(--standard);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: stretch start;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-layout13_tabs-link {
  border-left: 4px solid var(--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link.w--current {
  border-left-color: var(--primary600);
  opacity: 1;
  background-color: #0000;
}

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

.uui-layout13_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout12_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

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

.uui-layout12_number {
  color: var(--primary600);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout12_number-text {
  color: var(--gray900);
  font-weight: 500;
}

.uui-text-style-link {
  color: var(--white);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--gray700);
}

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

.uui-form-checkbox-label {
  color: var(--text);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: none;
}

.uui-form_input {
  border: 1px solid var(--gray300);
  border-radius: var(--website-roundness);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--gray900);
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.uui-form_input::placeholder {
  color: var(--gray500);
}

.uui-form_input.text-area {
  border-radius: var(--website-roundness);
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 30rem;
  margin: 6rem auto 0;
}

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

.success-message {
  color: var(--gray25);
  background-color: #0000;
  padding: 1.5rem;
}

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

.error-message {
  color: var(--error400);
  background-color: #0000;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-heading-small {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog04_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.uui-blog04_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog04_title-link.featured-article {
  margin-bottom: .75rem;
}

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

.uui-blog04_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog04_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--gray200);
}

.uui-blog04_component {
  margin-top: 6rem;
}

.uui-blog04_featured-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.uui-blog04_meta-wrapper {
  font-family: var(--standard-font);
  color: var(--gray300);
  font-size: .75rem;
  font-weight: var(--standard);
  mix-blend-mode: multiply;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: .25rem;
  display: flex;
}

.uui-blog04_meta-wrapper.team {
  margin-bottom: .5rem;
}

.uui-blog04_meta-wrapper.portfolio {
  justify-content: flex-start;
  align-items: center;
}

.uui-blog04_category-link {
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 1rem;
  align-items: center;
  width: fit-content;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-blog04_category-link.margin-custom1 {
  margin-bottom: 1rem;
}

.uui-blog04_category-link.kostenlos {
  background-color: #ffffff0d;
  border-color: #fff3;
}

.uui-blog04_category-link.express {
  background-color: #ffffff0d;
}

.uui-blog04_category-link.paketlabel {
  margin-bottom: .6rem;
}

.uui-blog04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blog04_menu-link {
  color: var(--gray500);
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-bottom: 0;
  padding: .5rem .25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.uui-blog04_menu-link:hover, .uui-blog04_menu-link.w--current {
  border-bottom-color: var(--primary700);
  color: var(--primary700);
}

.uui-blog04_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blog04_image-link {
  aspect-ratio: auto;
  border-radius: var(--website-roundness);
  object-fit: fill;
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog04_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog04_image-link.is-featured {
  border-radius: var(--website-roundness);
  margin-bottom: 0;
}

.uui-blog04_image-wrapper {
  aspect-ratio: 16 / 9;
  border-top-left-radius: var(--website-roundness);
  border-top-right-radius: var(--website-roundness);
  border-bottom-left-radius: var(--website-roundness);
  border-bottom-right-radius: var(--website-roundness);
  object-fit: fill;
  width: 100%;
  height: fit-content;
  padding-top: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.uui-blog04_image-wrapper.is-featured {
  border-radius: var(--website-roundness);
}

.uui-blog04_image-wrapper.businessfoto {
  aspect-ratio: 2 / 3;
}

.uui-blog04_image-wrapper.portfolio {
  aspect-ratio: 5 / 6;
}

.uui-blog04_image {
  border-radius: var(--website-roundness);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.uui-contact07_map-wrapper {
  border-radius: var(--website-roundness);
  background-image: url('../images/Google-Maps-Placeholder.PNG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

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

.uui-section_heroheader13 {
  overflow: hidden;
}

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

.uui-pricing09_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-section_pricing09 {
  background-color: #0000;
  position: relative;
}

.uui-section_pricing09.hero-section {
  min-height: 100vh;
  padding-top: 10vh;
}

.uui-pricing09_tab-content {
  overflow: visible;
}

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

.uui-pricing09_components.portrait {
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-pricing09_components.portrait.bewerbung {
  grid-template-columns: 1fr 1fr;
}

.uui-pricing09_components.grid-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-pricing09_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing09_content-top {
  flex-direction: column;
}

.uui-pricing09_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-weight: 300;
  display: flex;
}

.uui-pricing09_divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing09_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.uui-pricing09_feature-list.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 0;
}

.uui-pricing09_feature {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-pricing09_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing09_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  font-family: var(--standard-font);
  font-weight: var(--standard);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing09_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--website-roundness);
  color: var(--gray500);
  background-color: #0000;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  display: flex;
}

.uui-pricing09_tab-link.w--current {
  border-radius: var(--website-roundness);
  color: var(--gray700);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing09_plan {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  padding: 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing09_heading {
  font-family: var(--standard-font);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: var(--standard);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.uui-pricing09_heading.essential {
  color: var(--orange600);
}

.uui-pricing09_heading.pro, .uui-pricing09_heading.creator {
  color: var(--warning500);
}

.uui-pricing09_heading.lightblue {
  color: var(--blue300);
}

.uui-pricing09_heading.pink {
  color: var(--pink400);
}

.uui-pricing09_price {
  font-family: var(--standard-font);
  color: var(--white);
  font-size: 3rem;
  line-height: 1;
  font-weight: var(--standard);
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.uui-pricing09_price.tiny {
  font-size: 1rem;
}

.uui-pricing09_price-text {
  color: var(--white);
  letter-spacing: 0;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.4;
  display: inline;
}

.uui-pricing11_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-pricing11_plans {
  width: 100%;
  position: relative;
}

.uui-pricing11_tabs-content {
  width: 100%;
  overflow: visible;
}

.uui-pricing11_top-row-content {
  border-left: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.uui-pricing11_heading-row {
  border-bottom: .8px solid #fff3;
  margin-top: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-pricing11_top-row {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.uui-pricing11_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: .8px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch;
}

.uui-pricing11_feature {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  display: flex;
}

.uui-pricing11_row-content {
  text-align: center;
  border: .8px #fff3;
  border-left-style: solid;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-pricing11_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border-top-left-radius: var(--website-roundness);
  border-top-right-radius: var(--website-roundness);
  border-bottom-left-radius: var(--website-roundness);
  border-bottom-right-radius: var(--website-roundness);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 5rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing11_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--website-roundness);
  color: var(--gray500);
  background-color: #0000;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  display: flex;
}

.uui-pricing11_tab-link.w--current {
  border-top-left-radius: var(--website-roundness);
  border-top-right-radius: var(--website-roundness);
  border-bottom-left-radius: var(--website-roundness);
  border-bottom-right-radius: var(--website-roundness);
  color: var(--gray700);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing11_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-pricing11_price {
  font-family: var(--standard-font);
  color: var(--white);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-pricing11_price-text {
  color: var(--text);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing11_heading-row-text {
  font-family: var(--standard-font);
  color: var(--primary700);
  font-weight: var(--standard);
}

.uui-pricing11_row-lead-text {
  width: auto;
  height: auto;
  font-family: var(--standard-font);
  color: var(--white);
  font-weight: var(--standard);
}

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

.uui-blogsection10_arrow {
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection10_arrow:hover {
  color: var(--white);
  background-color: #ffffff26;
}

.uui-blogsection10_arrow.left {
  background-color: #ffffff0d;
  border-color: #fff3;
  right: 4rem;
}

.uui-blogsection10_arrow.left:hover {
  background-color: #ffffff26;
}

.uui-blogsection10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection10_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection10_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection10_slide {
  padding-right: 2rem;
}

.uui-blogsection10_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection10_component {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.uui-section_blogsection10 {
  overflow: hidden;
}

.calendar-embed {
  width: 100%;
  height: 100%;
  display: none;
}

.uui-section_heroheader19 {
  overflow: hidden;
}

.uui-section_heroheader19._100vh {
  min-height: 100vh;
}

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

.uui-contact01_review-guard {
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-contact02_form.uui-contact02_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-cc-banner3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cookie-container {
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-cc-prefs3_buttons-wrapper {
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.fs-cc-manager3_icon {
  width: 24px;
  height: 24px;
  color: var(--primary700);
  display: inline-block;
}

.fs-cc-manager3_component {
  z-index: 999;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff05;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto auto 30px 30px;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-prefs3_button {
  border-radius: var(--website-roundness);
  background-color: var(--primary600);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  padding: 14px 26px;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border: 1px solid #eaecf0;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.fs-cc-prefs3_header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.fs-cc-prefs3_title {
  color: var(--primary700);
  font-size: 1.2rem;
  line-height: 1.3;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-banner3_block {
  margin-right: 30px;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner3_button-icon {
  width: 18px;
  margin-right: 10px;
}

.fs-cc-prefs3_form-wrapper {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff03;
  border: 1.25px solid #fff3;
  max-width: 800px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-banner3_button {
  border-radius: var(--website-roundness);
  background-color: var(--primary600);
  color: #fff;
  padding: 14px 26px 1px;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray600);
  margin-right: 12px;
}

.fs-cc-prefs3_option {
  padding-top: 12px;
  padding-bottom: 12px;
}

.fs-cc-preferences3_close-icon {
  width: 24px;
  height: 24px;
  color: var(--primary700);
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_icon {
  width: 32px;
  height: 32px;
  color: var(--primary700);
  margin-right: 12px;
}

.fs-cc-prefs3_label {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-banner3_buttons-wrapper {
  grid-column-gap: var(--standard-size);
  grid-row-gap: var(--standard-size);
  flex-flow: column;
  flex: none;
  display: flex;
}

.fs-cc-manager3-link {
  border: 1px solid #ffffff40;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner3_paragraph {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 0;
}

.fs-cc-banner3_component {
  z-index: 2147483647;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff05;
  border: 1.25px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: 15vh auto 30px;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0 auto;
  box-shadow: 7px 7px 12px #0000001a;
}

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

.fs-cc-prefs3_checkbox {
  border-radius: 500px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-prefs3_close {
  padding: 12px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.fs-cc-prefs3_buttons-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: flex-end;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.fs-cc-prefs3_content {
  padding: 30px;
}

.fs-cc-banner3_text {
  color: var(--primary700);
  font-size: 20px;
  font-weight: 700;
}

.form-field-1col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_starrating-2_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.fs_starrating-2_icon {
  filter: grayscale();
  color: #f5f5f5;
  width: 50%;
  height: auto;
  position: relative;
}

.fs_starrating-2_icon.is-active-starrating {
  filter: grayscale(0%);
  color: #ffc800;
}

.uui-form-button-wrapper-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.fs_starrating-2_item {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .5s;
  display: flex;
  position: relative;
}

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

.fs_starrating-2_item.no-click {
  cursor: default;
}

.fs_starrating-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  transition: all .2s;
  display: flex;
}

.fs_starrating-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_starrating-2_label {
  display: none;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.fs_starrating-2_radio-button {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_starrating-2_radio-button.w--redirected-focus {
  box-shadow: none;
}

.fs_starrating-2_radio-button.w--redirected-focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_starrating-2_wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.uui-testimonial15_client-heading {
  font-family: var(--standard-font);
  color: var(--headings);
  font-size: 1rem;
  font-weight: var(--standard);
  letter-spacing: normal;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-section_testimonial15 {
  overflow: hidden;
}

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--website-roundness);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial15_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--primary600);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_arrow {
  color: #667085;
  background-color: #ffffff05;
  border: .8px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial15_arrow:hover {
  background-color: var(--gray900);
}

.uui-testimonial15_arrow.left {
  background-color: #ffffff05;
  border-color: #fff3;
  right: 4rem;
}

.uui-testimonial15_arrow.left:hover {
  background-color: var(--gray900);
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

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

.text-block-2, .text-block-3, .text-block-4 {
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.text-block-5, .text-block-6 {
  font-family: var(--standard-font);
  font-weight: var(--standard);
}

.text-block-7 {
  font-family: var(--standard-font);
}

.text-block-8 {
  font-family: var(--standard-font);
  color: var(--gray300);
}

.text-block-9 {
  color: var(--text);
}

.body-3 {
  background-color: #000;
}

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

.text-block-11, .text-block-12 {
  color: var(--white);
  font-weight: 300;
}

.text-block-13 {
  font-family: var(--standard-font);
}

.tick-icon-1x1 {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary800);
  flex: none;
  margin-right: .75rem;
}

.tick-icon-1x1.comp {
  margin-right: 0;
}

.tick-icon-1x1.pink {
  color: var(--pink300);
}

.tick-icon-1x1.pro {
  color: var(--pink600);
}

.tick-icon-1x1.orange {
  color: var(--warning500);
}

.tick-icon-1x1.new {
  color: var(--primary600);
}

.tick-icon-1x1.lightblue {
  color: var(--blue300);
}

.svg-2 {
  width: 1rem;
  height: 1rem;
  color: var(--white);
}

.uui-navbar07_component-2 {
  z-index: 9999999;
  border: .8px solid #fff3;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.uui-navbar07_button-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 3rem;
  display: flex;
}

.uui-logo_logomark-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  width: 3rem;
  height: 3rem;
  position: static;
  inset: 0%;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border: 1.25px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-2.is-button-large {
  padding: 1rem 1.75rem;
}

.uui-navbar07_link-2 {
  opacity: 1;
  color: var(--white);
  mix-blend-mode: normal;
  align-items: center;
  padding: .75rem 1rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  transition: all .3s;
}

.uui-navbar07_link-2:hover {
  color: var(--primary900);
}

.uui-navbar07_link-2.w--current {
  color: var(--white);
}

.uui-navbar07_menu-right-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_container-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #d0d5dd;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.show-tablet {
  background-color: var(--primary600);
  display: none;
}

.uui-navbar07_menu-left-2 {
  color: var(--white);
  margin-left: 2rem;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_menu-button-2 {
  padding: 0;
}

.uui-navbar07_menu-ovo-tablet {
  justify-content: space-between;
  width: 100%;
  margin-left: 2rem;
  margin-right: auto;
  display: flex;
}

.shape-8 {
  background-color: var(--pink700);
  border-radius: 500rem;
  width: 81em;
  height: 22em;
  position: absolute;
  top: -8.5rem;
  left: 23.8rem;
  transform: rotate(120deg);
}

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

.shape-2 {
  background-color: var(--pink300);
  opacity: .76;
  border-radius: 500rem;
  width: 43em;
  height: 58em;
  position: absolute;
  top: -34.2rem;
  left: 11.4rem;
}

.noise-wrappeur {
  opacity: .03;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blending-group-wrappeur {
  filter: blur(120px);
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.shape-6 {
  background-color: var(--pink400);
  border-radius: 500rem;
  width: 17em;
  height: 19em;
  position: absolute;
  top: -4.5rem;
  left: 55.8rem;
  transform: rotate(-50deg);
}

.shape-3 {
  background-color: var(--warning600);
  opacity: .35;
  border-radius: 500rem;
  width: 36em;
  height: 81em;
  position: absolute;
  top: -32.3rem;
  left: -11.9rem;
  transform: rotate(27deg);
}

.reset_link-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #6b7280;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.reset_link-div:hover {
  color: #3b82f6;
}

.main-wrappeur {
  background-color: #141413;
}

.main-shape-wrappeur {
  filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.shape-7 {
  background-color: var(--error200);
  border-radius: 500rem;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -14.7rem;
  left: 62.1rem;
}

.shape-5 {
  background-color: var(--warning600);
  opacity: .63;
  border-radius: 500rem;
  width: 25em;
  height: 25em;
  position: absolute;
  top: -8.8rem;
  left: 43.3rem;
}

.reset_bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.shape-4 {
  background-color: var(--orange600);
  opacity: .41;
  border-radius: 500rem;
  width: 60em;
  height: 48em;
  position: absolute;
  top: -21.6rem;
  left: 6.3rem;
  transform: rotate(27deg);
}

.reset_icon {
  width: 20px;
  height: 20px;
}

.shape-1 {
  background-color: var(--orange600);
  opacity: .43;
  border-radius: 500rem;
  width: 50em;
  height: 50em;
  position: absolute;
  top: -26.2rem;
  left: 44.4rem;
}

.reset_form-block {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  border: 1.25px solid #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section_reset {
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
}

.section-hero-gradient {
  width: 100vw;
  height: 100vh;
}

.section-hero-gradient.absolute-animated-gradient {
  z-index: -1;
  max-width: 100vw;
  display: block;
  overflow: hidden visible;
}

.text-wrappeur {
  z-index: 500;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shape-9 {
  opacity: .3;
  background-color: #141413;
  border-radius: 500rem;
  width: 75em;
  height: 24em;
  position: absolute;
  top: 18.3rem;
  left: 38.7rem;
  transform: rotate(120deg);
}

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

.reset_form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-label {
  color: var(--white);
  border-radius: 3px;
  margin-bottom: .5rem;
  padding-left: 6px;
  padding-right: 7px;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
}

.text-block-14 {
  color: var(--white);
  font-family: field-gothic-xwide, sans-serif;
  font-size: .85rem;
}

.text-block-14:hover {
  color: var(--primary400);
}

.uui-form_input-2 {
  color: #d0d5dd;
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #d0d5dd;
  border-width: 1px;
  border-color: #f9fafb;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2::placeholder {
  color: #d0d5dd;
}

.checkbox-field {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: .85rem;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

.svg-no {
  flex: none;
  width: 1.5rem;
}

.text-block-15 {
  color: var(--text);
  font-weight: 300;
}

.text-block-16 {
  font-family: var(--standard-font);
  color: var(--text);
  font-weight: 300;
}

.svg-6 {
  width: 1.5rem;
  color: var(--white);
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-3.hero-section-padding {
  margin-bottom: 0;
  padding-top: 20vh;
}

.uui-page-padding-3.hero-section-padding.z-index-1 {
  z-index: 1;
}

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

.accordion-icon_component-2 {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero-section {
  padding-top: 10vh;
}

.scene-videos {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: static;
  overflow: visible;
}

.ae-02-elements_button {
  color: #b0b0b0;
  background-color: #0000;
  border-top: 1.25px solid #fff3;
  border-radius: 100vw;
  padding: .625rem 1.125rem;
  position: relative;
  overflow: hidden;
}

.ae-02-elements_button-2 {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.ae-02-elements_button-3 {
  color: #b0b0b0;
  background-color: #0000;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.ae-02-elements_border {
  background-color: #0000;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_glow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_glow {
  background-color: var(--primary800);
  filter: blur(5px);
  width: 40%;
  height: 60%;
  margin-left: 60%;
}

.ae-02-elements_background {
  background-color: #fff;
  border-radius: 100vw;
  margin: 3px;
  position: absolute;
  inset: 0%;
}

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

.image-3 {
  aspect-ratio: 16 / 9;
}

.image-3.models {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-3.models.modelss {
  aspect-ratio: 2 / 3;
}

.image-4 {
  aspect-ratio: 16 / 9;
}

.image-4.models {
  object-fit: cover;
  object-position: 50% 50%;
}

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

.hero-video {
  aspect-ratio: 16 / 9;
  border-radius: var(--website-roundness);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hero-video.termin-buchen {
  height: auto;
}

.hero-video.tablet-last {
  order: 0;
}

.hero-video.vertical {
  aspect-ratio: 2 / 3;
}

.hero-video.div-square {
  aspect-ratio: 1;
}

.uui-navbar07_container-5 {
  z-index: 9999999;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
}

.uui-navbar07_logo-link-2 {
  padding-left: 0;
}

.uui-navbar07_menu-4 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_menu-button-3 {
  padding: 0;
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  width: auto;
  height: 3rem;
  display: flex;
}

.uui-logo_logomark-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-3 {
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.overlay-blur-nav-main {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.overlay-blur-nav-main.dropdown {
  z-index: -1;
  border-radius: var(--website-roundness);
  border: .4px solid #ffffff38;
  width: 100%;
  min-width: auto;
}

.overlay-blur-nav, .code-embed-2 {
  display: none;
}

.overlay-blur-nav-main-open {
  z-index: 9999998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
  position: absolute;
}

.youtube {
  background-image: none;
  border: 1px solid #000;
  border-radius: 2rem;
  overflow: hidden;
}

.background-video-2 {
  aspect-ratio: 16 / 9;
  border-radius: var(--website-roundness);
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
}

.uui-layout73_image-contain {
  aspect-ratio: 16 / 9;
  border-radius: var(--website-roundness);
  object-fit: contain;
  width: 100%;
}

.img-2 {
  width: 3rem;
}

.img-2.icon {
  border-radius: 0;
}

.text-block-19 {
  color: var(--gray300);
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._1 {
  opacity: 1;
  background-color: #ff006a;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: 28%;
  margin-left: -4%;
}

.bg-circle._1.hero {
  color: var(--primary500);
  background-color: #00aeff;
}

.bg-circle._2 {
  opacity: .5;
  background-color: #f0a;
  border-radius: 40%;
  margin-top: 7%;
}

.bg-circle._2.hero {
  color: var(--primary500);
  background-color: #0037ff;
}

.bg-circle._3 {
  width: 40vw;
  height: 40vw;
  color: var(--primary400);
  background-color: #c4d9ff;
  margin-top: 27%;
  margin-left: 52%;
}

.bg-circle._4 {
  background-color: var(--pink600);
  width: 60vw;
  height: 60vw;
  margin-top: 24%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._4.price {
  background-color: var(--orange600);
  margin-right: 16%;
}

.bg-circle._4.hero {
  background-color: var(--blue900);
  color: var(--primary500);
}

.bg-circle._4.pinkred {
  width: 47vw;
  height: 29vw;
  margin-right: 27%;
}

.bg-circle._5 {
  background-color: var(--blue300);
  color: var(--primary500);
  margin-top: 42%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._6 {
  background-color: var(--primary800);
  width: 40vw;
  height: 40vw;
  color: var(--primary300);
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle.lightblue {
  background-color: #204044;
  width: 42vw;
  height: 36vw;
}

.gradient-bg-2 {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden visible;
}

.gradient-bg-2.booking {
  filter: blur(160px);
  top: -56%;
}

.radio-button {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-label {
  margin-left: .5rem;
  margin-right: .5rem;
}

.label-bg-purple {
  z-index: -1;
  filter: blur(3px);
  background-image: linear-gradient(276deg, #b545ff, #4d88e7);
  position: absolute;
  inset: 0%;
}

.label-bg-blue {
  z-index: -1;
  filter: blur(3px);
  background-image: linear-gradient(276deg, #1e01f5, #4d88e7);
  position: absolute;
  inset: 0%;
}

.overlay-blur-cookie {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.vx-nav-container {
  z-index: 9999999;
  background-color: #fff0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 5vh 0% auto;
  overflow: hidden;
}

.vx-nav-container.uui-page-padding.nav {
  border: .8px solid #fff3;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.accordion-icon_vertical-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.bold-text-7 {
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.uui-heading-small-2 {
  color: #d0d5dd;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-medium-3 {
  color: #d0d5dd;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.uui-form_input-3 {
  color: #d0d5dd;
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3:focus {
  color: #d0d5dd;
  border-width: 1px;
  border-color: #f9fafb;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3::placeholder {
  color: #d0d5dd;
}

.uui-form_input-3.text-area {
  background-color: #fff0;
  border-color: #fff3;
  border-radius: 2rem;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
  overflow: auto;
}

.text-block-20 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.uui-section_heroheader07-2 {
  min-height: 90vh;
  margin-top: auto;
  position: relative;
  overflow: visible;
}

.uui-career03_heading {
  color: #d0d5dd;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.uui-layout01_component-2 {
  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;
}

.bold-text-13 {
  font-weight: 300;
}

.text-block-21 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.uui-form-checkbox-label-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-layout48_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.uui-heading-xsmall-3 {
  color: #0059ff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.uui-blogsection12_slide {
  padding-right: 2rem;
}

.uui-button-8 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-8:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-8:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-section_layout13-2 {
  display: none;
  overflow: visible;
}

.bold-text-5 {
  font-weight: 300;
}

.uui-heading-medium-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.bold-text-2, .bold-text-14 {
  font-weight: 300;
}

.uui-blogsection12_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.error-message-2 {
  color: #0059ff;
  background-color: #fff0;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.uui-layout13_tabs-link-2 {
  background-color: #0000;
  border-left: 4px solid #f2f4f7;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout13_tabs-link-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #7f56d9;
}

.uui-text-style-link-3 {
  color: #0059ff;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: #344054;
}

.uui-form-checkbox-icon-2 {
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 2.8rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.uui-form-checkbox-icon-2:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-text-size-large-3 {
  color: #98a2b3;
  text-align: left;
  letter-spacing: normal;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.5;
}

.accordion-icon_horizontal-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-blogsection12_reel-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.uui-layout13_lightbox-image {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 100%;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-layout12_image-wrapper {
  border-radius: 2rem;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-blogsection12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.bold-text-12 {
  font-weight: 300;
}

.page-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.uui-layout13_image-wrapper {
  background-color: #f2f4f7;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.landscape-video {
  aspect-ratio: 16 / 9;
  border-radius: 2rem;
  max-width: 100%;
  height: auto;
}

.uui-career03_item {
  border-top: 1px solid #fff3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-block-22 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.uui-heroheader07_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.uui-team06_image-wrapper-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: 0 auto;
  width: 100%;
  height: fit-content;
  margin-bottom: 1.5rem;
  position: relative;
}

.bold-text-8 {
  font-size: 1.5rem;
  font-weight: 300;
}

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

.bold-text {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.uui-heading-subheading-3 {
  color: #0059ff;
  margin-bottom: .75rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-blogsection12_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection12_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

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

.uui-max-width-large-3.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-form-button-wrapper-4 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-section_blogsection12 {
  overflow: hidden;
}

.uui-text-size-medium-3 {
  color: #98a2b3;
  letter-spacing: normal;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-layout13_lightbox {
  background-color: #f2f4f7;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.uui-button-9 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#0059ff, #0059ff);
  border: 1px #fff3;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-9:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-9:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-9.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.text-block-23 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
}

.bold-text-9 {
  font-weight: 300;
}

.uui-career03_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 4rem;
  display: flex;
}

.uui-career03_job-description {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-career03_accordion {
  mix-blend-mode: normal;
  background-color: #ffffff0a;
  border: 1.25px solid #fff3;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gradient-fade-black {
  z-index: 0;
  background-image: linear-gradient(0deg, #000, #fff0);
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
}

.uui-heading-subheading-4 {
  color: var(--primary400);
  text-align: left;
  margin-bottom: .75rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-heading-subheading-4.uui-text-color-gray200 {
  color: #0059ff;
}

.uui-career03_title-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.uui-layout13_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.bold-text-11 {
  font-weight: 300;
}

.uui-layout48_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-layout12_number-text-2 {
  color: #d0d5dd;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.background-video-3 {
  z-index: -1;
  filter: brightness(25%);
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-layout12_item-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.bold-text-15 {
  font-weight: 300;
}

.uui-heading-xlarge-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-3.text-color-white {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.uui-heroheader07_content-2.z-index-1 {
  color: #fff;
}

.uui-layout48_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-layout13_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-career03_title-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-career03_list-wrapper {
  border-bottom: 0 solid #000;
  overflow: hidden;
}

.uui-career03_location {
  color: #475467;
  background-color: #0059ff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.uui-text-size-medium-4 {
  color: #98a2b3;
  text-align: left;
  letter-spacing: normal;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .85rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3 {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3.text-color-gray200 {
  color: #eaecf0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.uui-field-label-2 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-layout12_component-2 {
  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;
}

.uui-blogsection12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row.hide-mobile-landscape {
  display: none;
}

.success-message-2 {
  color: #0059ff;
  background-color: #fff0;
  padding: 1.5rem;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.text-block-24 {
  font-family: field-gothic-xwide, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.reel-video {
  box-sizing: border-box;
  aspect-ratio: 9 / 16;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: auto;
}

.uui-career03_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.uui-blogsection12_mask {
  width: 33.33%;
  overflow: visible;
}

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

.text-block-25 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

.text-block-26 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
}

.uui-layout13_component-2 {
  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;
}

.uui-blogsection12_arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #667085;
  background-color: #ffffff0a;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection12_arrow:hover {
  background-color: #ffffff1a;
}

.uui-blogsection12_arrow.left {
  border-color: #fff3;
  right: 4rem;
}

.uui-layout12_number-2 {
  color: #0059ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: field-gothic-xwide, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-heroheader07_light-overlay {
  z-index: 2;
  cursor: default;
  width: 80rem;
  min-width: 80rem;
  height: auto;
  position: absolute;
  bottom: -64%;
  right: -20%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-team06_image-3 {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  min-height: 20rem;
  max-height: 100%;
}

.sei-images {
  aspect-ratio: auto;
  object-fit: contain;
  width: 4rem;
  height: 1rem;
}

.voxe-glass-container {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  width: 100%;
  padding: 1rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.voxe-glass-container.max-width-medium, .voxe-glass-container.max-width-large {
  background-color: #ffffff0d;
}

.voxe-glass-container.max-width-large.termin-buchen {
  display: block;
}

.voxe-glass-container.filter-blur {
  filter: blur(5px);
}

.calendar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ms-onboarding-svg {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 7px;
  display: flex;
}

.ms-input-5 {
  border-radius: var(--website-roundness);
  min-height: 50px;
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #ffffff40;
  margin-bottom: 0;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input-5:hover {
  z-index: 2;
  border-color: var(--primary700);
  box-shadow: none;
}

.ms-input-5:focus, .ms-input-5:focus-visible, .ms-input-5[data-wf-focus-visible] {
  color: var(--white);
}

.ms-input-5::placeholder {
  color: var(--gray400);
}

.ms-input-5:lang(en) {
  color: var(--white);
}

.ms-input-5.is-outer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.ms-input-5.has-left-icon {
  padding-left: 38px;
}

.ms-input-5.is-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50%;
  margin-right: -1px;
}

.ms-input-5.is-inner {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
}

.ms-input-5.is-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
}

.ms-input-outer {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.ms-select-svg {
  z-index: 6;
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 4px;
}

.voxe-form-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
}

.voxe-form-group.new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.voxe-form-group.new.max-width-medium.margin-horizontal {
  margin-left: auto;
  margin-right: auto;
}

.voxe-form-group.step1 {
  display: flex;
}

.voxe-form-group.max-width-medium.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.voxe-form-group.max-width-medium.margin-auto.display-flex {
  display: flex;
}

.ms-embed-2 {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: none;
}

.ms-help-text {
  opacity: .8;
  color: var(--gray200);
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: .9rem;
  font-weight: 300;
  display: none;
}

.ms-help-text.less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-input-label {
  color: var(--white);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
  display: none;
}

.ms-radio-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

.ms-hide {
  display: none;
}

.ms-input-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-checkbox-wrap-2 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ms-radio-image {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--gray700);
  border-radius: var(--website-roundness);
  opacity: .8;
  background-image: url('../images/Screenshot-2025-05-03-180538.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.ms-radio-image.w--redirected-checked {
  aspect-ratio: 16 / 9;
  border-width: 2px;
  border-color: var(--gray600);
  opacity: 1;
  outline-color: var(--primary700);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.ms-radio-image.is-img-2 {
  background-image: url('../images/Screenshot-2025-05-03-180457.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.is-img-8 {
  background-image: url('../images/Screenshot-2025-05-03-180609.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.is-img-7 {
  background-image: url('../images/Screenshot-2025-05-03-180515.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.is-img-6 {
  background-image: url('../images/Screenshot-2025-05-03-180557.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.is-img-5 {
  background-image: url('../images/Screenshot-2025-05-03-180425.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.is-img-4 {
  background-image: url('../images/Screenshot-2025-05-03-180444.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.is-img-3 {
  background-image: url('../images/Screenshot-2025-05-03-180526.avif');
  background-position: 50%;
  background-size: cover;
}

.radio-button-label-2 {
  display: none;
}

.ms-onboarding-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--website-roundness);
  color: #ffffff9c;
  background-color: #ffffff0d;
  border: .8px solid #ffffff42;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 16px;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.ms-onboarding-link:hover {
  border: 1px solid var(--primary700);
  box-shadow: none;
  color: var(--primary700);
  background-color: #ffffff0d;
}

.ms-svg {
  z-index: 3;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 10px;
}

.ms-input-label-2 {
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input {
  border-radius: var(--website-roundness);
  min-height: 50px;
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #ffffff40;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 12px 8px 16px;
  transition: box-shadow .2s, color .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input:focus, .ms-input:focus-visible, .ms-input[data-wf-focus-visible] {
  color: var(--white);
}

.ms-input::placeholder {
  color: var(--gray500);
}

.ms-input:lang(en) {
  color: var(--white);
}

.ms-onboarding-description {
  color: var(--gray400);
}

.step-3-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ms-checkbox-2 {
  border: 1.5px solid #ffffff40;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox-2:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox-2.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-card {
  padding-left: 0;
}

.ms-radio-wrap.is-card.ms-radio-card {
  border-radius: var(--website-roundness);
  cursor: pointer;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.ms-radio-wrap.is-card.ms-radio-card.width-fitcontent {
  max-width: fit-content;
}

.ms-radio-wrap.is-card.ms-radio-card.product {
  width: 100%;
}

.ms-radio-wrap.is-card.ms-radio-card.filter-blur {
  filter: blur(3px);
}

.ms-radio-wrap.is-card.ms-radio-card {
  cursor: pointer;
  border-radius: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}

.ms-radio-wrap.is-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.ms-link-2 {
  color: var(--primary600);
}

.ms-link-2.underline {
  text-decoration: underline;
}

.ms-onboarding-link-bold {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.ms-input-left {
  min-height: 40px;
  color: var(--white);
  border-right: 1px solid #c5c5c5;
  padding: 9px 12px 8px;
}

.ms-input-left::placeholder {
  color: #12133140;
}

.embed {
  margin-bottom: 0;
  display: none;
}

._2-field {
  grid-column-gap: var(--standard-size);
  grid-row-gap: var(--standard-size);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

._2-field.hours-price {
  display: flex;
}

.back-link {
  color: var(--gray500);
  text-decoration: none;
}

.step-1-buttons, .step-2-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.flex-horizontal.flex-vertical-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.flex-horizontal.flex-vertical-tablet.align-center {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}

.flex-horizontal.uui-blog04_meta-wrapper.studio {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 0;
  padding: .25rem .55rem;
  transition: all .475s cubic-bezier(.77, 0, .175, 1);
}

.flex-horizontal.uui-blog04_meta-wrapper.step {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 8rem;
  color: var(--gray500);
  margin-bottom: 0;
  padding: .55rem .85rem;
  transition: all .475s cubic-bezier(.77, 0, .175, 1);
  position: relative;
  overflow: visible;
}

.flex-horizontal.uui-blog04_meta-wrapper.step.done {
  color: var(--primary700);
}

.flex-horizontal.uui-blog04_meta-wrapper.step.current {
  border-color: #ffffffab;
}

.flex-horizontal.form {
  flex-flow: column;
  align-items: stretch;
}

.flex-horizontal.form.gap-mid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-horizontal.steps {
  grid-column-gap: var(--standard-size);
  grid-row-gap: var(--standard-size);
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-horizontal.flex-gap.max-width-full.align-lerft {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.gap-0-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-horizontal.gap-0-5.align-left, .flex-horizontal.align-left {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.align-left.gap-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-horizontal.align-left-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.align-left-top.gap-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

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

.fs-cc-banner3_component-container {
  z-index: 2147483647;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff05;
  border: 1.25px solid #fff3;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin: 15vh auto 30px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0% 1rem auto;
  box-shadow: 7px 7px 12px #0000001a;
}

.whatsapp-bubble-nav {
  z-index: 999;
  border-radius: 2rem;
  align-items: center;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 7px 7px 12px #0000001a;
}

.whatsapp-icon {
  width: 28px;
  height: 28px;
  color: var(--white);
}

.text-block-27 {
  color: #fff;
}

.uui-text-style-link-4 {
  color: #fcb900;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-4:hover {
  color: #ffcf33;
}

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

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

.text-block-28 {
  color: #fff;
}

.uui-form-checkbox-icon-3 {
  cursor: pointer;
  background-color: #ffffff0a;
  border: 1px solid #fff3;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-3:hover {
  border-color: var(--primary800);
}

.uui-form-checkbox-icon-3.w--redirected-checked {
  background-color: var(--primary600);
  background-image: url('../images/smallcheck.svg');
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-3.w--redirected-focus {
  border-color: var(--primary800);
  border-radius: .25rem;
}

.uui-form_input-4 {
  color: #292929;
  background-color: #ffffff0a;
  border: 1px solid #fff3;
  border-radius: 2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-4:focus {
  color: #292929;
  border-color: #66a2ff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #a8ceff;
}

.uui-form_input-4:focus-visible, .uui-form_input-4[data-wf-focus-visible] {
  border-color: #ffcf33;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #c99700;
}

.uui-form_input-4::placeholder {
  color: #fff;
}

.uui-form_input-4.text-area {
  min-height: 8rem;
  padding-top: .8rem;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.svg-3 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-form01_hero-2 {
  flex-direction: column;
  align-items: stretch;
  max-width: 30rem;
  margin: auto;
}

.uui-form_tabs-menu-2 {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid #fff3;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.svg-4 {
  color: #fff;
  width: 1.7rem;
  height: 1.7rem;
}

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

.uui-field-label-3 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: none;
}

.uui-pricing09_tab-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #838383;
  background-color: #0000;
  border-radius: 2rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  display: flex;
}

.uui-pricing09_tab-link-2.w--current {
  color: #555;
  background-color: #ffffff0a;
  border: 1px solid #fff3;
  border-radius: 2rem;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-form-checkbox-label-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-label-3.hover-underline:hover {
  text-decoration: underline;
}

.uui-form-wrapper-2 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0a;
  border: 1px solid #fff3;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.voxe-input {
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  color: var(--gray25);
  background-color: #ffffff0a;
  border: 1px solid #fff3;
  border-radius: 2rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.voxe-input:focus, .voxe-input:focus-visible, .voxe-input[data-wf-focus-visible] {
  color: var(--gray25);
}

.voxe-input::placeholder {
  color: #ffffffa1;
}

.voxe-input.text-area {
  min-height: 7rem;
  padding-top: .8rem;
}

.uui-button-10 {
  grid-column-gap: .5rem;
  background-color: var(--primary500);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fcb900;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-10:hover {
  background-color: #c99700;
  border-color: #c99700;
}

.uui-button-10:focus {
  background-color: #fcb900;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #ffe699;
}

.whatsapp-link {
  background-color: var(--primary700);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff40;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 7px 7px #0003;
}

.hero-video-con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.voxestudio-qualities {
  grid-column-gap: var(--standard-size);
  grid-row-gap: var(--standard-size);
  border-radius: var(--website-roundness);
  background-color: #ffffff14;
  border: .8px solid #ffffff42;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.voxestudio-quality-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.voxestudio-quality-list.text-align-left {
  place-items: start stretch;
}

.voxestudio-quality-list.text-align-left.display-desktop {
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.voxestudio-quality-list.text-align-left.display-desktop.max-width-medium.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.voxestudio-quality-list.text-align-left.display-desktop.center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
}

.voxestudio-quality-list.text-align-left.display-tablet {
  display: none;
}

.voxestudio-quality-list.text-align-left.center {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.shape-1-element {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flex-vertical {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-vertical.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-vertical.gap-small.max-width-full {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical.gap-small.max-width-full.height-100 {
  height: 100%;
}

.flex-vertical.gap-small.align-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.name-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--website-roundness);
  background-color: #ffffff0d;
  border: .8px solid #ffffff42;
  flex-flow: column;
  justify-content: space-around;
  padding: 16px;
  display: flex;
}

.radio {
  aspect-ratio: 1;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  max-height: 3rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hour-label {
  aspect-ratio: 1;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.total-price-book {
  color: var(--primary700);
  font-weight: 300;
}

.image-6 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 38%;
}

.hours-radio {
  justify-content: space-between;
  display: flex;
}

.text-block-29 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
  font-weight: 300;
}

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

.uui-text-size-medium-5 {
  color: #98a2b3;
  letter-spacing: normal;
  font-family: field-gothic-xwide, sans-serif;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-30, .text-block-31 {
  color: #fff;
  font-family: field-gothic-xwide, sans-serif;
}

.demo-body {
  background-color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-label {
  white-space: pre;
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-center {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: static;
}

.nav-3 {
  z-index: 103;
  color: #101010;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: fixed;
  top: 0;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #101010;
  border: 1px solid #0000;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #9f93cd;
}

.text-button.secondary-text-button {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.secondary-text-button:hover {
  opacity: .6;
}

.text-button.secondary-text-button.margin-auto-left {
  margin-left: auto;
}

.text-button.secondary-text-button.width-100 {
  width: 100%;
}

.text-button.secondary-text-button.width-100.align-right {
  justify-content: flex-end;
  align-items: center;
}

.icon-small-4 {
  color: #101010;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.tab-button-demo {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border-radius: 99999px;
  flex: 1;
  height: 3px;
  padding: 0;
  overflow: hidden;
}

.tab-button-demo.w--current {
  background-color: #ffffff4d;
  border-radius: 99999px;
  flex: 1;
  height: 3px;
  padding: 0;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
  position: relative;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  height: 2.5rem;
  color: inherit;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.logo.paypal {
  aspect-ratio: 16 / 9;
  width: 19rem;
  max-width: fit-content;
  overflow: visible;
}

.nav-logo-icon {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.utility-position-relative {
  position: relative;
}

.utility-position-relative.utility-padding-all-2rem {
  padding: 2rem;
}

.utility-position-relative.utility-padding-all-2rem.utility-text-on-overlay {
  color: #fff;
}

.utility-position-relative.height-100 {
  height: 100%;
}

.google-author-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.utility-link-content-block {
  color: inherit;
  text-decoration: none;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease-in-out;
}

.utility-link-content-block:hover {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.utility-margin-bottom-4rem {
  position: relative;
}

.container.utility-position-sticky.sticky-mobile {
  position: sticky;
  top: 0;
}

.container.utility-position-sticky.utility-padding-top-8rem.sticky-mobile {
  position: sticky;
}

.serivce-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .8rem;
  width: 5rem;
  margin-bottom: 1rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group.utility-margin-top-0 {
  margin-top: auto;
  margin-bottom: auto;
}

.bas-image-before {
  filter: blur(5px);
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.nav-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link {
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #10101099;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.secondary-text-link {
  color: #101010;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link.secondary-text-link:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.overlay {
  opacity: .38;
  background-color: #101010;
  border-radius: 2rem;
  position: absolute;
  inset: 0%;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

.nav-dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101010;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-dropdown-link.w--current, .nav-dropdown-link.w--open {
  background-color: #0000;
}

.flex-horizontal-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal-4.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-horizontal-4.y-center {
  align-items: center;
}

.flex-horizontal-4.y-center.flex-gap-xxs.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.flex-horizontal-4.y-center.x-center.flex-gap-xs.wrap.utility-margin-bottom-0.utility-padding-all-0._1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-horizontal-4.flex-vertical-4 {
  flex-direction: column;
}

.flex-horizontal-4.flex-vertical-4.flex-gap-lg {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.flex-horizontal-4.flex-vertical-4.x-left {
  align-items: flex-start;
}

.flex-horizontal-4.x-center {
  justify-content: center;
}

.flex-horizontal-4.x-space-between {
  justify-content: space-between;
}

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

.image-9 {
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
}

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

.image-9.cover-image.utility-radius-all-0 {
  border-radius: 2rem;
}

.tab-wrapper {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.arrow {
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow.tab_next {
  z-index: 9;
  inset: 5% 0% 0% auto;
}

.arrow.tab_previous {
  z-index: 9;
  top: 5%;
}

.ix-full-screen-background {
  width: 80vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  overflow: clip;
}

.h5-heading {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.utility-padding-top-8rem {
  padding-top: 8rem;
}

.google-avatar {
  width: 100%;
  height: 100%;
}

.nav-mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav-mobile-menu-button:hover {
  color: inherit;
}

.nav-mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav-mobile-menu-button.w--open:hover {
  color: #b8afda99;
}

.footer-link {
  color: color-mix(in srgb, currentColor 60%, transparent);
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer-link.footer-link-on-inverse, .footer-link.footer-link-on-inverse:hover {
  color: #fff;
}

.paragraph-xl {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.google-author-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 60%, transparent);
  align-self: stretch;
}

.divider.secondary-divider {
  border-bottom-color: color-mix(in srgb, currentColor 20%, transparent);
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  width: auto;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav-link.w--current, .nav-link.w--open {
  background-color: #0000;
}

.card-body {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.utility-screen-reader-visible-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.utility-max-width-lg {
  max-width: 50rem;
}

.utility-max-width-lg.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.section {
  color: #101010;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.secondary-section {
  background-color: #faf8f2;
}

.section._100vh {
  min-height: 100vh;
}

.utility-margin-bottom-3rem {
  margin-bottom: 3rem;
}

.subheading {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  margin-bottom: 2rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.h1-heading {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 400;
  line-height: 1.04em;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.google-avatar-large {
  border: 2px solid #fff;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  overflow: hidden;
}

.button-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: auto;
  box-shadow: none;
  color: #101010;
  text-align: center;
  cursor: pointer;
  background-color: #dab9af;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-4:hover {
  box-shadow: none;
  color: #101010;
  background-color: #d8aea1;
  border-color: #0000;
}

.button-4:active {
  box-shadow: none;
  background-color: #d8aea1;
}

.button-4:focus {
  outline-offset: 2px;
  background-color: #d8aea1;
  outline: 2px solid #b8afda;
}

.button-4.secondary-button {
  color: #101010;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #101010;
}

.button-4.secondary-button:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #101010;
}

.button-4.secondary-button:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #101010;
}

.button-4.show-tablet {
  display: none;
}

.tabs-content-demo {
  flex: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.tabs-content {
  overflow: visible;
}

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

.flex-vertical-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical-4.flex-gap-sm {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.cover-image.position-relative {
  position: relative;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.mega-nav-link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101010;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav-link-item:hover {
  color: #101010;
}

.icon {
  color: #101010;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.utility-margin-top-4rem {
  margin-top: 4rem;
}

.icon-medium-2 {
  color: #b8afda;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.google-post-date {
  color: #797986;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.utility-aspect-2x2-5 {
  aspect-ratio: 2 / 2.5;
}

.utility-aspect-2x2-5.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.mega-nav-dropdown-list-wrapper {
  color: #101010;
  background-color: #fff;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav-dropdown-list-wrapper.w--open {
  border-radius: 1rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.nav-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.timer-line-demo {
  background-color: #fff;
  height: 3px;
  position: absolute;
  inset: 0%;
}

.footer-icons-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.h6-heading {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: .7em;
  font-size: .71rem;
  font-weight: 400;
  line-height: 1.3em;
}

.tabs-menu-demo {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.nav-menu-dropdown-list-wrapper {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu-dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.footer-icon-link {
  opacity: .7;
  color: inherit;
  justify-content: center;
  align-items: center;
  padding: .35rem;
  display: inline-flex;
}

.h2-heading {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 400;
  line-height: 1.04em;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.eyebrow.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.nav-menu-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.nav-mega-menu-list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.google-author-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-3-card-price-wrapper {
  justify-content: flex-end;
  display: flex;
}

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

.utility-overlay-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.nav-menu-list-item.show-tablet {
  display: none;
}

.nav-container {
  background-color: #ddd0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.tabs-demo-function {
  aspect-ratio: 2 / 3;
  display: flex;
}

.google-logo {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.nav-menu-dropdown {
  position: static;
}

.nav-mega-menu-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.h3-heading {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04em;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.grid-layout.tablet-1-column.grid-gap-sm.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.grid-layout.tablet-1-column.grid-gap-lg {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.grid-layout.tablet-1-column.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.tablet-1-column.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-layout.desktop-1-column {
  grid-template-columns: 1fr;
}

.grid-layout.desktop-1-column.utility-link-content-block.utility-aspect-2x3 {
  aspect-ratio: 2 / 3;
}

.grid-layout.desktop-1-column.desktop-2-rows {
  grid-template-rows: auto auto;
}

.grid-layout.desktop-1-column.gap-sx {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-layout.desktop-5-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.tablet-1-column.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-layout.desktop-9-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-9-column.grid-gap-xs.utility-position-relative.utility-z-index-2.width-100 {
  justify-items: stretch;
  width: 100%;
  min-width: 100%;
}

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

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-lg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-layout.desktop-4-column.mobile-landscape-1-column.grid-gap-sm.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.tab-menu-link {
  color: inherit;
  background-color: #0000;
  border-radius: .75rem;
  padding: 1em 1.5em;
  font-size: .9375rem;
  line-height: 1.3;
}

.tab-menu-link:hover {
  color: inherit;
  background-color: color-mix(in srgb, currentColor 5%, transparent);
}

.tab-menu-link.w--current {
  color: #101010;
  background-color: #dab9af;
}

.utility-text-secondary {
  color: color-mix(in srgb, currentColor 60%, transparent);
}

.utility-text-secondary.margin-left-1rem {
  margin-left: 1rem;
}

.h4-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.footer {
  color: #101010;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.inverse-footer {
  color: #fff;
  background-color: #101010;
}

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

.button-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.card-link {
  opacity: 1;
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 0 solid #10101033;
  border-radius: 1rem;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #10101033, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #101010;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #10101033, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.card-link.inverse-card-link {
  color: #fff;
  background-color: #101010;
  border-color: #0000;
}

.card-link.inverse-card-link:hover {
  color: #fff;
  background-color: #101010;
}

.tab-pane-demo {
  height: 100%;
}

.google-social-circle {
  border: 1px solid #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-left: auto;
  display: flex;
}

.card {
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 0 solid #10101033;
  border-radius: 1rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #10101033, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card.featured-card {
  border-color: #b8afda;
  height: 100%;
  box-shadow: 0 0 0 2px #b8afda;
}

.card.card-on-secondary {
  color: #101010;
  background-color: #fff;
  background-image: none;
  border-color: #1010101a;
  height: 100%;
  box-shadow: inset 0 0 0 1px #10101033, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card.slider-card {
  border-radius: var(--website-roundness);
  margin-right: 2rem;
}

.icon-extra-small {
  color: #101010;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-extra-small.icon-container {
  padding: .25rem;
}

.bas-wrapper {
  border-radius: var(--website-roundness);
  border: 8px solid #fff;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.code-embed-3 {
  width: 5rem;
  height: 5rem;
}

.heading {
  color: var(--primary25);
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-2.card-body.module {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0%;
}

.card-2 {
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 0 solid #10101033;
  border-radius: 1rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #10101033, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-2.card-body.utility-z-index-2.utility-backdrop-filter-blur.overflow-auto {
  overflow: auto;
}

.card-2.card-body.utility-z-index-2.utility-backdrop-filter-blur.overflow-auto.align-center {
  justify-content: center;
  align-items: center;
}

.card-2.card-body.utility-z-index-2.utility-backdrop-filter-blur.overflow-auto.align-center.module {
  max-width: 80vw;
  max-height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
}

.close-icon {
  color: #dab9af;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 3rem 3rem auto auto;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.rl_gallery21_arrow-icon {
  color: #dd8c74;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

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

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_arrow-left {
  color: #000;
  background-color: #fff;
  border: 1px solid #dd8c74;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_mask {
  max-width: 20rem;
  overflow: visible;
}

.rl_gallery21_image {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_arrow-right {
  color: #000;
  background-color: #fff;
  border: 1px solid #dd8c74;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.code-embed-4 {
  width: auto;
  height: 5rem;
}

.uui-text-size-medium-6 {
  letter-spacing: normal;
  line-height: 1.5;
}

.uui-text-style-link-5 {
  color: var(--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-5:hover {
  color: var(--gray700);
}

.uui-text-size-small-2 {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

.uui-button-11 {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-11:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button-11:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
}

.uui-form_input-5 {
  border: 1px solid var(--gray300);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-5:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.uui-form_input-5::placeholder {
  color: var(--gray500);
}

.uui-heading-xlarge-4 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-section_heroheader08 {
  background-color: var(--gray50);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.uui-ratings_stars.no-border {
  object-fit: fill;
  border-radius: 0;
  width: 8rem;
}

.uui-text-size-xlarge-4 {
  color: var(--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heroheader08_image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-avatar-group_item-2 {
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-ratings_number {
  letter-spacing: normal;
}

.active-step {
  z-index: -1;
  background-image: linear-gradient(146deg, var(--primary800) 16%, var(--pink200));
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.uui-form-field-wrapper-2 {
  color: #101828;
  margin-bottom: 0;
  position: relative;
}

.success-message-4 {
  background-color: #0000;
  padding: 0 1.5rem 0;
}

.uui-contact01_form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #101828;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.voxe-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.voxe-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.voxe-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form-checkbox-icon-4 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-4:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-4.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-4.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-text-style-link-6 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-6:hover {
  color: #344054;
}

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

.uui-form_input-6 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-6:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-6::placeholder {
  color: #667085;
}

.uui-form_input-6.text-area {
  border-radius: 2rem;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label-4 {
  color: #344054;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: none;
}

.uui-form-checkbox-label-4 {
  color: #344054;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: none;
}

.code-embed-5 {
  background-color: #c9c9c9;
}

.div-block-8 {
  cursor: pointer;
}

.dropdown-toggle {
  width: 100%;
  color: var(--gray400);
  padding: 0;
}

.dropdown-list {
  border-bottom-left-radius: var(--website-roundness);
  border-bottom-right-radius: var(--website-roundness);
  background-color: #242424;
  border: 1px solid #ffffff05;
  inset: 100% auto auto 0%;
}

.dropdown-list.w--open, .dropdown-link {
  color: var(--gray25);
}

.code-embed-6 {
  color: #686868;
  width: 2rem;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% .3rem 7.5rem;
}

.voxe-contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.voxe-contact-form.new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.voxe-contact-form.new.max-width-medium.margin-horizontal {
  margin-left: auto;
  margin-right: auto;
}

.voxe-contact-form.step1 {
  display: flex;
}

.voxe-contact-form.max-width-medium.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.voxe-contact-form.max-width-medium.margin-auto.display-flex {
  display: flex;
}

.toast_wrap {
  width: 22rem;
  max-width: 80%;
  height: 6rem;
  margin-top: 2rem;
  position: relative;
}

.toast_list {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
}

.toast_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--website-roundness);
  width: 100%;
  height: 100%;
  color: var(--gray800);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 2.1rem .5rem .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.toast_background {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: var(--background-opacity, .2);
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.toast_img {
  border: 1px solid #ffffff24;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
  position: relative;
}

.toast_name {
  text-align: center;
  flex: 1;
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
}

.toast_number {
  display: none;
  position: relative;
}

.google-star {
  align-items: center;
  display: flex;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff05;
  border: 1px solid #ffffff21;
  width: 20rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
}

.card-body-copy {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.items-holder-right {
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.code-embed-7 {
  display: none;
}

.code-embed-8 {
  width: 100%;
  height: 80%;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.block {
  z-index: 99999;
  cursor: default;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner3_component-container-demo {
  z-index: 2147483647;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0a0a0a;
  border: 1.25px solid #fff3;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin: 15vh auto 30px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0% 1rem auto;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-prefs3_component-demo {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs3_form-wrapper-demo {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0a0a0a;
  border: 1.25px solid #fff3;
  max-width: 800px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-manager3_component-demo {
  z-index: 999;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto auto 30px 30px;
  box-shadow: 7px 7px 12px #0000001a;
}

.h1-heading-demo {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 400;
  line-height: 1.04em;
}

.h1-heading-demo.utility-margin-bottom-1rem {
  margin-bottom: 1em;
}

.paragraph-lg-demo {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.whatsapp-link-demo {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 7px 7px #0003;
}

.whatsapp-icon-demo {
  color: #ac8478;
  width: 28px;
  height: 28px;
}

.fs-cc-manager3_icon-demo {
  color: #ac8478;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.logo-box {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  display: flex;
}

.logo-box.medium {
  width: 90px;
  height: 50px;
}

.payment-logo {
  object-fit: contain;
  border-radius: 0;
  flex: 0 auto;
  height: 51px;
}

.payment-logo.medium {
  height: 45px;
  padding-left: 0;
}

.payment-logo.custom-logo {
  border-radius: 0;
  height: 25px;
}

.payment-logo.visa-logo {
  height: 40px;
}

.payment-logo.custom-logo-dinners {
  height: 30px;
}

.payment-logo.paypal {
  height: 70px;
  margin-top: -17px;
  margin-bottom: -17px;
  margin-left: 6px;
  overflow: hidden;
}

.payment-logo.klarna {
  height: 64px;
  margin-top: -16px;
  margin-bottom: -16px;
}

.payment-logo.gp, .payment-logo.visa {
  height: 50px;
}

.logos-wrap {
  color: var(--white);
  border-radius: 11px;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

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

.bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24 {
  font-weight: 300;
}

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

.businessfoto.portfolio {
  aspect-ratio: 5 / 6;
}

.businessvideo {
  width: 100%;
}

.product-image {
  border-radius: 1.1rem;
  width: 5rem;
}

.ms-onboarding-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffffff9c;
  background-color: #ffffff0d;
  border: .8px solid #ffffff42;
  border-radius: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 16px;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.ms-onboarding-link-2:hover {
  box-shadow: none;
  color: #2e7eff;
  background-color: #ffffff0d;
  border: 1px solid #2e7eff;
}

.radio-button-label-3 {
  display: none;
}

.svg-7 {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  color: var(--warning500);
  margin-right: .75rem;
}

.modal-poster {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0%;
}

.dark-bg {
  background-color: #00000069;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal-con {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  margin: 10rem 5rem 5rem;
  padding: 1rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.modal-con.max-width-medium, .modal-con.max-width-large {
  background-color: #ffffff0d;
}

.modal-con.max-width-large.termin-buchen {
  display: block;
}

.wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.collection-list {
  column-count: 3;
  white-space: pre-line;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 25px;
  display: block;
}

.collection-item {
  cursor: pointer;
  width: 100%;
  padding-top: 25px;
  position: relative;
}

.image-10 {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  position: relative;
}

.csilver {
  color: #b7bbd1;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.small-card {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.masonry-grid {
  display: block;
}

.button-5 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-5:hover {
  box-shadow: none;
  background-color: #000;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.main-container-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.quotes {
  width: 25px;
}

.cta-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.cta-flex.center {
  justify-content: center;
}

.masonry-overlay {
  z-index: 2;
  background-image: linear-gradient(#fff0 56%, #fff);
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.testimonial-author-img {
  object-fit: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.masonry-grid-costum {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 . . ."
                 "Area-2 . Area Area"
                 "Area-2 . Area Area"
                 ". . Area Area"
                 ". . Area Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.text-weight-medium-2 {
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 500;
}

.nav-dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover, .nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  color: var(--primary900);
}

.nav-link-2.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.nav-dropdown-link-2 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.nav-hover-styles {
  display: none;
}

.nav-dropdown-list {
  background-color: #fff0;
}

.nav-dropdown-list.w--open {
  background-color: #fff0;
  width: 100%;
  min-width: fit-content;
  margin-top: 3rem;
  inset: 0% 0% auto;
}

.nav-dropdown-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.nav-dropdown-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

.nav-dropdown-card.x-small {
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  padding: 1rem 2rem;
  position: relative;
}

.technik-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border-radius: var(--website-roundness);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  font-family: var(--standard-font);
  font-weight: var(--standard);
  background-color: #ffffff05;
  border: .8px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.tech-images {
  aspect-ratio: auto;
  object-fit: contain;
  height: 100%;
}

.text-block-32 {
  display: block;
}

.socialmedia {
  aspect-ratio: 9 / 16;
  border-radius: var(--website-roundness);
  width: 100%;
  height: 100%;
}

.youtube-2 {
  height: 100%;
}

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

.code-embed-9 {
  position: static;
}

.oos-overlay {
  z-index: 9;
  filter: drop-shadow(0 2px 9px #000000b3);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.oos-text {
  filter: drop-shadow(0 2px 5px #000000b3);
  text-align: center;
}

.ms-failed-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b23435;
  background-color: #f8e8ea;
  border-radius: 10px;
  align-items: center;
  margin: 8px;
  padding-left: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ms-failed-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.ms-failed-link {
  border-bottom: 1px solid #fff;
}

.ms-failed-link.is-red {
  border-bottom-color: #b23435;
}

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

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .uui-styleguide_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-text-size-small.text-color-gray500 {
    order: 1;
  }

  .show-tablet-2 {
    display: block;
  }

  .uui-button.media-object {
    flex: 1;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-top {
    background-color: var(--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-navbar07_menu {
    border-top: 1px solid var(--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_link {
    width: 100%;
    color: var(--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--gray900);
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

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

  .uui-button-secondary-dffdfgray.show-tablet-2 {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-space-large.hide-tablet {
    display: none;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader07_content.z-index-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .uui-section_heroheader07.hero-section {
    padding-top: 6vh;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout01_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .uui-layout60_number {
    font-size: 3.25rem;
  }

  .uui-cta12_logo-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-team09_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-team09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-team06_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-team06_mask {
    width: 50%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-cta02_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-contact13_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .uui-footer07_legal-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: max-content;
    place-items: stretch center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-layout13_component {
    grid-column-gap: 3rem;
  }

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

  .uui-layout12_number {
    font-size: 3.25rem;
  }

  .uui-blog04_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog04_image-wrapper.is-featured {
    padding-top: 75%;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-pricing09_components, .uui-pricing09_components.grid-3-column {
    grid-template-columns: 1fr;
  }

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

  .uui-blogsection10_button-row {
    flex: none;
  }

  .uui-blogsection10_mask {
    width: 50%;
  }

  .uui-blogsection10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-prefs3_header {
    grid-column-gap: var(--standard-size);
    grid-row-gap: var(--standard-size);
  }

  .fs-cc-prefs3_buttons-block {
    flex-flow: wrap;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-navbar07_component-2 {
    border-color: #fff3;
    border-radius: 40px;
    position: relative;
  }

  .uui-navbar07_button-wrapper-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .uui-button-secondary-gray-2 {
    flex: 1;
  }

  .uui-navbar07_link-2 {
    color: var(--white);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link-2:hover {
    color: var(--gray100);
  }

  .uui-navbar07_menu-right-2 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 2rem;
    margin-right: 0;
  }

  .uui-navbar07_container-2 {
    justify-content: space-between;
    align-items: center;
    height: 5rem;
    margin-top: 0;
    margin-bottom: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-navbar07_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
  }

  .uui-navbar07_menu-button-2.w--open {
    background-color: #0000;
  }

  .uui-navbar07_menu-ovo-tablet {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    width: 100%;
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 0;
    display: flex;
  }

  .shape-1 {
    left: 23.3rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ae-02-elements_button-3 {
    width: 100%;
  }

  .hero-video, .hero-video.tablet-last {
    order: 0;
  }

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

  .menu-icon_line-bottom-4 {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-top-4 {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-navbar07_logo-link-2.w--current {
    margin-left: 0;
  }

  .uui-navbar07_menu-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-left-radius: var(--website-roundness);
    border-bottom-right-radius: var(--website-roundness);
    -webkit-text-fill-color: inherit;
    background-color: #00000005;
    background-clip: border-box;
    border: 1.25px solid #fff3;
    border-top-width: 0;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    margin-left: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    overflow: visible;
  }

  .uui-navbar07_menu-button-3 {
    padding-right: 1rem;
  }

  .uui-navbar07_menu-button-3.w--open {
    background-color: #0000;
  }

  .overlay-blur-nav-main {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 40px;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .overlay-blur-nav {
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0 0 40px 40px;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .overlay-blur-nav-main-open {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 40px 40px 0 0;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .bg-circle._1 {
    width: 80vw;
    height: 80vw;
  }

  .bg-circle._2 {
    width: 70vw;
    height: 70vw;
  }

  .bg-circle._3, .bg-circle._5 {
    width: 60vw;
    height: 60vw;
  }

  .bg-circle._6 {
    width: 60vw;
    height: 60vw;
    margin-top: 54%;
  }

  .gradient-bg-2 {
    max-width: 100%;
  }

  .overlay-blur-cookie {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 40px;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .vx-nav-container {
    border-radius: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: 5rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    top: 5vh;
    overflow: visible;
  }

  .vx-nav-container.uui-page-padding.nav {
    border-style: none;
    border-width: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-layout01_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout13_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-blogsection12_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

  .uui-heroheader07_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout13_lightbox {
    padding: 2rem;
  }

  .uui-button-9 {
    justify-content: flex-end;
    align-items: center;
  }

  .uui-layout13_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-layout48_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-layout13_image-02 {
    display: none;
  }

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

  .uui-blogsection12_button-row {
    flex: none;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-layout13_component-2 {
    grid-column-gap: 3rem;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: stretch;
  }

  .uui-layout12_number-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader07_light-overlay {
    width: 76rem;
    min-width: 76rem;
    display: none;
    right: -10%;
  }

  .ms-input-label {
    display: none;
  }

  .ms-radio-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ms-radio-image {
    margin-top: 0;
    margin-left: 0;
  }

  .ms-radio-wrap.is-image {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .step-1-buttons, .step-2-buttons {
    flex-flow: wrap;
  }

  .flex-horizontal.flex-vertical-tablet {
    flex-flow: column;
    align-items: stretch;
  }

  .flex-horizontal.flex-vertical-tablet.align-center {
    flex-flow: column;
  }

  .whatsapp-bubble-nav {
    right: 30px;
  }

  .whatsapp-bubble-nav.desktop, .voxestudio-quality-list.text-align-left.display-desktop {
    display: none;
  }

  .voxestudio-quality-list.text-align-left.display-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-menu-list {
    flex-flow: column;
  }

  .nav-3 {
    height: auto;
  }

  .nav-dropdown-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-dropdown-link.w--open {
    background-color: #0000;
  }

  .flex-horizontal-4 {
    flex-flow: wrap;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .nav-mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav-mobile-menu-button.w--open {
    color: #b8afda;
    background-color: #0000;
  }

  .nav-mobile-menu-button.w--open:hover {
    color: #101010;
  }

  .paragraph-xl {
    font-size: 1.4rem;
  }

  .nav-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-link:hover {
    color: #101010;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link.w--current:hover, .nav-link.w--open {
    background-color: #0000;
  }

  .card-body {
    padding: 2rem;
  }

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

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .subheading {
    font-size: 1.13rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h1-heading {
    font-size: 4.52rem;
  }

  .button-4.show-tablet {
    display: inline-flex;
  }

  .mega-nav-dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: 0;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-color: #1010101a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .h6-heading {
    font-size: .71rem;
  }

  .nav-menu-dropdown-list-wrapper {
    width: 100%;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    flex-flow: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-menu-dropdown-list-wrapper.w--open {
    background-color: #0000;
    height: auto;
    display: block;
    position: relative;
    top: 0%;
  }

  .h2-heading {
    font-size: 2.26rem;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .nav-menu-dropdown-list.w--open {
    border-radius: 1rem;
    position: relative;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .nav-mega-menu-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .nav-menu-list-item.show-tablet {
    display: flex;
  }

  .nav-container {
    flex: 1;
    justify-content: space-between;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav-menu-dropdown {
    width: 100%;
    height: auto;
  }

  .nav-mega-menu-dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .h3-heading {
    font-size: 1.6rem;
  }

  .grid-layout.tablet-1-column, .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-layout.desktop-3-column.tablet-1-column {
    place-items: center;
  }

  .grid-layout.desktop-3-column.tablet-1-column.x-stretch {
    justify-items: stretch;
  }

  .grid-layout.desktop-4-column.tablet-2-column-1, .grid-layout.desktop-4-column.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .h4-heading {
    font-size: 1.27rem;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .card.slider-card {
    vertical-align: middle;
  }

  .uui-heading-xlarge-4 {
    font-size: 3.25rem;
  }

  .uui-heroheader08_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-8 {
    margin-right: auto;
  }

  .card-body-copy {
    padding: 2rem;
  }

  .h1-heading-demo {
    font-size: 4.52rem;
  }

  .paragraph-lg-demo {
    font-size: 1.13rem;
  }

  .payment-logo.medium {
    padding-right: 0;
  }

  .logos-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list {
    column-count: 2;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-slot {
    padding-top: 0;
  }

  .nav-dropdown-card {
    box-shadow: none;
    background-color: #0000;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .text-align-left h5 {
    font-size: 1rem;
  }

  .text-align-left p {
    font-size: .7rem;
  }

  .text-align-left h6, .text-align-left h3 {
    font-size: 1rem;
  }

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

  .text-rich-text figcaption {
    margin-top: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-tertiary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary:hover {
    background-color: #0000;
  }

  .button-tertiary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

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

  .button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

  .button-secondary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .button-secondary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

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

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

  .button-link {
    font-size: 1rem;
  }

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

  .button-link.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .badge-group {
    font-size: .75rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray:hover {
    color: var(--gray600);
    background-color: #0000;
  }

  .button-tertiary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-link-gray {
    font-size: 1rem;
  }

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

  .button-link-gray.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-color-white {
    font-size: .7rem;
  }

  .text-color-white.text-size-medium, .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-button-secondary-dffdfgray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-dffdfgray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-button-secondary-dffdfgray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--gray600);
    background-color: #0000;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-flow: row;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: auto;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-text-size-medium {
    font-size: .75rem;
  }

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

  .uui-testimonial03_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .uui-testimonial03_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial03_client-info {
    margin-bottom: 1rem;
  }

  .vx-testimonial03_divider {
    display: none;
  }

  .uui-testimonial03_logo {
    height: auto;
  }

  .uui-testimonial03_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-layout01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-layout60_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout60_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout60_image-wrapper {
    min-height: auto;
  }

  .uui-layout60_number {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout73_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-link {
    font-size: 1rem;
  }

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

  .uui-layout73_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-cta12_logo-row {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

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

  .uui-team09_image-wrapper {
    height: 100%;
  }

  .uui-team09_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team09_list, .uui-team09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-team06_component {
    margin-top: 3rem;
  }

  .uui-team06_image-wrapper {
    height: 100%;
  }

  .uui-team06_slide {
    margin-right: 1.5rem;
  }

  .uui-team06_mask {
    width: 75%;
  }

  .uui-team06_arrow.left {
    right: 3.5rem;
  }

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

  .uui-cta02_component {
    grid-row-gap: 3rem;
  }

  .uui-cta02_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-cta02_image-wrapper {
    justify-content: center;
    align-items: center;
    height: 22rem;
    display: flex;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-contact13_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-contact13_item {
    padding: 1.5rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-footer07_legal-link:hover {
    color: var(--gray400);
  }

  .uui-footer07_link:hover {
    color: var(--gray500);
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-layout13_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout13_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout12_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout12_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout12_number {
    font-size: 2.25rem;
  }

  .uui-contact01_component {
    margin-top: 4rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-blog04_featured-item-content {
    padding: 0;
  }

  .uui-blog04_title-link.featured-article {
    margin-bottom: .5rem;
  }

  .uui-blog04_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog04_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog04_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .uui-blog04_component {
    margin-top: 4rem;
  }

  .uui-blog04_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .uui-blog04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blog04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blog04_menu-link:hover {
    color: var(--primary700);
  }

  .uui-blog04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog04_image-link:hover {
    box-shadow: none;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-pricing09_component {
    margin-top: 2rem;
  }

  .uui-pricing09_components {
    grid-template-columns: 1fr;
  }

  .uui-pricing09_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing09_feature-list.form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: .5rem;
  }

  .uui-pricing09_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing09_heading {
    font-size: 1.125rem;
  }

  .uui-pricing09_price {
    font-size: 2.25rem;
  }

  .uui-pricing09_price-text {
    font-size: 1.5rem;
  }

  .uui-pricing11_component {
    margin-top: 2rem;
  }

  .uui-pricing11_price {
    font-size: 2.25rem;
  }

  .uui-blogsection10_arrow.left {
    right: 3.5rem;
  }

  .uui-blogsection10_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection10_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection10_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection10_mask {
    width: 80%;
  }

  .uui-blogsection10_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-contact01_review-guard {
    margin-top: 4rem;
  }

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

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

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

  .fs-cc-prefs3_title {
    font-size: 1rem;
  }

  .fs-cc-banner3_button-text, .fs-cc-prefs3_label {
    font-size: .7rem;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-flow: row;
    margin-top: 12px;
  }

  .fs-cc-manager3-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fs-cc-banner3_paragraph {
    font-size: .7rem;
  }

  .fs-cc-prefs3_close {
    z-index: 2;
    cursor: pointer;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 12px;
  }

  .fs-cc-banner3_text, .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_arrow:hover {
    background-color: #fff;
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .tick-icon-1x1.pink.form, .tick-icon-1x1.pro.form, .tick-icon-1x1.orange.form {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-navbar07_link-2 {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

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

  .shape-1 {
    top: -13.8rem;
    left: 12.7rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-3, .image-4 {
    order: -1;
  }

  .uui-navbar07_menu-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bg-circle._1 {
    margin-top: 103%;
  }

  .bg-circle._2 {
    width: 90vw;
    height: 100vw;
    margin-top: 35%;
  }

  .bg-circle._3 {
    margin-top: 133%;
  }

  .bg-circle._5 {
    width: 85vw;
    height: 85vw;
    margin-top: 64%;
  }

  .vx-nav-container {
    min-height: 4.5rem;
    top: 2.5vh;
  }

  .vx-nav-container.uui-page-padding.nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-small-2 {
    font-size: 1.5rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout01_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout48_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-button-8 {
    font-size: 1rem;
  }

  .uui-button-8:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection12_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-layout13_tabs-link-2 {
    padding-left: 1.5rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-layout13_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-layout12_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout13_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-career03_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .uui-team06_image-wrapper-2 {
    height: 100%;
  }

  .uui-blogsection12_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection12_image-link:hover {
    box-shadow: none;
  }

  .uui-layout13_lightbox {
    height: 24rem;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-button-9 {
    font-size: 1rem;
  }

  .uui-button-9:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-career03_component {
    margin-top: 3rem;
  }

  .uui-career03_job-description {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-career03_accordion {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-career03_title-wrapper {
    margin-bottom: 1.25rem;
  }

  .uui-layout13_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout12_item-list-2 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

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

  .uui-layout48_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout13_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-layout12_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection12_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

  .uui-layout13_component-2 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-layout12_number-2 {
    font-size: 2.25rem;
  }

  .uui-heroheader07_light-overlay {
    width: 72rem;
    min-width: 72rem;
    right: -30%;
  }

  .voxe-glass-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .voxe-form-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 100%;
  }

  .ms-radio-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 10%;
    display: grid;
  }

  .ms-input, .ms-radio-wrap.is-image {
    width: 100%;
  }

  ._2-field {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    display: flex;
  }

  ._2-field.hours-price {
    grid-column-gap: var(--standard-size);
    grid-row-gap: var(--standard-size);
    text-align: left;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
    display: flex;
  }

  .flex-horizontal.uui-blog04_meta-wrapper.step {
    color: var(--gray500);
  }

  .whatsapp-bubble-nav {
    right: 30px;
  }

  .uui-form-wrapper-2 {
    margin-top: 2rem;
  }

  .uui-button-10 {
    font-size: 1rem;
  }

  .uui-button-10:hover {
    background-color: #fcb900;
    border-color: #fcb900;
  }

  .whatsapp-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .name-form {
    flex-flow: column;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: stretch center;
    display: flex;
  }

  .hours-radio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .utility-padding-top-8rem {
    padding-top: 3rem;
  }

  .paragraph-xl {
    font-size: 1.3rem;
  }

  .card-body {
    padding: 1.5rem;
  }

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

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-bottom-3rem {
    margin-bottom: 1.5rem;
  }

  .subheading {
    font-size: .9rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h1-heading {
    font-size: 3.62rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-margin-top-4rem {
    margin-top: 2rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

  .h6-heading {
    font-size: .71rem;
  }

  .h2-heading {
    font-size: 1.81rem;
  }

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

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .nav-mega-menu-list {
    grid-template-columns: 1fr;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .h3-heading {
    font-size: 1.28rem;
  }

  .grid-layout.mobile-landscape-1-column, .grid-layout.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

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

  .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .h4-heading {
    font-size: 1.15rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

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

  .uui-button-11 {
    font-size: 1rem;
  }

  .uui-button-11:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

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

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge-4 {
    font-size: 1.125rem;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .voxe-button {
    font-size: 1rem;
  }

  .voxe-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .voxe-contact-form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 100%;
  }

  .card-body-copy {
    padding: 1.5rem;
  }

  .h1-heading-demo {
    font-size: 2rem;
  }

  .paragraph-lg-demo {
    font-size: .9rem;
  }

  .whatsapp-link-demo {
    padding-left: 12px;
    padding-right: 12px;
  }

  .payment-logo {
    padding-right: 0;
  }

  .logos-wrap {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-con {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .collection-list {
    column-count: 2;
  }

  .collection-item {
    padding-top: 15px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

@media screen and (max-width: 479px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  h1 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.1rem;
  }

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

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

  .text-align-left {
    word-break: break-all;
  }

  .text-align-left h5 {
    font-size: .8rem;
  }

  .text-align-left p {
    font-size: .7rem;
  }

  .text-align-left h6 {
    font-size: 1rem;
  }

  .text-align-left ul {
    font-size: .7rem;
  }

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

  .page-wrapper {
    max-width: 100%;
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .uui-styleguide_images-layout {
    grid-template-columns: 1fr;
  }

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

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

  .text-color-white.text-align-left {
    margin-right: auto;
  }

  .text-color-white.text-align-left.text-size-medium, .text-color-white.text-size-medium {
    font-size: 1rem;
  }

  .uui-page-padding {
    max-width: 100%;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .uui-text-size-xlarge {
    font-size: .9rem;
  }

  .uui-padding-vertical-xhuge {
    max-width: 100%;
  }

  .uui-heroheader07_content.z-index-1 {
    max-width: 100%;
    overflow: visible;
  }

  .uui-section_heroheader07.hero-section {
    max-width: 100%;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    max-width: 100%;
  }

  .uui-heading-medium {
    font-size: 1.2rem;
  }

  .uui-testimonial03_logo-wrapper {
    display: none;
  }

  .uui-text-size-large {
    font-size: .9rem;
  }

  .uui-layout60_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout73_image {
    aspect-ratio: 16 / 9;
  }

  .uui-cta12_logo-row {
    display: none;
  }

  .uui-team09_image {
    aspect-ratio: auto;
  }

  .uui-team09_image-wrapper {
    aspect-ratio: 1;
    padding-top: 66%;
  }

  .uui-team09_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-team06_mask {
    width: 80%;
  }

  .uui-heading-large {
    font-size: 1.6rem;
  }

  .uui-heading-large.max-width-large {
    max-width: 100%;
  }

  .uui-cta02_component {
    grid-template-columns: 1fr;
  }

  .uui-cta02_image-wrapper {
    aspect-ratio: 1;
    height: auto;
    min-height: 0;
  }

  .uui-contact13_component {
    grid-template-columns: 1fr;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .uui-footer07_link-list.max-width-xlarge {
    flex-flow: column;
  }

  .uui-layout12_item-list {
    grid-template-columns: 1fr;
  }

  .uui-blog04_meta-wrapper {
    flex-flow: wrap;
  }

  .uui-blog04_image-link {
    object-fit: cover;
  }

  .uui-blog04_image-wrapper {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    padding-top: 0%;
  }

  .uui-blog04_image {
    aspect-ratio: 1;
  }

  .uui-section_pricing09 {
    overflow: visible;
  }

  .uui-section_pricing09.hero-section {
    padding-top: 3.3rem;
  }

  .uui-pricing09_tabs-menu {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-blogsection10_mask {
    width: 95%;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    word-break: keep-all;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .fs-cc-prefs3_header {
    flex-flow: wrap;
  }

  .fs-cc-prefs3_title {
    word-break: break-all;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_component {
    margin-top: auto;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
    max-width: 90vw;
    max-height: 60vh;
    overflow: auto;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-cc-prefs3_option {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fs-cc-preferences3_close-icon {
    margin: 9px;
  }

  .fs-cc-prefs3_icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .fs-cc-prefs3_label {
    font-size: 12px;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_close {
    justify-content: flex-end;
    align-items: center;
    padding: 23px;
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_line {
    min-width: 12px;
    margin-left: 12px;
    margin-right: 12px;
    display: none;
  }

  .form-field-1col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .fs_starrating-2_icon {
    width: 80%;
  }

  .uui-testimonial15_content {
    border-radius: 2rem;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .text-block-12 {
    text-align: center;
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: none;
  }

  .uui-navbar07_container-2 {
    position: relative;
  }

  .noise-wrappeur {
    opacity: .06;
  }

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

  .shape-1 {
    top: -10.4rem;
    left: -1.8rem;
  }

  .reset_form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .scene-videos {
    aspect-ratio: 16 / 9;
    object-fit: fill;
  }

  .div-block {
    width: 100%;
    position: relative;
    inset: 0%;
  }

  .uui-layout73_image-contain {
    aspect-ratio: 1;
  }

  .bg-circle._1 {
    opacity: 4;
    margin-top: 135%;
    padding-top: 0;
  }

  .bg-circle._1.hero {
    width: 100vw;
  }

  .bg-circle._2 {
    opacity: 15;
    background-color: #4353ff;
    margin-top: 82%;
  }

  .bg-circle._2.hero {
    background-color: #ff6a45;
  }

  .bg-circle._3 {
    margin-top: 189%;
  }

  .bg-circle._4 {
    background-color: #b620c7;
    margin-top: 169%;
  }

  .bg-circle._4.price {
    width: 100vw;
    height: 50vh;
    margin-bottom: 90px;
    margin-right: 0%;
    top: auto;
    bottom: 0;
  }

  .bg-circle._4.hero {
    margin-top: 272%;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
    margin-top: 17%;
    display: none;
  }

  .bg-circle._6 {
    background-color: #ff6382;
    margin-top: 108%;
  }

  .gradient-bg-2 {
    filter: blur(110px);
  }

  .gradient-bg-2.price {
    filter: blur(100px);
    width: 100%;
    height: 100%;
  }

  .gradient-bg-2.booking {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 4%;
    overflow: hidden visible;
  }

  .overlay-blur-cookie {
    inset: 0%;
  }

  .uui-heading-medium-3, .bold-text-12 {
    word-break: keep-all;
  }

  .uui-heroheader07_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-career03_title-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .uui-layout13_image-01 {
    width: 80%;
    right: -7%;
  }

  .bold-text-11 {
    word-break: keep-all;
  }

  .uui-layout12_item-list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center start;
    padding-left: .25rem;
    padding-right: .25rem;
    display: flex;
  }

  .uui-layout13_image-02 {
    top: 20%;
  }

  .uui-career03_title-heading {
    margin-bottom: 1.25rem;
  }

  .uui-blogsection12_mask {
    width: 95%;
  }

  .text-block-25 {
    font-family: field-gothic-xwide, sans-serif;
    font-size: .8rem;
  }

  .bold-text-18 {
    font-weight: 300;
  }

  .uui-heroheader07_light-overlay {
    width: 64rem;
    min-width: 64rem;
    bottom: -140%;
    right: auto;
  }

  .voxe-glass-container {
    flex: 1;
    max-width: 100%;
  }

  .ms-checkbox-wrap-2 {
    display: flex;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  ._2-field.hours-price {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-horizontal.uui-blog04_meta-wrapper.studio {
    padding: .225rem .7rem;
  }

  .flex-horizontal.uui-blog04_meta-wrapper.step {
    width: auto;
    padding: .225rem .7rem;
  }

  .flex-horizontal.text-align-left {
    align-self: auto;
    margin-right: auto;
  }

  .flex-horizontal.steps {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .voxestudio-quality-list.text-align-left {
    grid-column-gap: var(--website-roundness);
    grid-row-gap: var(--website-roundness);
    grid-template-columns: 1fr;
  }

  .voxestudio-quality-list.text-align-left.display-tablet {
    grid-template-columns: 1fr;
  }

  .voxestudio-quality-list.text-align-left.center.max-width-large, .voxestudio-quality-list.text-align-left.center.uui-max-width-xlarge {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-5 {
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hours-radio {
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .bold-text-19 {
    font-weight: 300;
  }

  .nav-center {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .logo {
    color: inherit;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .nav-mobile-menu-button.w--open {
    color: inherit;
  }

  .paragraph-xl {
    font-size: 1.2rem;
  }

  .card-body {
    padding: 1.5rem;
  }

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

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .h1-heading {
    font-size: 2.89rem;
  }

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

  .mega-nav-dropdown-list-wrapper.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-icons-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .h6-heading {
    font-size: .71rem;
  }

  .h2-heading {
    font-size: 1.45rem;
  }

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

  .nav-menu-dropdown-list.w--open {
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    border-radius: 1rem;
    flex-flow: column;
    position: relative;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .google-author-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .h3-heading {
    font-size: 1.02rem;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-layout.desktop-5-column.tablet-2-column.mobile-landscape-1-column, .grid-layout.desktop-4-column.tablet-2-column-1.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .h4-heading {
    font-size: 1.03rem;
  }

  .uui-section_heroheader08 {
    overflow: hidden;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_component {
    grid-template-columns: 1fr;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .code-embed-6 {
    width: 0;
    display: none;
  }

  .card-body-copy {
    padding: 1.5rem;
  }

  .fs-cc-prefs3_component-demo {
    margin-top: auto;
  }

  .fs-cc-prefs3_form-wrapper-demo {
    width: 100%;
    max-width: 90vw;
    max-height: 60vh;
    overflow: auto;
  }

  .paragraph-lg-demo {
    font-size: 1.1rem;
  }

  .logo-box.medium {
    padding-left: 5px;
    padding-right: 5px;
  }

  .payment-logo.medium {
    height: 25px;
  }

  .logos-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logos-wrap.gap-1rem {
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal-con {
    flex: 1;
    max-width: 100%;
  }

  .collection-list {
    column-count: 2;
  }

  .collection-item {
    padding-top: 12px;
  }

  .cta-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .technik-tabs {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_3da14056-a0d4-fc28-664d-81d2214f8726-7b83886d {
  order: 9999;
}

#w-node-_2959603e-f8dc-0073-d01e-44203c69f5d1-7b83886d, #w-node-_2959603e-f8dc-0073-d01e-44203c69f5d7-7b83886d, #w-node-_2959603e-f8dc-0073-d01e-44203c69f5dd-7b83886d {
  align-self: start;
}

#w-node-d6e17f1c-8222-9098-3de9-2d04e9091582-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091588-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e909158e-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915a5-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915ab-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915b1-7b83886d {
  place-self: start;
}

#w-node-d6e17f1c-8222-9098-3de9-2d04e90915b8-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915bf-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915d6-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915dc-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915e2-7b83886d {
  align-self: start;
}

#w-node-d6e17f1c-8222-9098-3de9-2d04e90915fa-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091602-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091608-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e909160e-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091624-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e909162d-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091633-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091639-7b83886d {
  place-self: start;
}

#w-node-d6e17f1c-8222-9098-3de9-2d04e9091640-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091647-7b83886d {
  align-self: start;
}

#w-node-d6e17f1c-8222-9098-3de9-2d04e909165e-7b83886d {
  place-self: start;
}

#w-node-d6e17f1c-8222-9098-3de9-2d04e9091666-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e909166c-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091672-7b83886d {
  align-self: start;
}

#w-node-b5347d4d-c1fc-f683-1e5a-dab717c38e5c-17c38e57 {
  justify-self: center;
}

#w-node-_611607cc-ae5d-9a4c-c4d2-2ea86963bb74-7b838873, #w-node-_27f014f9-c496-205d-a222-69d46b63782b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f014f9-c496-205d-a222-69d46b63782c-7b838873 {
  justify-self: start;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c372f-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c3730-7b838873 {
  justify-self: start;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a942-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a943-7b838873 {
  justify-self: start;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea8-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea9-7b838873 {
  justify-self: start;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214e-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214f-7b838873 {
  justify-self: start;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca489-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca48a-7b838873 {
  justify-self: start;
}

#w-node-_34826859-0a03-9fb8-8d59-bca5449dd59b-7b838873, #w-node-ce4e8531-7508-d194-4e66-ed664d352681-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce34ec8d-48dd-2624-dd65-63a1d2b3761f-7b838873 {
  justify-self: start;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af64-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af65-7b838873 {
  justify-self: start;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d3-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d4-7b838873 {
  justify-self: start;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c15-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c16-7b838873 {
  justify-self: start;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d5-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d6-7b838873 {
  justify-self: start;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bc-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bd-7b838873 {
  justify-self: start;
}

#w-node-_80d2dd82-0cf2-071e-9875-dac4192eae6f-7b838873, #w-node-_4635f455-7122-d962-9614-bf90a260e076-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9639846d-3d42-62ca-be07-71a881d089aa-7b838873 {
  justify-self: start;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5d-7b838873 {
  justify-self: start;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbaaf-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbab0-7b838873 {
  justify-self: start;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b4-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b5-7b838873 {
  justify-self: start;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bc-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bd-7b838873 {
  justify-self: start;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004017-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004018-7b838873 {
  justify-self: start;
}

#w-node-_3884ceb3-f06f-178c-f76e-9f909fa0b8c4-7b838873, #w-node-e75743e2-0530-5d56-4143-3b025f2bb3df-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e75743e2-0530-5d56-4143-3b025f2bb3e0-7b838873 {
  justify-self: start;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c2-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c3-7b838873 {
  justify-self: start;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f48-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f49-7b838873 {
  justify-self: start;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e91-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e92-7b838873 {
  justify-self: start;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed05-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed06-7b838873 {
  justify-self: start;
}

#w-node-_85959611-b184-f1cb-4938-1292fbb6413e-7b838873, #w-node-_54da55f7-d012-d5c8-6762-4e3fb8246423-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246424-7b838873 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246428-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246429-7b838873 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642d-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642e-7b838873 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246432-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246433-7b838873 {
  justify-self: start;
}

#w-node-c6a804be-5fa9-d9a2-4c26-ddedc86de3f3-7b838873, #w-node-_926c497d-e762-67c5-297c-e04d778677a1-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926c497d-e762-67c5-297c-e04d778677a2-7b838873 {
  justify-self: start;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e98-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e99-7b838873 {
  justify-self: start;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9c-7b838873 {
  justify-self: start;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602bd-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602be-7b838873 {
  justify-self: start;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30cd-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30ce-7b838873 {
  justify-self: start;
}

#w-node-_568bfc0c-1df6-e6dd-5bcc-eff70d085390-7b838873, #w-node-a5dedb64-b161-6bf7-9083-f332c683030f-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830310-7b838873 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830314-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830315-7b838873 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830319-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031a-7b838873 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031e-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031f-7b838873 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830323-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830324-7b838873 {
  justify-self: start;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c56-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c57-7b838873 {
  justify-self: start;
}

#w-node-_0e1496e1-4f60-0716-0560-094a8fd6f1a5-7b838873, #w-node-_7724a18c-3fe5-f33a-bceb-50f473325102-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7724a18c-3fe5-f33a-bceb-50f473325103-7b838873 {
  justify-self: start;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c571-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c572-7b838873 {
  justify-self: start;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5c-7b838873 {
  justify-self: start;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e1229-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e122a-7b838873 {
  justify-self: start;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f217-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f218-7b838873 {
  justify-self: start;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee657-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee658-7b838873 {
  justify-self: start;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc06-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc07-7b838873 {
  justify-self: start;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc5-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc6-7b838873 {
  justify-self: start;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894531-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894532-7b838873 {
  justify-self: start;
}

#w-node-_41b861b5-4f64-4c43-7229-39048ec9840d-7b838873, #w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c11-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c12-7b838873 {
  justify-self: start;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a986-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a987-7b838873 {
  justify-self: start;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606df-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606e0-7b838873 {
  justify-self: start;
}

#w-node-_506b5fbe-e1f5-2018-b14b-6cc52b1ebbe6-7b838873, #w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f175-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f176-7b838873 {
  justify-self: start;
}

#w-node-ac478db6-3301-0441-1080-3da98a6c5994-7b838873, #w-node-_4558a98b-d49a-7218-c1a4-dfadbe92290b-7b838873, #w-node-f7592db4-00f6-6056-3e4d-bc630d73b16b-7b838873, #w-node-_3aa13419-0814-2b8b-5fcb-c1967dcc04b4-7b838873, #w-node-_5536d213-1554-5501-3931-be8d8a809855-7b838873, #w-node-_5dadb952-b04c-323a-f40f-77e47d127571-7b838873, #w-node-c61ba694-2303-3248-da32-4e515d3c4f2d-7b838873, #w-node-_37bf894e-f018-7d40-892c-5605fa30fc89-7b838873, #w-node-_657111fd-947a-b1da-ed8c-0a27e9f53e99-7b838873, #w-node-_63a7be94-6d00-4da9-a920-7789e8d188ae-7b838873, #w-node-c4797e7c-b48f-edb1-72ff-46a5cfb28a87-7b838873, #w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123d-7b838873 {
  justify-self: start;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06a-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06b-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1241-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1242-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1246-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1247-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124c-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1250-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1251-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1255-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1256-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125a-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125b-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125f-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1260-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1264-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1265-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1269-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126a-7b838873 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126e-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126f-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70d-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70e-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e712-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e713-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e717-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e718-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71d-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e721-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e722-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e726-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e727-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72c-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e730-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e731-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e735-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e736-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73a-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73b-7b838873 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73f-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e740-7b838873 {
  justify-self: start;
}

#w-node-_69468a22-fd1b-bdb9-f3ec-ad17f192a556-7b838873, #w-node-_04dc89e3-235c-3108-9e2f-6e798f3588c2-7b838873, #w-node-_2d5beda5-19cf-2370-9367-4035c91b8858-7b838873, #w-node-_6f462cf8-f8ad-1730-6ba6-c3ad3a3d09a1-7b838873, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded011-7b838873, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded012-7b838873, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d3-7b838873, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d4-7b838873, #w-node-_04cb636f-9a10-3994-1ff6-0de43638409f-7b838873, #w-node-_04cb636f-9a10-3994-1ff6-0de4363840a0-7b838873, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8103-7b838873, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8104-7b838873, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849b-7b838873, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849c-7b838873, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce0-7b838873, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce1-7b838873, #w-node-_8a369d9b-ce07-f107-5bf4-ce0e71c93e9c-7b838873, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087924-7b838873, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087925-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087926-7b838873 {
  justify-self: start;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087928-7b838873, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa82-7b838873, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa83-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa84-7b838873 {
  justify-self: start;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa88-7b838873, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005832-7b838873, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005833-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b58005834-7b838873 {
  justify-self: start;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b5800583a-7b838873, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade21-7b838873, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade22-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade23-7b838873 {
  justify-self: start;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade27-7b838873, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340c-7b838873, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340d-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340e-7b838873 {
  justify-self: start;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b3414-7b838873, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56d-7b838873, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56e-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56f-7b838873 {
  justify-self: start;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec575-7b838873, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c853-7b838873, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c854-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c855-7b838873 {
  justify-self: start;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c85b-7b838873, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae05-7b838873, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae06-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae07-7b838873 {
  justify-self: start;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae0b-7b838873, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68d9-7b838873, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68da-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68db-7b838873 {
  justify-self: start;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68e1-7b838873, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7d-7b838873, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7e-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7f-7b838873 {
  justify-self: start;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d85-7b838873, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68473-7b838873, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68474-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68475-7b838873 {
  justify-self: start;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa6847b-7b838873, #w-node-a5da9f04-3971-3286-163a-446635d1e349-7b838873, #w-node-a5da9f04-3971-3286-163a-446635d1e34a-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34b-7b838873 {
  justify-self: start;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34f-7b838873, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56b-7b838873, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56d-7b838873 {
  justify-self: start;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f575-7b838873, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8e-7b838873, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8f-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e90-7b838873 {
  justify-self: start;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e98-7b838873, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45201-7b838873, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45202-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45203-7b838873 {
  justify-self: start;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d4520b-7b838873, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845b-7b838873, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845d-7b838873 {
  justify-self: start;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba298461-7b838873, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3590-7b838873, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3591-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3592-7b838873 {
  justify-self: start;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3598-7b838873, #w-node-_567fa681-d95e-e5c8-e104-8133881b9456-7b838873, #w-node-_567fa681-d95e-e5c8-e104-8133881b9457-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b9458-7b838873 {
  justify-self: start;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b945e-7b838873, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb0-7b838873, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb1-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb2-7b838873 {
  justify-self: start;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb8-7b838873, #w-node-_27682e82-6b82-214d-fa90-86b894680783-7b838873, #w-node-_27682e82-6b82-214d-fa90-86b894680784-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680785-7b838873 {
  justify-self: start;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680789-7b838873, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac991-7b838873, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac992-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac993-7b838873 {
  justify-self: start;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac999-7b838873, #w-node-edd60730-d7b5-905a-29e7-2371af7399ad-7b838873, #w-node-edd60730-d7b5-905a-29e7-2371af7399ae-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399af-7b838873 {
  justify-self: start;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399b5-7b838873, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67a-7b838873, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67c-7b838873 {
  justify-self: start;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67e-7b838873, #w-node-_792c04d9-452e-3393-b749-359268974377-7b838873, #w-node-_792c04d9-452e-3393-b749-359268974378-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c04d9-452e-3393-b749-359268974379-7b838873 {
  justify-self: start;
}

#w-node-_792c04d9-452e-3393-b749-35926897437f-7b838873, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71d-7b838873, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71e-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71f-7b838873 {
  justify-self: start;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a725-7b838873, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0b-7b838873, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0d-7b838873 {
  justify-self: start;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0f-7b838873, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7a-7b838873, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7c-7b838873 {
  justify-self: start;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b84-7b838873, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c8-7b838873, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c9-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ca-7b838873 {
  justify-self: start;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ce-7b838873, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526918-7b838873, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526919-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691a-7b838873 {
  justify-self: start;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691e-7b838873, #w-node-cc09a134-61da-66c7-ded5-36593484e99a-7b838873, #w-node-cc09a134-61da-66c7-ded5-36593484e99b-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e99c-7b838873 {
  justify-self: start;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e9a2-7b838873, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e33-7b838873, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e34-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e35-7b838873 {
  justify-self: start;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e39-7b838873, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3742-7b838873, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3743-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3744-7b838873 {
  justify-self: start;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3748-7b838873, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaae-7b838873, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaaf-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab0-7b838873 {
  justify-self: start;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab4-7b838873, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc0-7b838873, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc1-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc2-7b838873 {
  justify-self: start;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc8-7b838873, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0903-7b838873, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0904-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0905-7b838873 {
  justify-self: start;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0909-7b838873, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b5-7b838873, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b6-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b7-7b838873 {
  justify-self: start;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4bb-7b838873, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd127-7b838873, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd128-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd129-7b838873 {
  justify-self: start;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd12d-7b838873, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da16-7b838873, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da17-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da18-7b838873 {
  justify-self: start;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da1e-7b838873, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0571-7b838873, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0572-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0573-7b838873 {
  justify-self: start;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0577-7b838873, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e456-7b838873, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e457-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e458-7b838873 {
  justify-self: start;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e45c-7b838873, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde423-7b838873, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde424-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde425-7b838873 {
  justify-self: start;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde429-7b838873, #w-node-_20edd801-1b57-f335-31c5-bbf698decd81-7b838873, #w-node-_20edd801-1b57-f335-31c5-bbf698decd82-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd83-7b838873 {
  justify-self: start;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd89-7b838873, #w-node-_82eb6af5-010b-9a76-b404-e7b244064447-7b838873, #w-node-_82eb6af5-010b-9a76-b404-e7b244064448-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b244064449-7b838873 {
  justify-self: start;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b24406444d-7b838873, #w-node-_08c21a88-f85d-abba-b798-02b4411180e4-7b838873, #w-node-_08c21a88-f85d-abba-b798-02b4411180e5-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180e6-7b838873 {
  justify-self: start;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180ea-7b838873, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819b-7b838873, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819d-7b838873 {
  justify-self: start;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b281a1-7b838873, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5b-7b838873, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5d-7b838873 {
  justify-self: start;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a63-7b838873, #w-node-_197b72bb-c9f7-0427-6664-8ea9aaf46cd0-7b838873, #w-node-_20413161-5260-6e26-b63b-f44b55103841-7b838873, #w-node-_20413161-5260-6e26-b63b-f44b55103842-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103843-7b838873 {
  justify-self: start;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103847-7b838873, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce2-7b838873, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce3-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce4-7b838873 {
  justify-self: start;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce6-7b838873, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b611-7b838873, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b612-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b613-7b838873 {
  justify-self: start;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b615-7b838873, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60b-7b838873, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60d-7b838873 {
  justify-self: start;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60f-7b838873, #w-node-e70beded-003a-5418-9f9a-b493978f3dcb-7b838873, #w-node-e70beded-003a-5418-9f9a-b493978f3dcc-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dcd-7b838873 {
  justify-self: start;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dd1-7b838873, #w-node-d26d1036-766f-826c-7367-e2354959b592-7b838873, #w-node-d26d1036-766f-826c-7367-e2354959b593-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26d1036-766f-826c-7367-e2354959b594-7b838873 {
  justify-self: start;
}

#w-node-d26d1036-766f-826c-7367-e2354959b598-7b838873, #w-node-_4163f697-749c-17b9-df49-5a408422aecd-7b838873, #w-node-_4163f697-749c-17b9-df49-5a408422aece-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aecf-7b838873 {
  justify-self: start;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aed1-7b838873, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2487-7b838873, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2488-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a2489-7b838873 {
  justify-self: start;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a248d-7b838873, #w-node-_51d64813-125e-1286-ddf0-173d9237402b-7b838873, #w-node-_51d64813-125e-1286-ddf0-173d9237402c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d64813-125e-1286-ddf0-173d9237402d-7b838873 {
  justify-self: start;
}

#w-node-_51d64813-125e-1286-ddf0-173d92374031-7b838873, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb62-7b838873, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb63-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb64-7b838873 {
  justify-self: start;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb66-7b838873, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c241-7b838873, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c242-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c243-7b838873 {
  justify-self: start;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c247-7b838873, #w-node-_129de720-99e8-a253-30fa-cdd92986867b-7b838873, #w-node-_129de720-99e8-a253-30fa-cdd92986867c-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129de720-99e8-a253-30fa-cdd92986867d-7b838873 {
  justify-self: start;
}

#w-node-_129de720-99e8-a253-30fa-cdd929868681-7b838873, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e55-7b838873, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e56-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e57-7b838873 {
  justify-self: start;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e59-7b838873, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b5-7b838873, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b6-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b7-7b838873 {
  justify-self: start;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59bb-7b838873, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a7f-7b838873, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a80-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a81-7b838873 {
  justify-self: start;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a85-7b838873, #w-node-_5f9ea9fa-f365-326f-057b-0a3215443d7c-7b838873, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d3-7b838873, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d4-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d5-7b838873 {
  justify-self: start;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0db-7b838873, #w-node-_5e9f1d64-8b02-ef12-bf3c-366e2dee7c46-7b838873, #w-node-_599a77eb-cbcf-0bc4-ed9e-dc3f0bd242c3-7b838873, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d68-7b838873, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d69-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6a-7b838873 {
  justify-self: start;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6c-7b838873, #w-node-_9e57c13a-cf2f-f456-9d4e-c5e778e527d6-7b838873, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd15-7b838873, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd16-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd17-7b838873 {
  justify-self: start;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd1b-7b838873, #w-node-_2973ba10-e741-c289-d93c-d78feb58b781-7b838873, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db2-7b838873, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db3-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db4-7b838873 {
  justify-self: start;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db8-7b838873, #w-node-cf219997-381a-aac0-d724-994eb48a107d-7b838873, #w-node-_007791d2-eb62-18a1-6cc8-4d38c6fdfb97-7b838873, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af5-7b838873, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af6-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af7-7b838873 {
  justify-self: start;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2afd-7b838873, #w-node-_41604482-c433-3719-0cf8-593fb40bac3f-7b838873, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a2-7b838873, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a3-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a4-7b838873 {
  justify-self: start;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144aa-7b838873, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144ac-7b838873, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144b7-7b838873, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ece-7b838873, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ecf-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed0-7b838873 {
  justify-self: start;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed4-7b838873, #w-node-adda9b55-7183-35f2-1f4b-e57115cfe82c-7b838873, #w-node-_66f615fd-5a02-8744-b784-ccc1b65f74fb-7b838873, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab1-7b838873, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab2-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab3-7b838873 {
  justify-self: start;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab7-7b838873, #w-node-_891742b3-694e-7c99-6f26-cf0e25fbfef5-7b838873, #w-node-_3755fb04-6258-3b32-b0e4-8e4f3fde80f5-7b838873, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5427-7b838873, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5428-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5429-7b838873 {
  justify-self: start;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e542d-7b838873, #w-node-_2f1140c4-a93d-64d6-5bc6-de5dc2ca78ea-7b838873, #w-node-fc185db5-54bf-c158-7e5f-d96a7d927b63-7b838873, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece30-7b838873, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece31-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece32-7b838873 {
  justify-self: start;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece36-7b838873, #w-node-f068d199-8dfb-ac30-07c5-dfb5997fd832-7b838873, #w-node-_864f4332-2852-af32-a1bc-5f2b9fd18286-7b838873, #w-node-_70399044-9d7c-8786-8e9b-4caa3836d5db-7b838873, #w-node-f00895c0-b31d-a854-b9d4-f9617ea19d7e-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00895c0-b31d-a854-b9d4-f9617ea19d96-7b838873 {
  justify-self: start;
}

#w-node-_5a856275-97b2-0d8f-b3ad-755dc0e03f57-7b838873, #w-node-_8b0f5845-43ff-d215-9793-4c083b515430-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6ccb6d-3abe-55a6-09f4-cbf0df22bb5b-7b838873 {
  justify-self: start;
}

#w-node-ed2c91ca-61ef-74c8-52b4-1c5d8d5c123a-7b838873, #w-node-_699d4328-e619-ac69-81c6-8afcea95f3cf-7b838873, #w-node-bb2561cd-00a8-9295-0a63-fcd2e58a5f36-7b838873, #w-node-_9ae2ec4a-dba2-3ec2-4a14-98d4b5ccb0e1-7b838873, #w-node-e558eae2-0483-a241-49ec-2430441738ba-7b838873, #w-node-_366519ab-6374-4145-e9c2-c92b038e07d1-7b838873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f1424db-815b-12c9-04a1-7fd3a4e70e86-7b838874 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e0e2ffd-22a0-1704-0bae-ba60d38f348f-7b838875 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e0e2ffd-22a0-1704-0bae-ba60d38f3490-7b838875 {
  justify-self: center;
}

#w-node-_0b0354ae-3989-394b-3f4e-0040a48c2886-7b838876, #w-node-_51875cfc-2759-34c3-5d82-b20eb94f15e4-7b838876 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51875cfc-2759-34c3-5d82-b20eb94f15e5-7b838876 {
  justify-self: center;
}

#w-node-_55acbeb2-8271-6cb5-551c-447e413af068-7b838877, #w-node-d9ac30c8-0a86-13ca-b934-0ae7593d41d3-7b838877 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9ac30c8-0a86-13ca-b934-0ae7593d41d4-7b838877 {
  justify-self: center;
}

#w-node-cf0c702c-1d84-fb2c-b29e-2f833005e3b8-7b838879, #w-node-_81e925aa-3f51-b663-e008-327178fd05b5-7b838879, #w-node-_61ffc6b2-1624-227a-86d3-4b78110397bf-7b838879, #w-node-df546526-82a4-ddf1-9617-be05268959f0-7b838879, #w-node-_67491ee3-6369-67c8-8a4f-61b5f50bacad-7b838879, #w-node-_5e560171-b06b-5924-47ba-4ea190007e8c-7b838879 {
  place-self: start;
}

#w-node-_11ff9a76-bc6d-e026-3a19-b0babbf97541-7b838879, #w-node-de77c23a-d0d6-bbd3-ff22-b637e843e059-7b838879, #w-node-ef3f51ce-3e8a-8a70-a175-2aa6078fc174-7b838879, #w-node-_0f8738bc-bcc4-ad64-af5d-21426b32ba91-7b838879, #w-node-_272b535a-a42d-5d6c-b4a5-e6a760a54a01-7b838879, #w-node-_7fea1f67-de32-ff6b-caec-88e346659fbc-7b838879, #w-node-bbebddce-8c8e-f52e-8766-368de37ac117-7b838879, #w-node-_64540e1e-60e7-e32e-47a6-498a6cd0c1a2-7b838879 {
  align-self: start;
}

#w-node-db232dac-91e0-1d8d-9bcf-7fc735c64d9d-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64da2-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64da7-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dac-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64db2-7b838879 {
  place-self: start;
}

#w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dc8-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dcd-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dd2-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dd7-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64ddc-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64df1-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64df6-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dfb-7b838879 {
  align-self: start;
}

#w-node-c3568157-7604-0c5f-388e-f33e7db17e42-7b838879 {
  align-self: auto;
}

#w-node-_37afe182-b499-b377-d172-592c507dd04e-7b83887a, #w-node-_105b6768-c1b1-81fd-8352-48757690b34f-7b83887a, #w-node-e37939f1-c833-5693-2fb1-2999ed7b2146-7b83887a, #w-node-_56a27058-505a-cc57-a68f-7e9d26802200-7b83887a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eee1980-f074-4768-e803-aeaef1ac06ac-7b83887a, #w-node-_21f8427c-532b-2e96-62a0-d38b76872432-7b83887a, #w-node-bc81ac25-fc5e-0d22-2ae8-58958ca92b39-7b83887a {
  place-self: start;
}

#w-node-f8588f3f-aedd-4f82-0245-8792f9d64536-7b83887a, #w-node-f8588f3f-aedd-4f82-0245-8792f9d6453b-7b83887a, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5474-7b83887a, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5479-7b83887a, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb547e-7b83887a {
  align-self: start;
}

#w-node-_2fbea8aa-110e-636c-583e-6780a4e6c22e-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a792-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a798-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a79e-7b83887a {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7a5-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7ac-7b83887a {
  align-self: start;
}

#w-node-a5880357-2c4c-b13d-fafe-a1782ba407fe-7b83887a {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c3-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c9-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7cf-7b83887a, #w-node-_2eebc89a-e697-37ea-7cea-7235fdb60eda-7b83887a {
  align-self: start;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675145-7b83887a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675146-7b83887a {
  justify-self: center;
}

#w-node-_0b0354ae-3989-394b-3f4e-0040a48c2886-7b83887d, #w-node-_51875cfc-2759-34c3-5d82-b20eb94f15e4-7b83887d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51875cfc-2759-34c3-5d82-b20eb94f15e5-7b83887d {
  justify-self: center;
}

#w-node-_56a27058-505a-cc57-a68f-7e9d26802216-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d2680221b-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802220-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802225-9ff00ff6 {
  place-self: start;
}

#w-node-_56a27058-505a-cc57-a68f-7e9d26802255-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802241-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802246-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d2680224b-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802250-9ff00ff6, #w-node-d5a89564-a378-60db-4508-b175cbf325ed-9ff00ff6, #w-node-e8061240-4d44-2514-922b-a18c3e93fc28-9ff00ff6, #w-node-e8061240-4d44-2514-922b-a18c3e93fc2d-9ff00ff6, #w-node-e8061240-4d44-2514-922b-a18c3e93fc37-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802290-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d268022aa-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d268022c4-9ff00ff6 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855517a-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553c8-5540e7b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db85553de-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553e5-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553ec-5540e7b6 {
  place-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db85553f3-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855540a-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555410-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555416-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855541c-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555434-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855543a-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555440-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555446-5540e7b6 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855545e-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555464-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855546a-5540e7b6 {
  place-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db8555470-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555485-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855548b-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555491-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555497-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554ab-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554b1-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554b7-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554bd-5540e7b6 {
  align-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f823-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f82a-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f831-5540e7b6 {
  place-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f838-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f84f-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f855-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f85b-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f861-5540e7b6 {
  align-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f8a3-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8a9-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8af-5540e7b6 {
  place-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f8b5-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8ca-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8d0-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8d6-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8dc-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8f0-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8f6-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8fc-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f902-5540e7b6 {
  align-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a50-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a57-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a5e-5540e7b6 {
  place-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a65-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a7c-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a82-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a88-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a8e-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8aa6-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8aac-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ab2-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ab8-5540e7b6 {
  align-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ad0-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ad6-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8adc-5540e7b6 {
  place-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ae2-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8af7-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8afd-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b03-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b09-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b1d-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b23-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b29-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b2f-5540e7b6 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855557d-5540e7b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855557e-5540e7b6 {
  justify-self: center;
}

#w-node-_977c28ab-2a11-d902-ff85-bf509b7e40a1-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40a6-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40ab-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40b0-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40b5-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40ba-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40d1-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40d6-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40db-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40e0-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40e5-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40ea-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e4101-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e4106-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e410b-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e4110-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64d9d-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64da7-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64da2-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dac-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64db2-0f91eec9, #w-node-_942d800e-da14-cea2-74ed-b70e2a6b06c1-0f91eec9, #w-node-_024adeb5-a056-a234-abc9-e2421736d384-0f91eec9, #w-node-_024adeb5-a056-a234-abc9-e2421736d389-0f91eec9, #w-node-_024adeb5-a056-a234-abc9-e2421736d38e-0f91eec9, #w-node-a6a2222c-5abd-0b9a-82cc-9f763e749f92-0f91eec9, #w-node-_024adeb5-a056-a234-abc9-e2421736d393-0f91eec9, #w-node-_024adeb5-a056-a234-abc9-e2421736d399-0f91eec9, #w-node-b0e4f188-c375-a5f1-c3ce-835cf258a07f-0f91eec9, #w-node-b0e4f188-c375-a5f1-c3ce-835cf258a084-0f91eec9, #w-node-b0e4f188-c375-a5f1-c3ce-835cf258a089-0f91eec9, #w-node-b0e4f188-c375-a5f1-c3ce-835cf258a094-0f91eec9 {
  place-self: start;
}

#w-node-c3568157-7604-0c5f-388e-f33e7db17e42-0f91eec9 {
  align-self: auto;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f0f-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc94302b3-9df82cce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f1a-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc94302c0-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f25-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc94302cb-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f30-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc94302d6-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f3f-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc94302e7-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f4a-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc94302f2-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f55-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc94302fd-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f64-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc943030e-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f6f-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc9430319-9df82cce, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f7a-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc9430324-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f80-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc943032a-9df82cce {
  align-self: stretch;
}

#w-node-_7a9c6108-1ca4-a963-c9b2-6514a7d9141e-a7d9141b.w-node-e2ae7822-0f66-b146-8bab-f97bc9430361-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7a9c6108-1ca4-a963-c9b2-6514a7d9142a-a7d9141b.w-node-e2ae7822-0f66-b146-8bab-f97bc943036d-9df82cce {
  grid-area: 1 / 2 / 6 / 10;
}

#w-node-_7a9c6108-1ca4-a963-c9b2-6514a7d9142c-a7d9141b.w-node-e2ae7822-0f66-b146-8bab-f97bc943036f-9df82cce {
  grid-area: 4 / 1 / 7 / 8;
  align-self: center;
}

#w-node-_8aeca70b-01d9-9cc1-efab-5edcd71d69c0-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303d1-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8aeca70b-01d9-9cc1-efab-5edcd71d69c3-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303d4-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_18e1d316-80d9-bd16-6480-b6a607109ea9-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303dc-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18e1d316-80d9-bd16-6480-b6a607109eac-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303df-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-cb8f5735-d97e-83e2-7e82-32e5e9ee5a78-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303e5-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb8f5735-d97e-83e2-7e82-32e5e9ee5a7b-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303e8-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_63d89875-beca-c2a0-31b3-964857f73c34-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303ee-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_63d89875-beca-c2a0-31b3-964857f73c37-0098523e.w-node-e2ae7822-0f66-b146-8bab-f97bc94303f1-9df82cce {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_86c6bb2f-c595-1d46-2294-c5e7caf3db38-caf3db34.w-node-e2ae7822-0f66-b146-8bab-f97bc94303fb-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86c6bb2f-c595-1d46-2294-c5e7caf3db3f-caf3db34.w-node-e2ae7822-0f66-b146-8bab-f97bc9430400-9df82cce {
  align-self: end;
}

#w-node-_86c6bb2f-c595-1d46-2294-c5e7caf3db38-caf3db34.w-node-a1bb5062-6588-677b-c7cc-8005ab46d7d5-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86c6bb2f-c595-1d46-2294-c5e7caf3db3f-caf3db34.w-node-a1bb5062-6588-677b-c7cc-8005ab46d7da-9df82cce {
  align-self: end;
}

#w-node-fa1fa2be-ff6c-1e6a-0a4b-a2158b7b2766-303c53f2.w-node-e2ae7822-0f66-b146-8bab-f97bc943043b-9df82cce, #w-node-fa1fa2be-ff6c-1e6a-0a4b-a2158b7b2766-303c53f2.w-node-_4c08411d-986c-ad98-98c1-d9fa729fb13e-9df82cce, #w-node-fa1fa2be-ff6c-1e6a-0a4b-a2158b7b2766-303c53f2.w-node-bdd3cd77-3718-756b-779c-043c82918064-9df82cce, #w-node-fa1fa2be-ff6c-1e6a-0a4b-a2158b7b2766-303c53f2.w-node-de03bf41-3458-2810-4b74-4b32818cb69d-9df82cce, #w-node-_819bded7-04a6-bcd9-8507-e345f6446cef-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc9430477-9df82cce, #w-node-_819bded7-04a6-bcd9-8507-e345f6446cf0-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc9430478-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_819bded7-04a6-bcd9-8507-e345f6446cf2-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc943047a-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_819bded7-04a6-bcd9-8507-e345f6446cf4-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc943047c-9df82cce, #w-node-_4b0a2c19-da60-f3bd-4148-a134f9ac5edd-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc943048a-9df82cce, #w-node-ecc7dbe4-b05c-ca2a-6527-420e49b7a543-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc9430499-9df82cce, #w-node-_138081de-745d-26d3-5f8f-33c8fdff59ef-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc94304a8-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a8e72d4-56ee-0b47-df07-3bc0dc1d7fe3-92f504ce.w-node-e2ae7822-0f66-b146-8bab-f97bc94305b0-9df82cce {
  align-self: center;
}

#w-node-d2e04307-0737-c1e6-e14d-892d8ef93c6a-b4918005.w-node-e2ae7822-0f66-b146-8bab-f97bc94304f0-9df82cce {
  align-self: baseline;
}

#w-node-d2e04307-0737-c1e6-e14d-892d8ef93c6c-b4918005.w-node-e2ae7822-0f66-b146-8bab-f97bc94304f2-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14ed7dd6-56c7-3478-cd95-e679ab120fdc-b4918005.w-node-e2ae7822-0f66-b146-8bab-f97bc9430529-9df82cce {
  align-self: baseline;
}

#w-node-_14ed7dd6-56c7-3478-cd95-e679ab120fde-b4918005.w-node-e2ae7822-0f66-b146-8bab-f97bc943052b-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbb60fe8-b7d0-a066-41ca-d7a3d748490d-b4918005.w-node-e2ae7822-0f66-b146-8bab-f97bc943055a-9df82cce {
  align-self: baseline;
}

#w-node-fbb60fe8-b7d0-a066-41ca-d7a3d748490f-b4918005.w-node-e2ae7822-0f66-b146-8bab-f97bc943055c-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08a178d-39e1-35d8-4f34-2b7bc1865c72-c1865c6f.w-node-e2ae7822-0f66-b146-8bab-f97bc94305bd-9df82cce {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b9a4e631-bad5-4935-a3b3-9d0d1667b0e8-c1865c6f.w-node-e2ae7822-0f66-b146-8bab-f97bc94305c4-9df82cce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c08a178d-39e1-35d8-4f34-2b7bc1865c7a-c1865c6f.w-node-e2ae7822-0f66-b146-8bab-f97bc94305c5-9df82cce, #w-node-c08a178d-39e1-35d8-4f34-2b7bc1865c7d-c1865c6f.w-node-e2ae7822-0f66-b146-8bab-f97bc94305c7-9df82cce, #w-node-bc2cd9cc-c92c-0fce-d1b0-c3f906465247-c1865c6f.w-node-e2ae7822-0f66-b146-8bab-f97bc94305d0-9df82cce, #w-node-a22d1cd6-c067-082e-366e-43a58917cc00-c1865c6f.w-node-e2ae7822-0f66-b146-8bab-f97bc94305d7-9df82cce, #w-node-bc2cd9cc-c92c-0fce-d1b0-c3f906465247-c1865c6f.w-node-_398d4a4d-bc53-adfb-4b91-14754a505f19-9df82cce, #w-node-_86c6bb2f-c595-1d46-2294-c5e7caf3db38-caf3db34.w-node-_306be465-baae-607e-a601-ceb17c4561d0-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86c6bb2f-c595-1d46-2294-c5e7caf3db3f-caf3db34.w-node-_306be465-baae-607e-a601-ceb17c4561d5-9df82cce {
  align-self: end;
}

#w-node-cf38b5e6-df09-48e2-3565-05c2827de67d-9df82cce, #w-node-cf38b5e6-df09-48e2-3565-05c2827de69a-9df82cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf38b5e6-df09-48e2-3565-05c2827de69b-9df82cce {
  justify-self: center;
}

#w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-e2ae7822-0f66-b146-8bab-f97bc94305e7-9df82cce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e741b344-3928-c41d-c343-4597b4e2ee04-f5539877, #w-node-_56a27058-505a-cc57-a68f-7e9d26802200-f5539877 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eee1980-f074-4768-e803-aeaef1ac06ac-f5539877, #w-node-_21f8427c-532b-2e96-62a0-d38b76872432-f5539877, #w-node-bc81ac25-fc5e-0d22-2ae8-58958ca92b39-f5539877 {
  place-self: start;
}

#w-node-f8588f3f-aedd-4f82-0245-8792f9d64536-f5539877, #w-node-f8588f3f-aedd-4f82-0245-8792f9d6453b-f5539877, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5474-f5539877, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5479-f5539877, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb547e-f5539877, #w-node-cec4b4c8-e874-f84e-a250-aa75c93af7e4-f5539877 {
  align-self: start;
}

#w-node-_2fbea8aa-110e-636c-583e-6780a4e6c22e-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a792-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a798-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a79e-f5539877 {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7a5-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7ac-f5539877 {
  align-self: start;
}

#w-node-a5880357-2c4c-b13d-fafe-a1782ba407fe-f5539877 {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c3-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c9-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7cf-f5539877, #w-node-_2eebc89a-e697-37ea-7cea-7235fdb60eda-f5539877 {
  align-self: start;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675145-f5539877 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675146-f5539877 {
  justify-self: center;
}

#w-node-e741b344-3928-c41d-c343-4597b4e2ee04-c2f548a2, #w-node-_56a27058-505a-cc57-a68f-7e9d26802200-c2f548a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eee1980-f074-4768-e803-aeaef1ac06ac-c2f548a2, #w-node-_21f8427c-532b-2e96-62a0-d38b76872432-c2f548a2, #w-node-bc81ac25-fc5e-0d22-2ae8-58958ca92b39-c2f548a2 {
  place-self: start;
}

#w-node-f8588f3f-aedd-4f82-0245-8792f9d64536-c2f548a2, #w-node-f8588f3f-aedd-4f82-0245-8792f9d6453b-c2f548a2, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5474-c2f548a2, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5479-c2f548a2, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb547e-c2f548a2 {
  align-self: start;
}

#w-node-_2fbea8aa-110e-636c-583e-6780a4e6c22e-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a792-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a798-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a79e-c2f548a2 {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7a5-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7ac-c2f548a2 {
  align-self: start;
}

#w-node-a5880357-2c4c-b13d-fafe-a1782ba407fe-c2f548a2 {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c3-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c9-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7cf-c2f548a2, #w-node-_2eebc89a-e697-37ea-7cea-7235fdb60eda-c2f548a2 {
  align-self: start;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675145-c2f548a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675146-c2f548a2 {
  justify-self: center;
}

#w-node-fc493f94-0193-70ee-c5c6-eb98b182f8fa-88499a37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc493f94-0193-70ee-c5c6-eb98b182f92c-88499a37 {
  order: 9999;
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc493f94-0193-70ee-c5c6-eb98b182f93f-88499a37 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc493f94-0193-70ee-c5c6-eb98b182f9e8-88499a37 {
  order: 9999;
}

#w-node-fc493f94-0193-70ee-c5c6-eb98b182fae0-88499a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc493f94-0193-70ee-c5c6-eb98b182fae1-88499a37 {
  justify-self: center;
}

#w-node-e741b344-3928-c41d-c343-4597b4e2ee04-379de511, #w-node-_56a27058-505a-cc57-a68f-7e9d26802200-379de511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eee1980-f074-4768-e803-aeaef1ac06ac-379de511, #w-node-_21f8427c-532b-2e96-62a0-d38b76872432-379de511, #w-node-bc81ac25-fc5e-0d22-2ae8-58958ca92b39-379de511 {
  place-self: start;
}

#w-node-f8588f3f-aedd-4f82-0245-8792f9d64536-379de511, #w-node-f8588f3f-aedd-4f82-0245-8792f9d6453b-379de511, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5474-379de511, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5479-379de511, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb547e-379de511, #w-node-cec4b4c8-e874-f84e-a250-aa75c93af7e4-379de511 {
  align-self: start;
}

#w-node-_2fbea8aa-110e-636c-583e-6780a4e6c22e-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a792-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a798-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a79e-379de511 {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7a5-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7ac-379de511 {
  align-self: start;
}

#w-node-a5880357-2c4c-b13d-fafe-a1782ba407fe-379de511 {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c3-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c9-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7cf-379de511, #w-node-_2eebc89a-e697-37ea-7cea-7235fdb60eda-379de511 {
  align-self: start;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675145-379de511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675146-379de511 {
  justify-self: center;
}

#w-node-e741b344-3928-c41d-c343-4597b4e2ee04-386ed06e, #w-node-_56a27058-505a-cc57-a68f-7e9d26802200-386ed06e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eee1980-f074-4768-e803-aeaef1ac06ac-386ed06e, #w-node-_21f8427c-532b-2e96-62a0-d38b76872432-386ed06e, #w-node-bc81ac25-fc5e-0d22-2ae8-58958ca92b39-386ed06e {
  place-self: start;
}

#w-node-f8588f3f-aedd-4f82-0245-8792f9d64536-386ed06e, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5474-386ed06e, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5479-386ed06e, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb547e-386ed06e, #w-node-cec4b4c8-e874-f84e-a250-aa75c93af7e4-386ed06e, #w-node-ac6555a9-8f75-54e7-6a0e-05173f6f0129-386ed06e, #w-node-ac6555a9-8f75-54e7-6a0e-05173f6f012f-386ed06e, #w-node-ac6555a9-8f75-54e7-6a0e-05173f6f0135-386ed06e, #w-node-ac6555a9-8f75-54e7-6a0e-05173f6f013b-386ed06e {
  align-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a792-386ed06e, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a798-386ed06e, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a79e-386ed06e {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7a5-386ed06e, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c3-386ed06e, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c9-386ed06e, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7cf-386ed06e, #w-node-_2eebc89a-e697-37ea-7cea-7235fdb60eda-386ed06e, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607dd-386ed06e, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607e3-386ed06e, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607e9-386ed06e, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607ef-386ed06e {
  align-self: start;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675145-386ed06e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675146-386ed06e {
  justify-self: center;
}

#w-node-_55acbeb2-8271-6cb5-551c-447e413af068-834b03e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55acbeb2-8271-6cb5-551c-447e413af14b-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af151-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af157-834b03e4 {
  place-self: start;
}

#w-node-_55acbeb2-8271-6cb5-551c-447e413af15e-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af165-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af17a-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af180-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af186-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af18c-834b03e4 {
  align-self: start;
}

#stunden.w-node-_55acbeb2-8271-6cb5-551c-447e413af1bf-834b03e4, #w-node-_55acbeb2-8271-6cb5-551c-447e413af1c1-834b03e4 {
  align-self: center;
}

#w-node-_873a8ec7-fd0b-f13c-c75f-16af95a46a22-834b03e4, #w-node-_873a8ec7-fd0b-f13c-c75f-16af95a46a28-834b03e4, #w-node-_873a8ec7-fd0b-f13c-c75f-16af95a46a2e-834b03e4, #w-node-_873a8ec7-fd0b-f13c-c75f-16af95a46a34-834b03e4 {
  align-self: start;
}

#w-node-_7520c9c8-16c6-b2c4-f8b4-a10dec2ad164-834b03e4, #w-node-_511d924f-e374-cc50-9fdd-9755dbe40956-834b03e4 {
  place-self: start;
}

#w-node-_0f912e20-6049-8dec-8205-527077da1358-834b03e4, #w-node-a160af29-07b1-31a3-bb7d-55806b57f046-834b03e4 {
  align-self: start;
}

#w-node-_7520c9c8-16c6-b2c4-f8b4-a10dec2ad197-834b03e4, #w-node-_5d72ad8d-20f8-5bd2-54d6-08ba9b152bf7-834b03e4 {
  place-self: start;
}

#w-node-_7fb07153-d91b-eba5-1bcc-329394ce88e0-834b03e4, #w-node-_8db4c839-dac8-d19d-2102-028b9e0c0679-834b03e4 {
  align-self: start;
}

#w-node-c4b19394-6289-51cb-2ea0-9bd84f7d8a4f-834b03e4, #w-node-c4b19394-6289-51cb-2ea0-9bd84f7d8a58-834b03e4 {
  place-self: start;
}

#w-node-c4b19394-6289-51cb-2ea0-9bd84f7d8a5f-834b03e4, #w-node-c4b19394-6289-51cb-2ea0-9bd84f7d8a65-834b03e4 {
  align-self: start;
}

#w-node-b75d9a14-08a5-9335-dfb5-be21bfd3f8ad-834b03e4, #w-node-b75d9a14-08a5-9335-dfb5-be21bfd3f8b6-834b03e4 {
  place-self: start;
}

#w-node-b75d9a14-08a5-9335-dfb5-be21bfd3f8bd-834b03e4, #w-node-b75d9a14-08a5-9335-dfb5-be21bfd3f8c3-834b03e4 {
  align-self: start;
}

#w-node-c0342147-fc7c-d5ba-81e9-c66626c9deb4-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9debd-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9dec5-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9decd-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9ded4-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9dee9-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9def2-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9defa-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9df09-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9df02-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9df10-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9df25-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9df2e-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9df36-834b03e4, #w-node-c0342147-fc7c-d5ba-81e9-c66626c9df3e-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe07-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe10-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe18-834b03e4 {
  place-self: start;
}

#w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe20-834b03e4 {
  align-self: start;
}

#w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe35-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe3e-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe46-834b03e4 {
  place-self: start;
}

#w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe4e-834b03e4 {
  align-self: start;
}

#w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe63-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe6c-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe74-834b03e4, #w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe7b-834b03e4 {
  place-self: start;
}

#w-node-_5777534e-3c57-dd7a-66bc-baf3491ffe83-834b03e4 {
  align-self: start;
}

#w-node-f45bc697-383b-63e0-c9d1-15db923df068-834b03e4, #w-node-f45bc697-383b-63e0-c9d1-15db923df071-834b03e4, #w-node-bc9af87b-3d93-9120-41ef-83819247f9d5-834b03e4, #w-node-_2a06a2c9-663f-d42c-510d-9155e6fb3d62-834b03e4, #w-node-_2a06a2c9-663f-d42c-510d-9155e6fb3d6b-834b03e4, #w-node-_2a06a2c9-663f-d42c-510d-9155e6fb3d73-834b03e4, #w-node-_4ded4188-cf1a-7eaa-abd4-2a73fa253754-834b03e4, #w-node-_4ded4188-cf1a-7eaa-abd4-2a73fa25375d-834b03e4, #w-node-_4ded4188-cf1a-7eaa-abd4-2a73fa253765-834b03e4, #w-node-e631d361-f5f5-314f-f651-6de4299eb0b6-834b03e4 {
  place-self: start;
}

#w-node-_37afe182-b499-b377-d172-592c507dd04e-9cdfbdfb, #w-node-_56a27058-505a-cc57-a68f-7e9d26802200-9cdfbdfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eee1980-f074-4768-e803-aeaef1ac06ac-9cdfbdfb, #w-node-_21f8427c-532b-2e96-62a0-d38b76872432-9cdfbdfb, #w-node-bc81ac25-fc5e-0d22-2ae8-58958ca92b39-9cdfbdfb {
  place-self: start;
}

#w-node-f8588f3f-aedd-4f82-0245-8792f9d64536-9cdfbdfb, #w-node-f8588f3f-aedd-4f82-0245-8792f9d6453b-9cdfbdfb, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5474-9cdfbdfb, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb5479-9cdfbdfb, #w-node-a481c0b4-6715-0ee7-8312-76bcf1cb547e-9cdfbdfb, #w-node-cec4b4c8-e874-f84e-a250-aa75c93af7e4-9cdfbdfb {
  align-self: start;
}

#w-node-_2fbea8aa-110e-636c-583e-6780a4e6c22e-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a792-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a798-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a79e-9cdfbdfb {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7a5-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7ac-9cdfbdfb {
  align-self: start;
}

#w-node-a5880357-2c4c-b13d-fafe-a1782ba407fe-9cdfbdfb {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c3-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c9-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7cf-9cdfbdfb, #w-node-_2eebc89a-e697-37ea-7cea-7235fdb60eda-9cdfbdfb {
  align-self: start;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675145-9cdfbdfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675146-9cdfbdfb {
  justify-self: center;
}

#w-node-e741b344-3928-c41d-c343-4597b4e2ee04-bf645926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eee1980-f074-4768-e803-aeaef1ac06ac-bf645926, #w-node-bc81ac25-fc5e-0d22-2ae8-58958ca92b39-bf645926, #w-node-b717aa38-f765-4af3-f324-1c64f5b0a65f-bf645926 {
  place-self: start;
}

#w-node-f8588f3f-aedd-4f82-0245-8792f9d64536-bf645926 {
  align-self: start;
}

#w-node-_552d86a0-bb94-eaee-fdab-1a93127e7324-bf645926, #w-node-_552d86a0-bb94-eaee-fdab-1a93127e732d-bf645926, #w-node-_552d86a0-bb94-eaee-fdab-1a93127e7335-bf645926 {
  place-self: start;
}

#w-node-_552d86a0-bb94-eaee-fdab-1a93127e733d-bf645926 {
  align-self: start;
}

#w-node-b56d447a-47cc-aa59-9234-351469a1deca-bf645926, #w-node-b56d447a-47cc-aa59-9234-351469a1ded3-bf645926, #w-node-a3b30cb8-5eba-abd9-d7a4-b82393b2f52d-bf645926, #w-node-b56d447a-47cc-aa59-9234-351469a1dedb-bf645926 {
  place-self: start;
}

#w-node-b56d447a-47cc-aa59-9234-351469a1dee3-bf645926 {
  align-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a792-bf645926, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a798-bf645926, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a79e-bf645926 {
  place-self: start;
}

#w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7a5-bf645926, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c3-bf645926, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7c9-bf645926, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7cf-bf645926, #w-node-_2eebc89a-e697-37ea-7cea-7235fdb60eda-bf645926, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607dd-bf645926, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607e3-bf645926, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607e9-bf645926, #w-node-_697bf8fc-d3e2-373b-c4a5-ad06830607ef-bf645926 {
  align-self: start;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675145-bf645926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b574f281-5810-e09e-cc2e-fa6448675146-bf645926 {
  justify-self: center;
}

#w-node-_55acbeb2-8271-6cb5-551c-447e413af068-6f7106cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55acbeb2-8271-6cb5-551c-447e413af14b-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af151-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af157-6f7106cf {
  place-self: start;
}

#w-node-_55acbeb2-8271-6cb5-551c-447e413af15e-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af165-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af17a-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af180-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af186-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af18c-6f7106cf {
  align-self: start;
}

#stunden.w-node-_55acbeb2-8271-6cb5-551c-447e413af1bf-6f7106cf, #w-node-_55acbeb2-8271-6cb5-551c-447e413af1c1-6f7106cf {
  align-self: center;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855517a-a6d0fa04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f823-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f82a-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f831-a6d0fa04, #w-node-bce93b62-07ee-55d8-fddc-b5189dd02b70-a6d0fa04, #w-node-bce93b62-07ee-55d8-fddc-b5189dd02b77-a6d0fa04, #w-node-bce93b62-07ee-55d8-fddc-b5189dd02b7e-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8a3-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8a9-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8af-a6d0fa04 {
  place-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f8b5-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8ca-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8d0-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8d6-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8dc-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8f0-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8f6-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8fc-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f902-a6d0fa04 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855545e-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555464-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855546a-a6d0fa04 {
  place-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db8555470-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555485-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855548b-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555491-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555497-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554ab-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554b1-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554b7-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554bd-a6d0fa04 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855557d-a6d0fa04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855557e-a6d0fa04 {
  justify-self: center;
}

#w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecf57-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecf5e-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecf65-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfa1-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfa7-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfad-3e25ca99 {
  place-self: start;
}

#w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfb3-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfc8-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfce-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfd4-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfda-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfee-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecff4-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecffa-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eed000-3e25ca99 {
  align-self: start;
}

#w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3983-6bcc7331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3999-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de399f-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39a5-6bcc7331 {
  place-self: start;
}

#w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39ac-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39b3-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39ca-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39d0-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39d6-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39dc-6bcc7331 {
  align-self: start;
}

#w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39f3-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39fc-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a02-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a08-6bcc7331 {
  place-self: start;
}

#w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a0f-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a16-6bcc7331 {
  align-self: start;
}

#w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a2b-6bcc7331 {
  place-self: start;
}

#w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a33-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a39-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a3f-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a45-6bcc7331 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855517a-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553c8-9dceadd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db85553de-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553e5-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553ec-9dceadd5 {
  place-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db85553f3-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855540a-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555410-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555416-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855541c-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555434-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855543a-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555440-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555446-9dceadd5 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855545e-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555464-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855546a-9dceadd5 {
  place-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db8555470-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555485-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855548b-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555491-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555497-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554ab-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554b1-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554b7-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554bd-9dceadd5 {
  align-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f823-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f82a-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f831-9dceadd5 {
  place-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f838-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f84f-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f855-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f85b-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f861-9dceadd5 {
  align-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f8a3-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8a9-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8af-9dceadd5 {
  place-self: start;
}

#w-node-_350f6cac-f0be-afe5-60ce-83901e32f8b5-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8ca-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8d0-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8d6-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8dc-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8f0-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8f6-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8fc-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f902-9dceadd5 {
  align-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a50-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a57-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a5e-9dceadd5 {
  place-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a65-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a7c-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a82-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a88-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a8e-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8aa6-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8aac-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ab2-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ab8-9dceadd5 {
  align-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ad0-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ad6-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8adc-9dceadd5 {
  place-self: start;
}

#w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ae2-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8af7-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8afd-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b03-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b09-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b1d-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b23-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b29-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b2f-9dceadd5 {
  align-self: start;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855557d-9dceadd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7377d86f-09aa-0b7c-2ba9-945db855557e-9dceadd5, #w-node-b7c8ac32-e31d-dddd-d098-5b5adf45d3a5-df45d3a0 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e741b344-3928-c41d-c343-4597b4e2ee04-7b83886d {
    justify-self: center;
  }

  #w-node-_3da14056-a0d4-fc28-664d-81d2214f8726-7b83886d {
    order: -9999;
  }

  #w-node-b5347d4d-c1fc-f683-1e5a-dab717c38e5c-17c38e57 {
    justify-self: center;
  }

  #hero-content.w-node-_55acbeb2-8271-6cb5-551c-447e413af08f-7b838877 {
    order: 9999;
  }

  #w-node-_02fd859b-3503-0e73-888c-ad8ce54e09cb-7b838877, #hero-content.w-node-_37afe182-b499-b377-d172-592c507dd075-7b83887a, #w-node-d0f5417e-5351-4818-39e6-f4530bfb131c-7b83887a {
    order: -9999;
  }

  #hero-content.w-node-_7377d86f-09aa-0b7c-2ba9-945db85551a1-5540e7b6 {
    order: 9999;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db85551b9-5540e7b6 {
    order: -9999;
  }

  #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f80-d66a6ef8.w-node-e2ae7822-0f66-b146-8bab-f97bc943032a-9df82cce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_819bded7-04a6-bcd9-8507-e345f6446cf0-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc9430478-9df82cce, #w-node-_819bded7-04a6-bcd9-8507-e345f6446cf2-f6446cec.w-node-e2ae7822-0f66-b146-8bab-f97bc943047a-9df82cce {
    grid-column: span 2 / span 2;
  }

  #w-node-c08a178d-39e1-35d8-4f34-2b7bc1865c72-c1865c6f.w-node-e2ae7822-0f66-b146-8bab-f97bc94305bd-9df82cce {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #hero-content.w-node-_2b9efcad-7f4b-7921-b6b7-6cd743428443-f5539877, #w-node-d0f5417e-5351-4818-39e6-f4530bfb131c-f5539877, #hero-content.w-node-_2b9efcad-7f4b-7921-b6b7-6cd743428443-c2f548a2, #w-node-d0f5417e-5351-4818-39e6-f4530bfb131c-c2f548a2 {
    order: -9999;
  }

  #w-node-fc493f94-0193-70ee-c5c6-eb98b182f92c-88499a37 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-fc493f94-0193-70ee-c5c6-eb98b182f93f-88499a37 {
    order: -9999;
    grid-column-end: 3;
  }

  #w-node-fc493f94-0193-70ee-c5c6-eb98b182f9e8-88499a37, #hero-content.w-node-_2b9efcad-7f4b-7921-b6b7-6cd743428443-379de511, #w-node-d0f5417e-5351-4818-39e6-f4530bfb131c-379de511 {
    order: -9999;
  }

  #hero-content.w-node-_2b9efcad-7f4b-7921-b6b7-6cd743428443-386ed06e {
    order: 9999;
  }

  #w-node-d0f5417e-5351-4818-39e6-f4530bfb131c-386ed06e {
    order: -9999;
  }

  #hero-content.w-node-_55acbeb2-8271-6cb5-551c-447e413af08f-834b03e4 {
    order: 9999;
  }

  #w-node-_02fd859b-3503-0e73-888c-ad8ce54e09cb-834b03e4, #hero-content.w-node-_37afe182-b499-b377-d172-592c507dd075-9cdfbdfb, #w-node-d0f5417e-5351-4818-39e6-f4530bfb131c-9cdfbdfb {
    order: -9999;
  }

  #hero-content.w-node-_2b9efcad-7f4b-7921-b6b7-6cd743428443-bf645926 {
    order: 9999;
  }

  #w-node-d0f5417e-5351-4818-39e6-f4530bfb131c-bf645926 {
    order: -9999;
  }

  #hero-content.w-node-_55acbeb2-8271-6cb5-551c-447e413af08f-6f7106cf {
    order: 9999;
  }

  #w-node-_02fd859b-3503-0e73-888c-ad8ce54e09cb-6f7106cf {
    order: -9999;
  }

  #hero-content.w-node-_7377d86f-09aa-0b7c-2ba9-945db85551a1-a6d0fa04 {
    order: 9999;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db85551b9-a6d0fa04 {
    order: -9999;
  }

  #hero-content.w-node-_7377d86f-09aa-0b7c-2ba9-945db85551a1-9dceadd5 {
    order: 9999;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db85551b9-9dceadd5 {
    order: -9999;
  }

  #w-node-b7c8ac32-e31d-dddd-d098-5b5adf45d3a5-df45d3a0 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-7b83886d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-7b83886d, #w-node-_1b38d84c-8ef5-d579-55a3-c27c89edf5e8-7b83886d {
    order: 9999;
  }

  #w-node-_0e00fd17-27df-c250-ac18-b3be3682badc-7b83886d, #w-node-_0e00fd17-27df-c250-ac18-b3be3682bb07-7b83886d, #w-node-_0e00fd17-27df-c250-ac18-b3be3682bb31-7b83886d, #w-node-_0e00fd17-27df-c250-ac18-b3be3682bb51-7b83886d, #w-node-_0e00fd17-27df-c250-ac18-b3be3682bb7c-7b83886d, #w-node-_0e00fd17-27df-c250-ac18-b3be3682bba6-7b83886d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2959603e-f8dc-0073-d01e-44203c69f5cd-7b83886d {
    order: 9999;
  }

  #w-node-d6e17f1c-8222-9098-3de9-2d04e9091575-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091598-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915c9-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e90915ed-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091618-7b83886d, #w-node-d6e17f1c-8222-9098-3de9-2d04e9091651-7b83886d, #w-node-_3b696f26-83ea-7397-e605-0e6b78277d52-7b838874, #w-node-cf0c702c-1d84-fb2c-b29e-2f833005e3a6-7b838879, #w-node-_11ff9a76-bc6d-e026-3a19-b0babbf9752f-7b838879, #w-node-_3e2562e9-9113-506e-030c-ac59c36688f9-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64d90-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dbb-7b838879, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64de5-7b838879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-7b83887a {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-7b83887a, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a785-7b83887a, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7b6-7b83887a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8eef0c23-636e-0893-a071-9f7ca5245fcd-a5245fc6 {
    order: 9999;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-9ff00ff6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-9ff00ff6 {
    order: -9999;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802209-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-9ff00ff6, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d2680227e-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d26802298-9ff00ff6, #w-node-_56a27058-505a-cc57-a68f-7e9d268022b2-9ff00ff6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db855534f-5540e7b6 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555370-5540e7b6 {
    order: 9999;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553d1-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553fd-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555427-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555453-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855547a-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554a0-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f816-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f842-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f898-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8bf-5540e7b6, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8e5-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a43-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a6f-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a99-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ac5-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8aec-5540e7b6, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b12-5540e7b6, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e4091-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40c2-0f91eec9, #w-node-_977c28ab-2a11-d902-ff85-bf509b7e40f2-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64d90-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64dbb-0f91eec9, #w-node-db232dac-91e0-1d8d-9bcf-7fc735c64de5-0f91eec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-e2ae7822-0f66-b146-8bab-f97bc94305e7-9df82cce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-f5539877 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-f5539877 {
    order: 9999;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-f5539877, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a785-f5539877, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7b6-f5539877 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-c2f548a2 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-c2f548a2 {
    order: 9999;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-c2f548a2, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a785-c2f548a2, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7b6-c2f548a2, #w-node-fc493f94-0193-70ee-c5c6-eb98b182f9e9-88499a37, #w-node-fc493f94-0193-70ee-c5c6-eb98b182f9f9-88499a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5b9638a-9753-0880-c009-ada899cd8c40-379de511 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-379de511 {
    order: 9999;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-379de511, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a785-379de511, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7b6-379de511 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-386ed06e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-386ed06e {
    order: 9999;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-386ed06e, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-386ed06e, #w-node-ac6555a9-8f75-54e7-6a0e-05173f6f011c-386ed06e, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a785-386ed06e, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7b6-386ed06e, #w-node-d6ade199-15a5-0c43-b081-f59ee5b94e72-386ed06e, #w-node-_7520c9c8-16c6-b2c4-f8b4-a10dec2ad154-834b03e4, #w-node-_7520c9c8-16c6-b2c4-f8b4-a10dec2ad187-834b03e4, #w-node-_7520c9c8-16c6-b2c4-f8b4-a10dec2ad1ba-834b03e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-9cdfbdfb {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-9cdfbdfb {
    order: 9999;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-9cdfbdfb, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a785-9cdfbdfb, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7b6-9cdfbdfb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-bf645926 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-bf645926 {
    order: 9999;
  }

  #w-node-_56a27058-505a-cc57-a68f-7e9d26802234-bf645926, #w-node-e8061240-4d44-2514-922b-a18c3e93fc1b-bf645926, #w-node-_3f86fb54-fbec-6ddd-9549-d3582ce2749f-bf645926, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a785-bf645926, #w-node-_3fd728b5-74a4-7bbc-6392-955a3a46a7b6-bf645926, #w-node-d6ade199-15a5-0c43-b081-f59ee5b94e72-bf645926 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db855534f-a6d0fa04 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555370-a6d0fa04 {
    order: 9999;
  }

  #w-node-_350f6cac-f0be-afe5-60ce-83901e32f816-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f842-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f898-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8bf-a6d0fa04, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8e5-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553d1-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553fd-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555427-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555453-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855547a-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554a0-a6d0fa04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7824b1fa-ae30-8c1e-da6c-41d250edc396-3e25ca99 {
    order: 9999;
  }

  #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecf4a-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecf96-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfbd-3e25ca99, #w-node-_489d0889-7be2-00b9-a4ff-e23aa7eecfe3-3e25ca99, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de398c-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39bd-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de39e9-6bcc7331, #w-node-_1ce30d43-f53c-33b1-409b-ea3be9de3a20-6bcc7331 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db855534f-9dceadd5 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555370-9dceadd5 {
    order: 9999;
  }

  #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553d1-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85553fd-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555427-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555453-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855547a-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db85554a0-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f816-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f842-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f898-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8bf-9dceadd5, #w-node-_350f6cac-f0be-afe5-60ce-83901e32f8e5-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a43-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a6f-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8a99-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8ac5-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8aec-9dceadd5, #w-node-_208f4eea-8dc4-e8a0-24d6-2cfaaa8a8b12-9dceadd5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0b2062a-b830-9532-e005-d714e61c6536-87ae9bce {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b38d84c-8ef5-d579-55a3-c27c89edf5e8-7b83886d {
    order: -9999;
  }

  #w-node-b5347d4d-c1fc-f683-1e5a-dab717c38e5c-17c38e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-7b83887a, #w-node-_8eef0c23-636e-0893-a071-9f7ca5245fcd-a5245fc6, #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-9ff00ff6, #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-9ff00ff6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855534f-5540e7b6, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555370-5540e7b6 {
    order: 9999;
  }

  #w-node-e2ae7822-0f66-b146-8bab-f97bc943036b-9df82cce {
    order: -9999;
  }

  #w-node-_851d61a1-1dad-400a-5b6a-92b99f998536-b17c3d94.w-node-e2ae7822-0f66-b146-8bab-f97bc94305e7-9df82cce {
    grid-column: span 1 / span 1;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-f5539877, #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-f5539877 {
    order: 9999;
  }

  #w-node-e741b344-3928-c41d-c343-4597b4e2ee04-c2f548a2 {
    order: -9999;
  }

  #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-c2f548a2, #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-c2f548a2 {
    order: 9999;
  }

  #w-node-fc493f94-0193-70ee-c5c6-eb98b182f914-88499a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5b9638a-9753-0880-c009-ada899cd8c40-379de511, #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-379de511, #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-386ed06e, #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-386ed06e, #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-9cdfbdfb, #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-9cdfbdfb, #w-node-f0ba5182-4af4-ee59-a020-d7b60750376b-bf645926, #w-node-_4f6a3dd7-87f2-ed17-0d0d-0374930ac2d6-bf645926, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855534f-a6d0fa04, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555370-a6d0fa04, #w-node-_7824b1fa-ae30-8c1e-da6c-41d250edc396-3e25ca99, #w-node-_7377d86f-09aa-0b7c-2ba9-945db855534f-9dceadd5, #w-node-_7377d86f-09aa-0b7c-2ba9-945db8555370-9dceadd5, #w-node-f0b2062a-b830-9532-e005-d714e61c6536-87ae9bce {
    order: 9999;
  }

  #w-node-b7c8ac32-e31d-dddd-d098-5b5adf45d3a5-df45d3a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


